fix GUI subpackage, pointed out by sturm@
This commit is contained in:
parent
4d572376b6
commit
3fcd85b3ff
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user