Skip to Content.
Sympa Menu

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

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 (082147af0adcc823689a41c4bb52d96d2dad4532)
  • Date: Mon, 28 Aug 2023 02:28:58 +0000

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

utils/timeshift/BUILD | 1 -
utils/timeshift/CONFIGURE | 1 +
utils/timeshift/DEPENDS | 28 +++++++++++++++++++---------
utils/timeshift/DETAILS | 6 ++++--
utils/timeshift/HISTORY | 7 +++++++
5 files changed, 31 insertions(+), 12 deletions(-)

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

utils/timeshift: version 23.07.1; add watch line; update hash to sha512

Also converted spell to build with meson and made
xapp optional, as it's no longer a hard dep with
meson build system

diff --git a/utils/timeshift/BUILD b/utils/timeshift/BUILD
deleted file mode 100755
index 04c1f88..0000000
--- a/utils/timeshift/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-PREFIX="${INSTALL_ROOT}/usr" make all
diff --git a/utils/timeshift/CONFIGURE b/utils/timeshift/CONFIGURE
new file mode 100755
index 0000000..9f48d22
--- /dev/null
+++ b/utils/timeshift/CONFIGURE
@@ -0,0 +1 @@
+. "${GRIMOIRE}/MESON_CONFIGURE"
diff --git a/utils/timeshift/DEPENDS b/utils/timeshift/DEPENDS
index bcb969c..bd3c027 100755
--- a/utils/timeshift/DEPENDS
+++ b/utils/timeshift/DEPENDS
@@ -1,9 +1,19 @@
-depends PKG-CONFIG &&
-depends vte &&
-depends xapp &&
-depends gtk+3 &&
-depends vala &&
-depends glib2 &&
-depends libgee &&
-depends json-glib &&
-depends CRON
+. "${GRIMOIRE}/MESON_DEPENDS" &&
+depends PKG-CONFIG &&
+depends vte &&
+depends gtk+3 &&
+depends vala &&
+depends glib2 &&
+depends libgee &&
+depends json-glib &&
+depends CRON &&
+
+optional_depends xapp \
+ 'xapp=true' \
+ 'xapp=false' \
+ 'Enable xapp support?' &&
+
+optional_depends help2man \
+ 'man=true' \
+ 'man=false' \
+ 'Build manpages?'
diff --git a/utils/timeshift/DETAILS b/utils/timeshift/DETAILS
index 6b283df..fda16c2 100755
--- a/utils/timeshift/DETAILS
+++ b/utils/timeshift/DETAILS
@@ -1,9 +1,11 @@
+# Watch: https://github.com/linuxmint/timeshift/tags /tags/([0-9.]+)[.]tar
+. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=timeshift
- VERSION=22.11.2
+ VERSION=23.07.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/linuxmint/${SPELL}/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha256:36fd19865d1d30dc5f6eca468ceaa3dad01cd95d9090d050d67f5c2cd98fe37d
+
SOURCE_HASH=sha512:b5d9adde872f562f2af582e75dcfdee32e8b8d3a7ffc9c9592416d47ee9370603dd2140e9fb3d4970bbf1ddbe87c459c4cb041349a34c14865d38492289828d4
LICENSE[0]=LGPL
WEB_SITE=https://www.github.com/lilnuxmint/timeshift/
ENTERED=20230412
diff --git a/utils/timeshift/HISTORY b/utils/timeshift/HISTORY
index ef32d2f..d0f7c9f 100644
--- a/utils/timeshift/HISTORY
+++ b/utils/timeshift/HISTORY
@@ -1,3 +1,10 @@
+2023-08-27 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 23.07.1, add watch line, change hash to sha512,
convert
+ to meson build
+ * CONFIGURE: added, meson build
+ * BUILD: removed, no longer needed
+ * DEPENDS: add meson support, make xapp now optional
+
2023-04-12 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, DEPENDS, DETAILS: version 22.11.2, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (082147af0adcc823689a41c4bb52d96d2dad4532), Conner Clere, 08/27/2023

Archive powered by MHonArc 2.6.24.

Top of Page