From 3fcd85b3ffc6592d83509a418432d355d80a60df Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 28 Nov 2006 19:13:57 +0000 Subject: [PATCH] fix GUI subpackage, pointed out by sturm@ --- net/BitTorrent/Makefile | 6 +++--- net/BitTorrent/pkg/PLIST-gui | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net/BitTorrent/Makefile b/net/BitTorrent/Makefile index 6bb6b9f135a..635470ad6fc 100644 --- a/net/BitTorrent/Makefile +++ b/net/BitTorrent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2006/11/22 21:58:24 naddy Exp $ +# $OpenBSD: Makefile,v 1.25 2006/11/28 19:13:57 naddy Exp $ COMMENT-main= "cooperative file distribution system implemented in Python" COMMENT-gui= "graphical interface components for BitTorrent" @@ -6,7 +6,7 @@ COMMENT-gui= "graphical interface components for BitTorrent" VERSION= 4.4.0 DISTNAME= BitTorrent-${VERSION} PKGNAME-main= ${DISTNAME}p3 -PKGNAME-gui= BitTorrent-gui-${VERSION}p2 +PKGNAME-gui= BitTorrent-gui-${VERSION}p3 CATEGORIES= net HOMEPAGE= http://www.bittorrent.com/ @@ -24,7 +24,7 @@ MULTI_PACKAGES= -main -gui MODULES= lang/python BUILD_DEPENDS= ::devel/gettext -RUN_DEPENDS-gui=:${PKGNAME}:net/BitTorrent \ +RUN_DEPENDS-gui=:${PKGNAME-main}:net/BitTorrent \ :py-gtk2->=2.6:x11/py-gtk2 NO_REGRESS= Yes diff --git a/net/BitTorrent/pkg/PLIST-gui b/net/BitTorrent/pkg/PLIST-gui index d74e1df1d6c..e3c2674d740 100644 --- a/net/BitTorrent/pkg/PLIST-gui +++ b/net/BitTorrent/pkg/PLIST-gui @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST-gui,v 1.3 2006/05/08 13:46:48 naddy Exp $ +@comment $OpenBSD: PLIST-gui,v 1.4 2006/11/28 19:13:57 naddy Exp $ bin/bittorrent bin/maketorrent lib/python${MODPY_VERSION}/site-packages/BitTorrent/Desktop.py @@ -47,3 +47,6 @@ share/pixmaps/BitTorrent/icons/old/status-pre-natted.png share/pixmaps/BitTorrent/icons/old/status-running.png share/pixmaps/BitTorrent/icons/old/status-starting.png share/pixmaps/BitTorrent/icons/old/status-stopped.png +share/pixmaps/BitTorrent/logo/ +share/pixmaps/BitTorrent/logo/bittorrent_32.png +share/pixmaps/BitTorrent/logo/bittorrent_96.png