Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
2c1eed6f
Commit
2c1eed6f
authored
6 months ago
by
Ariadne Conill
Browse files
Options
Downloads
Patches
Plain Diff
community/jgmenu: fix FTBFS with current libxfce4panel
parent
d666cd86
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/jgmenu/APKBUILD
+3
-1
3 additions, 1 deletion
community/jgmenu/APKBUILD
community/jgmenu/libxfce4panel.patch
+11
-0
11 additions, 0 deletions
community/jgmenu/libxfce4panel.patch
with
14 additions
and
1 deletion
community/jgmenu/APKBUILD
+
3
−
1
View file @
2c1eed6f
...
...
@@ -22,7 +22,8 @@ makedepends="
"
checkdepends
=
"perl xvfb-run"
subpackages
=
"
$pkgname
-doc
$pkgname
-xfce4"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/johanmalm/jgmenu/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/johanmalm/jgmenu/archive/v
$pkgver
.tar.gz
libxfce4panel.patch"
build
()
{
export
CFLAGS
=
"
$CFLAGS
-flto=auto"
...
...
@@ -53,4 +54,5 @@ xfce4() {
sha512sums
=
"
e09ff357e99e58ba63f0a9e8c9c8d1164bcc588bfda565139a8d9b35bb76683e284952feb12680830bec8188957c5b7aec6c89817962fb368381b80046d43ae0 jgmenu-4.4.1.tar.gz
4f6a8aa42e4b2c36b5e7379170fbab9bb33d38a38d6564be92a0eec6c038dfe7ae75ddc70d4826eb5dbe5228201cc4b99bda5dbfc58d713740dac5db31e70dc2 libxfce4panel.patch
"
This diff is collapsed.
Click to expand it.
community/jgmenu/libxfce4panel.patch
0 → 100644
+
11
−
0
View file @
2c1eed6f
--- jgmenu-4.4.1.orig/contrib/xfce4-panel/jgmenu-applet.c
+++ jgmenu-4.4.1/contrib/xfce4-panel/jgmenu-applet.c
@@ -5,7 +5,7 @@
*/
#include <libxfce4util/libxfce4util.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
#define DEFAULT_ICON_NAME "jgmenu"
#define DEFAULT_TOOLTIP_MESSAGE "Applications Menu"
This diff is collapsed.
Click to expand it.
mio
@mio
mentioned in issue
#16335
·
6 months ago
mentioned in issue
#16335
mentioned in issue #16335
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment