diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /wm/openbox | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'wm/openbox')
-rw-r--r-- | wm/openbox/Makefile | 6 | ||||
-rw-r--r-- | wm/openbox/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 6e3bb0fce97..015d70055ea 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/02/16 23:00:47 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/08 19:40:43 jmmv Exp $ DISTNAME= openbox-3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ @@ -10,7 +10,7 @@ HOMEPAGE= http://icculus.org/openbox/ COMMENT= Standards compliant, light-weight and extensible window manager BUILD_USES_MSGFMT= YES -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES diff --git a/wm/openbox/PLIST b/wm/openbox/PLIST index 5ff52e25af9..835af782a47 100644 --- a/wm/openbox/PLIST +++ b/wm/openbox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/23 08:41:55 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:43 jmmv Exp $ bin/gnome-panel-control bin/kdetrayproxy bin/openbox @@ -61,7 +61,6 @@ share/themes/TheBear/openbox-3/themerc @unexec ${RMDIR} %D/share/themes/Artwiz 2>/dev/null || ${TRUE} @dirrm share/themes/Allegro/openbox-3 @unexec ${RMDIR} %D/share/themes/Allegro 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/themes 2>/dev/null || ${TRUE} @dirrm share/openbox @comment in gnome2-dirs: @dirrm share/gnome/wm-properties @dirrm share/examples/openbox |