diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 17:10:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 17:10:42 +0000 |
commit | db67a9d413d3dac40bc145878f7df48e6e76fc06 (patch) | |
tree | 4b6c3dbece60d594ba99a9b6205a1f52bcd7e424 /x11-wm | |
parent | 90724c8d7dedc1d6b89274da2230f66540513ec2 (diff) |
- Fix the plist.
- While I am here, remove ${BUILD_DEPENDS} from RUN_DEPENDS to avoid all of
un-need stuff to be in runtime dependencies from build dependencies such as
gmake.
- Bump the PORTREVISION.
Reported by: pointyhat-exp
Approved by: Related with our (FreeBSD GNOME Team) big change
Notes
Notes:
svn path=/head/; revision=202003
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz/Makefile | 11 | ||||
-rw-r--r-- | x11-wm/compiz/pkg-plist | 2 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile index bfc846df403b..d927ac3bf92d 100644 --- a/x11-wm/compiz/Makefile +++ b/x11-wm/compiz/Makefile @@ -7,7 +7,7 @@ PORTNAME= compiz PORTVERSION= 0.5.2 -#PORTREVISION= 1 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= rnoland@2hip.net @@ -15,7 +15,8 @@ COMMENT= Compiz Composite/Window Manager LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + startup-notification-1.0:${PORTSDIR}/x11/startup-notification XORG_CAT= app GNU_CONFIGURE= yes @@ -105,7 +106,8 @@ CONFIGURE_ARGS+= --disable-metacity .endif .if defined(WITH_GNOME) -CONFIGURE_ARGS+= --enable-gnome +CONFIGURE_ARGS+= --enable-gnome \ + --enable-gnome-keybindings USE_GNOME+= gnomecontrolcenter2 WINDOWSETTINGSDATADIR= \ `pkg-config --variable=prefix gnome-window-settings-2.0` @@ -115,7 +117,8 @@ PLIST_SUB+= GNOME="" \ WINDOWSETTINGSDATADIR="${WINDOWSETTINGSDATADIR}" \ WINDOWSETTINGSLIBDIR="${WINDOWSETTINGSLIBDIR}" .else -CONFIGURE_ARGS+= --disable-gnome +CONFIGURE_ARGS+= --disable-gnome \ + --disable-gnome-keybindings PLIST_SUB+= GNOME="@comment " .endif diff --git a/x11-wm/compiz/pkg-plist b/x11-wm/compiz/pkg-plist index 3b101941e1c1..b934c8257f72 100644 --- a/x11-wm/compiz/pkg-plist +++ b/x11-wm/compiz/pkg-plist @@ -129,6 +129,8 @@ libdata/pkgconfig/libdecoration.pc %%DATADIR%%/schemas.xslt %%GNOME%%@cwd %%WINDOWSETTINGSDATADIR%% %%GNOME%%share/gnome/wm-properties/compiz.desktop +%%GNOME%%share/gnome-control-center/keybindings/50-compiz-desktop-key.xml +%%GNOME%%share/gnome-control-center/keybindings/50-compiz-key.xml %%GNOME%%@cwd %%WINDOWSETTINGSLIBDIR%% %%GNOME%%window-manager-settings/libcompiz.so %%GNOME%%window-manager-settings/libcompiz.la |