Add Chum metadata

This commit is contained in:
Andrea Scarpino 2022-02-14 22:32:29 +01:00
parent ffc99d1e65
commit f2158ca2e2
2 changed files with 36 additions and 0 deletions

View file

@ -30,6 +30,24 @@ BuildRequires: desktop-file-utils
%description %description
An application to paint using your finger! 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 %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}

View file

@ -13,6 +13,24 @@ Sources:
- '%{name}-%{version}.tar.bz2' - '%{name}-%{version}.tar.bz2'
Description: | Description: |
An application to paint using your finger! 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 Configure: none
# The qtc5 builder inserts macros to allow QtCreator to have fine # The qtc5 builder inserts macros to allow QtCreator to have fine
# control over qmake/make execution # control over qmake/make execution