pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

qmediamanager: Update to 0.1.0.1



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Tue Jun 13 20:46:46 2023 -0500
Changeset:	ec6127554701e2ad8bbb8ab0f908590d89b90454

Modified Files:
	qmediamanager/Makefile
	qmediamanager/PLIST
	qmediamanager/distinfo

Log Message:
qmediamanager: Update to 0.1.0.1

statfs hacks for NetBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ec6127554701e2ad8bbb8ab0f908590d89b90454

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qmediamanager/Makefile | 12 +++++++++---
 qmediamanager/PLIST    |  2 ++
 qmediamanager/distinfo |  6 +++---
 3 files changed, 14 insertions(+), 6 deletions(-)

diffs:
diff --git a/qmediamanager/Makefile b/qmediamanager/Makefile
index 21e8321e68..5b7bc034eb 100644
--- a/qmediamanager/Makefile
+++ b/qmediamanager/Makefile
@@ -7,9 +7,10 @@
 
 # Unknown tool: USE_TOOLS=	gl
 
-DISTNAME=	qmediamanager-0.1.0
+DISTNAME=	qmediamanager-0.1.0.4
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	43beed25031d0839739c589780455f258e331729
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/qmediamanager
@@ -19,13 +20,18 @@ LICENSE=	2-clause-bsd
 DEPENDS=	npmount>0:../../wip/npmount
 DEPENDS+=	auto-admin>=0.7.16:../../sysutils/auto-admin
 DEPENDS+=	rxvt-unicode>0:../../x11/rxvt-unicode
-DEPENDS+=	qt6-qttools-${QTVERSION}{,nb[0-9]*}:../../devel/qt6-qttools
+DEPENDS+=	qt6-qttools>0:../../devel/qt6-qttools
 
 USE_LANGUAGES=	c c++
 
+INSTALLATION_DIRS=	bin man/man1
+
+do-configure:
+	(cd ${WRKSRC} && ${PREFIX}/qt6/bin/qmake)
+
 do-install:
 	${INSTALL} -c ${WRKSRC}/qmediamanager ${DESTDIR}${PREFIX}/bin
-	${INSTALL} -c ${WRKSRC}/Man/qmediamanager.1 ${DESTDIR}${MANPREFIX}/man/man1
+	${INSTALL} -c ${WRKSRC}/Man/qmediamanager.1 ${DESTDIR}${PREFIX}/man/man1
 
 .include "../../devel/libxtend/buildlink3.mk"
 .include "../../x11/qt6-qtbase/buildlink3.mk"
diff --git a/qmediamanager/PLIST b/qmediamanager/PLIST
index 48d96a5493..7f358cca0c 100644
--- a/qmediamanager/PLIST
+++ b/qmediamanager/PLIST
@@ -1 +1,3 @@
 @comment $NetBSD$
+bin/qmediamanager
+man/man1/qmediamanager.1
diff --git a/qmediamanager/distinfo b/qmediamanager/distinfo
index 7dc2a045d0..fa0c90d3c7 100644
--- a/qmediamanager/distinfo
+++ b/qmediamanager/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (qmediamanager-0.1.0.tar.gz) = 52c9926a7998fe6adee674d86f73e12fc213449379112533bf076986618f513f
-SHA512 (qmediamanager-0.1.0.tar.gz) = 9073dec919983efa8ee41843cde3eabd861f93c81bd1aef5d3ade14bef675f5c899b7616e7c9de1d5265adabc2e01638f131c9f4c850302f3795e4cb59bbd2f7
-Size (qmediamanager-0.1.0.tar.gz) = 6590 bytes
+BLAKE2s (qmediamanager-0.1.0.4-43beed25031d0839739c589780455f258e331729.tar.gz) = c29372d5fe911962ba6ac60f2357182acad3195c5b97223cdd725254c08583f7
+SHA512 (qmediamanager-0.1.0.4-43beed25031d0839739c589780455f258e331729.tar.gz) = ca489c656ca06e37f3de2f5b54895ddbd0b3f8e428f7d2c2335e729702c8985755a9e22d522f5c6d108288b3b1015a2d1a74d1af8c910c6d034d1835ddd52365
+Size (qmediamanager-0.1.0.4-43beed25031d0839739c589780455f258e331729.tar.gz) = 1068835 bytes


Home | Main Index | Thread Index | Old Index