diff options
author | mezz <mezz@FreeBSD.org> | 2007-10-26 01:10:42 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-10-26 01:10:42 +0800 |
commit | f59d10420b7f4641b39f04e0bfd702f976d469a4 (patch) | |
tree | 8337adafeffda8c5dbac1dce9586b24d66003794 /x11-wm | |
parent | 71f75a744d622d9788b3452a5a6b85488a203488 (diff) | |
download | freebsd-ports-gnome-f59d10420b7f4641b39f04e0bfd702f976d469a4.tar.gz freebsd-ports-gnome-f59d10420b7f4641b39f04e0bfd702f976d469a4.tar.zst freebsd-ports-gnome-f59d10420b7f4641b39f04e0bfd702f976d469a4.zip |
- 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
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 |