Skip to content

Commit

Permalink
x11-themes/audacious-skins: Update to 1.0.0
Browse files Browse the repository at this point in the history
- Update to 1.0.0
- Skins are now hosted on GitHub
- Add WWW
- Add license
- Audacious is not a build dependency
- Update pkg-descr
  • Loading branch information
ehaupt committed May 8, 2023
1 parent 9124b2d commit ae3fb51
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
16 changes: 9 additions & 7 deletions x11-themes/audacious-skins/Makefile
@@ -1,21 +1,23 @@
PORTNAME= audacious-skins
PORTVERSION= 0.4
PORTVERSION= 1.0.0
CATEGORIES= x11-themes
MASTER_SITES= LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Collection of audacious skins
WWW= https://github.com/ehaupt/audacious-skins

BUILD_DEPENDS= audacious:multimedia/audacious
LICENSE= GPLv2

USES= tar:xz
NO_BUILD= yes
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= ehaupt

DATADIR= ${PREFIX}/share/audacious

NO_ARCH= yes
NO_BUILD= yes

do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}/Skins
${INSTALL_DATA} ${WRKSRC}/Skins/*/*.wsz ${STAGEDIR}${DATADIR}/Skins
${INSTALL_DATA} ${WRKSRC}/Skins/*.wsz ${STAGEDIR}${DATADIR}/Skins

.include <bsd.port.mk>
5 changes: 3 additions & 2 deletions x11-themes/audacious-skins/distinfo
@@ -1,2 +1,3 @@
SHA256 (audacious-skins-0.4.tar.xz) = 7c48a1fde5a09d52c500e4cbfb1343b6a9ebc8845d2065e193b647e4c07d8fe6
SIZE (audacious-skins-0.4.tar.xz) = 8367740
TIMESTAMP = 1683576659
SHA256 (ehaupt-audacious-skins-1.0.0_GH0.tar.gz) = 934811835ad6333b10003505721d233ee328d06d17ffe1290edfba2aede3ffd5
SIZE (ehaupt-audacious-skins-1.0.0_GH0.tar.gz) = 8820306
3 changes: 2 additions & 1 deletion x11-themes/audacious-skins/pkg-descr
@@ -1 +1,2 @@
A collection of 85 audacious skins.
This is a collection of audacious skins. Most skins have been repacked
and modified to work with newer versions of audacious.

0 comments on commit ae3fb51

Please sign in to comment.