Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2239d711eda4455c85a1a7e970c20ea8a22091ee)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2239d711eda4455c85a1a7e970c20ea8a22091ee)
  • Date: Thu, 27 Feb 2020 15:52:54 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

wm-addons/jgmenu/BUILD | 4 ++--
wm-addons/jgmenu/DEPENDS | 18 +++++++++++++++---
wm-addons/jgmenu/DETAILS | 6 +++---
wm-addons/jgmenu/HISTORY | 6 ++++++
wm-addons/jgmenu/INSTALL | 1 -
5 files changed, 26 insertions(+), 9 deletions(-)

New commits:
commit 2239d711eda4455c85a1a7e970c20ea8a22091ee
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

jgmenu: => 4.0.2

diff --git a/wm-addons/jgmenu/BUILD b/wm-addons/jgmenu/BUILD
index 82c8e05..6888b6e 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 10f639b..c1acdb8 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 f916eef..44253df 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 112098b..7a629c1 100644
--- a/wm-addons/jgmenu/HISTORY
+++ b/wm-addons/jgmenu/HISTORY
@@ -1,3 +1,9 @@
+2020-02-27 Vlad Glagolev <stealth AT 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 AT 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 e5d5ca9..0000000
--- a/wm-addons/jgmenu/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-make prefix="${INSTALL_ROOT}/usr" ${OPTS} install



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2239d711eda4455c85a1a7e970c20ea8a22091ee), Vlad Glagolev, 02/27/2020

Archive powered by MHonArc 2.6.24.

Top of Page