diff options
author | drochner <drochner> | 2008-05-14 18:05:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-05-14 18:05:11 +0000 |
commit | 99f41de134b5a7473fb4a0fa4c24a05a5062f9d7 (patch) | |
tree | b31d0829d20112bd875e8e7f20da4fbd343c09d6 /wm | |
parent | 6dceab10f96d152f1fd9a02163ed67d0dc38238a (diff) | |
download | pkgsrc-99f41de134b5a7473fb4a0fa4c24a05a5062f9d7.tar.gz |
minor fixes: use gmake (it builds without, but some pattern rules are
ignored so we could get surprises later), fix gconf and PLIST
Diffstat (limited to 'wm')
-rw-r--r-- | wm/compiz-fusion-plugins-extra/Makefile | 22 | ||||
-rw-r--r-- | wm/compiz-fusion-plugins-main/Makefile | 24 |
2 files changed, 42 insertions, 4 deletions
diff --git a/wm/compiz-fusion-plugins-extra/Makefile b/wm/compiz-fusion-plugins-extra/Makefile index 8e672baded3..1190853e1f9 100644 --- a/wm/compiz-fusion-plugins-extra/Makefile +++ b/wm/compiz-fusion-plugins-extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/05/12 13:20:17 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2008/05/14 18:05:11 drochner Exp $ # DISTNAME= compiz-fusion-plugins-extra-0.6.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - extra plugins GNU_CONFIGURE= yes -USE_TOOLS+= intltool pkg-config msgfmt +USE_TOOLS+= intltool pkg-config msgfmt gmake USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes @@ -20,6 +20,24 @@ PKGCONFIG_OVERRIDE+= compiz-text.pc.in CONFIGURE_ARGS+= --disable-inotify CONFIGURE_ARGS+= --enable-schemas +GCONF_SCHEMAS+= compiz-addhelper.schemas +GCONF_SCHEMAS+= compiz-bench.schemas +GCONF_SCHEMAS+= compiz-crashhandler.schemas +GCONF_SCHEMAS+= compiz-cubecaps.schemas +GCONF_SCHEMAS+= compiz-cubereflex.schemas +GCONF_SCHEMAS+= compiz-extrawm.schemas +GCONF_SCHEMAS+= compiz-fadedesktop.schemas +GCONF_SCHEMAS+= compiz-firepaint.schemas +GCONF_SCHEMAS+= compiz-gears.schemas +GCONF_SCHEMAS+= compiz-group.schemas +GCONF_SCHEMAS+= compiz-mblur.schemas +GCONF_SCHEMAS+= compiz-reflex.schemas +GCONF_SCHEMAS+= compiz-scalefilter.schemas +GCONF_SCHEMAS+= compiz-showdesktop.schemas +GCONF_SCHEMAS+= compiz-splash.schemas +GCONF_SCHEMAS+= compiz-trailfocus.schemas +GCONF_SCHEMAS+= compiz-widget.schemas + .include "../../devel/GConf/schemas.mk" .include "../../devel/compiz-bcop/buildlink3.mk" .include "../../wm/compiz-fusion-plugins-main/buildlink3.mk" diff --git a/wm/compiz-fusion-plugins-main/Makefile b/wm/compiz-fusion-plugins-main/Makefile index d6d3bea9933..b5655715932 100644 --- a/wm/compiz-fusion-plugins-main/Makefile +++ b/wm/compiz-fusion-plugins-main/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/12 13:19:17 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/14 18:05:11 drochner Exp $ # DISTNAME= compiz-fusion-plugins-main-0.6.0 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - main plugins GNU_CONFIGURE= yes -USE_TOOLS+= intltool pkg-config msgfmt +USE_TOOLS+= intltool pkg-config msgfmt gmake USE_PKGLOCALEDIR= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes @@ -21,6 +21,26 @@ PKGCONFIG_OVERRIDE+= compiz-text.pc.in CONFIGURE_ARGS+= --disable-inotify CONFIGURE_ARGS+= --enable-schemas +GCONF_SCHEMAS+= compiz-animation.schemas +GCONF_SCHEMAS+= compiz-colorfilter.schemas +GCONF_SCHEMAS+= compiz-expo.schemas +GCONF_SCHEMAS+= compiz-ezoom.schemas +GCONF_SCHEMAS+= compiz-imgjpeg.schemas +GCONF_SCHEMAS+= compiz-neg.schemas +GCONF_SCHEMAS+= compiz-opacify.schemas +GCONF_SCHEMAS+= compiz-put.schemas +GCONF_SCHEMAS+= compiz-resizeinfo.schemas +GCONF_SCHEMAS+= compiz-ring.schemas +GCONF_SCHEMAS+= compiz-scaleaddon.schemas +GCONF_SCHEMAS+= compiz-shift.schemas +GCONF_SCHEMAS+= compiz-snap.schemas +GCONF_SCHEMAS+= compiz-text.schemas +GCONF_SCHEMAS+= compiz-thumbnail.schemas +GCONF_SCHEMAS+= compiz-vpswitch.schemas +GCONF_SCHEMAS+= compiz-wall.schemas +GCONF_SCHEMAS+= compiz-winrules.schemas +GCONF_SCHEMAS+= compiz-workarounds.schemas + .include "../../devel/GConf/schemas.mk" .include "../../devel/compiz-bcop/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" |