Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (51bca650a9a54816b2660853dc14f899016befad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (51bca650a9a54816b2660853dc14f899016befad)
  • Date: Thu, 14 Sep 2023 06:01:15 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

audio-soft/qpwgraph/DETAILS | 5 +++--
audio-soft/qpwgraph/HISTORY | 4 ++++
audio-soft/qpwgraph/PRE_BUILD | 6 ++++++
3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 51bca650a9a54816b2660853dc14f899016befad
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

audio-soft/qpwgraph: version 0.5.3, fix qt6 issue

qt6 issue: qt6base spell is installed in /opt, not in path of course
so .desktop file needs to be edited if qt6 is used to add it to
LD_LIBRARY_PATH. PRE_BUILD added to facilitate the patching
Also added missing watch line, as well as switched hash to sha512

diff --git a/audio-soft/qpwgraph/DETAILS b/audio-soft/qpwgraph/DETAILS
index c139bf9..1f11194 100755
--- a/audio-soft/qpwgraph/DETAILS
+++ b/audio-soft/qpwgraph/DETAILS
@@ -1,10 +1,11 @@
+# Watch: https://gitlab.freedesktop.org/rncbc/qpwgraph/-/tags
/tags/v([0-9.]+)
. "${GRIMOIRE}/CMAKE_FUNCTIONS"
SPELL=qpwgraph
- VERSION=0.4.2
+ VERSION=0.5.3
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION

SOURCE_URL[0]=https://gitlab.freedesktop.org/rncbc/${SPELL}/-/archive/v${VERSION}/${SOURCE}
-
SOURCE_HASH=sha256:f301555e459fc577210a6264aab4e27b6963255771daaccabab430b009db3742
+
SOURCE_HASH=sha512:754950bbea3953486c1a367479eee94cf616ee6d2940f61a7fbdd367846ea5f53d7bf5a3107005ce6a433470a8a098bee5953de23219b8f23310b283fc5cd37c
LICENSE[0]=GPL
WEB_SITE=https://gitlab.com/rncbc/qpwgraph/
ENTERED=20230416
diff --git a/audio-soft/qpwgraph/HISTORY b/audio-soft/qpwgraph/HISTORY
index bce73f0..bfc634c 100644
--- a/audio-soft/qpwgraph/HISTORY
+++ b/audio-soft/qpwgraph/HISTORY
@@ -1,3 +1,7 @@
+2023-09-14 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 0.5.3, add watch line, change hash to sha512
+ * PRE_BUILD: added, edit .desktop file to link qt6 libs if qt6
support enabled
+
2023-04-17 Conner Clere <xenanthropy AT sourcemage.org>
* CONFIGURE: add missing newline
* DEPENDS: remove redundant alsa-lib dep, add
diff --git a/audio-soft/qpwgraph/PRE_BUILD b/audio-soft/qpwgraph/PRE_BUILD
new file mode 100755
index 0000000..b51a9fa
--- /dev/null
+++ b/audio-soft/qpwgraph/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}/src/appdata/" &&
+if is_depends_enabled $SPELL qt6base; then
+ sed -i 's#Exec=#Exec=env LD_LIBRARY_PATH=/opt/qt6/lib:$LD_LIBRARY_PATH #' \
+ org.rncbc.qpwgraph.desktop
+fi



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (51bca650a9a54816b2660853dc14f899016befad), Conner Clere, 09/14/2023

Archive powered by MHonArc 2.6.24.

Top of Page