Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c1d16d267ad14fd7632e132680231218a9209b70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c1d16d267ad14fd7632e132680231218a9209b70)
  • Date: Wed, 9 Mar 2022 13:11:17 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

lxqt/libfm-qt/DETAILS | 12 ++++--
lxqt/libfm-qt/HISTORY | 3 +
lxqt/liblxqt/DETAILS | 11 ++++-
lxqt/liblxqt/HISTORY | 3 +
lxqt/libqtxdg/DETAILS | 11 ++++-
lxqt/libqtxdg/HISTORY | 3 +
lxqt/libsysstat/DETAILS | 11 ++++-
lxqt/libsysstat/HISTORY | 3 +
lxqt/lxqt-build-tools/HISTORY | 1
lxqt/lxqt-build-tools/PRE_BUILD | 3 +
lxqt/lxqt-build-tools/patches/0001-fix-find-gio-unix.patch | 25
+++++++++++++
lxqt/pcmanfm-qt/DETAILS | 11 ++++-
lxqt/pcmanfm-qt/HISTORY | 3 +
lxqt/qterminal/DETAILS | 11 ++++-
lxqt/qterminal/HISTORY | 3 +
lxqt/qtermwidget/DETAILS | 11 ++++-
lxqt/qtermwidget/HISTORY | 3 +
17 files changed, 106 insertions(+), 22 deletions(-)

New commits:
commit c1d16d267ad14fd7632e132680231218a9209b70
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pcmanfm-qt: => 1.0.0

commit 749496ea97bc19b4fc4e134525f12401397bae44
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lxqt-build-tools - fix find gio-unix

commit 28838e4adba9c37072e1c44be255bfd10323708a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libfm-qt: => 1.0.0

commit 3cf47270032fa313284e15dcfc3c9523d326b27b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qterminal: => 1.0.0

commit 56543cff3995c606b4062c6667aa02a03a1afeca
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

qtermwidget: => 1.0.0

commit 37861b2d70dd11fe720e86a299f8e249b18b9db4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libsysstat: => 0.4.6

commit 0ec1d51cde17e3060ff31fd74ffd357a4c3a4180
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libqtxdg: => 3.8.0

commit 40be0d40417d62b7b016565640ac22d4849e0c79
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

: =>

diff --git a/lxqt/libfm-qt/DETAILS b/lxqt/libfm-qt/DETAILS
index 92798c3..570f5ef 100755
--- a/lxqt/libfm-qt/DETAILS
+++ b/lxqt/libfm-qt/DETAILS
@@ -1,9 +1,13 @@
SPELL=libfm-qt
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/libfm-qt/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
+ WEB_SITE=https://lxqt-project.org
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/libfm-qt/HISTORY b/lxqt/libfm-qt/HISTORY
index 463141c..1aa6305 100644
--- a/lxqt/libfm-qt/HISTORY
+++ b/lxqt/libfm-qt/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/liblxqt/DETAILS b/lxqt/liblxqt/DETAILS
index f13704a6..7841d87 100755
--- a/lxqt/liblxqt/DETAILS
+++ b/lxqt/liblxqt/DETAILS
@@ -1,9 +1,14 @@
SPELL=liblxqt
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/liblxqt/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/liblxqt/HISTORY b/lxqt/liblxqt/HISTORY
index 463141c..1aa6305 100644
--- a/lxqt/liblxqt/HISTORY
+++ b/lxqt/liblxqt/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/libqtxdg/DETAILS b/lxqt/libqtxdg/DETAILS
index ea0a007..48ae7ab 100755
--- a/lxqt/libqtxdg/DETAILS
+++ b/lxqt/libqtxdg/DETAILS
@@ -1,9 +1,14 @@
SPELL=libqtxdg
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=3.8.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/libqtxdg/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/libqtxdg/HISTORY b/lxqt/libqtxdg/HISTORY
index 463141c..a700522 100644
--- a/lxqt/libqtxdg/HISTORY
+++ b/lxqt/libqtxdg/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.8.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/libsysstat/DETAILS b/lxqt/libsysstat/DETAILS
index 578af56..6b4c7d2 100755
--- a/lxqt/libsysstat/DETAILS
+++ b/lxqt/libsysstat/DETAILS
@@ -1,9 +1,14 @@
SPELL=libsysstat
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=0.4.6
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/libsysstat/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/libsysstat/HISTORY b/lxqt/libsysstat/HISTORY
index 463141c..847d57b 100644
--- a/lxqt/libsysstat/HISTORY
+++ b/lxqt/libsysstat/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.4.6
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/lxqt-build-tools/HISTORY b/lxqt/lxqt-build-tools/HISTORY
index a871f0e..be29a5b 100644
--- a/lxqt/lxqt-build-tools/HISTORY
+++ b/lxqt/lxqt-build-tools/HISTORY
@@ -1,5 +1,6 @@
2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.0
+ * 0001-fix-find-gio-unix.patch PRE_BUILD: added

2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version master
diff --git a/lxqt/lxqt-build-tools/PRE_BUILD b/lxqt/lxqt-build-tools/PRE_BUILD
new file mode 100755
index 0000000..4604ffc
--- /dev/null
+++ b/lxqt/lxqt-build-tools/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+apply_patch_dir patches
diff --git a/lxqt/lxqt-build-tools/patches/0001-fix-find-gio-unix.patch
b/lxqt/lxqt-build-tools/patches/0001-fix-find-gio-unix.patch
new file mode 100644
index 0000000..a23fb26
--- /dev/null
+++ b/lxqt/lxqt-build-tools/patches/0001-fix-find-gio-unix.patch
@@ -0,0 +1,25 @@
+From ec91184183021519af972488c70338a97f0ea875 Mon Sep 17 00:00:00 2001
+From: Treeve Jelbert <treeve AT sourcemage.org>
+Date: Sun, 6 Mar 2022 14:45:33 +0100
+Subject: [PATCH] fix find gio-unix
+
+---
+ cmake/find-modules/FindGLIB.cmake | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/cmake/find-modules/FindGLIB.cmake
b/cmake/find-modules/FindGLIB.cmake
+index 0564b8d..c6a06f7 100644
+--- a/cmake/find-modules/FindGLIB.cmake
++++ b/cmake/find-modules/FindGLIB.cmake
+@@ -101,7 +101,7 @@ foreach (_component ${GLIB_FIND_COMPONENTS})
+ elseif (${_component} STREQUAL "gio-unix")
+ pkg_check_modules(GIO_UNIX gio-unix-2.0)
+ find_path(GLIB_GIO_UNIX_INCLUDE_DIR
+- NAMES gio/gunixconnection.h
++ NAMES gio/gdesktopappinfo.h
+ HINTS ${GIO_UNIX_INCLUDEDIR}
+ PATH_SUFFIXES gio-unix-2.0)
+
+--
+2.35.1
+
diff --git a/lxqt/pcmanfm-qt/DETAILS b/lxqt/pcmanfm-qt/DETAILS
index 01b4313..bdb78b9 100755
--- a/lxqt/pcmanfm-qt/DETAILS
+++ b/lxqt/pcmanfm-qt/DETAILS
@@ -1,9 +1,14 @@
SPELL=pcmanfm-qt
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/pcmanfm-qt/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=GPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/pcmanfm-qt/HISTORY b/lxqt/pcmanfm-qt/HISTORY
index 463141c..1aa6305 100644
--- a/lxqt/pcmanfm-qt/HISTORY
+++ b/lxqt/pcmanfm-qt/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/qterminal/DETAILS b/lxqt/qterminal/DETAILS
index 679c3fd..8d1d960 100755
--- a/lxqt/qterminal/DETAILS
+++ b/lxqt/qterminal/DETAILS
@@ -1,9 +1,14 @@
SPELL=qterminal
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/qterminal/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/qterminal/HISTORY b/lxqt/qterminal/HISTORY
index 463141c..1aa6305 100644
--- a/lxqt/qterminal/HISTORY
+++ b/lxqt/qterminal/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created
diff --git a/lxqt/qtermwidget/DETAILS b/lxqt/qtermwidget/DETAILS
index ea83af9..4b3df43 100755
--- a/lxqt/qtermwidget/DETAILS
+++ b/lxqt/qtermwidget/DETAILS
@@ -1,9 +1,14 @@
SPELL=qtermwidget
- VERSION=master
-# SOURCE_HASH=sha512:
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE2=$SOURCE.asc
+
SOURCE_URL=https://github.com/lxqt/qtermwidget/releases/download/$VERSION/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lxqt.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
WEB_SITE=https://lxqt-project.org/
-# SOURCE_URL[0]=
LICENSE[0]=LGPL2
ENTERED=20220306
KEYWORDS=""
diff --git a/lxqt/qtermwidget/HISTORY b/lxqt/qtermwidget/HISTORY
index 463141c..1aa6305 100644
--- a/lxqt/qtermwidget/HISTORY
+++ b/lxqt/qtermwidget/HISTORY
@@ -1,3 +1,6 @@
+2022-03-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.0
+
2022-03-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version
spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c1d16d267ad14fd7632e132680231218a9209b70), Treeve Jelbert, 03/09/2022

Archive powered by MHonArc 2.6.24.

Top of Page