diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-18 18:31:59 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-18 18:31:59 +0800 |
commit | ae009c4db773a19a6c95ccfec3a24b21dc123986 (patch) | |
tree | cb6c5965bece69df3c9aded4c623611eb3974c9a | |
parent | 18b8989a68c12ea28344244db7c6bbffd2ffc936 (diff) | |
download | marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar.gz marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar.bz2 marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar.lz marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar.xz marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.tar.zst marcuscom-ports-ae009c4db773a19a6c95ccfec3a24b21dc123986.zip |
We also don't need gconf for the gir anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15044 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-desktop3/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-desktop3/files/patch-libgnome-desktop_Makefile.in | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11/gnome-desktop3/Makefile b/x11/gnome-desktop3/Makefile index 7b4307d70..a52951df2 100644 --- a/x11/gnome-desktop3/Makefile +++ b/x11/gnome-desktop3/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.5 2010/12/27 11:27:22 kwm Exp $ +# $MCom: ports/x11/gnome-desktop3/Makefile,v 1.6 2011/01/13 10:04:55 kwm Exp $ # PORTNAME= gnome-desktop PORTVERSION= 2.91.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/x11/gnome-desktop3/files/patch-libgnome-desktop_Makefile.in b/x11/gnome-desktop3/files/patch-libgnome-desktop_Makefile.in new file mode 100644 index 000000000..ae1485062 --- /dev/null +++ b/x11/gnome-desktop3/files/patch-libgnome-desktop_Makefile.in @@ -0,0 +1,13 @@ +--- libgnome-desktop/Makefile.in.orig 2011-01-18 11:23:14.000000000 +0000 ++++ libgnome-desktop/Makefile.in 2011-01-18 11:23:59.000000000 +0000 +@@ -382,8 +382,8 @@ + INTROSPECTION_GIRS = $(am__append_1) + INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all + INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) +-@HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 GConf-2.0 +-@HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 gconf-2.0 gsettings-desktop-schemas ++@HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 ++@HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_PACKAGES = gdk-pixbuf-2.0 glib-2.0 gobject-2.0 gio-2.0 gtk+-3.0 gsettings-desktop-schemas + @HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_CFLAGS = -DGNOME_DESKTOP_USE_UNSTABLE_API -I$(top_srcdir) + @HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_LIBS = libgnome-desktop-3.la + @HAVE_INTROSPECTION_TRUE@GnomeDesktop_3_0_gir_FILES = $(introspection_sources) $(libgnome_desktop_HEADERS) |