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