Skip to Content.
Sympa Menu

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

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 (b560c561578f4fd202b7878030b92c26275c7c20)
  • Date: Thu, 15 Jun 2023 13:54:28 +0000

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

cinnamon-libs/xapp/DEPENDS | 2 +-
cinnamon-libs/xapp/DETAILS | 11 +++++------
cinnamon-libs/xapp/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 7 deletions(-)

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

xapp: version 2.4.2, fix source URL

diff --git a/cinnamon-libs/xapp/DEPENDS b/cinnamon-libs/xapp/DEPENDS
index b6d5f44..5cec9ab 100755
--- a/cinnamon-libs/xapp/DEPENDS
+++ b/cinnamon-libs/xapp/DEPENDS
@@ -2,7 +2,7 @@ source $GRIMOIRE/MESON_DEPENDS &&
depends vala &&
depends PKG-CONFIG &&
depends glib2 &&
-depends gtk+3 &&
+depends gtk+3 && # needs -sub GOBJ
depends gdk-pixbuf2 &&
depends libx11 &&
depends python3 &&
diff --git a/cinnamon-libs/xapp/DETAILS b/cinnamon-libs/xapp/DETAILS
index 75c9138..5be77d4 100755
--- a/cinnamon-libs/xapp/DETAILS
+++ b/cinnamon-libs/xapp/DETAILS
@@ -1,11 +1,10 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=xapp
- VERSION=2.4.1
- MINTVERSION=master.mint21
-
SOURCE_HASH=sha256:84c79aa952aeadeb79fbf91e2e0d22d347f3608b64ff31931bf619e1ed49da92
- SOURCE=${SPELL}-${MINTVERSION}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$MINTVERSION
-
SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/refs/tags/${MINTVERSION}.tar.gz
+ VERSION=2.4.2
+
SOURCE_HASH=sha256:b01c5037f0da773bc822f32c98c7281fd1cf5b9bc9c0e7cbf8eb2c38d0661b4d
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/${VERSION}.tar.gz
WEB_SITE=https://www.github.com/linuxmint/xapp/
LICENSE[0]=LGPL
ENTERED=20221125
diff --git a/cinnamon-libs/xapp/HISTORY b/cinnamon-libs/xapp/HISTORY
index 4508802..e718084 100644
--- a/cinnamon-libs/xapp/HISTORY
+++ b/cinnamon-libs/xapp/HISTORY
@@ -1,3 +1,7 @@
+2023-06-15 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 2.4.2, fix source URL
+ * DEPENDS: add note on gtk3 dep
+
2022-11-25 Conner Clere <connerclere AT gmail.com>
* CONFIGURE, DEPENDS, DETAILS: version 2.4.1, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (b560c561578f4fd202b7878030b92c26275c7c20), Conner Clere, 06/15/2023

Archive powered by MHonArc 2.6.24.

Top of Page