diff options
author | salo <salo@pkgsrc.org> | 2005-06-19 02:49:23 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-06-19 02:49:23 +0000 |
commit | 22d911ce3a96008b1a3a980067a90035865afd93 (patch) | |
tree | 97eb3d0c90d7649f0b08bb2ebfb5ecbb76ac528a /net/bittorrent-gui | |
parent | fbc952d9fdeb45f7fe8d5d2cebb7f0f114623175 (diff) | |
download | pkgsrc-22d911ce3a96008b1a3a980067a90035865afd93.tar.gz |
Clean the !@#@#$%^ mess with documentation and image files so now binary
packages actually work..
Bump PKGREVISIONs.
Diffstat (limited to 'net/bittorrent-gui')
-rw-r--r-- | net/bittorrent-gui/Makefile | 5 | ||||
-rw-r--r-- | net/bittorrent-gui/PLIST | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile index 3fdcadc140e..8daa1133993 100644 --- a/net/bittorrent-gui/Makefile +++ b/net/bittorrent-gui/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/19 02:49:23 salo Exp $ # .include "../../net/bittorrent/Makefile.common" PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/} +PKGREVISION= 1 COMMENT+= (GTK+ GUI) @@ -18,6 +19,8 @@ do-build: # empty do-install: ${INSTALL_SCRIPT} ${WRKSRC}/btdownloadgui.py ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/btmaketorrentgui.py ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/images/*.png ${PREFIX}/share/pixmaps/${DISTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/images/*.ico ${PREFIX}/share/pixmaps/${DISTNAME}/ .include "../../lang/python/application.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/net/bittorrent-gui/PLIST b/net/bittorrent-gui/PLIST index 68c03baa72d..901e19d8912 100644 --- a/net/bittorrent-gui/PLIST +++ b/net/bittorrent-gui/PLIST @@ -1,3 +1,13 @@ -@comment $NetBSD: PLIST,v 1.2 2005/03/28 14:43:10 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/06/19 02:49:24 salo Exp $ bin/btdownloadgui.py bin/btmaketorrentgui.py +share/pixmaps/BitTorrent-4.0.1/bittorrent.ico +share/pixmaps/BitTorrent-4.0.1/broken.png +share/pixmaps/BitTorrent-4.0.1/finished.png +share/pixmaps/BitTorrent-4.0.1/info.png +share/pixmaps/BitTorrent-4.0.1/pause.png +share/pixmaps/BitTorrent-4.0.1/paused.png +share/pixmaps/BitTorrent-4.0.1/play.png +share/pixmaps/BitTorrent-4.0.1/queued.png +share/pixmaps/BitTorrent-4.0.1/remove.png +share/pixmaps/BitTorrent-4.0.1/running.png |