Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (12afd1840dc1bc81b22b8a9dffe79b1b55ad499a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (12afd1840dc1bc81b22b8a9dffe79b1b55ad499a)
  • Date: Thu, 15 Feb 2018 17:09:38 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

x11-toolkits/gtk+3/DETAILS | 8 -
x11-toolkits/gtk+3/HISTORY | 6 +
x11-toolkits/gtk+3/PRE_BUILD | 4
x11-toolkits/gtk+3/patches/gtkfontchooserwidgetprivate.h.patch | 48
----------
x11-toolkits/gtk+3/patches/testsuite.patch | 14 --
5 files changed, 10 insertions(+), 70 deletions(-)

New commits:
commit 12afd1840dc1bc81b22b8a9dffe79b1b55ad499a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

x11-toolkits/gtk+3: version 3.22.28

diff --git a/x11-toolkits/gtk+3/DETAILS b/x11-toolkits/gtk+3/DETAILS
index bd5b6f5..54031fe 100755
--- a/x11-toolkits/gtk+3/DETAILS
+++ b/x11-toolkits/gtk+3/DETAILS
@@ -1,10 +1,10 @@
SPELL=gtk+3
if [[ $GTK_VER == devel ]];then
- VERSION=3.22.27
-
SOURCE_HASH=sha256:ba7a68b9d4af798519b39b2e711cffdef4d48e67c9b68f170fe759208912eb94:UPSTREAM_HASH
+ VERSION=3.22.28
+
SOURCE_HASH=sha256:d299612b018cfed7b2c689168ab52b668023708e17c335eb592260d186f15e1f:UPSTREAM_HASH
else
- VERSION=3.22.27
-
SOURCE_HASH=sha256:ba7a68b9d4af798519b39b2e711cffdef4d48e67c9b68f170fe759208912eb94:UPSTREAM_HASH
+ VERSION=3.22.28
+
SOURCE_HASH=sha256:d299612b018cfed7b2c689168ab52b668023708e17c335eb592260d186f15e1f:UPSTREAM_HASH
fi
SOURCE=gtk+-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/gtk+-$VERSION"
diff --git a/x11-toolkits/gtk+3/HISTORY b/x11-toolkits/gtk+3/HISTORY
index 7f506fe..2a2f62c 100644
--- a/x11-toolkits/gtk+3/HISTORY
+++ b/x11-toolkits/gtk+3/HISTORY
@@ -1,3 +1,9 @@
+2018-02-15 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 3.22.28
+ * PRE_BUILD,
+ patches/{gtkfontchooserwidgetprivate.h.patch,testsuite.patch}:
+ removed, fixed by upstream
+
2018-02-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 3.22.27
* PRE_BUILD,
diff --git a/x11-toolkits/gtk+3/PRE_BUILD b/x11-toolkits/gtk+3/PRE_BUILD
deleted file mode 100755
index f80ee7d..0000000
--- a/x11-toolkits/gtk+3/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir patches
diff --git a/x11-toolkits/gtk+3/patches/gtkfontchooserwidgetprivate.h.patch
b/x11-toolkits/gtk+3/patches/gtkfontchooserwidgetprivate.h.patch
deleted file mode 100644
index 40d4909..0000000
--- a/x11-toolkits/gtk+3/patches/gtkfontchooserwidgetprivate.h.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-diff --git a/gtk/Makefile.am b/gtk/Makefile.am
-index 842c2f9..63f88e9 100644
---- a/gtk/Makefile.am
-+++ b/gtk/Makefile.am
-@@ -481,6 +481,7 @@ gtk_private_h_sources = \
- gtkfilesystemmodel.h \
- gtkfontchooserprivate.h \
- gtkfontchooserutils.h \
-+ gtkfontchooserwidgetprivate.h \
- gtkgestureprivate.h \
- gtkgesturedragprivate.h \
- gtkgesturelongpressprivate.h \
-diff --git a/gtk/gtkfontchooserwidgetprivate.h
b/gtk/gtkfontchooserwidgetprivate.h
-new file mode 100644
-index 0000000..f51447e
---- /dev/null
-+++ b/gtk/gtkfontchooserwidgetprivate.h
-@@ -0,0 +1,30 @@
-+/* GTK - The GIMP Toolkit
-+ * Copyright (C) 2017 Red Hat, Inc.
-+ *
-+ * This library is free software; you can redistribute it and/or
-+ * modify it under the terms of the GNU Lesser General Public
-+ * License as published by the Free Software Foundation; either
-+ * version 2 of the License, or (at your option) any later version.
-+ *
-+ * This library is distributed in the hope that it will be useful,
-+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-+ * Lesser General Public License for more details.
-+ *
-+ * You should have received a copy of the GNU Lesser General Public
-+ * License along with this library. If not, see
<http://www.gnu.org/licenses/>.
-+ */
-+
-+#ifndef __GTK_FONT_CHOOSER_WIDGET_PRIVATE_H__
-+#define __GTK_FONT_CHOOSER_WIDGET_PRIVATE_H__
-+
-+#include "gtkfontchooserwidget.h"
-+
-+G_BEGIN_DECLS
-+
-+gboolean gtk_font_chooser_widget_handle_event (GtkWidget *widget,
-+ GdkEventKey *event);
-+
-+G_END_DECLS
-+
-+#endif /* __GTK_FONT_CHOOSER_WIDGET_PRIVATE_H__ */
diff --git a/x11-toolkits/gtk+3/patches/testsuite.patch
b/x11-toolkits/gtk+3/patches/testsuite.patch
deleted file mode 100644
index fc3f2a8..0000000
--- a/x11-toolkits/gtk+3/patches/testsuite.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/testsuite/gtk/Makefile.am b/testsuite/gtk/Makefile.am
-index 99718b6..45eed14 100644
---- a/testsuite/gtk/Makefile.am
-+++ b/testsuite/gtk/Makefile.am
-@@ -157,9 +157,6 @@ keyhash_SOURCES = \
- gtkkeyhash.c: $(top_srcdir)/gtk/gtkkeyhash.c
- $(AM_V_GEN) $(LN_S) $^ $@
-
--gtkresources.c: $(top_builddir)/gtk/gtkresources.c
-- $(AM_V_GEN) $(LN_S) $^ $@
--
- gtkprivate.c: $(top_srcdir)/gtk/gtkprivate.c
- $(AM_V_GEN) $(LN_S) $^ $@
-



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (12afd1840dc1bc81b22b8a9dffe79b1b55ad499a), Pavel Vinogradov, 02/15/2018

Archive powered by MHonArc 2.6.24.

Top of Page