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 | |
| 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')
| -rw-r--r-- | x11-toolkits/gtk30/Makefile | 7 | ||||
| -rw-r--r-- | x11-toolkits/gtk30/distinfo | 4 | ||||
| -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 | ||||
| -rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 139 | ||||
| -rw-r--r-- | x11-toolkits/pango/Makefile | 4 | ||||
| -rw-r--r-- | x11-toolkits/pango/distinfo | 4 |
7 files changed, 46 insertions, 132 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 281fa61d6..4fec32449 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -4,7 +4,7 @@ # Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.12.2 +PORTVERSION= 3.14.3 PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -40,14 +40,15 @@ USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -LIBVERSION= 0.1200.2 +LIBVERSION= 0.1400.3 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ org.gtk.Settings.ColorChooser.gschema.xml \ + org.gtk.Settings.Debug.gschema.xml \ org.gtk.Settings.FileChooser.gschema.xml \ org.gtk.exampleapp.gschema.xml diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 9cb404599..41108098a 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.12.2.tar.xz) = 61d74eea74231b1ea4b53084a9d6fc9917ab0e1d71b69d92cbf60a4b4fb385d0 -SIZE (gnome3/gtk+-3.12.2.tar.xz) = 15015024 +SHA256 (gnome3/gtk+-3.14.3.tar.xz) = 5e8c62b932f4f0384c3c8cbf251f65978bdecde3211bb16e4c2bde5d8b3af72f +SIZE (gnome3/gtk+-3.14.3.tar.xz) = 15646820 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 \ diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 15341e786..aac9078c2 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -1,7 +1,9 @@ +bin/gtk-encode-symbolic-svg bin/gtk-launch bin/gtk-query-immodules-3.0 bin/gtk3-demo bin/gtk3-demo-application +bin/gtk3-icon-browser bin/gtk3-widget-factory etc/gtk-3.0/im-multipress.conf include/gail-3.0/libgail-util/gail-util.h @@ -10,7 +12,6 @@ include/gail-3.0/libgail-util/gailtextutil.h include/gtk-3.0/gdk/gdk.h include/gtk-3.0/gdk/gdkapplaunchcontext.h include/gtk-3.0/gdk/gdkcairo.h -include/gtk-3.0/gdk/gdkcolor.h include/gtk-3.0/gdk/gdkconfig.h include/gtk-3.0/gdk/gdkcursor.h include/gtk-3.0/gdk/gdkdevice.h @@ -109,9 +110,12 @@ include/gtk-3.0/gtk/a11y/gtktoplevelaccessible.h include/gtk-3.0/gtk/a11y/gtktreeviewaccessible.h include/gtk-3.0/gtk/a11y/gtkwidgetaccessible.h include/gtk-3.0/gtk/a11y/gtkwindowaccessible.h +include/gtk-3.0/gdk/deprecated/gdkcolor.h include/gtk-3.0/gtk/deprecated/gtkaction.h include/gtk-3.0/gtk/deprecated/gtkactiongroup.h include/gtk-3.0/gtk/deprecated/gtkactivatable.h +include/gtk-3.0/gtk/deprecated/gtkalignment.h +include/gtk-3.0/gtk/deprecated/gtkarrow.h include/gtk-3.0/gtk/deprecated/gtkcolorsel.h include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h include/gtk-3.0/gtk/deprecated/gtkfontsel.h @@ -126,14 +130,18 @@ include/gtk-3.0/gtk/deprecated/gtkhseparator.h include/gtk-3.0/gtk/deprecated/gtkhsv.h include/gtk-3.0/gtk/deprecated/gtkiconfactory.h include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h +include/gtk-3.0/gtk/deprecated/gtkmisc.h +include/gtk-3.0/gtk/deprecated/gtknumerableicon.h include/gtk-3.0/gtk/deprecated/gtkradioaction.h include/gtk-3.0/gtk/deprecated/gtkrc.h include/gtk-3.0/gtk/deprecated/gtkrecentaction.h include/gtk-3.0/gtk/deprecated/gtkstock.h include/gtk-3.0/gtk/deprecated/gtkstyle.h +include/gtk-3.0/gtk/deprecated/gtkstatusicon.h include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h include/gtk-3.0/gtk/deprecated/gtktable.h include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h +include/gtk-3.0/gtk/deprecated/gtkthemingengine.h include/gtk-3.0/gtk/deprecated/gtktoggleaction.h include/gtk-3.0/gtk/deprecated/gtkuimanager.h include/gtk-3.0/gtk/deprecated/gtkvbbox.h @@ -152,14 +160,12 @@ include/gtk-3.0/gtk/gtkaccessible.h include/gtk-3.0/gtk/gtkactionable.h include/gtk-3.0/gtk/gtkactionbar.h include/gtk-3.0/gtk/gtkadjustment.h -include/gtk-3.0/gtk/gtkalignment.h include/gtk-3.0/gtk/gtkappchooser.h include/gtk-3.0/gtk/gtkappchooserbutton.h include/gtk-3.0/gtk/gtkappchooserdialog.h include/gtk-3.0/gtk/gtkappchooserwidget.h include/gtk-3.0/gtk/gtkapplication.h include/gtk-3.0/gtk/gtkapplicationwindow.h -include/gtk-3.0/gtk/gtkarrow.h include/gtk-3.0/gtk/gtkaspectframe.h include/gtk-3.0/gtk/gtkassistant.h include/gtk-3.0/gtk/gtkbbox.h @@ -209,6 +215,7 @@ include/gtk-3.0/gtk/gtkentrybuffer.h include/gtk-3.0/gtk/gtkentrycompletion.h include/gtk-3.0/gtk/gtkenums.h include/gtk-3.0/gtk/gtkeventbox.h +include/gtk-3.0/gtk/gtkeventcontroller.h include/gtk-3.0/gtk/gtkexpander.h include/gtk-3.0/gtk/gtkfilechooser.h include/gtk-3.0/gtk/gtkfilechooserbutton.h @@ -222,6 +229,15 @@ include/gtk-3.0/gtk/gtkfontchooser.h include/gtk-3.0/gtk/gtkfontchooserdialog.h include/gtk-3.0/gtk/gtkfontchooserwidget.h include/gtk-3.0/gtk/gtkframe.h +include/gtk-3.0/gtk/gtkgesture.h +include/gtk-3.0/gtk/gtkgesturedrag.h +include/gtk-3.0/gtk/gtkgesturelongpress.h +include/gtk-3.0/gtk/gtkgesturemultipress.h +include/gtk-3.0/gtk/gtkgesturepan.h +include/gtk-3.0/gtk/gtkgesturerotate.h +include/gtk-3.0/gtk/gtkgesturesingle.h +include/gtk-3.0/gtk/gtkgestureswipe.h +include/gtk-3.0/gtk/gtkgesturezoom.h include/gtk-3.0/gtk/gtkgrid.h include/gtk-3.0/gtk/gtkheaderbar.h include/gtk-3.0/gtk/gtkicontheme.h @@ -249,11 +265,9 @@ include/gtk-3.0/gtk/gtkmenuitem.h include/gtk-3.0/gtk/gtkmenushell.h include/gtk-3.0/gtk/gtkmenutoolbutton.h include/gtk-3.0/gtk/gtkmessagedialog.h -include/gtk-3.0/gtk/gtkmisc.h include/gtk-3.0/gtk/gtkmodules.h include/gtk-3.0/gtk/gtkmountoperation.h include/gtk-3.0/gtk/gtknotebook.h -include/gtk-3.0/gtk/gtknumerableicon.h include/gtk-3.0/gtk/gtkoffscreenwindow.h include/gtk-3.0/gtk/gtkorientable.h include/gtk-3.0/gtk/gtkoverlay.h @@ -298,7 +312,6 @@ include/gtk-3.0/gtk/gtksocket.h include/gtk-3.0/gtk/gtkspinbutton.h include/gtk-3.0/gtk/gtkspinner.h include/gtk-3.0/gtk/gtkstatusbar.h -include/gtk-3.0/gtk/gtkstatusicon.h include/gtk-3.0/gtk/gtkstack.h include/gtk-3.0/gtk/gtkstackswitcher.h include/gtk-3.0/gtk/gtkstylecontext.h @@ -317,7 +330,6 @@ include/gtk-3.0/gtk/gtktextmark.h include/gtk-3.0/gtk/gtktexttag.h include/gtk-3.0/gtk/gtktexttagtable.h include/gtk-3.0/gtk/gtktextview.h -include/gtk-3.0/gtk/gtkthemingengine.h include/gtk-3.0/gtk/gtktogglebutton.h include/gtk-3.0/gtk/gtktoggletoolbutton.h include/gtk-3.0/gtk/gtktoolbar.h @@ -344,6 +356,7 @@ include/gtk-3.0/gtk/gtkvolumebutton.h include/gtk-3.0/gtk/gtkwidget.h include/gtk-3.0/gtk/gtkwidgetpath.h include/gtk-3.0/gtk/gtkwindow.h +include/gtk-3.0/gtk/gtkwindowgroup.h include/gtk-3.0/gtk/gtkx.h include/gtk-3.0/unix-print/gtk/gtkpagesetupunixdialog.h include/gtk-3.0/unix-print/gtk/gtkprinter.h @@ -386,6 +399,7 @@ libdata/pkgconfig/gtk+-x11-3.0.pc man/man1/gtk-query-immodules-3.0.1.gz share/aclocal/gtk-3.0.m4 share/applications/gtk3-demo.desktop +share/applications/gtk3-icon-browser.desktop share/applications/gtk3-widget-factory.desktop share/gir-1.0/Gdk-3.0.gir share/gir-1.0/GdkX11-3.0.gir @@ -635,114 +649,13 @@ share/themes/Default/gtk-3.0/gtk-keys.css share/themes/Emacs/gtk-3.0/gtk-keys.css @exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true @unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true -@dirrm share/themes/Emacs/gtk-3.0 -@dirrmtry share/themes/Emacs -@dirrm share/themes/Default/gtk-3.0 -@dirrmtry share/themes/Default -@dirrmtry share/themes -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@dirrmtry share/locale/ur/LC_MESSAGES -@dirrmtry share/locale/ur -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@dirrmtry share/locale/my/LC_MESSAGES -@dirrmtry share/locale/my -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/lg/LC_MESSAGES -@dirrmtry share/locale/lg -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/kg/LC_MESSAGES -@dirrmtry share/locale/kg -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/ia/LC_MESSAGES -@dirrmtry share/locale/ia -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/gd/LC_MESSAGES -@dirrmtry share/locale/gd -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/crh/LC_MESSAGES -@dirrmtry share/locale/crh -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/az_IR/LC_MESSAGES -@dirrmtry share/locale/az_IR -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang -@dirrmtry share/locale/an/LC_MESSAGES -@dirrmtry share/locale/an -@dirrm share/gtk-3.0 @exec %D/bin/gtk-query-immodules-3.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @rmtry lib/gtk-3.0/%%GTK3_VERSION%%/immodules.cache @exec /bin/mkdir -p %D/lib/gtk-3.0/modules @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/engines @exec /bin/mkdir -p %D/lib/gtk-3.0/%%GTK3_VERSION%%/loaders -@dirrm lib/gtk-3.0/modules -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/printbackends -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/loaders -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/immodules -@dirrm lib/gtk-3.0/%%GTK3_VERSION%%/engines -@dirrm lib/gtk-3.0/%%GTK3_VERSION%% -@dirrm lib/gtk-3.0 -@dirrm include/gtk-3.0/unix-print/gtk -@dirrm include/gtk-3.0/unix-print -@dirrm include/gtk-3.0/gtk/deprecated -@dirrm include/gtk-3.0/gtk/a11y -@dirrm include/gtk-3.0/gtk -@dirrm include/gtk-3.0/gdk/x11 -@dirrm include/gtk-3.0/gdk -@dirrm include/gtk-3.0 -@dirrm include/gail-3.0/libgail-util -@dirrm include/gail-3.0 -@dirrm etc/gtk-3.0 +@dir lib/gtk-3.0 +@dir lib/gtk-3.0/%%GTK3_VERSION%% +@dir lib/gtk-3.0/%%GTK3_VERSION%%/engines +@dir lib/gtk-3.0/%%GTK3_VERSION%%/loaders +@dir lib/gtk-3.0/modules diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index da6add776..3351a1c71 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= pango -PORTVERSION= 1.36.7 +PORTVERSION= 1.36.8 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -33,7 +33,7 @@ LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip VERSION= 1.8.0 -LIBVERSION= 0.3600.7 +LIBVERSION= 0.3600.8 PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index 1186786a1..6ddbe76ed 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pango-1.36.7.tar.xz) = 1f7b527423a1b3044fd9ae7fbe054107b06723ff1c73e0b5f7bf9b84358d404a -SIZE (gnome2/pango-1.36.7.tar.xz) = 1033896 +SHA256 (gnome2/pango-1.36.8.tar.xz) = 18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07 +SIZE (gnome2/pango-1.36.8.tar.xz) = 1033528 |
