new package: xfce4-appmenu-plugin

This commit is contained in:
Tee KOBAYASHI 2022-11-29 23:41:16 +09:00 committed by xtkoba
parent 2f53f33e82
commit ead5489182
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,25 @@
TERMUX_PKG_HOMEPAGE=https://gitlab.com/vala-panel-project/vala-panel-appmenu
TERMUX_PKG_DESCRIPTION="Global Menu for Vala Panel (metapackage)"
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.6
TERMUX_PKG_SRCURL=https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/archive/${TERMUX_PKG_VERSION}/vala-panel-appmenu-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=c137f8f30ab5925a4a236a8a047b7962ec9be987fe25dd2d092666e0580fdacf
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner, valac"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dwm_backend=wnck
-Dvalapanel=disabled
-Dxfce=enabled
-Dmate=disabled
-Dbudgie=disabled
-Dregistrar=disabled
-Dappmenu-gtk-module=disabled
-Djayatana=disabled
"
termux_step_pre_configure() {
termux_setup_gir
CPPFLAGS+=" -Dulong=u_long"
LDFLAGS+=" -lX11"
}

View File

@ -0,0 +1,10 @@
--- a/meson.build
+++ b/meson.build
@@ -111,7 +111,6 @@
subdir('lib')
subdir('applets')
subdir('data')
-subdir('po')
readmes = [
'README.md',

View File

@ -0,0 +1,7 @@
TERMUX_SUBPKG_INCLUDE="
lib/xfce4/panel/plugins/
share/xfce4/panel/plugins/
"
TERMUX_SUBPKG_DESCRIPTION="Global Menu applet for use with xfce4-panel"
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
TERMUX_SUBPKG_DEPENDS="glib, gtk3, libwnck, libx11, xfce4-panel, xfconf"