r54016 - in /desktop/experimental/gtk+4.0/debian: changelog patches/018_gdkenumtypes.c_location.patch
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Sun Sep 17 09:35:42 UTC 2017
Author: pochu
Date: Sun Sep 17 09:35:42 2017
New Revision: 54016
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54016
Log:
* debian/patches/018_gdkenumtypes.c_location.patch:
+ Refreshed.
Modified:
desktop/experimental/gtk+4.0/debian/changelog
desktop/experimental/gtk+4.0/debian/patches/018_gdkenumtypes.c_location.patch
Modified: desktop/experimental/gtk+4.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/changelog?rev=54016&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/changelog [utf-8] Sun Sep 17 09:35:42 2017
@@ -15,6 +15,8 @@
+ Removed, imported in 2009 with no explanation whatsoever.
* debian/patches/060_ignore-random-icons.patch:
+ Removed, upstream fixed this differently eons ago (see bgo#451634).
+ * debian/patches/018_gdkenumtypes.c_location.patch:
+ + Refreshed.
* debian/libgtk-4-dev.install: don't install aclocal files.
* debian/libgtk-4-common.install.in: comment out EmojiChooser schema, it's
not present in 3.91.2 but will be in the next release.
Modified: desktop/experimental/gtk+4.0/debian/patches/018_gdkenumtypes.c_location.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B4.0/debian/patches/018_gdkenumtypes.c_location.patch?rev=54016&op=diff
==============================================================================
--- desktop/experimental/gtk+4.0/debian/patches/018_gdkenumtypes.c_location.patch [utf-8] (original)
+++ desktop/experimental/gtk+4.0/debian/patches/018_gdkenumtypes.c_location.patch [utf-8] Sun Sep 17 09:35:42 2017
@@ -18,31 +18,29 @@
gdk/Makefile.am | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
-Index: gtk+-3.21.6/gdk/Makefile.am
-===================================================================
---- gtk+-3.21.6.orig/gdk/Makefile.am 2016-09-14 04:19:48.808467198 +0200
-+++ gtk+-3.21.6/gdk/Makefile.am 2016-09-14 04:19:48.804467138 +0200
-@@ -243,8 +243,8 @@
- introspection_files = \
- $(filter-out gdkkeysyms-compat.h, $(gdk_h_sources)) \
- $(gdk_c_sources) \
-- gdkenumtypes.c \
-- gdkenumtypes.h
-+ $(srcdir)/gdkenumtypes.c \
-+ $(srcdir)/gdkenumtypes.h
+--- a/gdk/Makefile.am
++++ b/gdk/Makefile.am
+@@ -226,8 +226,8 @@
+ introspection_files = \
+ $(gdk_h_sources) \
+ $(gdk_c_sources) \
+- gdkenumtypes.c \
+- gdkenumtypes.h \
++ $(srcdir)/gdkenumtypes.c \
++ $(srcdir)/gdkenumtypes.h \
+ $()
- Gdk-3.0.gir: libgdk-3.la Makefile
- Gdk_3_0_gir_SCANNERFLAGS = \
-@@ -408,7 +408,7 @@
+ Gdk-noinst-4.0.gir: libgdk-4.la Makefile
+@@ -384,7 +384,7 @@
- lib_LTLIBRARIES = libgdk-3.la
+ noinst_LTLIBRARIES = libgdk-4.la
-MAINTAINERCLEANFILES = $(gdk_built_sources) stamp-gdkenumtypes.h
+MAINTAINERCLEANFILES = $(gdk_built_sources)
EXTRA_DIST += \
$(gdk_built_sources) \
fallback-c89.c
-@@ -422,18 +422,15 @@
+@@ -398,18 +398,15 @@
$(gdk_built_sources) \
gdkconfig.h
More information about the pkg-gnome-commits
mailing list