summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorVlad Glagolev2020-02-27 15:51:51 +0000
committerVlad Glagolev2020-02-27 15:52:29 +0000
commit2239d711eda4455c85a1a7e970c20ea8a22091ee (patch)
tree37e666f0f36af6665bd8559b5c305a14affa7045 /wm-addons
parente80999f017f4b2dbc13f213292316c0ab1e5399f (diff)
jgmenu: => 4.0.2
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/jgmenu/BUILD4
-rwxr-xr-xwm-addons/jgmenu/DEPENDS18
-rwxr-xr-xwm-addons/jgmenu/DETAILS6
-rw-r--r--wm-addons/jgmenu/HISTORY6
-rwxr-xr-xwm-addons/jgmenu/INSTALL1
5 files changed, 26 insertions, 9 deletions
diff --git a/wm-addons/jgmenu/BUILD b/wm-addons/jgmenu/BUILD
index 82c8e0574b..6888b6e59d 100755
--- a/wm-addons/jgmenu/BUILD
+++ b/wm-addons/jgmenu/BUILD
@@ -1,3 +1,3 @@
-OPTS="VERBOSE=1 ${OPTS}" &&
+./configure --prefix="${INSTALL_ROOT}/usr" ${OPTS} &&
-make ${OPTS}
+make
diff --git a/wm-addons/jgmenu/DEPENDS b/wm-addons/jgmenu/DEPENDS
index 10f639b538..c1acdb8ff6 100755
--- a/wm-addons/jgmenu/DEPENDS
+++ b/wm-addons/jgmenu/DEPENDS
@@ -1,11 +1,23 @@
+depends glib2 &&
depends libpng &&
depends libx11 &&
depends libxrandr &&
depends pango &&
depends cairo &&
+depends libxml2 &&
depends librsvg2 &&
+optional_depends xfce4-panel \
+ "--with-xfce4-panel-applet" \
+ "" \
+ "to build xfce4-panel-applet" &&
+
optional_depends menu-cache \
- "NO_LX=0" \
- "NO_LX=1" \
- "to generate flavoured CSV text using LXDE's libmenu-cache"
+ "--with-lx" \
+ "" \
+ "to generate flavoured CSV text using LXDE's libmenu-cache" &&
+
+optional_depends python3 \
+ "--with-pmenu" \
+ "" \
+ "to include pmenu module"
diff --git a/wm-addons/jgmenu/DETAILS b/wm-addons/jgmenu/DETAILS
index f916eefd76..44253df9d6 100755
--- a/wm-addons/jgmenu/DETAILS
+++ b/wm-addons/jgmenu/DETAILS
@@ -1,11 +1,11 @@
SPELL=jgmenu
- VERSION=3.5
+ VERSION=4.0.2
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/johanmalm/${SPELL}/archive/v${VERSION}.tar.gz
- SOURCE_HASH=sha512:d581045b697011873bc56fae7463e0534827eed17e726a7e7cc52c07f631f506bc182cab24e5b0f87b77ba659b97d15b0bcadf7f32664eab59cf9ccdaf571754
+ SOURCE_HASH=sha512:f852ee54702fe58fe92946a1427411b9490ed0afc26b4f962407a19c7d7b97165a9674f4d582289ba81ee3df454eb86300ee3869c5512b33c2da61ba16dd615e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOC_DIRS="docs/relnotes"
- DOCS="docs/manual/*.md ${DOCS}"
+ DOCS="docs/manual/*.md AUTHORS.md CONTRIBUTING.md INSTALL.md NEWS.md TODO.md ${DOCS}"
WEB_SITE=https://github.com/johanmalm/jgmenu
LICENSE[0]=GPL
ENTERED=20180405
diff --git a/wm-addons/jgmenu/HISTORY b/wm-addons/jgmenu/HISTORY
index 112098b99e..7a629c1de1 100644
--- a/wm-addons/jgmenu/HISTORY
+++ b/wm-addons/jgmenu/HISTORY
@@ -1,3 +1,9 @@
+2020-02-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 4.0.2
+ * DEPENDS: rearranged
+ * BUILD: adjusted build flags for new ./configure script
+ * INSTALL: removed, no longer needed
+
2019-10-28 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 3.5
diff --git a/wm-addons/jgmenu/INSTALL b/wm-addons/jgmenu/INSTALL
deleted file mode 100755
index e5d5ca99b9..0000000000
--- a/wm-addons/jgmenu/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make prefix="${INSTALL_ROOT}/usr" ${OPTS} install