Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (dc2d466f20a19789f37a8c0afc736ed416c56084)
  • Date: Thu, 19 Sep 2024 20:58:10 +0000

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

cinnamon-libs/cinnamon-desktop/DETAILS | 4 ++--
cinnamon-libs/cinnamon-desktop/FINAL | 2 ++
cinnamon-libs/cinnamon-desktop/HISTORY | 4 ++++
cinnamon-libs/cinnamon-desktop/POST_REMOVE | 2 ++
4 files changed, 10 insertions(+), 2 deletions(-)

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

cinnamon-libs/cinnamon-desktop: version 6.2.0

added FINAL and POST_REMOVE files to recompile glib schemas upon
update/install/removal because apps like nemo will break if CDs schemas
aren't compiled

diff --git a/cinnamon-libs/cinnamon-desktop/DETAILS
b/cinnamon-libs/cinnamon-desktop/DETAILS
index e490788..9a78d04 100755
--- a/cinnamon-libs/cinnamon-desktop/DETAILS
+++ b/cinnamon-libs/cinnamon-desktop/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=cinnamon-desktop
- VERSION=5.6.1
-
SOURCE_HASH=sha256:103d5eb2b848ca93f928fa4347f307880e4dc9b61e7a9186f721d582820fb2b0
+ VERSION=6.2.0
+
SOURCE_HASH=sha512:be7e4fe206fb4fa62cacf7190b5702035313346ae51a3ef985ec2046d30e0ae5b1e1d314f82d362a363c3949deab02e4d2a4ea910ffe7f279111563c224f75f7
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/${VERSION}.tar.gz
diff --git a/cinnamon-libs/cinnamon-desktop/FINAL
b/cinnamon-libs/cinnamon-desktop/FINAL
new file mode 100755
index 0000000..4614147
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/FINAL
@@ -0,0 +1,2 @@
+message "${MESSAGE_COLOR}rebuilding glib schemas...${DEFAULT_COLOR}"
+glib-compile-schemas "${INSTALL_ROOT}/usr/share/glib-2.0/schemas"
diff --git a/cinnamon-libs/cinnamon-desktop/HISTORY
b/cinnamon-libs/cinnamon-desktop/HISTORY
index 8f385eb..9ef30db 100644
--- a/cinnamon-libs/cinnamon-desktop/HISTORY
+++ b/cinnamon-libs/cinnamon-desktop/HISTORY
@@ -1,3 +1,7 @@
+2024-09-19 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 6.2.0
+ * FINAL, POST_REMOVE: added, recompile glib schemas after
installation/removal
+
2023-06-15 Conner Clere <xenanthropy AT sourcemage.org>
* DETAILS: version 5.6.1, fix source URL
* DEPENDS: fix formatting
diff --git a/cinnamon-libs/cinnamon-desktop/POST_REMOVE
b/cinnamon-libs/cinnamon-desktop/POST_REMOVE
new file mode 100755
index 0000000..4614147
--- /dev/null
+++ b/cinnamon-libs/cinnamon-desktop/POST_REMOVE
@@ -0,0 +1,2 @@
+message "${MESSAGE_COLOR}rebuilding glib schemas...${DEFAULT_COLOR}"
+glib-compile-schemas "${INSTALL_ROOT}/usr/share/glib-2.0/schemas"


  • [[SM-Commit] ] GIT changes to master grimoire by Conner Clere (dc2d466f20a19789f37a8c0afc736ed416c56084), Conner Clere, 09/19/2024

Archive powered by MHonArc 2.6.24.

Top of Page