diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-15 13:41:04 +0800 |
commit | 5c8deb83238594c0e559cf89f0caadbcad3463bc (patch) | |
tree | 4c0d1b640c593697d4f2d3b69eff3cd01ddb0277 /x11-toolkits/gtk30/files | |
parent | f23f7a72407edc0c6dc38e0a94c42734b7afbf02 (diff) | |
download | marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.gz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.bz2 marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.lz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.xz marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.tar.zst marcuscom-ports-5c8deb83238594c0e559cf89f0caadbcad3463bc.zip |
Another batch of updated ports:
- gtk30-3.14.3
- gnome-themes-standard-3.14.0
- pango-1.36.8
- clutter-1.20.0
- clutter-gtk-1.6.0
- gobject-introspection-1.42.0
As usual, remove deprecated @dirrm[try] entries from the
pkg-plist files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19945 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtk30/files')
-rw-r--r-- | x11-toolkits/gtk30/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/gtk30/files/patch-Makefile.in b/x11-toolkits/gtk30/files/patch-Makefile.in index ce24b9df6..0f19135f1 100644 --- a/x11-toolkits/gtk30/files/patch-Makefile.in +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2013-12-02 23:31:49.000000000 +0100 -+++ Makefile.in 2013-12-02 23:32:00.000000000 +0100 -@@ -533,7 +533,7 @@ +--- Makefile.in.orig 2014-10-14 15:48:07.903444240 +0200 ++++ Makefile.in 2014-10-14 15:49:51.089555876 +0200 +@@ -540,7 +540,7 @@ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ && DISPLAY=:$$XID && export DISPLAY --SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples -+SRC_SUBDIRS = gdk gtk libgail-util modules demos examples +-SRC_SUBDIRS = util gdk gtk libgail-util modules demos tests testsuite examples ++SRC_SUBDIRS = util gdk gtk libgail-util modules demos examples SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} MAINTAINERCLEANFILES = \ diff --git a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in index 862035f40..83ee0513a 100644 --- a/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in +++ b/x11-toolkits/gtk30/files/patch-docs_reference_gtk_Makefile.in @@ -1,10 +1,10 @@ ---- docs/reference/gtk/Makefile.in.orig 2013-03-28 10:39:58.000000000 +0000 -+++ docs/reference/gtk/Makefile.in 2013-03-28 10:43:09.000000000 +0000 -@@ -852,7 +852,6 @@ +--- docs/reference/gtk/Makefile.in.orig 2014-10-14 15:50:07.675435846 +0200 ++++ docs/reference/gtk/Makefile.in 2014-10-14 15:50:49.218431589 +0200 +@@ -820,7 +820,6 @@ ######################################################################## man_MANS = \ gtk-query-immodules-3.0.1 \ - gtk-update-icon-cache.1 \ + gtk-encode-symbolic-svg.1 \ gtk-launch.1 \ - broadwayd.1 - + gtk3-demo.1 \ |