Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dbd4f7fa35a38c6a72fee1d24bac37036bb22af7)
  • Date: Sun, 25 Aug 2019 12:01:12 +0000

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

utils/libnotify/BUILD | 3 ---
utils/libnotify/CONFIGURE | 1 +
utils/libnotify/DEPENDS | 1 +
utils/libnotify/DETAILS | 6 +++---
utils/libnotify/HISTORY | 5 +++++
5 files changed, 10 insertions(+), 6 deletions(-)

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

libnotify 0.7.8

diff --git a/utils/libnotify/BUILD b/utils/libnotify/BUILD
deleted file mode 100755
index da09a7f..0000000
--- a/utils/libnotify/BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-OPTS="--disable-tests ${OPTS}" &&
-
-default_build
diff --git a/utils/libnotify/CONFIGURE b/utils/libnotify/CONFIGURE
new file mode 100755
index 0000000..d1cc655
--- /dev/null
+++ b/utils/libnotify/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/MESON_CONFIGURE
diff --git a/utils/libnotify/DEPENDS b/utils/libnotify/DEPENDS
index cf96d46..ea8dccf 100755
--- a/utils/libnotify/DEPENDS
+++ b/utils/libnotify/DEPENDS
@@ -1,3 +1,4 @@
+depends meson &&
depends dbus-glib &&
depends gdk-pixbuf2 &&
depends glib2 &&
diff --git a/utils/libnotify/DETAILS b/utils/libnotify/DETAILS
index 51c0e9d..f23f6d0 100755
--- a/utils/libnotify/DETAILS
+++ b/utils/libnotify/DETAILS
@@ -1,10 +1,10 @@
+. "$GRIMOIRE"/MESON_FUNCTIONS
SPELL=libnotify
- VERSION=0.7.7
- PATCHLEVEL=2
+ VERSION=0.7.8
SOURCE=${SPELL}-${VERSION}.tar.xz
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
-
SOURCE_HASH=sha512:133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954
+
SOURCE_HASH=sha512:9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://www.galago-project.org/
ENTERED=20051221
diff --git a/utils/libnotify/HISTORY b/utils/libnotify/HISTORY
index b300a93..3cbb446 100644
--- a/utils/libnotify/HISTORY
+++ b/utils/libnotify/HISTORY
@@ -1,3 +1,8 @@
+2019-08-25 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.8
+ * DEPENDS, DETAILS, CONFIGURE: switched to meson build system
+ * BUILD: removed
+
2017-08-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* DEPENDS: removed gtk+3



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (dbd4f7fa35a38c6a72fee1d24bac37036bb22af7), Ismael Luceno, 08/25/2019

Archive powered by MHonArc 2.6.24.

Top of Page