diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /audio/amarok-fs | |
parent | eec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff) | |
download | ports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip |
Notes
Diffstat (limited to 'audio/amarok-fs')
-rw-r--r-- | audio/amarok-fs/Makefile | 54 | ||||
-rw-r--r-- | audio/amarok-fs/distinfo | 2 | ||||
-rw-r--r-- | audio/amarok-fs/files/patch-amarokFS-xml.pro | 63 | ||||
-rw-r--r-- | audio/amarok-fs/pkg-descr | 4 | ||||
-rw-r--r-- | audio/amarok-fs/pkg-plist | 19 |
5 files changed, 0 insertions, 142 deletions
diff --git a/audio/amarok-fs/Makefile b/audio/amarok-fs/Makefile deleted file mode 100644 index 891cf41d0c4a..000000000000 --- a/audio/amarok-fs/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# $FreeBSD$ - -PORTNAME= amarok-fs -PORTVERSION= 0.5 -PORTREVISION= 12 -CATEGORIES= audio kde -MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ - ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 52641-amarokFS-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Full screen application for Amarok - -DEPRECATED= Depends on Qt3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -PATCH_DEPENDS= qmake:${PORTSDIR}/devel/qmake -BUILD_DEPENDS= ${PATCH_DEPENDS} -RUN_DEPENDS= amarok:${PORTSDIR}/audio/amarok - -USE_GMAKE= yes -USE_KDELIBS_VER=3 -INSTALLS_ICONS= yes - -WRKSRC= ${WRKDIR}/amarokFS-${PORTVERSION} - -PORTDOCS= README theme-howto.txt - -MAKE_ENV+= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++" - -DOCSDIR= ${PREFIX}/share/doc/amarokFS - -QMAKE= ${LOCALBASE}/bin/qmake -unix -o - -.include <bsd.port.options.mk> - -post-extract: - ${REINPLACE_CMD} -e 's|/usr/share/icons/amarokFS.png|amarokFS|' \ - ${WRKSRC}/amarokFS.desktop - ${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|g' \ - ${WRKSRC}/amfs-xml.cpp - -post-patch: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${QMAKE} Makefile amarokFS-xml.pro - -post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/audio/amarok-fs/distinfo b/audio/amarok-fs/distinfo deleted file mode 100644 index 47a7cb9fe78d..000000000000 --- a/audio/amarok-fs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (52641-amarokFS-0.5.tar.gz) = 52ee9b21d18b7d76999b25c1de3077d3f2ae774b18b8eca3d9605ceaf340cafc -SIZE (52641-amarokFS-0.5.tar.gz) = 373310 diff --git a/audio/amarok-fs/files/patch-amarokFS-xml.pro b/audio/amarok-fs/files/patch-amarokFS-xml.pro deleted file mode 100644 index 38111625c719..000000000000 --- a/audio/amarok-fs/files/patch-amarokFS-xml.pro +++ /dev/null @@ -1,63 +0,0 @@ ---- amarokFS-xml.pro.orig Mon Mar 19 08:17:58 2007 -+++ amarokFS-xml.pro Wed Jun 20 17:23:39 2007 -@@ -3,13 +3,9 @@ - - CONFIG += qt warn_on release - --INCLUDEPATH += /usr/include/kde --INCLUDEPATH += /usr/local/include/kde --INCLUDEPATH += /usr/include --INCLUDEPATH += /opt/kde3/include --INCLUDEPATH += /opt/kde/include --INCLUDEPATH += /usr/kde/3.5/include -- -+INCLUDEPATH += /usr/include/ -+INCLUDEPATH += ${LOCALBASE}/include/ -+INCLUDEPATH += ${LOCALBASE}/include/X11 - - HEADERS = amfs-xml.h \ - cb.h \ -@@ -25,36 +21,27 @@ - label-pixmap.cpp - - LIBS += -lkdecore --LIBS += -L/opt/kde3/lib --LIBS += -L/usr/local/kde3/lib --LIBS += -L/usr/lib/qt3 --LIBS += -L/opt/kde/lib --LIBS += -L/usr/kde/3.5/lib -+LIBS += -L${LOCALBASE}/lib -+LIBS += -L${LOCALBASE}/lib/X11 - LIBS += -lkio - --images.path = /usr/share/amarokFS/images -+images.path = ${PREFIX}/share/amarokFS/images - images.files = images/* - --defaultTheme.path = /usr/share/amarokFS -+defaultTheme.path = ${PREFIX}/share/amarokFS - defaultTheme.files = theme.xml - --target.path = /usr/local/bin -+target.path = ${PREFIX}/bin - - icon.files = amarokFS.png --icon.path = /usr/share/icons/ -+icon.path = ${PREFIX}/share/icons/hicolor/128x128/apps/ - - desktop.files = amarokFS.desktop --desktop.path = /usr/share/applications/ -+desktop.path = ${PREFIX}/share/applications/ - --docs.files = README --docs.files += theme-howto.txt --docs.path = /usr/share/doc/amarokFS -- -- - INSTALLS += target - INSTALLS += images - INSTALLS += desktop - INSTALLS += icon - INSTALLS += defaultTheme --INSTALLS += docs - diff --git a/audio/amarok-fs/pkg-descr b/audio/amarok-fs/pkg-descr deleted file mode 100644 index 2dec403b48b4..000000000000 --- a/audio/amarok-fs/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -amarokFS is a full screen front end for Amarok. It displays the current song -status and provides basic controls. - -WWW: http://www.kde-apps.org/content/show.php?content=52641 diff --git a/audio/amarok-fs/pkg-plist b/audio/amarok-fs/pkg-plist deleted file mode 100644 index f9c5a04cd1ab..000000000000 --- a/audio/amarok-fs/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/amarokFS -share/amarokFS/images/gradient.png -share/amarokFS/images/logo.png -share/amarokFS/images/logoB.png -share/amarokFS/images/player_end.png -share/amarokFS/images/player_end2.png -share/amarokFS/images/player_pause.png -share/amarokFS/images/player_pause2.png -share/amarokFS/images/player_play.png -share/amarokFS/images/player_play2.png -share/amarokFS/images/player_start.png -share/amarokFS/images/player_start2.png -share/amarokFS/images/player_stop.png -share/amarokFS/images/player_stop2.png -share/amarokFS/theme.xml -share/applications/amarokFS.desktop -share/icons/hicolor/128x128/apps/amarokFS.png -@dirrm share/amarokFS/images -@dirrm share/amarokFS |