summaryrefslogtreecommitdiff
path: root/x11-misc/openbox-menu/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-misc/openbox-menu/files
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-misc/openbox-menu/files')
-rw-r--r--x11-misc/openbox-menu/files/openbox-menu-0.8.1-build.patch6
-rw-r--r--x11-misc/openbox-menu/files/openbox-menu-0.8.1-gtk3.patch14
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-misc/openbox-menu/files/openbox-menu-0.8.1-build.patch b/x11-misc/openbox-menu/files/openbox-menu-0.8.1-build.patch
index b1130c85d864..ea66efb12903 100644
--- a/x11-misc/openbox-menu/files/openbox-menu-0.8.1-build.patch
+++ b/x11-misc/openbox-menu/files/openbox-menu-0.8.1-build.patch
@@ -4,12 +4,6 @@ Date: Thu, 11 Feb 2021 21:12:52 +0300
Subject: [PATCH 1/2] Fix compilation
icon_theme is needed in menu.c
----
- src/openbox-menu.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/src/openbox-menu.h b/src/openbox-menu.h
-index 88ab2bf..e3dee22 100644
--- a/src/openbox-menu.h
+++ b/src/openbox-menu.h
@@ -82,4 +82,8 @@ gboolean context_get_persistent (OB_Menu*);
diff --git a/x11-misc/openbox-menu/files/openbox-menu-0.8.1-gtk3.patch b/x11-misc/openbox-menu/files/openbox-menu-0.8.1-gtk3.patch
index 6b16b8a0ff8d..de8e28189a25 100644
--- a/x11-misc/openbox-menu/files/openbox-menu-0.8.1-gtk3.patch
+++ b/x11-misc/openbox-menu/files/openbox-menu-0.8.1-gtk3.patch
@@ -4,14 +4,6 @@ Date: Sat, 13 Feb 2021 14:46:53 +0100
Subject: [PATCH] Updated for gtk3. Remove icon_theme annoying variable
---
- Makefile | 4 ++--
- src/menu.c | 1 -
- src/openbox-menu.h | 1 +
- src/utils.c | 16 ++++++----------
- 4 files changed, 9 insertions(+), 13 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 5d8af49..5e09ef2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
@@ -22,8 +14,6 @@ index 5d8af49..5e09ef2 100644
CC=gcc
#-DG_DISABLE_DEPRECATED
-diff --git a/src/menu.c b/src/menu.c
-index 5b7e8f8..3b752d9 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -240,7 +240,6 @@ main (int argc, char **argv)
@@ -34,8 +24,6 @@ index 5b7e8f8..3b752d9 100644
#endif
if ((ob_context = configure (argc, argv)) == NULL)
-diff --git a/src/openbox-menu.h b/src/openbox-menu.h
-index 7035e9d..f5a7bce 100644
--- a/src/openbox-menu.h
+++ b/src/openbox-menu.h
@@ -19,6 +19,7 @@
@@ -46,8 +34,6 @@ index 7035e9d..f5a7bce 100644
#include <menu-cache.h>
#ifdef WITH_ICONS
-diff --git a/src/utils.c b/src/utils.c
-index 7a68316..2f4f95b 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -169,8 +169,6 @@ clean_exec (MenuCacheApp *app)