pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip clean-up: remove qmpdclient
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Fri Jul 8 09:00:22 2022 +0200
Changeset: 3c708188ab213b0d4f020440533333edb7a87bd0
Modified Files:
Makefile
Removed Files:
qmpdclient/DESCR
qmpdclient/Makefile
qmpdclient/PLIST
qmpdclient/distinfo
qmpdclient/options.mk
Log Message:
wip clean-up: remove qmpdclient
Upstream deleted.
EOL Qt4.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c708188ab213b0d4f020440533333edb7a87bd0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
qmpdclient/DESCR | 16 ----------------
qmpdclient/Makefile | 45 ---------------------------------------------
qmpdclient/PLIST | 18 ------------------
qmpdclient/distinfo | 5 -----
qmpdclient/options.mk | 12 ------------
6 files changed, 97 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 35a7ea156e..cc4dbe559a 100644
--- a/Makefile
+++ b/Makefile
@@ -4937,7 +4937,6 @@ SUBDIR+= qiew
SUBDIR+= qira
SUBDIR+= qlcplus
SUBDIR+= qmc2
-SUBDIR+= qmpdclient
SUBDIR+= qn-x11
SUBDIR+= qrint
SUBDIR+= qrq
diff --git a/qmpdclient/DESCR b/qmpdclient/DESCR
deleted file mode 100644
index ee05913b3e..0000000000
--- a/qmpdclient/DESCR
+++ /dev/null
@@ -1,16 +0,0 @@
-QMPDClient is Qt4 based mpd client, originally developed by Havard
-Tautra Knutsen. Set of patches developed by community was then called
-"QMPDClient-ne". Now it became mainline.
-
-Features
-
- * Covers' display
- * Lyrics' display
- * Tag guessing
- * Internet radio
- * Storing & using playlists
- * Last.fm track submission
- * Tray notifications (Freedesktop too)
- * Skinnable interface with iconsets
- * Shoutcast (unstable, see shoutcast branch in git)
- * And more
diff --git a/qmpdclient/Makefile b/qmpdclient/Makefile
deleted file mode 100644
index a63827c882..0000000000
--- a/qmpdclient/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/07 14:53:42 asau Exp $
-#
-
-DISTNAME= qmpdclient-1.1.2
-PKGREVISION= 3
-
-CATEGORIES= audio
-MASTER_SITES= http://dump.bitcheese.net/files/dedycec/
-EXTRACT_SUFX= .tar.bz2
-WRKSRC= ${WRKDIR}/qmpdclient
-
-MAINTAINER= pho%cielonegro.org@localhost
-HOMEPAGE= http://bitcheese.net/wiki/QMPDClient
-COMMENT= QT4 based mpd client
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-
-SUBST_CLASSES+= fix-proj
-SUBST_STAGE.fix-proj= post-patch
-SUBST_MESSAGE.fix-proj= Fixing qmake project file.
-SUBST_FILES.fix-proj= qmpdclient.pro
-SUBST_SED.fix-proj= -e 's,/usr/local,${PREFIX},g'
-SUBST_SED.fix-proj+= -e 's,lrelease,${QTDIR}/bin/lrelease,g'
-SUBST_SED.fix-proj+= -e 's,-g0 -s,,g'
-
-MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
-QMAKE_FLAGS+= QT_CONFIG=${QT_CONFIG:Q}
-
-# qmake isn't smart enough to integrate with lrelease. We have to run
-# it before actually invoking qmake, or lang/*.qm won't be installed.
-pre-configure:
- ${RUN} cd ${WRKSRC} && \
- ${QTDIR}/bin/lrelease lang/*.ts
-
-do-configure:
- ${RUN} cd ${WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${QTDIR}/bin/qmake ${QMAKE_FLAGS}
-
-.include "options.mk"
-
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qmpdclient/PLIST b/qmpdclient/PLIST
deleted file mode 100644
index f5919c3be7..0000000000
--- a/qmpdclient/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/12/31 19:05:22 phonohawk Exp $
-bin/qmpdclient
-share/QMPDClient/translations/cs_CZ.qm
-share/QMPDClient/translations/de_DE.qm
-share/QMPDClient/translations/fr_FR.qm
-share/QMPDClient/translations/it_IT.qm
-share/QMPDClient/translations/nl_NL.qm
-share/QMPDClient/translations/nn_NO.qm
-share/QMPDClient/translations/no_NO.qm
-share/QMPDClient/translations/pt_BR.qm
-share/QMPDClient/translations/ru_RU.qm
-share/QMPDClient/translations/sv_SE.qm
-share/QMPDClient/translations/tr_TR.qm
-share/QMPDClient/translations/uk_UA.qm
-share/QMPDClient/translations/zh_CN.qm
-share/QMPDClient/translations/zh_TW.qm
-share/applications/qmpdclient.desktop
-share/icons/qmpdclient64.png
diff --git a/qmpdclient/distinfo b/qmpdclient/distinfo
deleted file mode 100644
index e18d28312c..0000000000
--- a/qmpdclient/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/12/31 19:05:22 phonohawk Exp $
-
-RMD160 (qmpdclient-1.1.2.tar.bz2) = 098ac9b04ae00bad19687a403073a0c4470e9007
-SHA512 (qmpdclient-1.1.2.tar.bz2) = 68691a44fb8daf57e474c66f06cf337ba894012f291ececc383360a913be89f9e0c468273870039b6e607d831128e6b26ebda481385cc3065b7e58ecd3d61421
-Size (qmpdclient-1.1.2.tar.bz2) = 260718 bytes
diff --git a/qmpdclient/options.mk b/qmpdclient/options.mk
deleted file mode 100644
index 634530560c..0000000000
--- a/qmpdclient/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2010/01/01 05:36:03 phonohawk Exp $
-#
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.qmpdclient
-PKG_SUPPORTED_OPTIONS= dbus
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdbus)
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-QT_CONFIG+= dbus
-.endif
Home |
Main Index |
Thread Index |
Old Index