diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-03 09:25:39 +0000 |
commit | 82f3d569dfe5181ac339e871562ecf5f8acf7e7f (patch) | |
tree | 892e2efd74793bda362cc4357c080b6edaa2ddb8 | |
parent | 814dcda762306c7a778d3d9a6304ecce8f0c09fa (diff) | |
download | pkgsrc-82f3d569dfe5181ac339e871562ecf5f8acf7e7f.tar.gz |
Depend on xdg-1.4 for share/themes.
-rw-r--r-- | wm/matchbox-wm/Makefile | 3 | ||||
-rw-r--r-- | wm/metacity/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/Makefile | 4 | ||||
-rw-r--r-- | wm/xfce4-wm/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-themes/Makefile | 4 | ||||
-rw-r--r-- | x11/matchbox-themes-extra/Makefile | 4 | ||||
-rw-r--r-- | x11/xfce4-session/Makefile | 3 |
7 files changed, 15 insertions, 11 deletions
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile index 1f41e884b2c..c30894ccb55 100644 --- a/wm/matchbox-wm/Makefile +++ b/wm/matchbox-wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/15 20:33:02 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/03 09:25:39 wiz Exp $ # DISTNAME= matchbox-window-manager-1.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Window manager designed for computers with small displays USE_TOOLS+= pkg-config +USE_DIRS+= xdg-1.4 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile index 4ffaeba9ded..6f468ddb5e2 100644 --- a/wm/metacity/Makefile +++ b/wm/metacity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/01/13 17:46:28 joerg Exp $ +# $NetBSD: Makefile,v 1.66 2007/02/03 09:25:39 wiz Exp $ # DISTNAME= metacity-2.16.3 @@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity/ COMMENT= GNOME-compliant window manager -USE_DIRS+= gnome2-1.5 theme-1.0 +USE_DIRS+= gnome2-1.5 theme-1.0 xdg-1.4 USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= YES diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 65a3617c8a8..f576d5dcc7e 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2007/01/24 19:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/03 09:25:39 wiz Exp $ DISTNAME= openbox-3.3.1 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Standards compliant, light-weight and extensible window manager DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES -USE_DIRS+= gnome2-1.5 +USE_DIRS+= gnome2-1.5 xdg-1.4 USE_TOOLS+= gmake msgfmt pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES diff --git a/wm/xfce4-wm/Makefile b/wm/xfce4-wm/Makefile index 20f13ce3c55..9edb724ac2a 100644 --- a/wm/xfce4-wm/Makefile +++ b/wm/xfce4-wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/01/23 11:53:46 martti Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/03 09:25:39 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -10,6 +10,8 @@ COMMENT= Xfce window manager BUILDLINK_DEPMETHOD.libXt?= build +USE_DIRS+= xdg-1.4 + .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" diff --git a/x11/gnome-themes/Makefile b/x11/gnome-themes/Makefile index e8e3d8c3d4d..a803abfaadd 100644 --- a/x11/gnome-themes/Makefile +++ b/x11/gnome-themes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/11/28 22:14:34 drochner Exp $ +# $NetBSD: Makefile,v 1.53 2007/02/03 09:27:33 wiz Exp $ # DISTNAME= gnome-themes-2.16.2 @@ -12,7 +12,7 @@ COMMENT= Collection of themes and icons for GNOME 2 CONFLICTS+= clearlooks-metacity-[0-9]* -USE_DIRS+= gnome2-1.5 theme-1.0 +USE_DIRS+= gnome2-1.5 theme-1.0 xdg-1.4 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes diff --git a/x11/matchbox-themes-extra/Makefile b/x11/matchbox-themes-extra/Makefile index 6403e84e0d0..301804db9cd 100644 --- a/x11/matchbox-themes-extra/Makefile +++ b/x11/matchbox-themes-extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:31:10 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2007/02/03 09:27:33 wiz Exp $ # DISTNAME= matchbox-themes-extra-0.3 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://projects.o-hand.com/matchbox/ COMMENT= Collection of themes for Matchbox -USE_DIRS+= gnome2-1.5 +USE_DIRS+= gnome2-1.5 xdg-1.4 USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/xfce4-session/Makefile b/x11/xfce4-session/Makefile index 58c2af37300..e626338a763 100644 --- a/x11/xfce4-session/Makefile +++ b/x11/xfce4-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/23 11:53:47 martti Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/03 09:27:33 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE:Q} \ REQD_DIRS+= ${XFCE4_EGBASE} ${EGDIR} +USE_DIRS+= xdg-1.4 USE_TOOLS+= iceauth:run BUILDLINK_DEPMETHOD.libXt?= build |