summaryrefslogtreecommitdiff
path: root/dev-util/regexxer/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-util/regexxer/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-util/regexxer/files')
-rw-r--r--dev-util/regexxer/files/regexxer-0.10-glib-2.32.patch35
-rw-r--r--dev-util/regexxer/files/regexxer-0.10-sandbox.patch15
2 files changed, 0 insertions, 50 deletions
diff --git a/dev-util/regexxer/files/regexxer-0.10-glib-2.32.patch b/dev-util/regexxer/files/regexxer-0.10-glib-2.32.patch
deleted file mode 100644
index fbbb1cbf20f0..000000000000
--- a/dev-util/regexxer/files/regexxer-0.10-glib-2.32.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Downloaded from https://projects.archlinux.org/svntogit/community.git/plain/trunk/regexxer-glib2.32.patch?h=packages/regexxer
-for bug 417049
-
---- a/src/fileshared.h
-+++ b/src/fileshared.h
-@@ -23,6 +23,7 @@
-
- #include "sharedptr.h"
-
-+#include <glibmm/regex.h>
- #include <gtkmm/textbuffer.h>
- #include <functional>
- #include <utility>
---- a/src/globalstrings.h
-+++ b/src/globalstrings.h
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_GLOBALSTRINGS_H_INCLUDED
- #define REGEXXER_GLOBALSTRINGS_H_INCLUDED
-
--#include <glib/gutils.h> /* for G_DIR_SEPARATOR_S */
-+#include <glib.h> /* for G_DIR_SEPARATOR_S */
-
- namespace Regexxer
- {
---- a/src/translation.h
-+++ b/src/translation.h
-@@ -21,7 +21,7 @@
- #ifndef REGEXXER_TRANSLATION_H_INCLUDED
- #define REGEXXER_TRANSLATION_H_INCLUDED
-
--#include <glib/gmacros.h>
-+#include <glib.h>
- #include <glibmm/ustring.h>
-
- #ifndef gettext_noop
diff --git a/dev-util/regexxer/files/regexxer-0.10-sandbox.patch b/dev-util/regexxer/files/regexxer-0.10-sandbox.patch
deleted file mode 100644
index f460344b8ad7..000000000000
--- a/dev-util/regexxer/files/regexxer-0.10-sandbox.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -107,12 +107,6 @@
- @INTLTOOL_DESKTOP_RULE@
- @INTLTOOL_XML_NOMERGE_RULE@
-
--install-data-hook: install-update-icon-cache
-- $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
--#$(gsettingsupdateschemacache) $(gsettingsschemadir)
--
--uninstall-hook: uninstall-update-icon-cache
--
- dist-hook: dist-changelog
-
- # Note that this rule creates the ui/ build directory as a side effect.