pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
qmediamanager: GUI tool for managing removable media
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Sun Jun 11 12:05:15 2023 -0500
Changeset: f93032abd09d087a4d89ce87ca9c2c58d24b354b
Modified Files:
Makefile
Added Files:
qmediamanager/DESCR
qmediamanager/Makefile
qmediamanager/PLIST
qmediamanager/distinfo
Log Message:
qmediamanager: GUI tool for managing removable media
QMediaManager is a GUI application for managing removable media. It is
meant to be launched by an automount service such as sysutils/automount
to provide the user options when removable media are inserted.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f93032abd09d087a4d89ce87ca9c2c58d24b354b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
qmediamanager/DESCR | 3 +++
qmediamanager/Makefile | 32 ++++++++++++++++++++++++++++++++
qmediamanager/PLIST | 1 +
qmediamanager/distinfo | 5 +++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 1dab384fe8..6d7acc9b28 100644
--- a/Makefile
+++ b/Makefile
@@ -4939,6 +4939,7 @@ SUBDIR+= qiew
SUBDIR+= qira
SUBDIR+= qlcplus
SUBDIR+= qmc2
+SUBDIR+= qmediamanager
SUBDIR+= qn-x11
SUBDIR+= qrint
SUBDIR+= qrq
diff --git a/qmediamanager/DESCR b/qmediamanager/DESCR
new file mode 100644
index 0000000000..bb428b3259
--- /dev/null
+++ b/qmediamanager/DESCR
@@ -0,0 +1,3 @@
+QMediaManager is a GUI application for managing removable media. It is
+meant to be launched by an automount service such as sysutils/automount
+to provide the user options when removable media are inserted.
diff --git a/qmediamanager/Makefile b/qmediamanager/Makefile
new file mode 100644
index 0000000000..21e8321e68
--- /dev/null
+++ b/qmediamanager/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+#
+###########################################################
+# Generated by fbsd2pkg #
+# Sun Jun 11 11:48:38 CDT 2023 #
+###########################################################
+
+# Unknown tool: USE_TOOLS= gl
+
+DISTNAME= qmediamanager-0.1.0
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
+
+OWNER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/outpaddling/qmediamanager
+COMMENT= GUI tool for managing removable media
+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
+
+USE_LANGUAGES= c c++
+
+do-install:
+ ${INSTALL} -c ${WRKSRC}/qmediamanager ${DESTDIR}${PREFIX}/bin
+ ${INSTALL} -c ${WRKSRC}/Man/qmediamanager.1 ${DESTDIR}${MANPREFIX}/man/man1
+
+.include "../../devel/libxtend/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qmediamanager/PLIST b/qmediamanager/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/qmediamanager/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/qmediamanager/distinfo b/qmediamanager/distinfo
new file mode 100644
index 0000000000..7dc2a045d0
--- /dev/null
+++ b/qmediamanager/distinfo
@@ -0,0 +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
Home |
Main Index |
Thread Index |
Old Index