View | Details | Raw Unified | Return to bug 249288 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-toolkits/gtk30/Makefile (-2 / +2 lines)
Lines 4-10 Link Here
4
# adwaita-icon-theme, gnome-themes-standard and mate-themes
4
# adwaita-icon-theme, gnome-themes-standard and mate-themes
5
5
6
PORTNAME=	gtk
6
PORTNAME=	gtk
7
PORTVERSION=	3.24.20
7
PORTVERSION=	3.24.23
8
CATEGORIES=	x11-toolkits
8
CATEGORIES=	x11-toolkits
9
MASTER_SITES=	GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
9
MASTER_SITES=	GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
10
PKGNAMESUFFIX=	3
10
PKGNAMESUFFIX=	3
Lines 38-44 CPPFLAGS+= -fno-omit-frame-pointer Link Here
38
INSTALLS_ICONS=	yes
38
INSTALLS_ICONS=	yes
39
INSTALL_TARGET=	install-strip
39
INSTALL_TARGET=	install-strip
40
40
41
LIBVERSION=	0.2404.16
41
LIBVERSION=	0.2404.19
42
PLIST_SUB+=	LIBVERSION=${LIBVERSION}
42
PLIST_SUB+=	LIBVERSION=${LIBVERSION}
43
43
44
GLIB_SCHEMAS=	org.gtk.Demo.gschema.xml \
44
GLIB_SCHEMAS=	org.gtk.Demo.gschema.xml \
(-)b/x11-toolkits/gtk30/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1570971851
1
TIMESTAMP = 1597070504
2
SHA256 (gnome/gtk+-3.24.20.tar.xz) = 2dac69f716e8d04ba7a95091589e2baaec95dcace932cb15839163db479b1df3
2
SHA256 (gnome/gtk+-3.24.23.tar.xz) = 5d864d248357a2251545b3387b35942de5f66e4c66013f0962eb5cb6f8dae2b1
3
SIZE (gnome/gtk+-3.24.20.tar.xz) = 22726768
3
SIZE (gnome/gtk+-3.24.23.tar.xz) = 21345936
(-)b/x11-toolkits/gtk30/files/patch-Makefile.in (-4 / +4 lines)
Lines 1-11 Link Here
1
--- Makefile.in.orig	2015-03-09 16:12:04.418535000 +0100
1
--- Makefile.in.orig	2020-09-03 22:05:26 UTC
2
+++ Makefile.in	2015-03-09 16:24:27.861927000 +0100
2
+++ Makefile.in
3
@@ -552,7 +552,7 @@
3
@@ -573,7 +573,7 @@ XVFB_START = \
4
 	|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
4
 	|| { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \
5
 	&& DISPLAY=:$$XID && export DISPLAY
5
 	&& DISPLAY=:$$XID && export DISPLAY
6
 
6
 
7
-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
7
-SRC_SUBDIRS = gdk gtk libgail-util modules demos tests testsuite examples
8
+SRC_SUBDIRS = gdk gtk libgail-util modules demos
8
+SRC_SUBDIRS = gdk gtk libgail-util modules demos
9
 SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros build
9
 SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros win32
10
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
10
 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
11
 MAINTAINERCLEANFILES = \
11
 MAINTAINERCLEANFILES = \

Return to bug 249288