Skip to content
Snippets Groups Projects
Unverified Commit 09a6b034 authored by alice's avatar alice
Browse files

community/jgmenu: add xfce4/csv/gtk/pmenu support

closes #14182
parent d6b48b52
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
......@@ -2,7 +2,7 @@
# Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=jgmenu
pkgver=4.4.0
pkgrel=0
pkgrel=1
pkgdesc="Simple, independent X11 menu"
url="https://github.com/johanmalm/jgmenu"
arch="all"
......@@ -16,14 +16,23 @@ makedepends="
librsvg-dev
libxrandr-dev
libxml2-dev
menu-cache-dev
pango-dev
xfce4-panel-dev
"
checkdepends="perl"
subpackages="$pkgname-doc"
subpackages="$pkgname-doc $pkgname-xfce4"
source="$pkgname-$pkgver.tar.gz::https://github.com/johanmalm/jgmenu/archive/v$pkgver.tar.gz"
build() {
./configure --prefix=/usr
export CFLAGS="$CFLAGS -flto=auto"
./configure \
--prefix=/usr \
--with-gtktheme \
--with-lx \
--with-pmenu \
--with-xfce4-panel-applet
make
}
......@@ -35,6 +44,12 @@ package() {
make DESTDIR="$pkgdir" install
}
xfce4() {
pkgdesc="$pkgdesc (xfce4 panel integration)"
amove usr/lib/xfce4 usr/share/xfce4
}
sha512sums="
bb0ca1927c77a1471f5f4566e54509756cd0a2426cf04e1e46687ff5309d86ce7992794fba86d253927fcb6014040891146f1296daa4eb55d71faddf01f596ed jgmenu-4.4.0.tar.gz
"
  • umm :sunglasses: ok but there-s some way to backport for 3.14, 3.15 and 3.16 ? the package its unusuable for rest of desktops

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment