Skip to content

Commit

Permalink
geany-themes: include homepage
Browse files Browse the repository at this point in the history
**Summary**
- Add homepage to package.yml
  • Loading branch information
androidnisse committed Apr 7, 2024
1 parent b476dbf commit 961ed04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
10 changes: 6 additions & 4 deletions packages/g/geany-themes/package.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name : geany-themes
version : 1.24
release : 1
release : 2
source :
- https://github.com/geany/geany-themes/releases/download/1.24/geany-themes-1.24.tar.bz2 : c982cc6e685a4be2e4ab1249382bb6a00c6b179e2a4fb9cc887d08674cbcd8ab
homepage : https://github.com/geany/geany-themes
license :
- BSD-2-Clause
- GPL-2.0
- LGPL-2.1
- GPL-2.0-or-later
- LGPL-2.1-or-later
- MIT
- Public-Domain
component : editor
Expand Down Expand Up @@ -40,11 +41,12 @@ description: |
- Tinge
- Ubuntu
- Vibrant
rundeps :
rundeps :
- geany
install : |
mkdir -p %installroot%/usr/share/geany/colorschemes %installroot%/usr/share/doc/geany-themes/
cp colorschemes/* %installroot%/usr/share/geany/colorschemes/
# Remove themes that aren't licensed
rm -r %installroot%/usr/share/geany/colorschemes/{fluffy.conf,monokai.conf,railcasts2.conf,tango-dark.conf,zenburn.conf}
cp AUTHORS ChangeLog COPYING README.md %installroot%/usr/share/doc/geany-themes/
rm -rf $installdir/usr/share/doc
20 changes: 10 additions & 10 deletions packages/g/geany-themes/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<PISI>
<Source>
<Name>geany-themes</Name>
<Homepage>https://github.com/geany/geany-themes</Homepage>
<Packager>
<Name>Justin Zobel</Name>
<Email>justin@solus-project.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>BSD-2-Clause</License>
<License>GPL-2.0</License>
<License>LGPL-2.1</License>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
<License>MIT</License>
<License>Public-Domain</License>
<PartOf>editor</PartOf>
Expand Down Expand Up @@ -41,7 +42,7 @@
- Ubuntu
- Vibrant
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>geany-themes</Name>
Expand Down Expand Up @@ -77,7 +78,6 @@
</Description>
<PartOf>editor</PartOf>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/geany/colorschemes/bespin.conf</Path>
<Path fileType="data">/usr/share/geany/colorschemes/black.conf</Path>
<Path fileType="data">/usr/share/geany/colorschemes/dark-fruit-salad.conf</Path>
Expand All @@ -103,12 +103,12 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-10-25</Date>
<Update release="2">
<Date>2024-04-07</Date>
<Version>1.24</Version>
<Comment>Packaging update</Comment>
<Name>Justin Zobel</Name>
<Email>justin@solus-project.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>

0 comments on commit 961ed04

Please sign in to comment.