Skip to Content.
Sympa Menu

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

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 (544a88359ae66672756c1acb5c79b7cfef6ade5f)
  • Date: Thu, 21 Sep 2023 02:13:47 +0000

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

libs/libei/BUILD | 2 +-
libs/libei/DEPENDS | 2 ++
libs/libei/DETAILS | 5 +++--
libs/libei/HISTORY | 5 +++++
4 files changed, 11 insertions(+), 3 deletions(-)

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

libs/libei: version 1.1.0, add missing deps

added python3 and python-attrs dependencies (probably already needed
python3, but python-attrs dependency seems to be new)

diff --git a/libs/libei/BUILD b/libs/libei/BUILD
index b010114..afc90c4 100755
--- a/libs/libei/BUILD
+++ b/libs/libei/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" tests=false" &&
+OPTS+=" tests=disabled" &&
default_build
diff --git a/libs/libei/DEPENDS b/libs/libei/DEPENDS
index 1657880..bf0aaf5 100755
--- a/libs/libei/DEPENDS
+++ b/libs/libei/DEPENDS
@@ -1,5 +1,7 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&
depends PKG-CONFIG &&
+depends python3 &&
+depends python-attrs &&

optional_depends libxkbcommon '' '' 'xkbcommon support?' &&
optional_depends libevdev '' '' 'libevdev support?' &&
diff --git a/libs/libei/DETAILS b/libs/libei/DETAILS
index a24db61..f5ad148 100755
--- a/libs/libei/DETAILS
+++ b/libs/libei/DETAILS
@@ -1,10 +1,11 @@
+# Watch: https://gitlab.freedesktop.org/libinput/libei/-/tags /tags/([0-9.]+)
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=libei
- VERSION=0.4.1
+ VERSION=1.1.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://gitlab.freedesktop.org/libinput/${SPELL}/-/archive/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha256:8e7193ce46a46426c402f915538007726983deaac76ba478b89a531501959300
+
SOURCE_HASH=sha512:011ab9307c8db1ce8bd36e0c0cce4106a82b9b5249714c50df3b6eb70af1f900f7ec0a41b0edef03da863092c2e8f968f3739853e849d7a793f593c836525597
LICENSE[0]=MIT
WEB_SITE=https://gitlab.freedesktop.org/libinput/libei
ENTERED=20230404
diff --git a/libs/libei/HISTORY b/libs/libei/HISTORY
index 32d6849..fb341d6 100644
--- a/libs/libei/HISTORY
+++ b/libs/libei/HISTORY
@@ -1,3 +1,8 @@
+2023-09-20 Conner Clere <xenanthropy AT sourcemage.org>
+ * DETAILS: version 1.1.0, add watch line, convert hash to sha512
+ * BUILD: update tests flag
+ * DEPENDS: add python3, python-attrs deps
+
2023-04-04 Conner Clere <xenanthropy AT sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: ver 0.4.1, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (544a88359ae66672756c1acb5c79b7cfef6ade5f), Conner Clere, 09/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page