Add Chum metadata
This commit is contained in:
parent
d6f4fc6fd6
commit
3d82ee0704
2 changed files with 36 additions and 0 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue