From f2158ca2e266365613d0d8ae1d34e4d997f2c038 Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Mon, 14 Feb 2022 22:32:29 +0100 Subject: [PATCH] Add Chum metadata --- rpm/harbour-papocchio.spec | 18 ++++++++++++++++++ rpm/harbour-papocchio.yaml | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/rpm/harbour-papocchio.spec b/rpm/harbour-papocchio.spec index 90850d2..7c4253d 100644 --- a/rpm/harbour-papocchio.spec +++ b/rpm/harbour-papocchio.spec @@ -30,6 +30,24 @@ BuildRequires: desktop-file-utils %description An application to paint using your finger! +%if "%{?vendor}" == "chum" +PackageName: Papocchio +Type: desktop-application +DeveloperName: Andrea Scarpino +Categories: + - Graphics +Custom: + Repo: https://gitlab.com/ilpianista/harbour-Papocchio +Icon: https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/icons/harbour-papocchio.svg +Screenshots: + - https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/screenshots/screenshot_1.png + - https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/screenshots/screenshot_2.png +Url: + Homepage: https://gitlab.com/ilpianista/harbour-Papocchio + Bugtracker: https://gitlab.com/ilpianista/harbour-Papocchio/-/issues + Donation: https://paypal.me/andreascarpino +%endif + %prep %setup -q -n %{name}-%{version} diff --git a/rpm/harbour-papocchio.yaml b/rpm/harbour-papocchio.yaml index 0c5ea8c..fd1d35e 100644 --- a/rpm/harbour-papocchio.yaml +++ b/rpm/harbour-papocchio.yaml @@ -13,6 +13,24 @@ Sources: - '%{name}-%{version}.tar.bz2' Description: | An application to paint using your finger! + + %if "%{?vendor}" == "chum" + PackageName: Papocchio + Type: desktop-application + DeveloperName: Andrea Scarpino + Categories: + - Graphics + Custom: + Repo: https://gitlab.com/ilpianista/harbour-Papocchio + Icon: https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/icons/harbour-papocchio.svg + Screenshots: + - https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/screenshots/screenshot_1.png + - https://gitlab.com/ilpianista/harbour-Papocchio/-/raw/master/screenshots/screenshot_2.png + Url: + Homepage: https://gitlab.com/ilpianista/harbour-Papocchio + Bugtracker: https://gitlab.com/ilpianista/harbour-Papocchio/-/issues + Donation: https://paypal.me/andreascarpino + %endif Configure: none # The qtc5 builder inserts macros to allow QtCreator to have fine # control over qmake/make execution