Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2023 20:28:02 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ae3fb5111c80 - main - x11-themes/audacious-skins: Update to 1.0.0
Message-ID:  <202305082028.348KS21t038640@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae3fb5111c80835623306f56293406da8ba91774

commit ae3fb5111c80835623306f56293406da8ba91774
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2023-05-08 20:27:54 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2023-05-08 20:27:54 +0000

    x11-themes/audacious-skins: Update to 1.0.0
    
    - Update to 1.0.0
    - Skins are now hosted on GitHub
    - Add WWW
    - Add license
    - Audacious is not a build dependency
    - Update pkg-descr
---
 x11-themes/audacious-skins/Makefile  | 16 +++++++++-------
 x11-themes/audacious-skins/distinfo  |  5 +++--
 x11-themes/audacious-skins/pkg-descr |  3 ++-
 3 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/x11-themes/audacious-skins/Makefile b/x11-themes/audacious-skins/Makefile
index 66dd7a2c0af3..2a93f0ea4218 100644
--- a/x11-themes/audacious-skins/Makefile
+++ b/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>
diff --git a/x11-themes/audacious-skins/distinfo b/x11-themes/audacious-skins/distinfo
index 2c7a177461d7..592209b2fee4 100644
--- a/x11-themes/audacious-skins/distinfo
+++ b/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
diff --git a/x11-themes/audacious-skins/pkg-descr b/x11-themes/audacious-skins/pkg-descr
index 4fd6fc67545c..58e1381cd81b 100644
--- a/x11-themes/audacious-skins/pkg-descr
+++ b/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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305082028.348KS21t038640>