Skip to Content.
Sympa Menu

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

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 (92bd08ade6fd6eafb49b599fcaaf16f37a1f4adc)
  • Date: Sat, 20 Apr 2024 14:38:23 +0000

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

KDE_FUTURE | 34 ++++++++++++++++++++++++++++++++++
excluded | 1 +
openprinting/pycups/DETAILS | 4 ++--
openprinting/pycups/HISTORY | 4 ++++
openprinting/pycups/PRE_BUILD | 4 ----
5 files changed, 41 insertions(+), 6 deletions(-)

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

add KDE_FUTURE - explain kde6 status

commit 044fe20a281a2b751d553945551330433c67e7eb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tweak excluded

commit 46efa0a7ba06b288ac61e821d002075facf5dca5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pycups: => 2.0.4

diff --git a/KDE_FUTURE b/KDE_FUTURE
new file mode 100644
index 0000000..4cde811
--- /dev/null
+++ b/KDE_FUTURE
@@ -0,0 +1,34 @@
+2024-04-17
+Added LXQt-2.0 stuff, which now depends on qt6.6 and kf6
+
+2024-04-12
+Kde-frameworks 6.1 released
+
+2024-04-02
+qt-6.7 released
+
+2024-03-03
+
+A major update to KDE/Plasma was released at the end of February.
+KDE6 is now based on Qt6, whereas KDE5 was based on Qt5, which is deprecated
and at end of life for non-commercial users.
+
+This update has involved a massive amount of work by many people.
+
+In addition to adapting program code to changes in Qt itself, there as also
been a significant amount of restructuring and code cleanup within KDE code.
+KDE frameworks have been restructured and improved. Some frameworks have
been removed, others merged, and some functions renamed or moved to
+different libraries.
+
+The various parts of KDE (frameworks, plasma, applications) amount to about
350 spells.
+
+There are a few programs which have not yet been adapted to Qt6/KDE6, but
the only major programs which do not yet have Kde6 compatible releases are
Krita and Calligra.
+
+There will probably be new releases of several programs in the next few
weeks.
+
+Most of the missing programs are likely to adapted by the time of the KDE
24.05 release in May.
+
+Because of the major structural changes within KDE, I have made a new set of
spells for KDE6.
+These spells are in a separate repository smgl-kde6 and can be used in
preference to the existing Qt5 based spells.
+
+At the moment I have 310+ spells and have been using them on two systems for
several months.
+
+At some point these spells will replace those in the SMGL grimoire.
diff --git a/excluded b/excluded
index 4a7211f..dba764a 100644
--- a/excluded
+++ b/excluded
@@ -6,4 +6,5 @@
^/opt/qt5/share/icons/hicolor/icon-theme.cache$
^/run/.*
^/build/.*
+^/caching/.*
^/usr/src/.*
diff --git a/openprinting/pycups/DETAILS b/openprinting/pycups/DETAILS
index c21e2fe..66cc7b4 100755
--- a/openprinting/pycups/DETAILS
+++ b/openprinting/pycups/DETAILS
@@ -1,6 +1,6 @@
SPELL=pycups
- VERSION=2.0.1
-
SOURCE_HASH=sha512:fdebf1cac8cc4fffb8a76a938aa91965dae4a3dcdb6d8ee26e8e6054809d26dd3fb20b10c2351fb9265c03b16d6bde011815111c452ccb058518372f22d9d617
+ VERSION=2.0.4
+
SOURCE_HASH=sha512:d22148856c8cff4f30e6b7ab0d32d184e8b48358158f28735f0efe4c6e80fd0ea2a5ece87db3eada152f05435fb64c05f1c066bc7bda0649fbddcf5221d66161
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/OpenPrinting/pycups
diff --git a/openprinting/pycups/HISTORY b/openprinting/pycups/HISTORY
index b708157..4625184 100644
--- a/openprinting/pycups/HISTORY
+++ b/openprinting/pycups/HISTORY
@@ -1,3 +1,7 @@
+2024-04-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.4
+ * PRE_BUILD: deleted
+
2022-11-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.1
now at Openprinting
diff --git a/openprinting/pycups/PRE_BUILD b/openprinting/pycups/PRE_BUILD
deleted file mode 100755
index d8668a5..0000000
--- a/openprinting/pycups/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i 's/python/python3/' Makefile
-#sed -i 's:mv build/lib:ln -sf build/lib:' $SOURCE_DIRECTORY/Makefile


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (92bd08ade6fd6eafb49b599fcaaf16f37a1f4adc), Treeve Jelbert, 04/20/2024

Archive powered by MHonArc 2.6.24.

Top of Page