diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-16 06:20:21 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-16 06:20:21 +0800 |
commit | a68e50cbfd17e7541db7ae270973d5a80192d9fb (patch) | |
tree | c406b41dfd2d989a69adc1b320ac0dde10e5088a /sysutils | |
parent | 081a40ef7362b467cc2ee302886c06163cc9b1b0 (diff) | |
download | marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar.gz marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar.bz2 marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar.lz marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar.xz marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.tar.zst marcuscom-ports-a68e50cbfd17e7541db7ae270973d5a80192d9fb.zip |
Don't let this apps_gnome_settings_daemon_*.schemas to be install or these
will be overwrite on gnome-settings-daemon's three same schemas/gconf stuff.
I am not bump it and I am not clean the dependencies since it looks like
the split is kind of incomplete by read in ChangeLog/NEWS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10131 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 7 | ||||
-rw-r--r-- | sysutils/gnome-control-center/files/patch-schemas_Makefile.in | 14 |
2 files changed, 16 insertions, 5 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index 9830d5cdd..45d6f1223 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.164 2007/12/22 22:01:13 kwm Exp $ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.165 2008/01/15 15:11:58 kwm Exp $ # PORTNAME= gnome-control-center @@ -38,10 +38,7 @@ CONFIGURE_ARGS= --enable-gstreamer=0.10 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= apps_gnome_settings_daemon_default_editor.schemas \ - apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_screensaver.schemas \ - control-center.schemas \ +GCONF_SCHEMAS= control-center.schemas \ desktop_gnome_font_rendering.schemas \ fontilus.schemas themus.schemas diff --git a/sysutils/gnome-control-center/files/patch-schemas_Makefile.in b/sysutils/gnome-control-center/files/patch-schemas_Makefile.in new file mode 100644 index 000000000..bdceea25e --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-schemas_Makefile.in @@ -0,0 +1,14 @@ +--- schemas/Makefile.in.orig 2008-01-15 16:06:19.000000000 -0600 ++++ schemas/Makefile.in 2008-01-15 16:06:55.000000000 -0600 +@@ -301,10 +301,7 @@ + top_srcdir = @top_srcdir@ + schemadir = $(GCONF_SCHEMA_FILE_DIR) + schema_in_files = \ +- apps_gnome_settings_daemon_screensaver.schemas.in \ +- apps_gnome_settings_daemon_default_editor.schemas.in \ +- desktop_gnome_font_rendering.schemas.in \ +- apps_gnome_settings_daemon_keybindings.schemas.in ++ desktop_gnome_font_rendering.schemas.in + + schema_DATA = $(schema_in_files:.schemas.in=.schemas) + EXTRA_DIST = $(schema_in_files) |