sm-commit AT lists.ibiblio.org
Subject: Source Mage code commit list
List archive
[[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6ca5cc85932dfc47c04065f324558f0d8c2153c1)
- From: Treeve Jelbert <scm AT sourcemage.org>
- To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
- Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6ca5cc85932dfc47c04065f324558f0d8c2153c1)
- Date: Sun, 30 Mar 2025 14:27:08 +0000
GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
PYSIDE6 | 4 ++--
kde-extra/digikam/DEPENDS | 6 +++---
kde-extra/digikam/HISTORY | 3 +++
lxqt/xdg-desktop-portal-lxqt/CONFIGURE | 1 +
lxqt/xdg-desktop-portal-lxqt/DEPENDS | 6 ++++++
lxqt/xdg-desktop-portal-lxqt/DETAILS | 13 +++++++++++++
lxqt/xdg-desktop-portal-lxqt/HISTORY | 8 ++++++++
utils/ostree/DEPENDS | 5 +++++
utils/ostree/DETAILS | 4 ++--
utils/ostree/HISTORY | 4 ++++
utils/xdg-desktop-portal-lxqt/CONFIGURE | 1 -
utils/xdg-desktop-portal-lxqt/DEPENDS | 6 ------
utils/xdg-desktop-portal-lxqt/DETAILS | 17 -----------------
utils/xdg-desktop-portal-lxqt/HISTORY | 3 ---
14 files changed, 47 insertions(+), 34 deletions(-)
New commits:
commit 6ca5cc85932dfc47c04065f324558f0d8c2153c1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
digikam - tweak depends
commit 40f43672c1472c4033ca4243dff45b07361e134b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
xdg-desktop-portal-lxqt :> 1.1.0
commit eefac31ceccf00583f0e39bd5a9e0a6a9f8ff424
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
ostree: => 2025.2
commit 8d4dba00da70d0f1cf20c4037a951fbb9b9c9036
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
PYSIDE6 => 6.8.3
diff --git a/PYSIDE6 b/PYSIDE6
index 6cdc660..fcd2b08 100644
--- a/PYSIDE6
+++ b/PYSIDE6
@@ -1,6 +1,6 @@
# common details for pyside & shiboken
- VERSION=6.8.2
-
SOURCE_HASH=sha512:cc522143974d08133d68d3259caa5127916534e16678693866d65965a546db98b5b1b07d92f7c0918b7c8fb10213d94ad50259b22cf9ebc2a63b985068d75452
+ VERSION=6.8.3
+
SOURCE_HASH=sha512:a7d1bbd0edd8c42e6925bf880e5ee613391fb1d75f2880598577c49fe90d0c0b81907fd4cd3032ba665bcf70a6915e0ee1a8648c7012a28e598d5c7eb6da1bfe
QTURL=https://download.qt.io/official_releases
SPELLX=pyside-setup-everywhere-src
diff --git a/kde-extra/digikam/DEPENDS b/kde-extra/digikam/DEPENDS
index b609096..48c8822 100755
--- a/kde-extra/digikam/DEPENDS
+++ b/kde-extra/digikam/DEPENDS
@@ -39,16 +39,16 @@ optional_depends kcalendarcore '' '' 'calendar support'
&&
optional_depends kfilemetadata '-DENABLE_KFILEMETADATASUPPORT=1'
'-DENABLE_KFILEMETADATASUPPORT=0' 'File metadata support' &&
optional_depends doxygen '' '-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=1'
'build API documentation' &&
optional_depends eigen3 '' '' 'Refocus tool support' &&
-optional_depends akonadi-contacts '' '' 'Addressbook support' &&
+optional_depends akonadi-contacts '-DENABLE_AKONADICONTACTSUPPORT=1'
'-DENABLE_AKONADICONTACTSUPPORT=0' 'Addressbook support' &&
optional_depends lensfun '' '' 'lens correction support' &&
optional_depends imagemagick '' '' 'iamge editing' &&
-optional_depends libksane '' '' 'Scanner support' &&
+optional_depends libksane ''
'-DCMAKE_DISABLE_FIND_PACKAGE_KSaneWidgets6=1' 'Scanner support' &&
optional_depends jasper '' '' 'JPEG2000 support' &&
optional_depends libgphoto2 '' '' 'digital camera support' &&
if is_depends_enabled $SPELL libgphoto2;then
depends libusb
fi &&
-optional_depends marble '' '' 'geolocation support' &&
+optional_depends marble '-DENABLE_GEOLOCATION=1'
'-DENABLE_GEOLOCATION=0' 'geolocation support' &&
optional_depends MYSQL '' '' 'MySql database' &&
optional_depends liblqr '' '' 'image resizing (thumbnails)' &&
optional_depends tesseract '' '' 'OCR support' &&
diff --git a/kde-extra/digikam/HISTORY b/kde-extra/digikam/HISTORY
index e2f8ef6..3cd2a69 100644
--- a/kde-extra/digikam/HISTORY
+++ b/kde-extra/digikam/HISTORY
@@ -1,3 +1,6 @@
+2025-03-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: make libksane, akonadi, marble truly optional
+
2025-03-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.6.0
diff --git a/lxqt/xdg-desktop-portal-lxqt/CONFIGURE
b/lxqt/xdg-desktop-portal-lxqt/CONFIGURE
new file mode 100755
index 0000000..edcb3f8
--- /dev/null
+++ b/lxqt/xdg-desktop-portal-lxqt/CONFIGURE
@@ -0,0 +1 @@
+. ${GRIMOIRE}/CMAKE_CONFIGURE
\ No newline at end of file
diff --git a/lxqt/xdg-desktop-portal-lxqt/DEPENDS
b/lxqt/xdg-desktop-portal-lxqt/DEPENDS
new file mode 100755
index 0000000..5a0bd04
--- /dev/null
+++ b/lxqt/xdg-desktop-portal-lxqt/DEPENDS
@@ -0,0 +1,6 @@
+source $GRIMOIRE/KDE_DEPENDS &&
+vdepends <<!
+ kwindowsystem
+ lxqt-build-tools
+ libfm-qt
+!
diff --git a/lxqt/xdg-desktop-portal-lxqt/DETAILS
b/lxqt/xdg-desktop-portal-lxqt/DETAILS
new file mode 100755
index 0000000..42ab3bd
--- /dev/null
+++ b/lxqt/xdg-desktop-portal-lxqt/DETAILS
@@ -0,0 +1,13 @@
+. ${GRIMOIRE}/CMAKE_FUNCTIONS
+ SPELL=xdg-desktop-portal-lxqt
+ VERSION=1.1.0
+source $GRIMOIRE/LXQT_VERSION
+ ENTERED=20221123
+ LICENSE=LGPL
+ KEYWORDS="flatpak"
+ SHORT="Backend implementation for xdg-desktop-portal"
+cat << EOF
+xdg-desktop-portal-kde
+A backend implementation for xdg-desktop-portal
+that is using Qt/KF5/libfm-qt.
+EOF
diff --git a/lxqt/xdg-desktop-portal-lxqt/HISTORY
b/lxqt/xdg-desktop-portal-lxqt/HISTORY
new file mode 100644
index 0000000..e02db4a
--- /dev/null
+++ b/lxqt/xdg-desktop-portal-lxqt/HISTORY
@@ -0,0 +1,8 @@
+2025-03-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ * *: move to other lxqt spells
+ * DEPENDS: now qt6nased
+
+2022-11-23 Conner Clere <connerclere AT gmail.com>
+ * CONFIGURE, DEPENDS, DETAILS: version 0.3.0, new spell
+
diff --git a/utils/ostree/DEPENDS b/utils/ostree/DEPENDS
index 1abad04..e77f07a 100755
--- a/utils/ostree/DEPENDS
+++ b/utils/ostree/DEPENDS
@@ -4,6 +4,11 @@ depends zlib &&
depends gpgme &&
depends FUSE &&
+optional_depends gobject-introspection \
+ '--enable-introspection=yes'\
+ '--enable-introspection=no' \
+ 'enable introspection' &&
+
optional_depends curl \
'--with-curl=yes --with-soup=no' \
'--with-curl=no' \
diff --git a/utils/ostree/DETAILS b/utils/ostree/DETAILS
index 2377401..acd1d64 100755
--- a/utils/ostree/DETAILS
+++ b/utils/ostree/DETAILS
@@ -1,6 +1,6 @@
SPELL=ostree
- VERSION=2024.6
-
SOURCE_HASH=sha512:ac1abcd9785e2bf61d99f441856ea3f403fbf0a6e2bec4703b386dab43b58f3e9792e1a40acf04742fc820b80014ff836d92c38bf4bbe0f0e6ebbe752a403618
+ VERSION=2025.2
+
SOURCE_HASH=sha512:5e732a22da238b378e779c3886445977da49e2f810d18cb3580b030175e5e9db53408bcba245e840cdaea7e193907d284a369c42b3b7104c270e58a8c38f4f6a
SOURCE=lib${SPELL}-${VERSION}.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/lib${SPELL}-${VERSION}"
SOURCE_URL[0]=https://www.github.com/${SPELL}dev/${SPELL}/releases/download/v${VERSION}/$SOURCE
diff --git a/utils/ostree/HISTORY b/utils/ostree/HISTORY
index 9eb1ae2..6aa7473 100644
--- a/utils/ostree/HISTORY
+++ b/utils/ostree/HISTORY
@@ -1,3 +1,7 @@
+2025-03-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2025.2
+ * DEPENDS: add gobject-introspection
+
2024-07-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 2024.6, added Watch line
* DEPENDS: libxml2 -> docbook-xsl
diff --git a/utils/xdg-desktop-portal-lxqt/CONFIGURE
b/utils/xdg-desktop-portal-lxqt/CONFIGURE
deleted file mode 100755
index edcb3f8..0000000
--- a/utils/xdg-desktop-portal-lxqt/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-. ${GRIMOIRE}/CMAKE_CONFIGURE
\ No newline at end of file
diff --git a/utils/xdg-desktop-portal-lxqt/DEPENDS
b/utils/xdg-desktop-portal-lxqt/DEPENDS
deleted file mode 100755
index 5d1809c..0000000
--- a/utils/xdg-desktop-portal-lxqt/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-. ${GRIMOIRE}/CMAKE_DEPENDS &&
-depends xdg-desktop-portal &&
-depends qtbase &&
-depends qtx11extras &&
-depends kwindowsystem &&
-depends libfm-qt
diff --git a/utils/xdg-desktop-portal-lxqt/DETAILS
b/utils/xdg-desktop-portal-lxqt/DETAILS
deleted file mode 100755
index cb15aff..0000000
--- a/utils/xdg-desktop-portal-lxqt/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-. ${GRIMOIRE}/CMAKE_FUNCTIONS
- SPELL=xdg-desktop-portal-lxqt
- VERSION=0.3.0
- SOURCE=${SPELL}-${VERSION}.tar.xz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"
-
SOURCE_URL[0]=https://github.com/lxqt/${SPELL}/releases/download/${VERSION}/${SOURCE}
- WEB_SITE=https://github.com/lxqt/xdg-desktop-portal-lxqt/
-
SOURCE_HASH=sha512:13ffa6fc53eec53805b23a533bcccbe786482c1d587da0ab055ba4275bc46bbb545073749899f13164b740348b8736860f364710cc1b5d980352288f6ffc12d7
- ENTERED=20221123
- LICENSE=LGPL
- KEYWORDS="flatpak"
- SHORT="Backend implementation for xdg-desktop-portal"
-cat << EOF
-xdg-desktop-portal-kde
-A backend implementation for xdg-desktop-portal
-that is using Qt/KF5/libfm-qt.
-EOF
diff --git a/utils/xdg-desktop-portal-lxqt/HISTORY
b/utils/xdg-desktop-portal-lxqt/HISTORY
deleted file mode 100644
index a78bd3c..0000000
--- a/utils/xdg-desktop-portal-lxqt/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2022-11-23 Conner Clere <connerclere AT gmail.com>
- * CONFIGURE, DEPENDS, DETAILS: version 0.3.0, new spell
-
- [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (6ca5cc85932dfc47c04065f324558f0d8c2153c1), Treeve Jelbert, 03/30/2025
Archive powered by MHonArc 2.6.24.