pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm minor fixes: use gmake (it builds without, but some...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2acdf6eddde6
branches:  trunk
changeset: 542383:2acdf6eddde6
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed May 14 18:05:11 2008 +0000

description:
minor fixes: use gmake (it builds without, but some pattern rules are
ignored so we could get surprises later), fix gconf and PLIST

diffstat:

 wm/compiz-fusion-plugins-extra/Makefile |  22 ++++++++++++++++++++--
 wm/compiz-fusion-plugins-main/Makefile  |  24 ++++++++++++++++++++++--
 2 files changed, 42 insertions(+), 4 deletions(-)

diffs (88 lines):

diff -r ef5c87505d50 -r 2acdf6eddde6 wm/compiz-fusion-plugins-extra/Makefile
--- a/wm/compiz-fusion-plugins-extra/Makefile   Wed May 14 18:01:26 2008 +0000
+++ b/wm/compiz-fusion-plugins-extra/Makefile   Wed May 14 18:05:11 2008 +0000
@@ -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 @@
 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 @@
 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 -r ef5c87505d50 -r 2acdf6eddde6 wm/compiz-fusion-plugins-main/Makefile
--- a/wm/compiz-fusion-plugins-main/Makefile    Wed May 14 18:01:26 2008 +0000
+++ b/wm/compiz-fusion-plugins-main/Makefile    Wed May 14 18:05:11 2008 +0000
@@ -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 @@
 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 @@
 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"



Home | Main Index | Thread Index | Old Index