summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-04-08 13:54:25 +0000
committerdrochner <drochner@pkgsrc.org>2011-04-08 13:54:25 +0000
commitbe4f0ed4f81ecebecf706b4967875e3b675bc9e3 (patch)
tree690cb35f7a695eff6e7c3bc83075b755cca1a990 /x11/gtk3
parentdb98692798ed8c4d7df13a124d20d0e05e2586af (diff)
downloadpkgsrc-be4f0ed4f81ecebecf706b4967875e3b675bc9e3.tar.gz
update to 3.0.8
changes: -theming related improvements -bugfixes -translation updates
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile4
-rw-r--r--x11/gtk3/distinfo10
-rw-r--r--x11/gtk3/patches/patch-af49
3 files changed, 9 insertions, 54 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 1407fedfa7d..e7fbadd240b 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 17:06:08 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2011/04/08 13:54:25 drochner Exp $
-DISTNAME= gtk+-3.0.3
+DISTNAME= gtk+-3.0.8
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/3.0/ \
diff --git a/x11/gtk3/distinfo b/x11/gtk3/distinfo
index eef90649d71..375e8ed5223 100644
--- a/x11/gtk3/distinfo
+++ b/x11/gtk3/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/03/18 17:06:08 drochner Exp $
+$NetBSD: distinfo,v 1.2 2011/04/08 13:54:25 drochner Exp $
-SHA1 (gtk+-3.0.3.tar.bz2) = cb11c861a89805fdeb81f726c6f9396a3ce1fb29
-RMD160 (gtk+-3.0.3.tar.bz2) = 3c9991d011b51b62a0ee3b417bc415cae62b5c2a
-Size (gtk+-3.0.3.tar.bz2) = 16804576 bytes
+SHA1 (gtk+-3.0.8.tar.bz2) = 763827465edfa8ffa5b4e445b1e59a01b305cdd0
+RMD160 (gtk+-3.0.8.tar.bz2) = 9e83407f50f5d560e4d6b46b5be5a2d7506439c0
+Size (gtk+-3.0.8.tar.bz2) = 16860271 bytes
SHA1 (patch-ab) = 9c82cc60f3825d377a197c876fcc6faa379cbde3
-SHA1 (patch-af) = 36f1c0d736e495f7caea291f9f1d89ccbb688110
+SHA1 (patch-af) = cbd00ab8134e445b9b2e7a58bbdef95e2aca5ce2
SHA1 (patch-aj) = b7c5bc214987435762c88ab8b9438bda5ee6ddd5
diff --git a/x11/gtk3/patches/patch-af b/x11/gtk3/patches/patch-af
index 39b00f9024d..6ee46a0e9fe 100644
--- a/x11/gtk3/patches/patch-af
+++ b/x11/gtk3/patches/patch-af
@@ -1,43 +1,7 @@
-$NetBSD: patch-af,v 1.1.1.1 2011/03/18 17:06:10 drochner Exp $
+$NetBSD: patch-af,v 1.2 2011/04/08 13:54:25 drochner Exp $
---- configure.orig 2011-03-14 16:33:02.000000000 +0000
+--- configure.orig 2011-03-23 20:31:51.000000000 +0000
+++ configure
-@@ -18725,7 +18725,7 @@ GDK_WINDOWING=
- GIO_PACKAGE=gio-2.0
- PANGO_PACKAGES="pango pangocairo"
-
--if test "x$enable_x11_backend" == xyes; then
-+if test "x$enable_x11_backend" = xyes; then
- # GDK calls the xlib backend "x11," cairo calls it "xlib." Other
- # backend names are identical.
- cairo_backends="$cairo_backends cairo-xlib"
-@@ -18738,7 +18738,7 @@ if test "x$enable_x11_backend" == xyes;
- #define GDK_WINDOWING_X11"
- fi
-
--if test "x$enable_win32_backend" == xyes; then
-+if test "x$enable_win32_backend" = xyes; then
- cairo_backends="$cairo_backends cairo-win32"
- GDK_BACKENDS="$GDK_BACKENDS win32"
- backend_immodules="$backend_immodules,ime"
-@@ -18765,7 +18765,7 @@ fi
-
- fi
-
--if test "x$enable_quartz_backend" == xyes; then
-+if test "x$enable_quartz_backend" = xyes; then
- cairo_backends="$cairo_backends cairo-quartz"
- GDK_BACKENDS="$GDK_BACKENDS quartz"
- GDK_WINDOWING="$GDK_WINDOWING
-@@ -21503,7 +21503,7 @@ GTK_DEP_PACKAGES_FOR_X=
- GTK_DEP_LIBS_FOR_X=
- X_EXTENSIONS=
-
--if test "x$enable_x11_backend" == xyes; then
-+if test "x$enable_x11_backend" = xyes; then
- X_PACKAGES=fontconfig
-
- #
@@ -21765,7 +21765,7 @@ _ACEOF
if ac_fn_c_try_link "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
@@ -47,12 +11,3 @@ $NetBSD: patch-af,v 1.1.1.1 2011/03/18 17:06:10 drochner Exp $
else
LIBS="$ac_xsave_LIBS -R $x_libraries"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-@@ -22849,7 +22849,7 @@ rm -f core conftest.err conftest.$ac_obj
- fi
-
- GTK_PACKAGES="atk cairo cairo-gobject gdk-pixbuf-2.0 gio-2.0"
--if test "x$enable_x11_backend" == xyes; then
-+if test "x$enable_x11_backend" = xyes; then
- GTK_PACKAGES="$GTK_PACKAGES pangoft2"
- fi
- GTK_EXTRA_LIBS=