diff options
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 |