diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 11:49:04 +0000 |
commit | af3811313c14afb06fe2d1f6158e3e431bbfc2b6 (patch) | |
tree | 1ad98a4e8faecd0e2fa9ac2c18e65da4cf89c236 /x11-toolkits | |
parent | c7d4d6bd7ef6ff4955eab2863a5c6e2feb14b839 (diff) | |
download | ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.tar.gz ports-af3811313c14afb06fe2d1f6158e3e431bbfc2b6.zip |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
Notes
Notes:
svn path=/head/; revision=372768
Diffstat (limited to 'x11-toolkits')
52 files changed, 776 insertions, 1281 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 5cd546f55f27..3e8456d49453 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -39,6 +39,7 @@ SUBDIR += gtk-sharp-beans SUBDIR += gtk-sharp10 SUBDIR += gtk-sharp20 + SUBDIR += gtk-sharp30 SUBDIR += gtk12 SUBDIR += gtk20 SUBDIR += gtk20-reference @@ -97,7 +98,6 @@ SUBDIR += libgnomeui-reference SUBDIR += libgnomeuimm26 SUBDIR += libgtksourceviewmm - SUBDIR += libpanelappletmm SUBDIR += libsexy SUBDIR += libsexymm SUBDIR += libunique3 @@ -184,8 +184,6 @@ SUBDIR += py-Pmw SUBDIR += py-SquareMap SUBDIR += py-fltk - SUBDIR += py-gnome-desktop - SUBDIR += py-gnome-extras SUBDIR += py-gnome2 SUBDIR += py-gtk2 SUBDIR += py-gtkglext diff --git a/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile index fe51f85de348..c547fdc8001a 100644 --- a/x11-toolkits/gdl/Makefile +++ b/x11-toolkits/gdl/Makefile @@ -1,18 +1,22 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.40 2010/09/29 08:07:46 kwm Exp $ +# $MCom: ports/trunk/x11-toolkits/gdl/Makefile 19868 2014-09-14 13:50:26Z kwm $ PORTNAME= gdl -PORTVERSION= 2.30.1 -PORTREVISION= 3 +PORTVERSION= 3.12.0 +PORTREVISION= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Components intended to be shared between GNOME development tools -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomeprefix gtk20 +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GNOME= gnomeprefix gtk30 intlhack +USES= gettext gmake libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11-toolkits/gdl/distinfo b/x11-toolkits/gdl/distinfo index 4172b616d9e0..e13b49050478 100644 --- a/x11-toolkits/gdl/distinfo +++ b/x11-toolkits/gdl/distinfo @@ -1,2 +1,2 @@ -SHA256 (gdl-2.30.1.tar.bz2) = 027dd1cd0191996fe1a0dc902da857698cc79564cb057ba13b09097e56e30cc1 -SIZE (gdl-2.30.1.tar.bz2) = 569211 +SHA256 (gnome3/gdl-3.12.0.tar.xz) = 4770f959f31ed5e616fe623c284e8dd6136e49902d19b6e37938d34be4f6b88d +SIZE (gnome3/gdl-3.12.0.tar.xz) = 527944 diff --git a/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item-button-image.c b/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item-button-image.c deleted file mode 100644 index 1d058e9e6a06..000000000000 --- a/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item-button-image.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gdl/gdl-dock-item-button-image.c.orig 2012-03-19 01:16:15.000000000 +1030 -+++ ./gdl/gdl-dock-item-button-image.c 2012-03-19 01:16:32.000000000 +1030 -@@ -49,7 +49,7 @@ - cairo_set_line_width(cr, 1.0); - - style = gtk_widget_get_style (widget); -- g_return_if_fail (style != NULL); -+ g_return_val_if_fail (style != NULL, 0); - color = &style->fg[GTK_STATE_NORMAL]; - cairo_set_source_rgba(cr, color->red / 65535.0, - color->green / 65535.0, color->blue / 65535.0, 0.55); diff --git a/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item.c b/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item.c deleted file mode 100644 index 7931c8c0d0f7..000000000000 --- a/x11-toolkits/gdl/files/patch-gdl__gdl-dock-item.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gdl/gdl-dock-item.c.orig 2012-03-19 01:15:14.000000000 +1030 -+++ ./gdl/gdl-dock-item.c 2012-03-19 01:15:55.000000000 +1030 -@@ -1816,7 +1816,7 @@ - GtkWidget * - gdl_dock_item_get_grip(GdlDockItem *item) - { -- g_return_if_fail (item != NULL); -+ g_return_val_if_fail (item != NULL, NULL); - g_return_val_if_fail (GDL_IS_DOCK_ITEM (item), NULL); - - return item->_priv->grip; diff --git a/x11-toolkits/gdl/pkg-plist b/x11-toolkits/gdl/pkg-plist index 0cc646adace3..ded78c952822 100644 --- a/x11-toolkits/gdl/pkg-plist +++ b/x11-toolkits/gdl/pkg-plist @@ -1,139 +1,118 @@ -include/libgdl-1.0/gdl/gdl-dock-bar.h -include/libgdl-1.0/gdl/gdl-dock-item.h -include/libgdl-1.0/gdl/gdl-dock-item-grip.h -include/libgdl-1.0/gdl/gdl-dock-layout.h -include/libgdl-1.0/gdl/gdl-dock-master.h -include/libgdl-1.0/gdl/gdl-dock-object.h -include/libgdl-1.0/gdl/gdl-dock-placeholder.h -include/libgdl-1.0/gdl/gdl-dock.h -include/libgdl-1.0/gdl/gdl-tools.h -include/libgdl-1.0/gdl/gdl.h -include/libgdl-1.0/gdl/libgdltypebuiltins.h -lib/libgdl-1.la -lib/libgdl-1.so -lib/libgdl-1.so.3 -lib/libgdl-1.so.3.0.0 -libdata/pkgconfig/gdl-1.0.pc -%%DOCSDIR%%/gdl-gdl-dock-bar.html -%%DOCSDIR%%/gdl-gdl-dock-item.html -%%DOCSDIR%%/gdl-gdl-dock-layout.html -%%DOCSDIR%%/gdl-gdl-dock-master.html -%%DOCSDIR%%/gdl-gdl-dock-object.html -%%DOCSDIR%%/gdl-gdl-dock-placeholder.html -%%DOCSDIR%%/gdl-gdl-tools.html -%%DOCSDIR%%/gdl-gdl-dock.html -%%DOCSDIR%%/gdl-main.html -%%DOCSDIR%%/gdl.devhelp -%%DOCSDIR%%/gdl.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/gdl/ui/layout.ui -share/locale/am/LC_MESSAGES/gdl-1.mo -share/locale/ar/LC_MESSAGES/gdl-1.mo -share/locale/ast/LC_MESSAGES/gdl-1.mo -share/locale/az/LC_MESSAGES/gdl-1.mo -share/locale/be/LC_MESSAGES/gdl-1.mo -share/locale/bg/LC_MESSAGES/gdl-1.mo -share/locale/bn/LC_MESSAGES/gdl-1.mo -share/locale/ca/LC_MESSAGES/gdl-1.mo -share/locale/ca@valencia/LC_MESSAGES/gdl-1.mo -share/locale/cs/LC_MESSAGES/gdl-1.mo -share/locale/da/LC_MESSAGES/gdl-1.mo -share/locale/de/LC_MESSAGES/gdl-1.mo -share/locale/dz/LC_MESSAGES/gdl-1.mo -share/locale/el/LC_MESSAGES/gdl-1.mo -share/locale/en_CA/LC_MESSAGES/gdl-1.mo -share/locale/en_GB/LC_MESSAGES/gdl-1.mo -share/locale/en@shaw/LC_MESSAGES/gdl-1.mo -share/locale/es/LC_MESSAGES/gdl-1.mo -share/locale/et/LC_MESSAGES/gdl-1.mo -share/locale/eu/LC_MESSAGES/gdl-1.mo -share/locale/fi/LC_MESSAGES/gdl-1.mo -share/locale/fr/LC_MESSAGES/gdl-1.mo -share/locale/ga/LC_MESSAGES/gdl-1.mo -share/locale/gl/LC_MESSAGES/gdl-1.mo -share/locale/gu/LC_MESSAGES/gdl-1.mo -share/locale/he/LC_MESSAGES/gdl-1.mo -share/locale/hi/LC_MESSAGES/gdl-1.mo -share/locale/hr/LC_MESSAGES/gdl-1.mo -share/locale/hu/LC_MESSAGES/gdl-1.mo -share/locale/hy/LC_MESSAGES/gdl-1.mo -share/locale/id/LC_MESSAGES/gdl-1.mo -share/locale/it/LC_MESSAGES/gdl-1.mo -share/locale/ja/LC_MESSAGES/gdl-1.mo -share/locale/ko/LC_MESSAGES/gdl-1.mo -share/locale/lt/LC_MESSAGES/gdl-1.mo -share/locale/lv/LC_MESSAGES/gdl-1.mo -share/locale/mai/LC_MESSAGES/gdl-1.mo -share/locale/mk/LC_MESSAGES/gdl-1.mo -share/locale/ml/LC_MESSAGES/gdl-1.mo -share/locale/mr/LC_MESSAGES/gdl-1.mo -share/locale/nb/LC_MESSAGES/gdl-1.mo -share/locale/ne/LC_MESSAGES/gdl-1.mo -share/locale/nl/LC_MESSAGES/gdl-1.mo -share/locale/oc/LC_MESSAGES/gdl-1.mo -share/locale/or/LC_MESSAGES/gdl-1.mo -share/locale/pa/LC_MESSAGES/gdl-1.mo -share/locale/pl/LC_MESSAGES/gdl-1.mo -share/locale/ps/LC_MESSAGES/gdl-1.mo -share/locale/pt/LC_MESSAGES/gdl-1.mo -share/locale/pt_BR/LC_MESSAGES/gdl-1.mo -share/locale/ro/LC_MESSAGES/gdl-1.mo -share/locale/ru/LC_MESSAGES/gdl-1.mo -share/locale/rw/LC_MESSAGES/gdl-1.mo -share/locale/si/LC_MESSAGES/gdl-1.mo -share/locale/sk/LC_MESSAGES/gdl-1.mo -share/locale/sl/LC_MESSAGES/gdl-1.mo -share/locale/sq/LC_MESSAGES/gdl-1.mo -share/locale/sr/LC_MESSAGES/gdl-1.mo -share/locale/sr@latin/LC_MESSAGES/gdl-1.mo -share/locale/sv/LC_MESSAGES/gdl-1.mo -share/locale/te/LC_MESSAGES/gdl-1.mo -share/locale/th/LC_MESSAGES/gdl-1.mo -share/locale/tr/LC_MESSAGES/gdl-1.mo -share/locale/ug/LC_MESSAGES/gdl-1.mo -share/locale/uk/LC_MESSAGES/gdl-1.mo -share/locale/vi/LC_MESSAGES/gdl-1.mo -share/locale/zh_CN/LC_MESSAGES/gdl-1.mo -share/locale/zh_HK/LC_MESSAGES/gdl-1.mo -share/locale/zh_TW/LC_MESSAGES/gdl-1.mo -@dirrm share/gdl/ui -@dirrm share/gdl -@dirrm %%DOCSDIR%% -@dirrm include/libgdl-1.0/gdl -@dirrm include/libgdl-1.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast +include/libgdl-3.0/gdl/gdl-dock-bar.h +include/libgdl-3.0/gdl/gdl-dock-item-grip.h +include/libgdl-3.0/gdl/gdl-dock-item.h +include/libgdl-3.0/gdl/gdl-dock-layout.h +include/libgdl-3.0/gdl/gdl-dock-master.h +include/libgdl-3.0/gdl/gdl-dock-object.h +include/libgdl-3.0/gdl/gdl-dock-placeholder.h +include/libgdl-3.0/gdl/gdl-dock.h +include/libgdl-3.0/gdl/gdl.h +include/libgdl-3.0/gdl/libgdltypebuiltins.h +lib/girepository-1.0/Gdl-3.typelib +lib/libgdl-3.so +lib/libgdl-3.so.5 +lib/libgdl-3.so.5.0.8 +libdata/pkgconfig/gdl-3.0.pc +share/doc/gdl-3.0/GdlDock.html +share/doc/gdl-3.0/GdlDockBar.html +share/doc/gdl-3.0/GdlDockItem.html +share/doc/gdl-3.0/GdlDockItemButtonImage.html +share/doc/gdl-3.0/GdlDockItemGrip.html +share/doc/gdl-3.0/GdlDockLayout.html +share/doc/gdl-3.0/GdlDockMaster.html +share/doc/gdl-3.0/GdlDockNotebook.html +share/doc/gdl-3.0/GdlDockObject.html +share/doc/gdl-3.0/GdlDockPaned.html +share/doc/gdl-3.0/GdlDockPlaceholder.html +share/doc/gdl-3.0/GdlDockTablabel.html +share/doc/gdl-3.0/GdlPreviewWindow.html +share/doc/gdl-3.0/GdlSwitcher.html +share/doc/gdl-3.0/annotation-glossary.html +share/doc/gdl-3.0/api-index-full.html +share/doc/gdl-3.0/api.html +share/doc/gdl-3.0/core.html +share/doc/gdl-3.0/deprecated.html +share/doc/gdl-3.0/gdl-3.0.devhelp2 +share/doc/gdl-3.0/home.png +share/doc/gdl-3.0/index.html +share/doc/gdl-3.0/index.sgml +share/doc/gdl-3.0/left.png +share/doc/gdl-3.0/private.html +share/doc/gdl-3.0/right.png +share/doc/gdl-3.0/style.css +share/doc/gdl-3.0/up.png +share/doc/gdl-3.0/widget.html +share/gir-1.0/Gdl-3.gir +share/locale/am/LC_MESSAGES/gdl-3.mo +share/locale/ar/LC_MESSAGES/gdl-3.mo +share/locale/as/LC_MESSAGES/gdl-3.mo +share/locale/ast/LC_MESSAGES/gdl-3.mo +share/locale/az/LC_MESSAGES/gdl-3.mo +share/locale/be/LC_MESSAGES/gdl-3.mo +share/locale/bg/LC_MESSAGES/gdl-3.mo +share/locale/bn/LC_MESSAGES/gdl-3.mo +share/locale/ca/LC_MESSAGES/gdl-3.mo +share/locale/ca@valencia/LC_MESSAGES/gdl-3.mo +share/locale/cs/LC_MESSAGES/gdl-3.mo +share/locale/da/LC_MESSAGES/gdl-3.mo +share/locale/de/LC_MESSAGES/gdl-3.mo +share/locale/dz/LC_MESSAGES/gdl-3.mo +share/locale/el/LC_MESSAGES/gdl-3.mo +share/locale/en@shaw/LC_MESSAGES/gdl-3.mo +share/locale/en_CA/LC_MESSAGES/gdl-3.mo +share/locale/en_GB/LC_MESSAGES/gdl-3.mo +share/locale/eo/LC_MESSAGES/gdl-3.mo +share/locale/es/LC_MESSAGES/gdl-3.mo +share/locale/et/LC_MESSAGES/gdl-3.mo +share/locale/eu/LC_MESSAGES/gdl-3.mo +share/locale/fi/LC_MESSAGES/gdl-3.mo +share/locale/fr/LC_MESSAGES/gdl-3.mo +share/locale/ga/LC_MESSAGES/gdl-3.mo +share/locale/gl/LC_MESSAGES/gdl-3.mo +share/locale/gu/LC_MESSAGES/gdl-3.mo +share/locale/he/LC_MESSAGES/gdl-3.mo +share/locale/hi/LC_MESSAGES/gdl-3.mo +share/locale/hr/LC_MESSAGES/gdl-3.mo +share/locale/hu/LC_MESSAGES/gdl-3.mo +share/locale/hy/LC_MESSAGES/gdl-3.mo +share/locale/id/LC_MESSAGES/gdl-3.mo +share/locale/it/LC_MESSAGES/gdl-3.mo +share/locale/ja/LC_MESSAGES/gdl-3.mo +share/locale/km/LC_MESSAGES/gdl-3.mo +share/locale/ko/LC_MESSAGES/gdl-3.mo +share/locale/lt/LC_MESSAGES/gdl-3.mo +share/locale/lv/LC_MESSAGES/gdl-3.mo +share/locale/mai/LC_MESSAGES/gdl-3.mo +share/locale/mk/LC_MESSAGES/gdl-3.mo +share/locale/ml/LC_MESSAGES/gdl-3.mo +share/locale/mr/LC_MESSAGES/gdl-3.mo +share/locale/nb/LC_MESSAGES/gdl-3.mo +share/locale/ne/LC_MESSAGES/gdl-3.mo +share/locale/nl/LC_MESSAGES/gdl-3.mo +share/locale/oc/LC_MESSAGES/gdl-3.mo +share/locale/or/LC_MESSAGES/gdl-3.mo +share/locale/pa/LC_MESSAGES/gdl-3.mo +share/locale/pl/LC_MESSAGES/gdl-3.mo +share/locale/ps/LC_MESSAGES/gdl-3.mo +share/locale/pt/LC_MESSAGES/gdl-3.mo +share/locale/pt_BR/LC_MESSAGES/gdl-3.mo +share/locale/ro/LC_MESSAGES/gdl-3.mo +share/locale/ru/LC_MESSAGES/gdl-3.mo +share/locale/rw/LC_MESSAGES/gdl-3.mo +share/locale/si/LC_MESSAGES/gdl-3.mo +share/locale/sk/LC_MESSAGES/gdl-3.mo +share/locale/sl/LC_MESSAGES/gdl-3.mo +share/locale/sq/LC_MESSAGES/gdl-3.mo +share/locale/sr/LC_MESSAGES/gdl-3.mo +share/locale/sr@latin/LC_MESSAGES/gdl-3.mo +share/locale/sv/LC_MESSAGES/gdl-3.mo +share/locale/te/LC_MESSAGES/gdl-3.mo +share/locale/tg/LC_MESSAGES/gdl-3.mo +share/locale/th/LC_MESSAGES/gdl-3.mo +share/locale/tr/LC_MESSAGES/gdl-3.mo +share/locale/ug/LC_MESSAGES/gdl-3.mo +share/locale/uk/LC_MESSAGES/gdl-3.mo +share/locale/vi/LC_MESSAGES/gdl-3.mo +share/locale/zh_CN/LC_MESSAGES/gdl-3.mo +share/locale/zh_HK/LC_MESSAGES/gdl-3.mo +share/locale/zh_TW/LC_MESSAGES/gdl-3.mo diff --git a/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala b/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala new file mode 100644 index 000000000000..99c56ef8f87d --- /dev/null +++ b/x11-toolkits/granite/files/patch-lib__Widgets__DynamicNotebook.vala @@ -0,0 +1,22 @@ +--- lib/Widgets/DynamicNotebook.vala.orig 2014-11-07 00:23:26.781146868 +0100 ++++ lib/Widgets/DynamicNotebook.vala 2014-11-07 00:24:59.547141822 +0100 +@@ -505,10 +505,19 @@ + /** + * The text shown in the add button tooltip + */ ++#if VALA_0_26 ++ public string add_button_tooltip { ++ get { _add_button_tooltip = add_button.tooltip_text; return _add_button_tooltip; } ++ set { add_button.tooltip_text = value; } ++ } ++ // Use temporary field to avoid breaking API this can be dropped while preparing for 0.4 ++ string _add_button_tooltip; ++#else + public string add_button_tooltip { + get { return add_button.tooltip_text; } + set { add_button.tooltip_text = value; } + } ++#endif + + public Tab current { + get { return tabs.nth_data (notebook.get_current_page ()); } diff --git a/x11-toolkits/gtk-sharp30/Makefile b/x11-toolkits/gtk-sharp30/Makefile new file mode 100644 index 000000000000..c82e63c76a1c --- /dev/null +++ b/x11-toolkits/gtk-sharp30/Makefile @@ -0,0 +1,23 @@ +# Created by: Juli Mallett +# $FreeBSD$ + +PORTNAME= gtk-sharp +PORTVERSION= 2.99.3 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME +PKGNAMESUFFIX= 30 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= GTK+ and GNOME interfaces for the .NET runtime + +RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +USE_GNOME= gtk30 +USES= gmake libtool mono pathfix perl5 pkgconfig shebangfix tar:xz +SHEBANG_FILES= parser/*.pl +USE_PERL5= run +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp30/distinfo b/x11-toolkits/gtk-sharp30/distinfo new file mode 100644 index 000000000000..cacf78327fdd --- /dev/null +++ b/x11-toolkits/gtk-sharp30/distinfo @@ -0,0 +1,2 @@ +SHA256 (gtk-sharp-2.99.3.tar.xz) = 6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2 +SIZE (gtk-sharp-2.99.3.tar.xz) = 1524220 diff --git a/x11-toolkits/gtk-sharp30/pkg-descr b/x11-toolkits/gtk-sharp30/pkg-descr new file mode 100644 index 000000000000..c57c206a8769 --- /dev/null +++ b/x11-toolkits/gtk-sharp30/pkg-descr @@ -0,0 +1,3 @@ +Gtk# provides C# bindings for Gtk+ libraries to the .NET runtime. + +WWW: http://www.mono-project.com/Gtk diff --git a/x11-toolkits/gtk-sharp30/pkg-plist b/x11-toolkits/gtk-sharp30/pkg-plist new file mode 100644 index 000000000000..ad66736ab3f3 --- /dev/null +++ b/x11-toolkits/gtk-sharp30/pkg-plist @@ -0,0 +1,59 @@ +bin/gapi3-codegen +bin/gapi3-fixup +bin/gapi3-parser +lib/gapi-3.0/gapi-fixup.exe +lib/gapi-3.0/gapi-parser.exe +lib/gapi-3.0/gapi2xml.pl +lib/gapi-3.0/gapi_codegen.exe +lib/gapi-3.0/gapi_pp.pl +lib/libatksharpglue-3.a +lib/libatksharpglue-3.so +lib/libgiosharpglue-3.a +lib/libgiosharpglue-3.so +lib/libgtksharpglue-3.a +lib/libgtksharpglue-3.so +lib/libmono-profiler-gui-thread-check.a +lib/libmono-profiler-gui-thread-check.so +lib/libmono-profiler-gui-thread-check.so.0 +lib/libmono-profiler-gui-thread-check.so.0.0.0 +lib/libpangosharpglue-3.a +lib/libpangosharpglue-3.so +lib/mono/gac/atk-sharp/3.0.0.0__35e10195dab3c99f/atk-sharp.dll +lib/mono/gac/atk-sharp/3.0.0.0__35e10195dab3c99f/atk-sharp.dll.config +lib/mono/gac/cairo-sharp/1.10.0.0__0738eb9f132ed756/cairo-sharp.dll +lib/mono/gac/gdk-sharp/3.0.0.0__35e10195dab3c99f/gdk-sharp.dll +lib/mono/gac/gdk-sharp/3.0.0.0__35e10195dab3c99f/gdk-sharp.dll.config +lib/mono/gac/gio-sharp/3.0.0.0__35e10195dab3c99f/gio-sharp.dll +lib/mono/gac/gio-sharp/3.0.0.0__35e10195dab3c99f/gio-sharp.dll.config +lib/mono/gac/glib-sharp/3.0.0.0__35e10195dab3c99f/glib-sharp.dll +lib/mono/gac/glib-sharp/3.0.0.0__35e10195dab3c99f/glib-sharp.dll.config +lib/mono/gac/gtk-dotnet/3.0.0.0__35e10195dab3c99f/gtk-dotnet.dll +lib/mono/gac/gtk-dotnet/3.0.0.0__35e10195dab3c99f/gtk-dotnet.dll.config +lib/mono/gac/gtk-sharp/3.0.0.0__35e10195dab3c99f/gtk-sharp.dll +lib/mono/gac/gtk-sharp/3.0.0.0__35e10195dab3c99f/gtk-sharp.dll.config +lib/mono/gac/pango-sharp/3.0.0.0__35e10195dab3c99f/pango-sharp.dll +lib/mono/gac/pango-sharp/3.0.0.0__35e10195dab3c99f/pango-sharp.dll.config +lib/mono/gtk-sharp-3.0/atk-sharp.dll +lib/mono/gtk-sharp-3.0/cairo-sharp.dll +lib/mono/gtk-sharp-3.0/gdk-sharp.dll +lib/mono/gtk-sharp-3.0/gio-sharp.dll +lib/mono/gtk-sharp-3.0/glib-sharp.dll +lib/mono/gtk-sharp-3.0/gtk-dotnet.dll +lib/mono/gtk-sharp-3.0/gtk-sharp.dll +lib/mono/gtk-sharp-3.0/pango-sharp.dll +lib/monodoc/sources/gtk-sharp-3-docs.source +lib/monodoc/sources/gtk-sharp-3-docs.tree +lib/monodoc/sources/gtk-sharp-3-docs.zip +libdata/pkgconfig/gapi-3.0.pc +libdata/pkgconfig/gdk-sharp-3.0.pc +libdata/pkgconfig/gio-sharp-3.0.pc +libdata/pkgconfig/glib-sharp-3.0.pc +libdata/pkgconfig/gtk-dotnet-3.0.pc +libdata/pkgconfig/gtk-sharp-3.0.pc +share/gapi-3.0/atk-api.xml +share/gapi-3.0/gapi.xsd +share/gapi-3.0/gdk-api.xml +share/gapi-3.0/gio-api.xml +share/gapi-3.0/glib-api.xml +share/gapi-3.0/gtk-api.xml +share/gapi-3.0/pango-api.xml diff --git a/x11-toolkits/gtk30-reference/Makefile b/x11-toolkits/gtk30-reference/Makefile index 11f6a44aae0a..71d4edbd67ce 100644 --- a/x11-toolkits/gtk30-reference/Makefile +++ b/x11-toolkits/gtk30-reference/Makefile @@ -1,9 +1,9 @@ # Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 2 +PORTREVISION= 0 -BOOKS= gdk gtk +BOOKS= gdk gtk libgail-util do-install: .for d in ${BOOKS} diff --git a/x11-toolkits/gtk30-reference/pkg-plist b/x11-toolkits/gtk30-reference/pkg-plist index acd82e586d55..b7e9ccbf3bf1 100644 --- a/x11-toolkits/gtk30-reference/pkg-plist +++ b/x11-toolkits/gtk30-reference/pkg-plist @@ -2,10 +2,14 @@ share/doc/gdk3/GdkDevice.html share/doc/gdk3/GdkDeviceManager.html share/doc/gdk3/GdkDisplay.html share/doc/gdk3/GdkDisplayManager.html +share/doc/gdk3/GdkFrameClock.html share/doc/gdk3/GdkScreen.html share/doc/gdk3/X_cursor.png share/doc/gdk3/annotation-glossary.html share/doc/gdk3/api-index-3-0.html +share/doc/gdk3/api-index-3-10.html +share/doc/gdk3/api-index-3-12.html +share/doc/gdk3/api-index-3-14.html share/doc/gdk3/api-index-3-2.html share/doc/gdk3/api-index-3-4.html share/doc/gdk3/api-index-3-6.html @@ -45,9 +49,8 @@ share/doc/gdk3/gdk3-Cursors.html share/doc/gdk3/gdk3-Drag-and-Drop.html share/doc/gdk3/gdk3-Event-Structures.html share/doc/gdk3/gdk3-Events.html -share/doc/gdk3/gdk3-General.html -share/doc/gdk3/gdk3-GdkFrameClock.html share/doc/gdk3/gdk3-GdkFrameTimings.html +share/doc/gdk3/gdk3-General.html share/doc/gdk3/gdk3-Keyboard-Handling.html share/doc/gdk3/gdk3-Pango-Interaction.html share/doc/gdk3/gdk3-Pixbufs.html @@ -58,6 +61,7 @@ share/doc/gdk3/gdk3-Selections.html share/doc/gdk3/gdk3-Testing.html share/doc/gdk3/gdk3-Threads.html share/doc/gdk3/gdk3-Visuals.html +share/doc/gdk3/gdk3-Wayland-Interaction.html share/doc/gdk3/gdk3-Windows.html share/doc/gdk3/gdk3-X-Window-System-Interaction.html share/doc/gdk3/gdk3.devhelp2 @@ -71,6 +75,7 @@ share/doc/gdk3/icon.png share/doc/gdk3/index.html share/doc/gdk3/index.sgml share/doc/gdk3/iron_cross.png +share/doc/gdk3/left-insensitive.png share/doc/gdk3/left.png share/doc/gdk3/left_ptr.png share/doc/gdk3/left_side.png @@ -86,11 +91,13 @@ share/doc/gdk3/pirate.png share/doc/gdk3/plus.png share/doc/gdk3/question_arrow.png share/doc/gdk3/reference.html +share/doc/gdk3/right-insensitive.png share/doc/gdk3/right.png share/doc/gdk3/right_ptr.png share/doc/gdk3/right_side.png share/doc/gdk3/right_tee.png share/doc/gdk3/rightbutton.png +share/doc/gdk3/rn02.html share/doc/gdk3/rotated-text.png share/doc/gdk3/rtl_logo.png share/doc/gdk3/sailboat.png @@ -116,22 +123,24 @@ share/doc/gdk3/top_tee.png share/doc/gdk3/trek.png share/doc/gdk3/ul_angle.png share/doc/gdk3/umbrella.png +share/doc/gdk3/up-insensitive.png share/doc/gdk3/up.png share/doc/gdk3/ur_angle.png share/doc/gdk3/watch.png share/doc/gdk3/xterm.png share/doc/gtk3/AbstractObjects.html -share/doc/gtk3/Actions.html share/doc/gtk3/Application.html share/doc/gtk3/ApplicationChoosing.html share/doc/gtk3/Builder.html share/doc/gtk3/ButtonWidgets.html share/doc/gtk3/DeprecatedObjects.html share/doc/gtk3/DisplayWidgets.html +share/doc/gtk3/Gestures.html share/doc/gtk3/GtkAboutDialog.html share/doc/gtk3/GtkAccelLabel.html share/doc/gtk3/GtkAccessible.html share/doc/gtk3/GtkAction.html +share/doc/gtk3/GtkActionBar.html share/doc/gtk3/GtkActionGroup.html share/doc/gtk3/GtkActionable.html share/doc/gtk3/GtkActivatable.html @@ -187,6 +196,7 @@ share/doc/gtk3/GtkEntry.html share/doc/gtk3/GtkEntryBuffer.html share/doc/gtk3/GtkEntryCompletion.html share/doc/gtk3/GtkEventBox.html +share/doc/gtk3/GtkEventController.html share/doc/gtk3/GtkExpander.html share/doc/gtk3/GtkFileChooser.html share/doc/gtk3/GtkFileChooserButton.html @@ -194,6 +204,7 @@ share/doc/gtk3/GtkFileChooserDialog.html share/doc/gtk3/GtkFileChooserWidget.html share/doc/gtk3/GtkFileFilter.html share/doc/gtk3/GtkFixed.html +share/doc/gtk3/GtkFlowBox.html share/doc/gtk3/GtkFontButton.html share/doc/gtk3/GtkFontChooser.html share/doc/gtk3/GtkFontChooserDialog.html @@ -201,6 +212,15 @@ share/doc/gtk3/GtkFontChooserWidget.html share/doc/gtk3/GtkFontSelection.html share/doc/gtk3/GtkFontSelectionDialog.html share/doc/gtk3/GtkFrame.html +share/doc/gtk3/GtkGesture.html +share/doc/gtk3/GtkGestureDrag.html +share/doc/gtk3/GtkGestureLongPress.html +share/doc/gtk3/GtkGestureMultiPress.html +share/doc/gtk3/GtkGesturePan.html +share/doc/gtk3/GtkGestureRotate.html +share/doc/gtk3/GtkGestureSingle.html +share/doc/gtk3/GtkGestureSwipe.html +share/doc/gtk3/GtkGestureZoom.html share/doc/gtk3/GtkGrid.html share/doc/gtk3/GtkHBox.html share/doc/gtk3/GtkHButtonBox.html @@ -210,6 +230,7 @@ share/doc/gtk3/GtkHScale.html share/doc/gtk3/GtkHScrollbar.html share/doc/gtk3/GtkHSeparator.html share/doc/gtk3/GtkHandleBox.html +share/doc/gtk3/GtkHeaderBar.html share/doc/gtk3/GtkIMContext.html share/doc/gtk3/GtkIMContextSimple.html share/doc/gtk3/GtkIMMulticontext.html @@ -223,6 +244,7 @@ share/doc/gtk3/GtkLabel.html share/doc/gtk3/GtkLayout.html share/doc/gtk3/GtkLevelBar.html share/doc/gtk3/GtkLinkButton.html +share/doc/gtk3/GtkListBox.html share/doc/gtk3/GtkListStore.html share/doc/gtk3/GtkLockButton.html share/doc/gtk3/GtkMenu.html @@ -241,7 +263,9 @@ share/doc/gtk3/GtkPageSetup.html share/doc/gtk3/GtkPageSetupUnixDialog.html share/doc/gtk3/GtkPaned.html share/doc/gtk3/GtkPaperSize.html +share/doc/gtk3/GtkPlacesSidebar.html share/doc/gtk3/GtkPlug.html +share/doc/gtk3/GtkPopover.html share/doc/gtk3/GtkPrintContext.html share/doc/gtk3/GtkPrintJob.html share/doc/gtk3/GtkPrintSettings.html @@ -260,11 +284,13 @@ share/doc/gtk3/GtkRecentChooserMenu.html share/doc/gtk3/GtkRecentChooserWidget.html share/doc/gtk3/GtkRecentFilter.html share/doc/gtk3/GtkRecentManager.html +share/doc/gtk3/GtkRevealer.html share/doc/gtk3/GtkScale.html share/doc/gtk3/GtkScaleButton.html share/doc/gtk3/GtkScrollable.html share/doc/gtk3/GtkScrollbar.html share/doc/gtk3/GtkScrolledWindow.html +share/doc/gtk3/GtkSearchBar.html share/doc/gtk3/GtkSearchEntry.html share/doc/gtk3/GtkSeparator.html share/doc/gtk3/GtkSeparatorMenuItem.html @@ -274,6 +300,8 @@ share/doc/gtk3/GtkSizeGroup.html share/doc/gtk3/GtkSocket.html share/doc/gtk3/GtkSpinButton.html share/doc/gtk3/GtkSpinner.html +share/doc/gtk3/GtkStack.html +share/doc/gtk3/GtkStackSwitcher.html share/doc/gtk3/GtkStatusIcon.html share/doc/gtk3/GtkStatusbar.html share/doc/gtk3/GtkStyle.html @@ -336,8 +364,12 @@ share/doc/gtk3/TreeWidgetObjects.html share/doc/gtk3/WindowWidgets.html share/doc/gtk3/aboutdialog.png share/doc/gtk3/accel-label.png +share/doc/gtk3/action-bar.png share/doc/gtk3/annotation-glossary.html share/doc/gtk3/api-index-3-0.html +share/doc/gtk3/api-index-3-10.html +share/doc/gtk3/api-index-3-12.html +share/doc/gtk3/api-index-3-14.html share/doc/gtk3/api-index-3-2.html share/doc/gtk3/api-index-3-4.html share/doc/gtk3/api-index-3-6.html @@ -346,7 +378,6 @@ share/doc/gtk3/api-index-deprecated.html share/doc/gtk3/api-index-full.html share/doc/gtk3/appchooserbutton.png share/doc/gtk3/appchooserdialog.png -share/doc/gtk3/application-exit.png share/doc/gtk3/arrows.png share/doc/gtk3/assistant.png share/doc/gtk3/background.png @@ -360,6 +391,10 @@ share/doc/gtk3/box-expand.png share/doc/gtk3/box-packing.png share/doc/gtk3/broadwayd.html share/doc/gtk3/button.png +share/doc/gtk3/ch01s02.html +share/doc/gtk3/ch01s03.html +share/doc/gtk3/ch01s04.html +share/doc/gtk3/ch01s05.html share/doc/gtk3/ch02.html share/doc/gtk3/ch03.html share/doc/gtk3/ch25s02.html @@ -367,6 +402,7 @@ share/doc/gtk3/ch27s02.html share/doc/gtk3/ch29s02.html share/doc/gtk3/ch29s03.html share/doc/gtk3/chap-drawing-model.html +share/doc/gtk3/chap-input-handling.html share/doc/gtk3/check-button.png share/doc/gtk3/checklist-gdkeventexpose-region.html share/doc/gtk3/checklist-modifiers.html @@ -374,108 +410,52 @@ share/doc/gtk3/checklist-named-icons.html share/doc/gtk3/checks.png share/doc/gtk3/color-button.png share/doc/gtk3/colorchooser.png -share/doc/gtk3/colorsel.png share/doc/gtk3/combo-box-entry.png +share/doc/gtk3/combo-box-text.png share/doc/gtk3/combo-box.png -share/doc/gtk3/dialog-error.png -share/doc/gtk3/dialog-information.png -share/doc/gtk3/dialog-password.png -share/doc/gtk3/dialog-question.png -share/doc/gtk3/dialog-warning.png -share/doc/gtk3/document-new.png -share/doc/gtk3/document-open.png -share/doc/gtk3/document-print-preview.png -share/doc/gtk3/document-print.png -share/doc/gtk3/document-properties.png -share/doc/gtk3/document-revert-ltr.png -share/doc/gtk3/document-revert-rtl.png -share/doc/gtk3/document-save-as.png -share/doc/gtk3/document-save.png share/doc/gtk3/down-center.png share/doc/gtk3/down-end.png share/doc/gtk3/down-start.png share/doc/gtk3/drawing.png -share/doc/gtk3/drive-harddisk.png share/doc/gtk3/ease-in-out.png share/doc/gtk3/ease-in.png share/doc/gtk3/ease-out.png share/doc/gtk3/ease.png -share/doc/gtk3/edit-clear.png -share/doc/gtk3/edit-copy.png -share/doc/gtk3/edit-cut.png -share/doc/gtk3/edit-delete.png -share/doc/gtk3/edit-find-replace.png -share/doc/gtk3/edit-find.png -share/doc/gtk3/edit-paste.png -share/doc/gtk3/edit-redo-ltr.png -share/doc/gtk3/edit-redo-rtl.png -share/doc/gtk3/edit-select-all.png -share/doc/gtk3/edit-undo-ltr.png -share/doc/gtk3/edit-undo-rtl.png share/doc/gtk3/entry.png +share/doc/gtk3/exampleapp.png share/doc/gtk3/expanders.png share/doc/gtk3/extensions.png share/doc/gtk3/figure-hierarchical-drawing.png share/doc/gtk3/figure-windowed-label.png share/doc/gtk3/file-button.png share/doc/gtk3/filechooser.png +share/doc/gtk3/flow-box.png share/doc/gtk3/focus.png -share/doc/gtk3/folder.png share/doc/gtk3/font-button.png share/doc/gtk3/fontchooser.png -share/doc/gtk3/fontsel.png -share/doc/gtk3/format-indent-less-ltr.png -share/doc/gtk3/format-indent-less-rtl.png -share/doc/gtk3/format-indent-more-ltr.png -share/doc/gtk3/format-indent-more-rtl.png -share/doc/gtk3/format-justify-center.png -share/doc/gtk3/format-justify-fill.png -share/doc/gtk3/format-justify-left.png -share/doc/gtk3/format-justify-right.png -share/doc/gtk3/format-text-bold.png -share/doc/gtk3/format-text-italic.png -share/doc/gtk3/format-text-strikethrough.png -share/doc/gtk3/format-text-underline.png share/doc/gtk3/frame-gap.png share/doc/gtk3/frame.png share/doc/gtk3/frames.png +share/doc/gtk3/getting-started-app1.png +share/doc/gtk3/getting-started-app10.png +share/doc/gtk3/getting-started-app2.png +share/doc/gtk3/getting-started-app3.png +share/doc/gtk3/getting-started-app4.png +share/doc/gtk3/getting-started-app6.png +share/doc/gtk3/getting-started-app7.png +share/doc/gtk3/getting-started-app8.png +share/doc/gtk3/getting-started-app9.png share/doc/gtk3/glossary.html -share/doc/gtk3/go-bottom.png -share/doc/gtk3/go-down.png -share/doc/gtk3/go-first-ltr.png -share/doc/gtk3/go-first-rtl.png -share/doc/gtk3/go-home.png -share/doc/gtk3/go-jump-ltr.png -share/doc/gtk3/go-jump-rtl.png -share/doc/gtk3/go-last-ltr.png -share/doc/gtk3/go-last-rtl.png -share/doc/gtk3/go-next-ltr.png -share/doc/gtk3/go-next-rtl.png -share/doc/gtk3/go-previous-ltr.png -share/doc/gtk3/go-previous-rtl.png -share/doc/gtk3/go-top.png -share/doc/gtk3/go-up.png share/doc/gtk3/gradient1.png share/doc/gtk3/gradient2.png share/doc/gtk3/gradient3.png share/doc/gtk3/gradient4.png share/doc/gtk3/grid-packing.png -share/doc/gtk3/gtk-apply.png share/doc/gtk3/gtk-broadway.html share/doc/gtk3/gtk-building.html -share/doc/gtk3/gtk-cancel.png -share/doc/gtk3/gtk-caps-lock-warning.png -share/doc/gtk3/gtk-color-picker.png share/doc/gtk3/gtk-compiling.html -share/doc/gtk3/gtk-connect.png -share/doc/gtk3/gtk-convert.png -share/doc/gtk3/gtk-disconnect.png -share/doc/gtk3/gtk-dnd-multiple.png -share/doc/gtk3/gtk-dnd.png -share/doc/gtk3/gtk-edit.png -share/doc/gtk3/gtk-font.png +share/doc/gtk3/gtk-encode-symbolic-svg.html share/doc/gtk3/gtk-getting-started.html -share/doc/gtk3/gtk-index.png share/doc/gtk3/gtk-launch.html share/doc/gtk3/gtk-migrating-2-to-3.html share/doc/gtk3/gtk-migrating-GtkGrid.html @@ -489,27 +469,15 @@ share/doc/gtk3/gtk-migrating-checklist.html share/doc/gtk3/gtk-migrating-smclient-GtkApplication.html share/doc/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html share/doc/gtk3/gtk-migrating-unique-GtkApplication.html -share/doc/gtk3/gtk-no.png -share/doc/gtk3/gtk-ok.png -share/doc/gtk3/gtk-orientation-landscape.png -share/doc/gtk3/gtk-orientation-portrait.png -share/doc/gtk3/gtk-orientation-reverse-landscape.png -share/doc/gtk3/gtk-orientation-reverse-portrait.png share/doc/gtk3/gtk-osx.html -share/doc/gtk3/gtk-page-setup.png -share/doc/gtk3/gtk-preferences.png share/doc/gtk3/gtk-query-immodules-3.0.html share/doc/gtk3/gtk-question-index.html share/doc/gtk3/gtk-resources.html share/doc/gtk3/gtk-running.html -share/doc/gtk3/gtk-select-color.png -share/doc/gtk3/gtk-undelete-ltr.png -share/doc/gtk3/gtk-undelete-rtl.png share/doc/gtk3/gtk-update-icon-cache.html share/doc/gtk3/gtk-wayland.html share/doc/gtk3/gtk-windows.html share/doc/gtk3/gtk-x11.html -share/doc/gtk3/gtk-yes.png share/doc/gtk3/gtk.html share/doc/gtk3/gtk3-Accelerator-Maps.html share/doc/gtk3/gtk3-Bindings.html @@ -532,19 +500,22 @@ share/doc/gtk3/gtk3-Standard-Enumerations.html share/doc/gtk3/gtk3-Stock-Items.html share/doc/gtk3/gtk3-Testing.html share/doc/gtk3/gtk3-Themeable-Stock-Images.html +share/doc/gtk3/gtk3-demo.html +share/doc/gtk3/gtk3-icon-browser.html +share/doc/gtk3/gtk3-widget-factory.html share/doc/gtk3/gtk3.devhelp2 share/doc/gtk3/gtkbase.html share/doc/gtk3/gtkobjects.html share/doc/gtk3/handles.png +share/doc/gtk3/headerbar.png share/doc/gtk3/hello-world.png -share/doc/gtk3/help-about.png -share/doc/gtk3/help-contents.png share/doc/gtk3/home.png share/doc/gtk3/icon-view.png -share/doc/gtk3/image-missing.png share/doc/gtk3/image.png share/doc/gtk3/index.html share/doc/gtk3/index.sgml +share/doc/gtk3/info-bar.png +share/doc/gtk3/inspector.png share/doc/gtk3/label.png share/doc/gtk3/layout-btlr.png share/doc/gtk3/layout-btrl.png @@ -556,96 +527,82 @@ share/doc/gtk3/layout-tblr.png share/doc/gtk3/layout-tbrl.png share/doc/gtk3/left-center.png share/doc/gtk3/left-end.png +share/doc/gtk3/left-insensitive.png share/doc/gtk3/left-start.png share/doc/gtk3/left.png share/doc/gtk3/levelbar.png share/doc/gtk3/linear.png share/doc/gtk3/link-button.png -share/doc/gtk3/list-add.png share/doc/gtk3/list-and-tree.png -share/doc/gtk3/list-remove.png +share/doc/gtk3/list-box.png share/doc/gtk3/lock-button.png share/doc/gtk3/lockbutton-locked.png share/doc/gtk3/lockbutton-sorry.png share/doc/gtk3/lockbutton-unlocked.png share/doc/gtk3/lockbutton.png -share/doc/gtk3/media-floppy.png -share/doc/gtk3/media-optical.png -share/doc/gtk3/media-playback-pause.png -share/doc/gtk3/media-playback-start-ltr.png -share/doc/gtk3/media-playback-start-rtl.png -share/doc/gtk3/media-playback-stop.png -share/doc/gtk3/media-record.png -share/doc/gtk3/media-seek-backward-ltr.png -share/doc/gtk3/media-seek-backward-rtl.png -share/doc/gtk3/media-seek-forward-ltr.png -share/doc/gtk3/media-seek-forward-rtl.png -share/doc/gtk3/media-skip-backward-ltr.png -share/doc/gtk3/media-skip-backward-rtl.png -share/doc/gtk3/media-skip-forward-ltr.png -share/doc/gtk3/media-skip-forward-rtl.png share/doc/gtk3/menu-button.png share/doc/gtk3/menubar.png share/doc/gtk3/messagedialog.png share/doc/gtk3/migrating.html share/doc/gtk3/multiline-text.png -share/doc/gtk3/network-idle.png share/doc/gtk3/notebook.png share/doc/gtk3/numerableicon.png share/doc/gtk3/numerableicon2.png share/doc/gtk3/options.png share/doc/gtk3/pagesetupdialog.png share/doc/gtk3/panes.png +share/doc/gtk3/placessidebar.png +share/doc/gtk3/platform-support.html share/doc/gtk3/printdialog.png -share/doc/gtk3/printer-error.png -share/doc/gtk3/printer-info.png -share/doc/gtk3/printer-paused.png -share/doc/gtk3/printer-warning.png -share/doc/gtk3/process-stop.png share/doc/gtk3/progressbar.png share/doc/gtk3/pt06.html share/doc/gtk3/radio-group.png share/doc/gtk3/recentchooserdialog.png share/doc/gtk3/right-center.png share/doc/gtk3/right-end.png +share/doc/gtk3/right-insensitive.png share/doc/gtk3/right-start.png share/doc/gtk3/right.png share/doc/gtk3/scales.png +share/doc/gtk3/scrollbar.png share/doc/gtk3/scrolledwindow.png +share/doc/gtk3/search-bar.png share/doc/gtk3/search-entry.png share/doc/gtk3/separator.png share/doc/gtk3/slices.png share/doc/gtk3/sliders.png share/doc/gtk3/spinbutton.png share/doc/gtk3/spinner.png +share/doc/gtk3/stack.png +share/doc/gtk3/stackswitcher.png share/doc/gtk3/statusbar.png share/doc/gtk3/style.css share/doc/gtk3/switch.png -share/doc/gtk3/system-run.png -share/doc/gtk3/text-x-generic.png share/doc/gtk3/theming.html share/doc/gtk3/toggle-button.png share/doc/gtk3/toolbar.png share/doc/gtk3/toolpalette.png -share/doc/gtk3/tools-check-spelling.png share/doc/gtk3/tree-view-coordinates.png share/doc/gtk3/up-center.png share/doc/gtk3/up-end.png +share/doc/gtk3/up-insensitive.png share/doc/gtk3/up-start.png share/doc/gtk3/up.png -share/doc/gtk3/view-fullscreen.png -share/doc/gtk3/view-refresh.png -share/doc/gtk3/view-restore.png -share/doc/gtk3/view-sort-ascending.png -share/doc/gtk3/view-sort-descending.png share/doc/gtk3/volumebutton.png share/doc/gtk3/widget-hvalign.png -share/doc/gtk3/window-close.png share/doc/gtk3/window-default.png share/doc/gtk3/window.png -share/doc/gtk3/zoom-fit-best.png -share/doc/gtk3/zoom-in.png -share/doc/gtk3/zoom-original.png -share/doc/gtk3/zoom-out.png -@dirrmtry share/doc/gtk3 -@dirrmtry share/doc/gdk3 +share/doc/libgail-util3/gail-libgail-util3-GailMisc.html +share/doc/libgail-util3/gail-libgail-util3-GailTextUtil.html +share/doc/libgail-util3/gail-libgail-util3.devhelp2 +share/doc/libgail-util3/home.png +share/doc/libgail-util3/index.html +share/doc/libgail-util3/index.sgml +share/doc/libgail-util3/left-insensitive.png +share/doc/libgail-util3/left.png +share/doc/libgail-util3/libgail-util-main.html +share/doc/libgail-util3/right-insensitive.png +share/doc/libgail-util3/right.png +share/doc/libgail-util3/style.css +share/doc/libgail-util3/up-insensitive.png +share/doc/libgail-util3/up.png diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index 6aafa2c2e28b..db1d03f3c113 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -1,9 +1,10 @@ # Created by: Vanilla I. Shu <vanilla@MinJe.com.TW> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/x11-toolkits/gtk30/Makefile 19945 2014-10-15 05:41:04Z gusi $ +# Please keep gtk30 and x11-themes/gnome-themes-standard minor version in sync PORTNAME= gtk -PORTVERSION= 3.8.8 +PORTVERSION= 3.14.3 PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME @@ -24,9 +25,9 @@ PORTSCOUT= ignore:1 .else PORTSCOUT= limit:1,even -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk -RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ - ${LOCALBASE}/libdata/pkgconfig/atk-bridge-2.0.pc:${PORTSDIR}/accessibility/at-spi2-atk +BUILD_DEPENDS+= at-spi2-atk>=0:${PORTSDIR}/accessibility/at-spi2-atk +RUN_DEPENDS+= hicolor-icon-theme>=0:${PORTSDIR}/misc/hicolor-icon-theme \ + at-spi2-atk>=0:${PORTSDIR}/accessibility/at-spi2-atk USE_PERL5= build USE_LDCONFIG= yes @@ -36,45 +37,38 @@ USE_GNOME= atk gdkpixbuf2 gtk-update-icon-cache \ USES+= gettext gmake libtool pathfix perl5 pkgconfig USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite -CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit +CONFIGURE_ARGS= --enable-gtk2-dependency --disable-packagekit \ + --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include -fno-omit-frame-pointer -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -LIBVERSION= 0.800.8 +LIBVERSION= 0.1400.3 PLIST_SUB+= LIBVERSION=${LIBVERSION} GLIB_SCHEMAS= org.gtk.Demo.gschema.xml \ org.gtk.Settings.ColorChooser.gschema.xml \ - org.gtk.Settings.FileChooser.gschema.xml + org.gtk.Settings.Debug.gschema.xml \ + org.gtk.Settings.FileChooser.gschema.xml \ + org.gtk.exampleapp.gschema.xml -OPTIONS_DEFINE= CUPS COLORD DEBUG +OPTIONS_DEFINE= CUPS CLOUDPRINT COLORD DEBUG OPTIONS_DEFAULT=CUPS COLORD +OPTIONS_SUB= yes COLORD_DESC= Color profile support - +COLORD_LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord +COLORD_CONFIGURE_ENABLE=colord +CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client +CUPS_CONFIGURE_ENABLE= cups +CLOUDPRINT_DESC= Cloud printing support +CLOUDPRINT_CONFIGURE_ENABLE= cloudprint +CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ + libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib +DEBUG_CONFIGURE_ENABLE=debug + +# needed for the exists() check, booo .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MCUPS} -LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client -CONFIGURE_ARGS+=--enable-cups=auto -PLIST_SUB+= CUPS="" -.else -CONFIGURE_ARGS+=--disable-cups -PLIST_SUB+= CUPS="@comment " -.endif - -.if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+= --enable-debug=yes -.endif - -.if ${PORT_OPTIONS:MCOLORD} -LIB_DEPENDS+= libcolord.so:${PORTSDIR}/graphics/colord -CONFIGURE_ARGS+=--enable-colord -.else -CONFIGURE_ARGS+=--disable-colord -.endif - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${GREP} -l lgmodule | \ ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' @@ -83,6 +77,8 @@ post-patch: @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ ${WRKSRC}/gtk/Makefile.in + @${REINPLACE_CMD} -e 's|-DG_DISABLE_CHECKS||' \ + ${WRKSRC}/configure pre-configure: .if !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xlib.pc) diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index 8062edd58442..41108098aedc 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.8.8.tar.xz) = d9299ab06e1e3feb19d16fc217de441ded0280eda433b718d9705024f7de19a6 -SIZE (gnome3/gtk+-3.8.8.tar.xz) = 13851660 +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 610efe8e57b7..0f19135f1df4 100644 --- a/x11-toolkits/gtk30/files/patch-Makefile.in +++ b/x11-toolkits/gtk30/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2011-09-15 18:04:34.000000000 +0200 -+++ Makefile.in 2011-09-15 18:05:12.000000000 +0200 -@@ -422,7 +422,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 perf examples -+SRC_SUBDIRS = gdk gtk libgail-util modules demos perf 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 862035f409f3..83ee0513ad31 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 0296c6c3add3..aac9078c29ef 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 @@ -70,6 +71,8 @@ include/gtk-3.0/gtk/a11y/gtkcontaineraccessible.h include/gtk-3.0/gtk/a11y/gtkcontainercellaccessible.h include/gtk-3.0/gtk/a11y/gtkentryaccessible.h include/gtk-3.0/gtk/a11y/gtkexpanderaccessible.h +include/gtk-3.0/gtk/a11y/gtkflowboxaccessible.h +include/gtk-3.0/gtk/a11y/gtkflowboxchildaccessible.h include/gtk-3.0/gtk/a11y/gtkframeaccessible.h include/gtk-3.0/gtk/a11y/gtkiconviewaccessible.h include/gtk-3.0/gtk/a11y/gtkimageaccessible.h @@ -77,13 +80,17 @@ include/gtk-3.0/gtk/a11y/gtkimagecellaccessible.h include/gtk-3.0/gtk/a11y/gtklabelaccessible.h include/gtk-3.0/gtk/a11y/gtklevelbaraccessible.h include/gtk-3.0/gtk/a11y/gtklinkbuttonaccessible.h +include/gtk-3.0/gtk/a11y/gtklistboxaccessible.h +include/gtk-3.0/gtk/a11y/gtklistboxrowaccessible.h include/gtk-3.0/gtk/a11y/gtklockbuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkmenuaccessible.h +include/gtk-3.0/gtk/a11y/gtkmenubuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkmenuitemaccessible.h include/gtk-3.0/gtk/a11y/gtkmenushellaccessible.h include/gtk-3.0/gtk/a11y/gtknotebookaccessible.h include/gtk-3.0/gtk/a11y/gtknotebookpageaccessible.h include/gtk-3.0/gtk/a11y/gtkpanedaccessible.h +include/gtk-3.0/gtk/a11y/gtkpopoveraccessible.h include/gtk-3.0/gtk/a11y/gtkprogressbaraccessible.h include/gtk-3.0/gtk/a11y/gtkradiobuttonaccessible.h include/gtk-3.0/gtk/a11y/gtkradiomenuitemaccessible.h @@ -103,6 +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 @@ -115,11 +128,22 @@ include/gtk-3.0/gtk/deprecated/gtkhscale.h include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h 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 include/gtk-3.0/gtk/deprecated/gtkvbox.h include/gtk-3.0/gtk/deprecated/gtkvpaned.h @@ -133,19 +157,15 @@ include/gtk-3.0/gtk/gtkaccelgroup.h include/gtk-3.0/gtk/gtkaccellabel.h include/gtk-3.0/gtk/gtkaccelmap.h include/gtk-3.0/gtk/gtkaccessible.h -include/gtk-3.0/gtk/gtkaction.h include/gtk-3.0/gtk/gtkactionable.h -include/gtk-3.0/gtk/gtkactiongroup.h -include/gtk-3.0/gtk/gtkactivatable.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 @@ -195,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 @@ -202,17 +223,26 @@ include/gtk-3.0/gtk/gtkfilechooserdialog.h include/gtk-3.0/gtk/gtkfilechooserwidget.h include/gtk-3.0/gtk/gtkfilefilter.h include/gtk-3.0/gtk/gtkfixed.h +include/gtk-3.0/gtk/gtkflowbox.h include/gtk-3.0/gtk/gtkfontbutton.h 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/gtkiconfactory.h +include/gtk-3.0/gtk/gtkheaderbar.h include/gtk-3.0/gtk/gtkicontheme.h include/gtk-3.0/gtk/gtkiconview.h include/gtk-3.0/gtk/gtkimage.h -include/gtk-3.0/gtk/gtkimagemenuitem.h include/gtk-3.0/gtk/gtkimcontext.h include/gtk-3.0/gtk/gtkimcontextinfo.h include/gtk-3.0/gtk/gtkimcontextsimple.h @@ -224,6 +254,7 @@ include/gtk-3.0/gtk/gtklabel.h include/gtk-3.0/gtk/gtklayout.h include/gtk-3.0/gtk/gtklevelbar.h include/gtk-3.0/gtk/gtklinkbutton.h +include/gtk-3.0/gtk/gtklistbox.h include/gtk-3.0/gtk/gtkliststore.h include/gtk-3.0/gtk/gtklockbutton.h include/gtk-3.0/gtk/gtkmain.h @@ -234,40 +265,40 @@ 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 include/gtk-3.0/gtk/gtkpagesetup.h include/gtk-3.0/gtk/gtkpaned.h include/gtk-3.0/gtk/gtkpapersize.h +include/gtk-3.0/gtk/gtkplacessidebar.h include/gtk-3.0/gtk/gtkplug.h +include/gtk-3.0/gtk/gtkpopover.h include/gtk-3.0/gtk/gtkprintcontext.h include/gtk-3.0/gtk/gtkprintoperation.h include/gtk-3.0/gtk/gtkprintoperationpreview.h include/gtk-3.0/gtk/gtkprintsettings.h include/gtk-3.0/gtk/gtkprogressbar.h -include/gtk-3.0/gtk/gtkradioaction.h include/gtk-3.0/gtk/gtkradiobutton.h include/gtk-3.0/gtk/gtkradiomenuitem.h include/gtk-3.0/gtk/gtkradiotoolbutton.h include/gtk-3.0/gtk/gtkrange.h -include/gtk-3.0/gtk/gtkrecentaction.h include/gtk-3.0/gtk/gtkrecentchooser.h include/gtk-3.0/gtk/gtkrecentchooserdialog.h include/gtk-3.0/gtk/gtkrecentchoosermenu.h include/gtk-3.0/gtk/gtkrecentchooserwidget.h include/gtk-3.0/gtk/gtkrecentfilter.h include/gtk-3.0/gtk/gtkrecentmanager.h +include/gtk-3.0/gtk/gtkrevealer.h include/gtk-3.0/gtk/gtkscale.h include/gtk-3.0/gtk/gtkscalebutton.h include/gtk-3.0/gtk/gtkscrollable.h include/gtk-3.0/gtk/gtkscrollbar.h include/gtk-3.0/gtk/gtkscrolledwindow.h +include/gtk-3.0/gtk/gtksearchbar.h include/gtk-3.0/gtk/gtksearchentry.h include/gtk-3.0/gtk/gtkselection.h include/gtk-3.0/gtk/gtkseparator.h @@ -281,8 +312,8 @@ 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/gtkstock.h +include/gtk-3.0/gtk/gtkstack.h +include/gtk-3.0/gtk/gtkstackswitcher.h include/gtk-3.0/gtk/gtkstylecontext.h include/gtk-3.0/gtk/gtkstyleproperties.h include/gtk-3.0/gtk/gtkstyleprovider.h @@ -299,8 +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/gtktoggleaction.h include/gtk-3.0/gtk/gtktogglebutton.h include/gtk-3.0/gtk/gtktoggletoolbutton.h include/gtk-3.0/gtk/gtktoolbar.h @@ -321,13 +350,13 @@ include/gtk-3.0/gtk/gtktreeview.h include/gtk-3.0/gtk/gtktreeviewcolumn.h include/gtk-3.0/gtk/gtktypebuiltins.h include/gtk-3.0/gtk/gtktypes.h -include/gtk-3.0/gtk/gtkuimanager.h include/gtk-3.0/gtk/gtkversion.h include/gtk-3.0/gtk/gtkviewport.h 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 @@ -348,6 +377,7 @@ lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-er.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-ti-et.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-viqr.so lib/gtk-3.0/%%GTK3_VERSION%%/immodules/im-xim.so +%%CLOUDPRINT%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cloudprint.so %%CUPS%%lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-cups.so lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-file.so lib/gtk-3.0/%%GTK3_VERSION%%/printbackends/libprintbackend-lpr.so @@ -368,10 +398,25 @@ libdata/pkgconfig/gtk+-unix-print-3.0.pc 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 share/gir-1.0/Gtk-3.0.gir share/gtk-3.0/gtkbuilder.rng +share/icons/hicolor/16x16/apps/gtk3-demo.png +share/icons/hicolor/16x16/apps/gtk3-widget-factory.png +share/icons/hicolor/22x22/apps/gtk3-demo.png +share/icons/hicolor/22x22/apps/gtk3-widget-factory.png +share/icons/hicolor/24x24/apps/gtk3-demo.png +share/icons/hicolor/24x24/apps/gtk3-widget-factory.png +share/icons/hicolor/256x256/apps/gtk3-demo.png +share/icons/hicolor/256x256/apps/gtk3-widget-factory.png +share/icons/hicolor/32x32/apps/gtk3-demo.png +share/icons/hicolor/32x32/apps/gtk3-widget-factory.png +share/icons/hicolor/48x48/apps/gtk3-demo.png +share/icons/hicolor/48x48/apps/gtk3-widget-factory.png share/locale/af/LC_MESSAGES/gtk30-properties.mo share/locale/af/LC_MESSAGES/gtk30.mo share/locale/am/LC_MESSAGES/gtk30-properties.mo @@ -566,6 +611,8 @@ share/locale/ta/LC_MESSAGES/gtk30-properties.mo share/locale/ta/LC_MESSAGES/gtk30.mo share/locale/te/LC_MESSAGES/gtk30-properties.mo share/locale/te/LC_MESSAGES/gtk30.mo +share/locale/tg/LC_MESSAGES/gtk30-properties.mo +share/locale/tg/LC_MESSAGES/gtk30.mo share/locale/th/LC_MESSAGES/gtk30-properties.mo share/locale/th/LC_MESSAGES/gtk30.mo share/locale/tk/LC_MESSAGES/gtk30-properties.mo @@ -602,111 +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 -@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 +@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 +@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/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index f3d2a619a30a..da799459a29a 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -1,10 +1,10 @@ # Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/gtkmm30/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/x11-toolkits/gtkmm30/Makefile 19949 2014-10-15 06:25:06Z gusi $ PORTNAME= gtkmm -PORTVERSION= 3.8.1 -PORTREVISION?= 3 +PORTVERSION= 3.14.0 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 30 @@ -19,14 +19,13 @@ USES+= tar:xz BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +USES+= gettext gmake libtool pathfix pkgconfig +USE_GNOME= gtk30 glibmm cairomm atkmm pangomm GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES+= gettext gmake libtool:keepla pathfix pkgconfig -USE_GNOME= gtk30 glibmm cairomm atkmm pangomm CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --disable-documentation \ - --enable-static=yes +LIBS+= -L${LOCALBASE}/lib +CONFIGURE_ARGS= --disable-documentation INSTALL_TARGET= install-strip PLIST_SUB= VERSION="3.0" API_VERSION="3.0" diff --git a/x11-toolkits/gtkmm30/distinfo b/x11-toolkits/gtkmm30/distinfo index 749b59964ff9..46fae29b4e0b 100644 --- a/x11-toolkits/gtkmm30/distinfo +++ b/x11-toolkits/gtkmm30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtkmm-3.8.1.tar.xz) = d374c6d6d78fd9f61bca737cd7c23452de427a1662de8abf46df784e07e4c95b -SIZE (gnome3/gtkmm-3.8.1.tar.xz) = 4313172 +SHA256 (gnome3/gtkmm-3.14.0.tar.xz) = d9f528a62c6ec226fa08287c45c7465b2dce5aae5068e9ac48d30a64a378e48b +SIZE (gnome3/gtkmm-3.14.0.tar.xz) = 11400284 diff --git a/x11-toolkits/gtkmm30/pkg-plist b/x11-toolkits/gtkmm30/pkg-plist index 57df0c7da7b8..1f0f7e97cd1f 100644 --- a/x11-toolkits/gtkmm30/pkg-plist +++ b/x11-toolkits/gtkmm30/pkg-plist @@ -51,6 +51,7 @@ include/gtkmm-%%API_VERSION%%/gtkmm/accellabel.h include/gtkmm-%%API_VERSION%%/gtkmm/accelmap.h include/gtkmm-%%API_VERSION%%/gtkmm/action.h include/gtkmm-%%API_VERSION%%/gtkmm/actionable.h +include/gtkmm-%%API_VERSION%%/gtkmm/actionbar.h include/gtkmm-%%API_VERSION%%/gtkmm/actiongroup.h include/gtkmm-%%API_VERSION%%/gtkmm/activatable.h include/gtkmm-%%API_VERSION%%/gtkmm/adjustment.h @@ -91,6 +92,8 @@ include/gtkmm-%%API_VERSION%%/gtkmm/cellrenderertoggle.h include/gtkmm-%%API_VERSION%%/gtkmm/cellview.h include/gtkmm-%%API_VERSION%%/gtkmm/checkbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/checkmenuitem.h +include/gtkmm-%%API_VERSION%%/gtkmm/childpropertyproxy.h +include/gtkmm-%%API_VERSION%%/gtkmm/childpropertyproxy_base.h include/gtkmm-%%API_VERSION%%/gtkmm/clipboard.h include/gtkmm-%%API_VERSION%%/gtkmm/colorbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/colorchooser.h @@ -108,6 +111,7 @@ include/gtkmm-%%API_VERSION%%/gtkmm/entrybuffer.h include/gtkmm-%%API_VERSION%%/gtkmm/entrycompletion.h include/gtkmm-%%API_VERSION%%/gtkmm/enums.h include/gtkmm-%%API_VERSION%%/gtkmm/eventbox.h +include/gtkmm-%%API_VERSION%%/gtkmm/eventcontroller.h include/gtkmm-%%API_VERSION%%/gtkmm/expander.h include/gtkmm-%%API_VERSION%%/gtkmm/filechooser.h include/gtkmm-%%API_VERSION%%/gtkmm/filechooserbutton.h @@ -115,14 +119,26 @@ include/gtkmm-%%API_VERSION%%/gtkmm/filechooserdialog.h include/gtkmm-%%API_VERSION%%/gtkmm/filechooserwidget.h include/gtkmm-%%API_VERSION%%/gtkmm/filefilter.h include/gtkmm-%%API_VERSION%%/gtkmm/fixed.h +include/gtkmm-%%API_VERSION%%/gtkmm/flowbox.h +include/gtkmm-%%API_VERSION%%/gtkmm/flowboxchild.h include/gtkmm-%%API_VERSION%%/gtkmm/fontbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/fontchooser.h include/gtkmm-%%API_VERSION%%/gtkmm/fontchooserdialog.h include/gtkmm-%%API_VERSION%%/gtkmm/fontchooserwidget.h include/gtkmm-%%API_VERSION%%/gtkmm/fontselection.h include/gtkmm-%%API_VERSION%%/gtkmm/frame.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesture.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturedrag.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturelongpress.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturemultipress.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturepan.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturerotate.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturesingle.h +include/gtkmm-%%API_VERSION%%/gtkmm/gestureswipe.h +include/gtkmm-%%API_VERSION%%/gtkmm/gesturezoom.h include/gtkmm-%%API_VERSION%%/gtkmm/grid.h include/gtkmm-%%API_VERSION%%/gtkmm/handlebox.h +include/gtkmm-%%API_VERSION%%/gtkmm/headerbar.h include/gtkmm-%%API_VERSION%%/gtkmm/hvbox.h include/gtkmm-%%API_VERSION%%/gtkmm/hvbuttonbox.h include/gtkmm-%%API_VERSION%%/gtkmm/hvpaned.h @@ -143,8 +159,11 @@ include/gtkmm-%%API_VERSION%%/gtkmm/label.h include/gtkmm-%%API_VERSION%%/gtkmm/layout.h include/gtkmm-%%API_VERSION%%/gtkmm/levelbar.h include/gtkmm-%%API_VERSION%%/gtkmm/linkbutton.h +include/gtkmm-%%API_VERSION%%/gtkmm/listbox.h +include/gtkmm-%%API_VERSION%%/gtkmm/listboxrow.h include/gtkmm-%%API_VERSION%%/gtkmm/liststore.h include/gtkmm-%%API_VERSION%%/gtkmm/listviewtext.h +include/gtkmm-%%API_VERSION%%/gtkmm/lockbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/main.h include/gtkmm-%%API_VERSION%%/gtkmm/menu.h include/gtkmm-%%API_VERSION%%/gtkmm/menubar.h @@ -159,11 +178,14 @@ include/gtkmm-%%API_VERSION%%/gtkmm/numerableicon.h include/gtkmm-%%API_VERSION%%/gtkmm/object.h include/gtkmm-%%API_VERSION%%/gtkmm/offscreenwindow.h include/gtkmm-%%API_VERSION%%/gtkmm/orientable.h +include/gtkmm-%%API_VERSION%%/gtkmm/overlay.h include/gtkmm-%%API_VERSION%%/gtkmm/pagesetup.h include/gtkmm-%%API_VERSION%%/gtkmm/pagesetupunixdialog.h include/gtkmm-%%API_VERSION%%/gtkmm/paned.h include/gtkmm-%%API_VERSION%%/gtkmm/papersize.h +include/gtkmm-%%API_VERSION%%/gtkmm/placessidebar.h include/gtkmm-%%API_VERSION%%/gtkmm/plug.h +include/gtkmm-%%API_VERSION%%/gtkmm/popover.h include/gtkmm-%%API_VERSION%%/gtkmm/printcontext.h include/gtkmm-%%API_VERSION%%/gtkmm/printer.h include/gtkmm-%%API_VERSION%%/gtkmm/printjob.h @@ -176,6 +198,7 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/accelgroup_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/accellabel_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/action_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/actionable_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/actionbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/actiongroup_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/activatable_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/adjustment_p.h @@ -231,6 +254,7 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/entrybuffer_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/entrycompletion_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/enums_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/eventbox_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/eventcontroller_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/expander_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooser_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserbutton_p.h @@ -238,14 +262,26 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserdialog_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/filechooserwidget_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/filefilter_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fixed_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/flowbox_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/flowboxchild_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fontbutton_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fontchooser_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fontchooserdialog_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fontchooserwidget_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/fontselection_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/frame_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesture_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturedrag_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturelongpress_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturemultipress_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturepan_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturerotate_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturesingle_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gestureswipe_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/gesturezoom_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/grid_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/handlebox_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/headerbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/hvbox_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/hvbuttonbox_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/hvpaned_p.h @@ -266,7 +302,10 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/label_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/layout_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/levelbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/linkbutton_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/listbox_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/listboxrow_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/liststore_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/lockbutton_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/main_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/menu_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/menubar_p.h @@ -281,11 +320,14 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/numerableicon_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/object_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/offscreenwindow_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/orientable_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/overlay_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetup_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/pagesetupunixdialog_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/paned_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/papersize_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/placessidebar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/plug_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/popover_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/printcontext_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/printer_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/printjob_p.h @@ -308,11 +350,13 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/recentfilter_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/recentinfo_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/recentmanager_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/requisition_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/revealer_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/scale_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/scalebutton_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollable_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/scrollbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/scrolledwindow_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/searchbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/searchentry_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/selectiondata_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/separator_p.h @@ -323,6 +367,8 @@ include/gtkmm-%%API_VERSION%%/gtkmm/private/sizegroup_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/socket_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/spinbutton_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/spinner_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/stack_p.h +include/gtkmm-%%API_VERSION%%/gtkmm/private/stackswitcher_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/statusbar_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/statusicon_p.h include/gtkmm-%%API_VERSION%%/gtkmm/private/stockitem_p.h @@ -385,11 +431,13 @@ include/gtkmm-%%API_VERSION%%/gtkmm/recentfilter.h include/gtkmm-%%API_VERSION%%/gtkmm/recentinfo.h include/gtkmm-%%API_VERSION%%/gtkmm/recentmanager.h include/gtkmm-%%API_VERSION%%/gtkmm/requisition.h +include/gtkmm-%%API_VERSION%%/gtkmm/revealer.h include/gtkmm-%%API_VERSION%%/gtkmm/scale.h include/gtkmm-%%API_VERSION%%/gtkmm/scalebutton.h include/gtkmm-%%API_VERSION%%/gtkmm/scrollable.h include/gtkmm-%%API_VERSION%%/gtkmm/scrollbar.h include/gtkmm-%%API_VERSION%%/gtkmm/scrolledwindow.h +include/gtkmm-%%API_VERSION%%/gtkmm/searchbar.h include/gtkmm-%%API_VERSION%%/gtkmm/searchentry.h include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata.h include/gtkmm-%%API_VERSION%%/gtkmm/selectiondata_private.h @@ -401,6 +449,8 @@ include/gtkmm-%%API_VERSION%%/gtkmm/sizegroup.h include/gtkmm-%%API_VERSION%%/gtkmm/socket.h include/gtkmm-%%API_VERSION%%/gtkmm/spinbutton.h include/gtkmm-%%API_VERSION%%/gtkmm/spinner.h +include/gtkmm-%%API_VERSION%%/gtkmm/stack.h +include/gtkmm-%%API_VERSION%%/gtkmm/stackswitcher.h include/gtkmm-%%API_VERSION%%/gtkmm/statusbar.h include/gtkmm-%%API_VERSION%%/gtkmm/statusicon.h include/gtkmm-%%API_VERSION%%/gtkmm/stock.h @@ -455,32 +505,17 @@ include/gtkmm-%%API_VERSION%%/gtkmm/window.h include/gtkmm-%%API_VERSION%%/gtkmm/wrap_init.h lib/gdkmm-%%API_VERSION%%/include/gdkmmconfig.h lib/gtkmm-%%API_VERSION%%/include/gtkmmconfig.h +lib/gtkmm-%%API_VERSION%%/proc/m4/child_property.m4 lib/gtkmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4 lib/gtkmm-%%API_VERSION%%/proc/m4/convert.m4 lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/libgdkmm-%%VERSION%%.a -lib/libgdkmm-%%VERSION%%.la -lib/libgdkmm-%%VERSION%%.so -lib/libgdkmm-%%VERSION%%.so.1 -lib/libgdkmm-%%VERSION%%.so.1.1.0 -lib/libgtkmm-%%VERSION%%.a -lib/libgtkmm-%%VERSION%%.la -lib/libgtkmm-%%VERSION%%.so -lib/libgtkmm-%%VERSION%%.so.1 -lib/libgtkmm-%%VERSION%%.so.1.1.0 +lib/libgdkmm-%%API_VERSION%%.so +lib/libgdkmm-%%API_VERSION%%.so.1 +lib/libgdkmm-%%API_VERSION%%.so.1.1.0 +lib/libgtkmm-%%API_VERSION%%.so +lib/libgtkmm-%%API_VERSION%%.so.1 +lib/libgtkmm-%%API_VERSION%%.so.1.1.0 libdata/pkgconfig/gdkmm-%%API_VERSION%%.pc libdata/pkgconfig/gtkmm-%%API_VERSION%%.pc -@dirrm lib/gtkmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gtkmm-%%API_VERSION%%/proc -@dirrm lib/gtkmm-%%API_VERSION%%/include -@dirrm lib/gtkmm-%%API_VERSION%% -@dirrm lib/gdkmm-%%API_VERSION%%/include -@dirrm lib/gdkmm-%%API_VERSION%% -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm/private -@dirrm include/gtkmm-%%API_VERSION%%/gtkmm -@dirrm include/gtkmm-%%API_VERSION%% -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm/private -@dirrm include/gdkmm-%%API_VERSION%%/gdkmm -@dirrm include/gdkmm-%%API_VERSION%% diff --git a/x11-toolkits/gtksourceview3/Makefile b/x11-toolkits/gtksourceview3/Makefile index dae93e80f0f0..9618de9c0e36 100644 --- a/x11-toolkits/gtksourceview3/Makefile +++ b/x11-toolkits/gtksourceview3/Makefile @@ -1,30 +1,30 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtksourceview3/Makefile,v 1.21 2012/05/31 11:57:38 kwm Exp $ +# $MCom: ports/trunk/x11-toolkits/gtksourceview3/Makefile 19949 2014-10-15 06:25:06Z gusi $ PORTNAME= gtksourceview -PORTVERSION= 3.4.2 -PORTREVISION?= 3 +PORTVERSION= 3.14.1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org -COMMENT= Widget that adds syntax highlighting to GtkTextView +COMMENT= Text widget that adds syntax highlighting to the GtkTextView widget USES= tar:xz .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool:keepla pathfix pkgconfig -USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gtk30 libxml2 intlhack referencehack +USES+= gettext gmake libtool pathfix pkgconfig +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build \ + libxml2 referencehack GNU_CONFIGURE= yes +USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-compile-warnings=no --enable-glade-catalog=no \ --enable-introspection CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: diff --git a/x11-toolkits/gtksourceview3/distinfo b/x11-toolkits/gtksourceview3/distinfo index 6a01230220f1..b63f947b2ca2 100644 --- a/x11-toolkits/gtksourceview3/distinfo +++ b/x11-toolkits/gtksourceview3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtksourceview-3.4.2.tar.xz) = 5a5712591b2b6487818ac4aadd965fc8397af23d8fd7c5bdd1460c6326a8f4ce -SIZE (gnome3/gtksourceview-3.4.2.tar.xz) = 1213360 +SHA256 (gnome3/gtksourceview-3.14.1.tar.xz) = 52dc100694a81b16a961c7c2e09f643e8e40a0947e595d5fda62b1ad76b9ae27 +SIZE (gnome3/gtksourceview-3.14.1.tar.xz) = 1254580 diff --git a/x11-toolkits/gtksourceview3/pkg-plist b/x11-toolkits/gtksourceview3/pkg-plist index 63cc33215eb0..5348ac086d22 100644 --- a/x11-toolkits/gtksourceview3/pkg-plist +++ b/x11-toolkits/gtksourceview3/pkg-plist @@ -7,6 +7,10 @@ include/gtksourceview-3.0/gtksourceview/gtksourcecompletioninfo.h include/gtksourceview-3.0/gtksourceview/gtksourcecompletionitem.h include/gtksourceview-3.0/gtksourceview/gtksourcecompletionproposal.h include/gtksourceview-3.0/gtksourceview/gtksourcecompletionprovider.h +include/gtksourceview-3.0/gtksourceview/gtksourceencoding.h +include/gtksourceview-3.0/gtksourceview/gtksourcefile.h +include/gtksourceview-3.0/gtksourceview/gtksourcefileloader.h +include/gtksourceview-3.0/gtksourceview/gtksourcefilesaver.h include/gtksourceview-3.0/gtksourceview/gtksourcegutter.h include/gtksourceview-3.0/gtksourceview/gtksourcegutterrenderer.h include/gtksourceview-3.0/gtksourceview/gtksourcegutterrendererpixbuf.h @@ -16,31 +20,45 @@ include/gtksourceview-3.0/gtksourceview/gtksourcelanguagemanager.h include/gtksourceview-3.0/gtksourceview/gtksourcemark.h include/gtksourceview-3.0/gtksourceview/gtksourcemarkattributes.h include/gtksourceview-3.0/gtksourceview/gtksourceprintcompositor.h +include/gtksourceview-3.0/gtksourceview/gtksourcesearchcontext.h +include/gtksourceview-3.0/gtksourceview/gtksourcesearchsettings.h include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h include/gtksourceview-3.0/gtksourceview/gtksourcestylescheme.h include/gtksourceview-3.0/gtksourceview/gtksourcestyleschememanager.h +include/gtksourceview-3.0/gtksourceview/gtksourcetypes.h include/gtksourceview-3.0/gtksourceview/gtksourceundomanager.h +include/gtksourceview-3.0/gtksourceview/gtksourceutils.h include/gtksourceview-3.0/gtksourceview/gtksourceview-typebuiltins.h include/gtksourceview-3.0/gtksourceview/gtksourceview.h lib/girepository-1.0/GtkSource-3.0.typelib -lib/libgtksourceview-3.0.la lib/libgtksourceview-3.0.so -lib/libgtksourceview-3.0.so.0 -lib/libgtksourceview-3.0.so.0.0.0 +lib/libgtksourceview-3.0.so.1 +lib/libgtksourceview-3.0.so.1.3.0 libdata/pkgconfig/gtksourceview-3.0.pc share/gir-1.0/GtkSource-3.0.gir share/doc/gtksourceview-3.0/GtkSourceBuffer.html share/doc/gtksourceview-3.0/GtkSourceCompletion.html +share/doc/gtksourceview-3.0/GtkSourceCompletionContext.html share/doc/gtksourceview-3.0/GtkSourceCompletionInfo.html share/doc/gtksourceview-3.0/GtkSourceCompletionItem.html share/doc/gtksourceview-3.0/GtkSourceCompletionProposal.html share/doc/gtksourceview-3.0/GtkSourceCompletionProvider.html +share/doc/gtksourceview-3.0/GtkSourceCompletionWords.html +share/doc/gtksourceview-3.0/GtkSourceEncoding.html +share/doc/gtksourceview-3.0/GtkSourceFile.html +share/doc/gtksourceview-3.0/GtkSourceFileLoader.html +share/doc/gtksourceview-3.0/GtkSourceFileSaver.html share/doc/gtksourceview-3.0/GtkSourceGutter.html +share/doc/gtksourceview-3.0/GtkSourceGutterRenderer.html +share/doc/gtksourceview-3.0/GtkSourceGutterRendererPixbuf.html +share/doc/gtksourceview-3.0/GtkSourceGutterRendererText.html share/doc/gtksourceview-3.0/GtkSourceLanguage.html share/doc/gtksourceview-3.0/GtkSourceLanguageManager.html share/doc/gtksourceview-3.0/GtkSourceMark.html share/doc/gtksourceview-3.0/GtkSourceMarkAttributes.html share/doc/gtksourceview-3.0/GtkSourcePrintCompositor.html +share/doc/gtksourceview-3.0/GtkSourceSearchContext.html +share/doc/gtksourceview-3.0/GtkSourceSearchSettings.html share/doc/gtksourceview-3.0/GtkSourceStyle.html share/doc/gtksourceview-3.0/GtkSourceStyleScheme.html share/doc/gtksourceview-3.0/GtkSourceStyleSchemeManager.html @@ -48,37 +66,44 @@ share/doc/gtksourceview-3.0/GtkSourceUndoManager.html share/doc/gtksourceview-3.0/GtkSourceView.html share/doc/gtksourceview-3.0/annotation-glossary.html share/doc/gtksourceview-3.0/api-index-3-0.html +share/doc/gtksourceview-3.0/api-index-3-10.html +share/doc/gtksourceview-3.0/api-index-3-12.html +share/doc/gtksourceview-3.0/api-index-3-14.html +share/doc/gtksourceview-3.0/api-index-3-4.html share/doc/gtksourceview-3.0/api-index-deprecated.html share/doc/gtksourceview-3.0/api-index-full.html -share/doc/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRenderer.html -share/doc/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererPixbuf.html -share/doc/gtksourceview-3.0/gtksourceview-3.0-GtkSourceGutterRendererText.html -share/doc/gtksourceview-3.0/gtksourceview-3.0-completioncontext.html +share/doc/gtksourceview-3.0/ch01.html +share/doc/gtksourceview-3.0/ch02.html +share/doc/gtksourceview-3.0/gtksourceview-3.0-GtkSourceUtils.html share/doc/gtksourceview-3.0/gtksourceview-3.0.devhelp2 share/doc/gtksourceview-3.0/home.png share/doc/gtksourceview-3.0/index.html share/doc/gtksourceview-3.0/index.sgml share/doc/gtksourceview-3.0/lang-reference.html share/doc/gtksourceview-3.0/lang-tutorial.html +share/doc/gtksourceview-3.0/left-insensitive.png share/doc/gtksourceview-3.0/left.png +share/doc/gtksourceview-3.0/object-tree.html +share/doc/gtksourceview-3.0/right-insensitive.png share/doc/gtksourceview-3.0/right.png -share/doc/gtksourceview-3.0/rn01.html -share/doc/gtksourceview-3.0/rn02.html share/doc/gtksourceview-3.0/style-reference.html share/doc/gtksourceview-3.0/style.css +share/doc/gtksourceview-3.0/up-insensitive.png share/doc/gtksourceview-3.0/up.png share/gtksourceview-3.0/language-specs/R.lang +share/gtksourceview-3.0/language-specs/actionscript.lang +share/gtksourceview-3.0/language-specs/ansforth94.lang share/gtksourceview-3.0/language-specs/ada.lang share/gtksourceview-3.0/language-specs/asp.lang share/gtksourceview-3.0/language-specs/automake.lang share/gtksourceview-3.0/language-specs/awk.lang share/gtksourceview-3.0/language-specs/bennugd.lang share/gtksourceview-3.0/language-specs/bibtex.lang +share/gtksourceview-3.0/language-specs/bluespec.lang share/gtksourceview-3.0/language-specs/boo.lang share/gtksourceview-3.0/language-specs/c.lang share/gtksourceview-3.0/language-specs/cg.lang share/gtksourceview-3.0/language-specs/changelog.lang -share/gtksourceview-3.0/language-specs/check-language.sh share/gtksourceview-3.0/language-specs/chdr.lang share/gtksourceview-3.0/language-specs/cmake.lang share/gtksourceview-3.0/language-specs/cobol.lang @@ -111,24 +136,33 @@ share/gtksourceview-3.0/language-specs/haddock.lang share/gtksourceview-3.0/language-specs/haskell-literate.lang share/gtksourceview-3.0/language-specs/haskell.lang share/gtksourceview-3.0/language-specs/html.lang +share/gtksourceview-3.0/language-specs/idl-exelis.lang share/gtksourceview-3.0/language-specs/idl.lang share/gtksourceview-3.0/language-specs/imagej.lang share/gtksourceview-3.0/language-specs/ini.lang +share/gtksourceview-3.0/language-specs/j.lang share/gtksourceview-3.0/language-specs/java.lang share/gtksourceview-3.0/language-specs/javascript.lang share/gtksourceview-3.0/language-specs/json.lang +share/gtksourceview-3.0/language-specs/julia.lang share/gtksourceview-3.0/language-specs/language.dtd share/gtksourceview-3.0/language-specs/language.rng share/gtksourceview-3.0/language-specs/language2.rng share/gtksourceview-3.0/language-specs/latex.lang +share/gtksourceview-3.0/language-specs/lex.lang share/gtksourceview-3.0/language-specs/libtool.lang +share/gtksourceview-3.0/language-specs/llvm.lang share/gtksourceview-3.0/language-specs/lua.lang share/gtksourceview-3.0/language-specs/m4.lang share/gtksourceview-3.0/language-specs/makefile.lang share/gtksourceview-3.0/language-specs/mallard.lang share/gtksourceview-3.0/language-specs/markdown.lang share/gtksourceview-3.0/language-specs/matlab.lang +share/gtksourceview-3.0/language-specs/mediawiki.lang +share/gtksourceview-3.0/language-specs/modelica.lang +share/gtksourceview-3.0/language-specs/mxml.lang share/gtksourceview-3.0/language-specs/nemerle.lang +share/gtksourceview-3.0/language-specs/netrexx.lang share/gtksourceview-3.0/language-specs/nsis.lang share/gtksourceview-3.0/language-specs/objc.lang share/gtksourceview-3.0/language-specs/objj.lang @@ -145,16 +179,20 @@ share/gtksourceview-3.0/language-specs/pkgconfig.lang share/gtksourceview-3.0/language-specs/po.lang share/gtksourceview-3.0/language-specs/prolog.lang share/gtksourceview-3.0/language-specs/protobuf.lang +share/gtksourceview-3.0/language-specs/puppet.lang share/gtksourceview-3.0/language-specs/python.lang share/gtksourceview-3.0/language-specs/python3.lang share/gtksourceview-3.0/language-specs/rpmspec.lang +share/gtksourceview-3.0/language-specs/rst.lang share/gtksourceview-3.0/language-specs/ruby.lang +share/gtksourceview-3.0/language-specs/scala.lang share/gtksourceview-3.0/language-specs/scheme.lang share/gtksourceview-3.0/language-specs/scilab.lang share/gtksourceview-3.0/language-specs/sh.lang share/gtksourceview-3.0/language-specs/sml.lang share/gtksourceview-3.0/language-specs/sparql.lang share/gtksourceview-3.0/language-specs/sql.lang +share/gtksourceview-3.0/language-specs/sweave.lang share/gtksourceview-3.0/language-specs/systemverilog.lang share/gtksourceview-3.0/language-specs/t2t.lang share/gtksourceview-3.0/language-specs/tcl.lang @@ -166,11 +204,13 @@ share/gtksourceview-3.0/language-specs/vhdl.lang share/gtksourceview-3.0/language-specs/xml.lang share/gtksourceview-3.0/language-specs/xslt.lang share/gtksourceview-3.0/language-specs/yacc.lang -share/gtksourceview-3.0/styles/check-style.sh +share/gtksourceview-3.0/language-specs/yaml.lang share/gtksourceview-3.0/styles/classic.xml share/gtksourceview-3.0/styles/cobalt.xml share/gtksourceview-3.0/styles/kate.xml share/gtksourceview-3.0/styles/oblivion.xml +share/gtksourceview-3.0/styles/solarized-dark.xml +share/gtksourceview-3.0/styles/solarized-light.xml share/gtksourceview-3.0/styles/styles.rng share/gtksourceview-3.0/styles/tango.xml share/locale/ar/LC_MESSAGES/gtksourceview-3.0.mo @@ -243,6 +283,7 @@ share/locale/sr@latin/LC_MESSAGES/gtksourceview-3.0.mo share/locale/sv/LC_MESSAGES/gtksourceview-3.0.mo share/locale/ta/LC_MESSAGES/gtksourceview-3.0.mo share/locale/te/LC_MESSAGES/gtksourceview-3.0.mo +share/locale/tg/LC_MESSAGES/gtksourceview-3.0.mo share/locale/th/LC_MESSAGES/gtksourceview-3.0.mo share/locale/tr/LC_MESSAGES/gtksourceview-3.0.mo share/locale/ug/LC_MESSAGES/gtksourceview-3.0.mo @@ -252,45 +293,3 @@ share/locale/xh/LC_MESSAGES/gtksourceview-3.0.mo share/locale/zh_CN/LC_MESSAGES/gtksourceview-3.0.mo share/locale/zh_HK/LC_MESSAGES/gtksourceview-3.0.mo share/locale/zh_TW/LC_MESSAGES/gtksourceview-3.0.mo -@dirrm share/gtksourceview-3.0/styles -@dirrm share/gtksourceview-3.0/language-specs -@dirrm share/gtksourceview-3.0 -@dirrm share/doc/gtksourceview-3.0/ -@dirrm include/gtksourceview-3.0/gtksourceview/completion-providers/words -@dirrm include/gtksourceview-3.0/gtksourceview/completion-providers -@dirrm include/gtksourceview-3.0/gtksourceview -@dirrm include/gtksourceview-3.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile deleted file mode 100644 index 8d304798c5b5..000000000000 --- a/x11-toolkits/libpanelappletmm/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Alexander Nedotsukov <bland@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= libpanelappletmm -PORTVERSION= 2.26.0 -PORTREVISION= 7 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libpanelapplet library - -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 -USE_GNOME= gnomepanel -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-static -INSTALL_TARGET= install-strip - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/libpanelappletmm/distinfo b/x11-toolkits/libpanelappletmm/distinfo deleted file mode 100644 index c2c567263f8a..000000000000 --- a/x11-toolkits/libpanelappletmm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/libpanelappletmm-2.26.0.tar.bz2) = 7aa569660b7ab36c1d86a7fa0beb7458306678e46bb2b7b1fd782bbcb5eb3852 -SIZE (gnome2/libpanelappletmm-2.26.0.tar.bz2) = 281034 diff --git a/x11-toolkits/libpanelappletmm/pkg-descr b/x11-toolkits/libpanelappletmm/pkg-descr deleted file mode 100644 index 7154f45098b4..000000000000 --- a/x11-toolkits/libpanelappletmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libpanelapplet (part of gnomepanel). - -WWW: http://www.gtkmm.org/ diff --git a/x11-toolkits/libpanelappletmm/pkg-plist b/x11-toolkits/libpanelappletmm/pkg-plist deleted file mode 100644 index 0e03049dd84e..000000000000 --- a/x11-toolkits/libpanelappletmm/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/applet.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/enums.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/factory.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/init.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private/applet_p.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private/enums_p.h -include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/wrap_init.h -lib/libpanelappletmm-%%VERSION%%.a -lib/libpanelappletmm-%%VERSION%%.la -lib/libpanelappletmm-%%VERSION%%.so -lib/libpanelappletmm-%%VERSION%%.so.1 -lib/libpanelappletmm-%%VERSION%%.so.1.0.1 -lib/libpanelappletmm-%%API_VERSION%%/include/libpanelappletmmconfig.h -lib/libpanelappletmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libpanelappletmm-%%API_VERSION%%/proc/m4/convert_libpanelappletmm.m4 -libdata/pkgconfig/libpanelappletmm-%%API_VERSION%%.pc -@dirrm lib/libpanelappletmm-%%API_VERSION%%/proc/m4 -@dirrm lib/libpanelappletmm-%%API_VERSION%%/proc -@dirrm lib/libpanelappletmm-%%API_VERSION%%/include -@dirrm lib/libpanelappletmm-%%API_VERSION%% -@dirrm include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm/private -@dirrm include/libpanelappletmm-%%API_VERSION%%/libpanelappletmm -@dirrm include/libpanelappletmm-%%API_VERSION%% diff --git a/x11-toolkits/libwnck3/Makefile b/x11-toolkits/libwnck3/Makefile index bc225e6a0869..f318e3328b54 100644 --- a/x11-toolkits/libwnck3/Makefile +++ b/x11-toolkits/libwnck3/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/libwnck3/Makefile 19752 2014-06-24 20:41:33Z kwm $ +# $MCom: ports/trunk/x11-toolkits/libwnck3/Makefile 19952 2014-10-15 08:11:00Z gusi $ PORTNAME= libwnck -PORTVERSION= 3.4.7 +PORTVERSION= 3.4.9 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 3 @@ -16,14 +16,15 @@ USES= tar:xz .if !defined(REFERENCE_PORT) -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES+= bison gettext gmake libtool pathfix pkgconfig USE_GNOME= gtk30 intlhack introspection:build referencehack USE_XORG= xres x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tools CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LINS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip OPTIONS_DEFINE= STARTUP OPTIONS_DEFAULT=STARTUP diff --git a/x11-toolkits/libwnck3/distinfo b/x11-toolkits/libwnck3/distinfo index d6bae75f9ceb..e5fff55593d1 100644 --- a/x11-toolkits/libwnck3/distinfo +++ b/x11-toolkits/libwnck3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/libwnck-3.4.7.tar.xz) = d48ac9c7f50c0d563097f63d07bcc83744c7d92a1b4ef65e5faeab32b5ccb723 -SIZE (gnome3/libwnck-3.4.7.tar.xz) = 663768 +SHA256 (gnome3/libwnck-3.4.9.tar.xz) = 96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4 +SIZE (gnome3/libwnck-3.4.9.tar.xz) = 674396 diff --git a/x11-toolkits/libwnck3/pkg-plist b/x11-toolkits/libwnck3/pkg-plist index c119c069876d..74024ed453c5 100644 --- a/x11-toolkits/libwnck3/pkg-plist +++ b/x11-toolkits/libwnck3/pkg-plist @@ -11,7 +11,6 @@ include/libwnck-3.0/libwnck/window-action-menu.h include/libwnck-3.0/libwnck/window.h include/libwnck-3.0/libwnck/wnck-enum-types.h include/libwnck-3.0/libwnck/workspace.h -lib/libwnck-3.la lib/libwnck-3.so lib/libwnck-3.so.0 lib/libwnck-3.so.0.2.2 @@ -46,6 +45,7 @@ share/gtk-doc/html/libwnck-3.0/ix11.html share/gtk-doc/html/libwnck-3.0/ix12.html share/gtk-doc/html/libwnck-3.0/ix13.html share/gtk-doc/html/libwnck-3.0/ix14.html +share/gtk-doc/html/libwnck-3.0/left-insensitive.png share/gtk-doc/html/libwnck-3.0/left.png share/gtk-doc/html/libwnck-3.0/libwnck-3.0.devhelp2 share/gtk-doc/html/libwnck-3.0/libwnck-Icons-Functions.html @@ -54,8 +54,10 @@ share/gtk-doc/html/libwnck-3.0/libwnck-Resource-Usage-of-X-Clients.html share/gtk-doc/html/libwnck-3.0/libwnck-Version-Information.html share/gtk-doc/html/libwnck-3.0/libwnck-Window-Action-Menu.html share/gtk-doc/html/libwnck-3.0/overview.html +share/gtk-doc/html/libwnck-3.0/right-insensitive.png share/gtk-doc/html/libwnck-3.0/right.png share/gtk-doc/html/libwnck-3.0/style.css +share/gtk-doc/html/libwnck-3.0/up-insensitive.png share/gtk-doc/html/libwnck-3.0/up.png share/gtk-doc/html/libwnck-3.0/utils.html share/gtk-doc/html/libwnck-3.0/widgets.html @@ -92,6 +94,7 @@ share/locale/fi/LC_MESSAGES/libwnck-3.0.mo share/locale/fr/LC_MESSAGES/libwnck-3.0.mo share/locale/fy/LC_MESSAGES/libwnck-3.0.mo share/locale/ga/LC_MESSAGES/libwnck-3.0.mo +share/locale/gd/LC_MESSAGES/libwnck-3.0.mo share/locale/gl/LC_MESSAGES/libwnck-3.0.mo share/locale/gu/LC_MESSAGES/libwnck-3.0.mo share/locale/he/LC_MESSAGES/libwnck-3.0.mo @@ -152,52 +155,3 @@ share/locale/zh_CN/LC_MESSAGES/libwnck-3.0.mo share/locale/zh_HK/LC_MESSAGES/libwnck-3.0.mo share/locale/zh_TW/LC_MESSAGES/libwnck-3.0.mo share/gir-1.0/Wnck-3.0.gir -@dirrm share/gtk-doc/html/libwnck-3.0 -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libwnck-3.0/libwnck -@dirrm include/libwnck-3.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/fy/LC_MESSAGES -@dirrmtry share/locale/fy -@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/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index fc19e07e2a9e..cc14f782d46a 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -1,10 +1,10 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/pango/Makefile 19012 2014-03-08 07:21:34Z kwm $ +# $MCom: ports/trunk/x11-toolkits/pango/Makefile 19945 2014-10-15 05:41:04Z gusi $ PORTNAME= pango -PORTVERSION= 1.34.1 -PORTREVISION?= 7 +PORTVERSION= 1.36.8 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,22 +16,25 @@ USES= tar:xz .if !defined(REFERENCE_PORT) -BUILD_DEPENDS= fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig +BUILD_DEPENDS= fontconfig>=2.10.91:${PORTSDIR}/x11-fonts/fontconfig \ + cairo>=1.12.10,2:${PORTSDIR}/graphics/cairo LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libharfbuzz.so:${PORTSDIR}/print/harfbuzz \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings -USES+= gettext gmake libtool:keepla pathfix pkgconfig +USES+= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GNOME= cairo glib20 gnomehier introspection:build referencehack +USE_GNOME= cairo glib20 introspection:build referencehack CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -PLIST_SUB= VERSION="1.8.0" +VERSION= 1.8.0 +LIBVERSION= 0.3600.8 +PLIST_SUB+= VERSION=${VERSION} LIBVERSION=${LIBVERSION} FONTSCALE= ${LOCALBASE}/lib/X11/fonts/TTF/luximb.ttf FONTENCOD= ${LOCALBASE}/lib/X11/fonts/encodings/encodings.dir @@ -56,6 +59,9 @@ pre-configure: @${FALSE} .endif +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/pango/ + .include <bsd.port.mk> .endif diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo index b45b6e4608ba..6ddbe76ed7e1 100644 --- a/x11-toolkits/pango/distinfo +++ b/x11-toolkits/pango/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pango-1.34.1.tar.xz) = 1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c -SIZE (gnome2/pango-1.34.1.tar.xz) = 1015112 +SHA256 (gnome2/pango-1.36.8.tar.xz) = 18dbb51b8ae12bae0ab7a958e7cf3317c9acfc8a1e1103ec2f147164a0fc2d07 +SIZE (gnome2/pango-1.36.8.tar.xz) = 1033528 diff --git a/x11-toolkits/pango/pkg-plist b/x11-toolkits/pango/pkg-plist index 9095f2d2c183..5ab44a84bd09 100644 --- a/x11-toolkits/pango/pkg-plist +++ b/x11-toolkits/pango/pkg-plist @@ -37,27 +37,20 @@ lib/girepository-1.0/Pango-1.0.typelib lib/girepository-1.0/PangoCairo-1.0.typelib lib/girepository-1.0/PangoFT2-1.0.typelib %%X11%%lib/girepository-1.0/PangoXft-1.0.typelib -lib/libpango-1.0.la lib/libpango-1.0.so lib/libpango-1.0.so.0 -lib/libpango-1.0.so.0.3400.1 -lib/libpangocairo-1.0.la +lib/libpango-1.0.so.%%LIBVERSION%% lib/libpangocairo-1.0.so lib/libpangocairo-1.0.so.0 -lib/libpangocairo-1.0.so.0.3400.1 -lib/libpangoft2-1.0.la +lib/libpangocairo-1.0.so.%%LIBVERSION%% lib/libpangoft2-1.0.so lib/libpangoft2-1.0.so.0 -lib/libpangoft2-1.0.so.0.3400.1 -%%X11%%lib/libpangoxft-1.0.la +lib/libpangoft2-1.0.so.%%LIBVERSION%% %%X11%%lib/libpangoxft-1.0.so %%X11%%lib/libpangoxft-1.0.so.0 -%%X11%%lib/libpangoxft-1.0.so.0.3400.1 -lib/pango/%%VERSION%%/modules/pango-arabic-lang.la +%%X11%%lib/libpangoxft-1.0.so.%%LIBVERSION%% lib/pango/%%VERSION%%/modules/pango-arabic-lang.so -lib/pango/%%VERSION%%/modules/pango-basic-fc.la lib/pango/%%VERSION%%/modules/pango-basic-fc.so -lib/pango/%%VERSION%%/modules/pango-indic-lang.la lib/pango/%%VERSION%%/modules/pango-indic-lang.so libdata/pkgconfig/pango.pc libdata/pkgconfig/pangocairo.pc @@ -75,6 +68,7 @@ share/gtk-doc/html/pango/PangoFcDecoder.html share/gtk-doc/html/pango/PangoFcFont.html share/gtk-doc/html/pango/PangoFcFontMap.html share/gtk-doc/html/pango/PangoMarkupFormat.html +share/gtk-doc/html/pango/PangoRenderer.html share/gtk-doc/html/pango/annotation-glossary.html share/gtk-doc/html/pango/api-index-1-10.html share/gtk-doc/html/pango/api-index-1-12.html @@ -86,9 +80,11 @@ share/gtk-doc/html/pango/api-index-1-20.html share/gtk-doc/html/pango/api-index-1-22.html share/gtk-doc/html/pango/api-index-1-24.html share/gtk-doc/html/pango/api-index-1-26.html -share/gtk-doc/html/pango/api-index-1-28.html share/gtk-doc/html/pango/api-index-1-30.html +share/gtk-doc/html/pango/api-index-1-31-0.html share/gtk-doc/html/pango/api-index-1-32.html +share/gtk-doc/html/pango/api-index-1-32-4.html +share/gtk-doc/html/pango/api-index-1-34.html share/gtk-doc/html/pango/api-index-1-4.html share/gtk-doc/html/pango/api-index-1-6.html share/gtk-doc/html/pango/api-index-1-8.html @@ -98,6 +94,7 @@ share/gtk-doc/html/pango/home.png share/gtk-doc/html/pango/index.html share/gtk-doc/html/pango/index.sgml share/gtk-doc/html/pango/layout.gif +share/gtk-doc/html/pango/left-insensitive.png share/gtk-doc/html/pango/left.png share/gtk-doc/html/pango/lowlevel.html share/gtk-doc/html/pango/pango-Bidirectional-Text.html @@ -121,23 +118,16 @@ share/gtk-doc/html/pango/pango-Vertical-Text.html share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html share/gtk-doc/html/pango/pango-hierarchy.html -share/gtk-doc/html/pango/pango-pango-renderer.html share/gtk-doc/html/pango/pango-querymodules.html share/gtk-doc/html/pango/pango.devhelp2 share/gtk-doc/html/pango/pango.html share/gtk-doc/html/pango/rendering.html +share/gtk-doc/html/pango/right-insensitive.png share/gtk-doc/html/pango/right.png share/gtk-doc/html/pango/rotated-text.png share/gtk-doc/html/pango/style.css share/gtk-doc/html/pango/tools.html +share/gtk-doc/html/pango/up-insensitive.png share/gtk-doc/html/pango/up.png -@dirrm share/gtk-doc/html/pango -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc @unexec /bin/rm %D/lib/pango/%%VERSION%%/modules.cache -@dirrm lib/pango/%%VERSION%%/modules -@dirrm lib/pango/%%VERSION%% -@dirrm lib/pango -@dirrm include/pango-1.0/pango -@dirrm include/pango-1.0 @exec %%LOCALBASE%%/bin/pango-querymodules --update-cache diff --git a/x11-toolkits/pangomm/Makefile b/x11-toolkits/pangomm/Makefile index f91c220118f5..ee1b62130f79 100644 --- a/x11-toolkits/pangomm/Makefile +++ b/x11-toolkits/pangomm/Makefile @@ -1,9 +1,9 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/pangomm/Makefile 18610 2013-06-30 16:33:05Z marcus $ +# $MCom: ports/trunk/x11-toolkits/pangomm/Makefile 19822 2014-08-20 08:57:46Z gusi $ PORTNAME= pangomm -PORTVERSION= 2.28.4 +PORTVERSION= 2.34.0 PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo index b1257db2ce38..73c14339446c 100644 --- a/x11-toolkits/pangomm/distinfo +++ b/x11-toolkits/pangomm/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pangomm-2.28.4.tar.xz) = 778dcb66a793cbfd52a9f92ee5a71b888c3603a913fc1ddc48a30204de6d6c82 -SIZE (gnome2/pangomm-2.28.4.tar.xz) = 796212 +SHA256 (gnome2/pangomm-2.34.0.tar.xz) = 0e82bbff62f626692a00f3772d8b17169a1842b8cc54d5f2ddb1fec2cede9e41 +SIZE (gnome2/pangomm-2.34.0.tar.xz) = 516028 diff --git a/x11-toolkits/pangomm/pkg-plist b/x11-toolkits/pangomm/pkg-plist index 17b2b45adc68..6e029a569d5c 100644 --- a/x11-toolkits/pangomm/pkg-plist +++ b/x11-toolkits/pangomm/pkg-plist @@ -61,10 +61,3 @@ lib/pangomm-%%API_VERSION%%/proc/m4/convert.m4 lib/pangomm-%%API_VERSION%%/proc/m4/convert_pango.m4 lib/pangomm-%%API_VERSION%%/proc/m4/convert_pangomm.m4 libdata/pkgconfig/pangomm-%%API_VERSION%%.pc -@dirrm lib/pangomm-%%API_VERSION%%/proc/m4 -@dirrm lib/pangomm-%%API_VERSION%%/proc -@dirrm lib/pangomm-%%API_VERSION%%/include -@dirrm lib/pangomm-%%API_VERSION%% -@dirrm include/pangomm-%%API_VERSION%%/pangomm/private -@dirrm include/pangomm-%%API_VERSION%%/pangomm -@dirrm include/pangomm-%%API_VERSION%% diff --git a/x11-toolkits/py-gnome-desktop/Makefile b/x11-toolkits/py-gnome-desktop/Makefile deleted file mode 100644 index a6b6f54400ef..000000000000 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-desktop/Makefile,v 1.103 2010/09/30 06:27:40 kwm Exp $ - -PORTNAME= gnome-desktop -PORTVERSION= 2.32.0 -PORTREVISION= 7 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-desktop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings used by modules in the GNOME Desktop - -OPTIONS_DEFINE= DOCS EXAMPLES -OPTIONS_SUB= yes - -BUILD_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy \ - metacity<2.34.0:${PORTSDIR}/x11-wm/metacity -LIB_DEPENDS= libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ - libtotem-plparser.so:${PORTSDIR}/multimedia/totem-pl-parser \ - libgnome-media-profiles.so:${PORTSDIR}/audio/gnome-media \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libbrasero-media.so:${PORTSDIR}/sysutils/brasero \ - libevdocument.so:${PORTSDIR}/graphics/evince -RUN_DEPENDS= bug-buddy:${PORTSDIR}/devel/bug-buddy - -USES= gmake libtool:keepla pathfix pkgconfig python:2 tar:bzip2 -USE_GNOME= libgnomeprintui gnomepanel gnomedesktop \ - gtksourceview libwnck nautilus2 pygnome2 metacity \ - evolutiondataserver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-metacity --disable-nautilusburn -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -INSTALL_TARGET= install-strip - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome - -post-patch: - @${FIND} ${WRKSRC}/docs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ - -e 's|^HTML_DIR =.*|HTML_DIR = ${DOCSDIR}|g' - @${REINPLACE_CMD} -e 's|2.30|2.32|g' ${WRKSRC}/configure - -post-install: - @${MKDIR} ${STAGEDIR}${EG_DST_DIR} - cd ${EG_SRC_DIR}; ${COPYTREE_SHARE} . ${STAGEDIR}${EG_DST_DIR} - ${RM} -rf ${STAGEDIR}${EG_DST_DIR}/nautilusburn - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gnome-desktop/distinfo b/x11-toolkits/py-gnome-desktop/distinfo deleted file mode 100644 index 806ba90e7f1b..000000000000 --- a/x11-toolkits/py-gnome-desktop/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-python-desktop-2.32.0.tar.bz2) = 09dbd580bf3b0ef60f91b090eafe6d08ddcc50a609e2b425a7f8eca46d4e0ee9 -SIZE (gnome2/gnome-python-desktop-2.32.0.tar.bz2) = 621277 diff --git a/x11-toolkits/py-gnome-desktop/pkg-descr b/x11-toolkits/py-gnome-desktop/pkg-descr deleted file mode 100644 index cbc8cc5d8dd1..000000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GnomePythonDesktop provides python interfacing modules for some GNOME -libraries part of the GNOME Desktop. diff --git a/x11-toolkits/py-gnome-desktop/pkg-plist b/x11-toolkits/py-gnome-desktop/pkg-plist deleted file mode 100644 index e3f756ae7e26..000000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseroburn.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/braseromedia.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/bugbuddy.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evince.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ebook.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/evolution/ecal.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/applet.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeapplet.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop/_gnomedesktop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomekeyring.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_print.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/ui.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtksourceview.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtop.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/mediaprofiles.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/metacity.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/rsvg.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/totem/plparser.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/wnck.so -libdata/pkgconfig/gnome-python-desktop-2.0.pc -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintconfig.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintcontext.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfont.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintfontface.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintglyphlist.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/class-gnomeprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/gnomeprint-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprint/pygnomeprint.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuidialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontdialog.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuifontselection.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuijobpreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipaperselector.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/class-gnomeprintuipreview.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/gnomeprintui-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygnomeprintui/pygnomeprintui.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcebuffer.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguage.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcelanguagesmanager.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcemarker.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcestylescheme.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetag.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagstyle.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourcetagtable.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/class-gtksourceview.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/gtksourceview-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtksourceview/pygtksourceview.devhelp -%%EXAMPLES%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server -%%EXAMPLES%%share/examples/py-gnome/applet/README -%%EXAMPLES%%share/examples/py-gnome/applet/applet.py -%%EXAMPLES%%share/examples/py-gnome/braseroburn/write-audio-video.py -%%EXAMPLES%%share/examples/py-gnome/braseroburn/write-data.py -%%EXAMPLES%%share/examples/py-gnome/braseroburn/write-image.py -%%EXAMPLES%%share/examples/py-gnome/braseromedia/drive_selection.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/README -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_01.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_02.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_03.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_04.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_05.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_06.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_08.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_09.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_10.glade -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_10.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/example_11.py -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/sample-image.png -%%EXAMPLES%%share/examples/py-gnome/gnomeprint/test-print.py -%%EXAMPLES%%share/examples/py-gnome/gtksourceview/test-widget.py -%%EXAMPLES%%share/examples/py-gnome/keyring-async.py -%%EXAMPLES%%share/examples/py-gnome/keyring.py -%%EXAMPLES%%share/examples/py-gnome/mediaprofiles/profiles.py -%%EXAMPLES%%share/examples/py-gnome/rsvg/rsvg-cairo.py -%%EXAMPLES%%share/examples/py-gnome/wnck_example.py -share/pygtk/2.0/defs/_gnomedesktop.defs -share/pygtk/2.0/defs/applet.defs -share/pygtk/2.0/defs/art.defs -share/pygtk/2.0/defs/brasero_burn.defs -share/pygtk/2.0/defs/brasero_media.defs -share/pygtk/2.0/defs/ebook.defs -share/pygtk/2.0/defs/evince.defs -share/pygtk/2.0/defs/gnomekeyring.defs -share/pygtk/2.0/defs/gtksourceview.defs -share/pygtk/2.0/defs/mediaprofiles.defs -share/pygtk/2.0/defs/metacity.defs -share/pygtk/2.0/defs/print.defs -share/pygtk/2.0/defs/printui.defs -share/pygtk/2.0/defs/wnck.defs -%%EXAMPLES%%@dirrm share/examples/py-gnome/rsvg -%%EXAMPLES%%@dirrm share/examples/py-gnome/mediaprofiles -%%EXAMPLES%%@dirrm share/examples/py-gnome/gtksourceview -%%EXAMPLES%%@dirrm share/examples/py-gnome/gnomeprint -%%EXAMPLES%%@dirrm share/examples/py-gnome/braseromedia -%%EXAMPLES%%@dirrm share/examples/py-gnome/braseroburn -%%EXAMPLES%%@dirrm share/examples/py-gnome/applet -%%EXAMPLES%%@dirrmtry share/examples/py-gnome -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtksourceview -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprintui -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygnomeprint -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/totem -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gnomedesktop -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/evolution diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile deleted file mode 100644 index 2881d6934f17..000000000000 --- a/x11-toolkits/py-gnome-extras/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Koop Mast <kwm@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.55 2009/11/28 05:59:04 mezz Exp $ - -PORTNAME= gnome-extras -PORTVERSION= 2.25.3 -PORTREVISION= 16 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gnome-python-extras-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GNOME 2 - -OPTIONS_DEFINE= EXAMPLES -OPTIONS_SUB= yes - -LIB_DEPENDS= libgtkspell.so:${PORTSDIR}/textproc/gtkspell \ - libgksu2.so:${PORTSDIR}/sysutils/libgksu \ -# gdl-1.2:${PORTSDIR}/x11-toolkits/gdl - -USES= gmake libtool pathfix pkgconfig python tar:bzip2 -USE_GNOME= libgtkhtml pygnome2 libgda4 -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--disable-gdl -INSTALL_TARGET= install-strip - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -DOCSDIR= ${PREFIX}/share/doc/py-gnome-extras - -post-patch: - @${REINPLACE_CMD} -e 's|$mozpackage-gtkmozembed|$mozpackage|' \ - ${WRKSRC}/configure - -post-install: - @${MKDIR} ${STAGEDIR}${EG_DST_DIR} - cd ${EG_SRC_DIR}; ${COPYTREE_SHARE} . ${STAGEDIR}${EG_DST_DIR} - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gnome-extras/distinfo b/x11-toolkits/py-gnome-extras/distinfo deleted file mode 100644 index ae0adea43882..000000000000 --- a/x11-toolkits/py-gnome-extras/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gnome-python-extras-2.25.3.tar.bz2) = ca346264e00e193f0866cabd8801d3b7ce70dae7b8b296e41e5b3a45c9b0275c -SIZE (gnome2/gnome-python-extras-2.25.3.tar.bz2) = 370489 diff --git a/x11-toolkits/py-gnome-extras/pkg-descr b/x11-toolkits/py-gnome-extras/pkg-descr deleted file mode 100644 index ad2409853669..000000000000 --- a/x11-toolkits/py-gnome-extras/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Excerpt from the README: - - PyGNOME -- Python bindings for GNOME 2 - ====================================== - - This is a set of bindings for the GNOME 2 libraries for use with python. - -Author: James Henstridge <james@daa.com.au> -WWW: http://www.pygtk.org/ diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist deleted file mode 100644 index d43ac1125111..000000000000 --- a/x11-toolkits/py-gnome-extras/pkg-plist +++ /dev/null @@ -1,42 +0,0 @@ -include/pygda-4.0/pygdavalue_conversions.h -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/recent.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/egg/trayicon.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gda.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu2/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu2/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu2/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gksu2/_gksu2.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkspell.so -libdata/pkgconfig/gnome-python-extras-2.0.pc -libdata/pkgconfig/pygda-4.0.pc -%%EXAMPLES%%share/examples/py-gnome/egg/recent/Bonobo_Sample_Hello.xml -%%EXAMPLES%%share/examples/py-gnome/egg/recent/bonobo-view.py -%%EXAMPLES%%share/examples/py-gnome/egg/recent/gtk-view.py -%%EXAMPLES%%share/examples/py-gnome/egg/recent/populate-recent.py -%%EXAMPLES%%share/examples/py-gnome/egg/trayicon.py -%%EXAMPLES%%share/examples/py-gnome/gdl/gdl_combo_button.py -%%EXAMPLES%%share/examples/py-gnome/gdl/gdl_dock.py -%%EXAMPLES%%share/examples/py-gnome/gdl/gdl_test.py -%%EXAMPLES%%share/examples/py-gnome/gksu2/simple.py -%%EXAMPLES%%share/examples/py-gnome/gtkhtml2/simple-browser.py -%%EXAMPLES%%share/examples/py-gnome/gtkspell/spell.py -%%EXAMPLES%%share/examples/py-gnome/gtkspell/test.py -share/pygtk/2.0/argtypes/gda-arg-types.py -share/pygtk/2.0/argtypes/gda-arg-types.pyc -share/pygtk/2.0/argtypes/gda-arg-types.pyo -share/pygtk/2.0/defs/gda.defs -share/pygtk/2.0/defs/gtkhtml2.defs -share/pygtk/2.0/defs/trayicon.defs -%%EXAMPLES%%@dirrm share/examples/py-gnome/gtkspell -%%EXAMPLES%%@dirrm share/examples/py-gnome/gtkhtml2 -%%EXAMPLES%%@dirrm share/examples/py-gnome/gksu2 -%%EXAMPLES%%@dirrm share/examples/py-gnome/gdl -%%EXAMPLES%%@dirrm share/examples/py-gnome/egg/recent -%%EXAMPLES%%@dirrm share/examples/py-gnome/egg -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu2 -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg -@dirrm include/pygda-4.0 diff --git a/x11-toolkits/vte-reference/Makefile b/x11-toolkits/vte-reference/Makefile index ac16cd772a8b..5f941ffac23c 100644 --- a/x11-toolkits/vte-reference/Makefile +++ b/x11-toolkits/vte-reference/Makefile @@ -1,7 +1,7 @@ # Created by: Jean-Yves Lefort <jylefort@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 REFERENCE_SRC= ${WRKSRC}/doc/reference diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 2e258c1b0aae..1405f168840a 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -4,7 +4,7 @@ PORTNAME= vte PORTVERSION= 0.28.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,7 +18,7 @@ USES+= tar:xz RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES+= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack @@ -33,22 +33,12 @@ CONFIGURE_ARGS?=--disable-python \ --enable-introspection \ --disable-gnome-pty-helper -.if !defined(MASTERDIR) -OPTIONS_DEFINE= GLX -GLX_DESC= Support for DRI/GLX rendering -.endif - .include <bsd.port.options.mk> .if ${OSVERSION} < 900007 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c .endif -.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes -.endif - .include <bsd.port.mk> .endif diff --git a/x11-toolkits/vte/pkg-plist b/x11-toolkits/vte/pkg-plist index 9dce335105c7..b0dce5d17a98 100644 --- a/x11-toolkits/vte/pkg-plist +++ b/x11-toolkits/vte/pkg-plist @@ -8,7 +8,6 @@ include/vte-0.0/vte/vtepty.h include/vte-0.0/vte/vtetypebuiltins.h include/vte-0.0/vte/vteversion.h lib/girepository-1.0/Vte-0.0.typelib -lib/libvte.la lib/libvte.so lib/libvte.so.9 lib/libvte.so.9.2800.2 @@ -104,51 +103,3 @@ share/locale/zh_CN/LC_MESSAGES/vte-0.0.mo share/locale/zh_HK/LC_MESSAGES/vte-0.0.mo share/locale/zh_TW/LC_MESSAGES/vte-0.0.mo %%DATADIR%%/termcap-0.0/xterm -@dirrm %%DATADIR%%/termcap-0.0 -@dirrm %%DATADIR%% -@dirrm include/vte-0.0/vte -@dirrm include/vte-0.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/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/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 diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index b81d9da35c2a..655f50e10206 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -1,10 +1,10 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 18941 2013-12-08 01:18:10Z kwm $ +# $MCom: ports/trunk/x11-toolkits/vte3/Makefile 19957 2014-10-15 11:07:14Z gusi $ PORTNAME?= vte -PORTVERSION= 0.34.7 -PORTREVISION?= 1 +PORTVERSION= 0.38.0 +PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R} @@ -12,15 +12,17 @@ DISTNAME= vte-${PORTVERSION} PKGNAMESUFFIX?= 3 DIST_SUBDIR= gnome3 -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Gtk 3 based terminal widget with accessibility and I18N support +MAINTAINER= gnome@FreeBSD.org +COMMENT?= Terminal widget with improved accessibility and I18N support -USES+= tar:xz +USES= tar:xz .if !defined(REFERENCE_PORT) VTE3_SLAVE?= no -.if ${VTE3_SLAVE}!="yes" +.if ${VTE3_SLAVE} != yes +BUILD_DEPENDS+= vapigen:${PORTSDIR}/lang/vala \ + bash:${PORTSDIR}/shells/bash RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif @@ -29,7 +31,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 referencehack introspection:build CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS?=--disable-python \ --with-gtk=3.0 \ --enable-introspection \ @@ -39,12 +41,7 @@ CONFIGURE_ARGS?=--disable-python \ --disable-freetypetest INSTALL_TARGET= install-strip -.if !defined(MASTERDIR) -OPTIONS_DEFINE= GLX -GLX_DESC= Support for DRI/GLX rendering -.endif - -PLIST_SUB= VERSION=2.90 +PLIST_SUB= VERSION=2.91 .include <bsd.port.options.mk> @@ -52,9 +49,10 @@ PLIST_SUB= VERSION=2.90 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c .endif -.if ${PORT_OPTIONS:MGLX} && !defined(MASTERDIR) -CONFIGURE_ARGS+= --with-glX -USE_GL= yes +.if ${VTE3_SLAVE} != yes +post-patch: + @${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \ + ${WRKSRC}/src/Makefile.in .endif .include <bsd.port.mk> diff --git a/x11-toolkits/vte3/distinfo b/x11-toolkits/vte3/distinfo index 4bf4600d53f1..478d42341a1a 100644 --- a/x11-toolkits/vte3/distinfo +++ b/x11-toolkits/vte3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/vte-0.34.7.tar.xz) = 187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932 -SIZE (gnome3/vte-0.34.7.tar.xz) = 984068 +SHA256 (gnome3/vte-0.38.0.tar.xz) = 5cfff28dc9364e82f51293796d541c9229299766283283da06c3d82b6d178fd2 +SIZE (gnome3/vte-0.38.0.tar.xz) = 1003184 diff --git a/x11-toolkits/vte3/files/patch-src_vteterminal.h b/x11-toolkits/vte3/files/patch-src_vteterminal.h new file mode 100644 index 000000000000..3672eff1fb00 --- /dev/null +++ b/x11-toolkits/vte3/files/patch-src_vteterminal.h @@ -0,0 +1,21 @@ +From 45deae03e8d0d53de82de14fbe189930d7133592 Mon Sep 17 00:00:00 2001 +From: Jasper Lievisse Adriaanse <jasper@humppa.nl> +Date: Mon, 15 Sep 2014 09:01:47 +0200 +Subject: Prevent redefinition of VteCharAttributes as that breaks GCC 4.2 + + +diff --git a/src/vteterminal.h b/src/vteterminal.h +index d5dc089..88e21b8 100644 +--- src/vteterminal.h ++++ src/vteterminal.h +@@ -111,7 +111,6 @@ struct _VteTerminalClass { + }; + + /* The structure we return as the supplemental attributes for strings. */ +-typedef struct _VteCharAttributes VteCharAttributes; + struct _VteCharAttributes { + /*< private >*/ + long row, column; +-- +cgit v0.10.1 + diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist index c14cf62c07d1..f10e16771f5e 100644 --- a/x11-toolkits/vte3/pkg-plist +++ b/x11-toolkits/vte3/pkg-plist @@ -1,188 +1,138 @@ -bin/vte2_90 +bin/vte-%%VERSION%% etc/profile.d/vte.sh -include/vte-%%VERSION%%/vte/pty.h -include/vte-%%VERSION%%/vte/reaper.h include/vte-%%VERSION%%/vte/vte.h -include/vte-%%VERSION%%/vte/vteaccess.h -include/vte-%%VERSION%%/vte/vtedeprecated.h +include/vte-%%VERSION%%/vte/vteenums.h +include/vte-%%VERSION%%/vte/vteglobals.h +include/vte-%%VERSION%%/vte/vtemacros.h include/vte-%%VERSION%%/vte/vtepty.h +include/vte-%%VERSION%%/vte/vteterminal.h include/vte-%%VERSION%%/vte/vtetypebuiltins.h include/vte-%%VERSION%%/vte/vteversion.h lib/girepository-1.0/Vte-%%VERSION%%.typelib -lib/libvte2_90.so -lib/libvte2_90.so.9 -lib/libvte2_90.so.9.3400.7 +lib/libvte-%%VERSION%%.so +lib/libvte-%%VERSION%%.so.0 +lib/libvte-%%VERSION%%.so.0.3800.0 libdata/pkgconfig/vte-%%VERSION%%.pc -share/doc/vte-2.90/VteReaper.html -share/doc/vte-2.90/VteTerminal.html -share/doc/vte-2.90/VteTerminalAccessible.html -share/doc/vte-2.90/annotation-glossary.html -share/doc/vte-2.90/api-index-0-20.html -share/doc/vte-2.90/api-index-0-24.html -share/doc/vte-2.90/api-index-0-26.html -share/doc/vte-2.90/api-index-0-28.html -share/doc/vte-2.90/api-index-0-34.html -share/doc/vte-2.90/api-index-deprecated.html -share/doc/vte-2.90/api-index-full.html -share/doc/vte-2.90/ch01.html -share/doc/vte-2.90/ch02.html -share/doc/vte-2.90/ch03.html -share/doc/vte-2.90/deprecated-objects.html -share/doc/vte-2.90/home.png -share/doc/vte-2.90/index.html -share/doc/vte-2.90/index.sgml -share/doc/vte-2.90/internal-objects.html -share/doc/vte-2.90/left.png -share/doc/vte-2.90/licence.html -share/doc/vte-2.90/object-hierarchy.html -share/doc/vte-2.90/pt01.html -share/doc/vte-2.90/right.png -share/doc/vte-2.90/style.css -share/doc/vte-2.90/up.png -share/doc/vte-2.90/vte-Version-Information.html -share/doc/vte-2.90/vte-Vte-PTY.html -share/doc/vte-2.90/vte-2.90.devhelp2 +share/doc/vte-%%VERSION%%/VteTerminal.html +share/doc/vte-%%VERSION%%/annotation-glossary.html +share/doc/vte-%%VERSION%%/api-index-0-20.html +share/doc/vte-%%VERSION%%/api-index-0-24.html +share/doc/vte-%%VERSION%%/api-index-0-26.html +share/doc/vte-%%VERSION%%/api-index-0-28.html +share/doc/vte-%%VERSION%%/api-index-0-34.html +share/doc/vte-%%VERSION%%/api-index-0-36.html +share/doc/vte-%%VERSION%%/api-index-deprecated.html +share/doc/vte-%%VERSION%%/api-index-full.html +share/doc/vte-%%VERSION%%/ch01.html +share/doc/vte-%%VERSION%%/ch02.html +share/doc/vte-%%VERSION%%/ch03.html +share/doc/vte-%%VERSION%%/home.png +share/doc/vte-%%VERSION%%/index.html +share/doc/vte-%%VERSION%%/index.sgml +share/doc/vte-%%VERSION%%/left-insensitive.png +share/doc/vte-%%VERSION%%/left.png +share/doc/vte-%%VERSION%%/licence.html +share/doc/vte-%%VERSION%%/object-hierarchy.html +share/doc/vte-%%VERSION%%/pt01.html +share/doc/vte-%%VERSION%%/right-insensitive.png +share/doc/vte-%%VERSION%%/right.png +share/doc/vte-%%VERSION%%/style.css +share/doc/vte-%%VERSION%%/up-insensitive.png +share/doc/vte-%%VERSION%%/up.png +share/doc/vte-%%VERSION%%/vte-%%VERSION%%.devhelp2 +share/doc/vte-%%VERSION%%/vte-Version-Information.html +share/doc/vte-%%VERSION%%/vte-Vte-PTY.html share/gir-1.0/Vte-%%VERSION%%.gir -share/locale/am/LC_MESSAGES/vte-2.90.mo -share/locale/ang/LC_MESSAGES/vte-2.90.mo -share/locale/ar/LC_MESSAGES/vte-2.90.mo -share/locale/as/LC_MESSAGES/vte-2.90.mo -share/locale/ast/LC_MESSAGES/vte-2.90.mo -share/locale/az/LC_MESSAGES/vte-2.90.mo -share/locale/be/LC_MESSAGES/vte-2.90.mo -share/locale/be@latin/LC_MESSAGES/vte-2.90.mo -share/locale/bg/LC_MESSAGES/vte-2.90.mo -share/locale/bn/LC_MESSAGES/vte-2.90.mo -share/locale/bn_IN/LC_MESSAGES/vte-2.90.mo -share/locale/bs/LC_MESSAGES/vte-2.90.mo -share/locale/ca/LC_MESSAGES/vte-2.90.mo -share/locale/ca@valencia/LC_MESSAGES/vte-2.90.mo -share/locale/cs/LC_MESSAGES/vte-2.90.mo -share/locale/cy/LC_MESSAGES/vte-2.90.mo -share/locale/da/LC_MESSAGES/vte-2.90.mo -share/locale/de/LC_MESSAGES/vte-2.90.mo -share/locale/dz/LC_MESSAGES/vte-2.90.mo -share/locale/el/LC_MESSAGES/vte-2.90.mo -share/locale/en@shaw/LC_MESSAGES/vte-2.90.mo -share/locale/en_CA/LC_MESSAGES/vte-2.90.mo -share/locale/en_GB/LC_MESSAGES/vte-2.90.mo -share/locale/eo/LC_MESSAGES/vte-2.90.mo -share/locale/es/LC_MESSAGES/vte-2.90.mo -share/locale/et/LC_MESSAGES/vte-2.90.mo -share/locale/eu/LC_MESSAGES/vte-2.90.mo -share/locale/fa/LC_MESSAGES/vte-2.90.mo -share/locale/fi/LC_MESSAGES/vte-2.90.mo -share/locale/fr/LC_MESSAGES/vte-2.90.mo -share/locale/fur/LC_MESSAGES/vte-2.90.mo -share/locale/ga/LC_MESSAGES/vte-2.90.mo -share/locale/gl/LC_MESSAGES/vte-2.90.mo -share/locale/gu/LC_MESSAGES/vte-2.90.mo -share/locale/he/LC_MESSAGES/vte-2.90.mo -share/locale/hi/LC_MESSAGES/vte-2.90.mo -share/locale/hr/LC_MESSAGES/vte-2.90.mo -share/locale/hu/LC_MESSAGES/vte-2.90.mo -share/locale/id/LC_MESSAGES/vte-2.90.mo -share/locale/is/LC_MESSAGES/vte-2.90.mo -share/locale/it/LC_MESSAGES/vte-2.90.mo -share/locale/ja/LC_MESSAGES/vte-2.90.mo -share/locale/ka/LC_MESSAGES/vte-2.90.mo -share/locale/kn/LC_MESSAGES/vte-2.90.mo -share/locale/ko/LC_MESSAGES/vte-2.90.mo -share/locale/ku/LC_MESSAGES/vte-2.90.mo -share/locale/ky/LC_MESSAGES/vte-2.90.mo -share/locale/li/LC_MESSAGES/vte-2.90.mo -share/locale/lt/LC_MESSAGES/vte-2.90.mo -share/locale/lv/LC_MESSAGES/vte-2.90.mo -share/locale/mai/LC_MESSAGES/vte-2.90.mo -share/locale/mi/LC_MESSAGES/vte-2.90.mo -share/locale/mk/LC_MESSAGES/vte-2.90.mo -share/locale/ml/LC_MESSAGES/vte-2.90.mo -share/locale/mn/LC_MESSAGES/vte-2.90.mo -share/locale/mr/LC_MESSAGES/vte-2.90.mo -share/locale/ms/LC_MESSAGES/vte-2.90.mo -share/locale/nb/LC_MESSAGES/vte-2.90.mo -share/locale/ne/LC_MESSAGES/vte-2.90.mo -share/locale/nds/LC_MESSAGES/vte-2.90.mo -share/locale/nl/LC_MESSAGES/vte-2.90.mo -share/locale/nn/LC_MESSAGES/vte-2.90.mo -share/locale/oc/LC_MESSAGES/vte-2.90.mo -share/locale/or/LC_MESSAGES/vte-2.90.mo -share/locale/pa/LC_MESSAGES/vte-2.90.mo -share/locale/pl/LC_MESSAGES/vte-2.90.mo -share/locale/pt/LC_MESSAGES/vte-2.90.mo -share/locale/pt_BR/LC_MESSAGES/vte-2.90.mo -share/locale/ro/LC_MESSAGES/vte-2.90.mo -share/locale/ru/LC_MESSAGES/vte-2.90.mo -share/locale/rw/LC_MESSAGES/vte-2.90.mo -share/locale/si/LC_MESSAGES/vte-2.90.mo -share/locale/sk/LC_MESSAGES/vte-2.90.mo -share/locale/sl/LC_MESSAGES/vte-2.90.mo -share/locale/sq/LC_MESSAGES/vte-2.90.mo -share/locale/sr/LC_MESSAGES/vte-2.90.mo -share/locale/sr@latin/LC_MESSAGES/vte-2.90.mo -share/locale/sv/LC_MESSAGES/vte-2.90.mo -share/locale/ta/LC_MESSAGES/vte-2.90.mo -share/locale/te/LC_MESSAGES/vte-2.90.mo -share/locale/th/LC_MESSAGES/vte-2.90.mo -share/locale/tr/LC_MESSAGES/vte-2.90.mo -share/locale/ug/LC_MESSAGES/vte-2.90.mo -share/locale/uk/LC_MESSAGES/vte-2.90.mo -share/locale/uz@cyrillic/LC_MESSAGES/vte-2.90.mo -share/locale/vi/LC_MESSAGES/vte-2.90.mo -share/locale/wa/LC_MESSAGES/vte-2.90.mo -share/locale/xh/LC_MESSAGES/vte-2.90.mo -share/locale/zh_CN/LC_MESSAGES/vte-2.90.mo -share/locale/zh_HK/LC_MESSAGES/vte-2.90.mo -share/locale/zh_TW/LC_MESSAGES/vte-2.90.mo -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/nds/LC_MESSAGES -@dirrmtry share/locale/nds -@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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/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/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/doc/vte-2.90 -@dirrmtry etc/profile.d -@dirrm include/vte-2.90/vte -@dirrm include/vte-2.90 +share/locale/am/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ang/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ar/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/as/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ast/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/az/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/be/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/be@latin/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/bg/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/bn/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/bn_IN/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/bs/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ca/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ca@valencia/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/cs/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/cy/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/da/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/de/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/dz/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/en@shaw/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/en_CA/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/en_GB/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/eo/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/es/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/et/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/eu/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/fa/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/fi/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/fr/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/fur/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ga/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/gl/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/gu/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/he/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/hi/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/hu/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/id/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/is/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/it/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ja/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ka/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/kn/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ko/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ku/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ky/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/li/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/lt/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/lv/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/mai/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/mi/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/mk/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ml/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/mn/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/mr/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ms/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/nb/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ne/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/nds/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/nl/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/nn/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/oc/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/or/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/pa/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/pl/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/pt/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/pt_BR/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ru/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/rw/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/si/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sk/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sl/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sq/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sr/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sr@latin/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/sv/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ta/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/te/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/tg/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/th/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/tr/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/ug/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/uk/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/uz@cyrillic/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/vi/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/wa/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/xh/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/zh_CN/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/zh_HK/LC_MESSAGES/vte-%%VERSION%%.mo +share/locale/zh_TW/LC_MESSAGES/vte-%%VERSION%%.mo +share/vala/vapi/vte-%%VERSION%%.vapi |