Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (0d16801c801e8e540252d3daed71e9d7526705b8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <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 Ismael Luceno (0d16801c801e8e540252d3daed71e9d7526705b8)
  • Date: Sat, 18 Jan 2025 21:09:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

dev/null |binary
e-17/terminology/CONFIGURE | 3 +++
e-17/terminology/DEPENDS | 14 ++------------
e-17/terminology/DETAILS | 23 +++++++----------------
e-17/terminology/HISTORY | 4 ++++
e-17/terminology/PREPARE | 2 --
e-17/terminology/PRE_BUILD | 6 ------
7 files changed, 16 insertions(+), 36 deletions(-)

New commits:
commit 0d16801c801e8e540252d3daed71e9d7526705b8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

terminology 1.13.0

diff --git a/e-17/terminology/CONFIGURE b/e-17/terminology/CONFIGURE
new file mode 100755
index 0000000..06e2478
--- /dev/null
+++ b/e-17/terminology/CONFIGURE
@@ -0,0 +1,3 @@
+persistent_remove TERMINOLOGY_BRANCH
+
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/e-17/terminology/DEPENDS b/e-17/terminology/DEPENDS
index f9925f7..5f55a4f 100755
--- a/e-17/terminology/DEPENDS
+++ b/e-17/terminology/DEPENDS
@@ -1,12 +1,2 @@
-if [[ "x${TERMINOLOGY_BRANCH}" == "xscm" ]]; then
- depends efl &&
- depends subversion
-fi &&
-
-depends ecore &&
-depends edje &&
-depends eet &&
-depends efreet &&
-depends eina &&
-depends emotion &&
-depends elementary
+. "$GRIMOIRE"/MESON_DEPENDS &&
+depends efl
diff --git a/e-17/terminology/DETAILS b/e-17/terminology/DETAILS
index b33110a..f40f688 100755
--- a/e-17/terminology/DETAILS
+++ b/e-17/terminology/DETAILS
@@ -1,21 +1,12 @@
-. "$GRIMOIRE/FUNCTIONS"
+# Watch: https://download.enlightenment.org/rel/apps/terminology/
+. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=terminology
-if [[ "x${TERMINOLOGY_BRANCH}" == "xscm" ]]; then
- PATCHLEVEL=0
- VERSION=$(get_scm_version)
- SOURCE=$SPELL-git.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
- SOURCE_URL[0]=git://git.enlightenment.org/apps/terminology.git:$SPELL-git
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
-else
- VERSION=0.3.0
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+ VERSION=1.13.0
+
SOURCE_HASH=sha512:95e8f8bdf51e63b07f7bc5bf1aead98b9bd34c58e13df29d4726f1a81e560d071119035aa94218632e840bc5146c3bc475641934eebd6c7e37e00bed94451beb
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.enlightenment.org/releases/$SOURCE
-fi
- WEB_SITE=http://www.enlightenment.org/
+ SOURCE_URL[0]=https://download.enlightenment.org/rel/apps/$SPELL/$SOURCE
+ WEB_SITE=https://www.enlightenment.org/about-terminology
ENTERED=20120712
LICENSE[0]=BSD
SHORT="EFL terminal emulator"
diff --git a/e-17/terminology/HISTORY b/e-17/terminology/HISTORY
index 58a373f..f9fcd60 100644
--- a/e-17/terminology/HISTORY
+++ b/e-17/terminology/HISTORY
@@ -1,3 +1,7 @@
+2025-01-18 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: updated spell to 1.13.0
+ * PREPARE, PRE_BUILD: removed, no longer needed
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version

diff --git a/e-17/terminology/PREPARE b/e-17/terminology/PREPARE
deleted file mode 100755
index 98d27e4..0000000
--- a/e-17/terminology/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. ${GRIMOIRE}/FUNCTIONS &&
-prepare_select_branch stable scm
diff --git a/e-17/terminology/PRE_BUILD b/e-17/terminology/PRE_BUILD
deleted file mode 100755
index 03a1185..0000000
--- a/e-17/terminology/PRE_BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-default_pre_build &&
-
-if [[ "x${TERMINOLOGY_BRANCH}" == "xscm" ]]; then
- cd $SOURCE_DIRECTORY &&
- NOCONFIGURE=ON ./autogen.sh
-fi
diff --git a/e-17/terminology/terminology-0.3.0.tar.bz2.sig
b/e-17/terminology/terminology-0.3.0.tar.bz2.sig
deleted file mode 100644
index 24ffc26..0000000
Binary files a/e-17/terminology/terminology-0.3.0.tar.bz2.sig and /dev/null
differ


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (0d16801c801e8e540252d3daed71e9d7526705b8), Ismael Luceno, 01/18/2025

Archive powered by MHonArc 2.6.24.

Top of Page