Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (041d641fd5b66249c15bf43760542bba4b20e941)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <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 Treeve Jelbert (041d641fd5b66249c15bf43760542bba4b20e941)
  • Date: Fri, 6 Sep 2024 08:12:20 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
dev/null |binary
editors/nano/DETAILS | 2 +-
editors/nano/HISTORY | 3 +++
kde.gpg |binary
utils/notification-daemon/BUILD | 2 ++
utils/notification-daemon/DEPENDS | 5 +----
utils/notification-daemon/DETAILS | 10 +++++-----
utils/notification-daemon/HISTORY | 5 +++++
9 files changed, 20 insertions(+), 10 deletions(-)

New commits:
commit 041d641fd5b66249c15bf43760542bba4b20e941
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nano: => 8.2

commit 7e9160bdf6fdd89042a503eb82b659b1ede01a45
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

notification-daemon: => 3.20.0

commit 61cc42339891a953dc65b35f8f2356739c87e3e0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

update kde.gph

diff --git a/ChangeLog b/ChangeLog
index f1d8069..625789d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * kde.gpg: add "Nicolas Fella <nicolas.fella AT kde.org>"
+
2024-08-20 Pavel Vinogradov <public AT sourcemage.org>
* ftp/rqbit: new spell, a bittorrent client in Rust

diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index 505260d..240d375 100755
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,5 +1,5 @@
SPELL=nano
- VERSION=8.1
+ VERSION=8.2
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1`
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index fe48e6e..e264344 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2024-09-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.2
+
2024-07-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.1

diff --git a/kde.gpg b/kde.gpg
index e892742..f698752 100644
Binary files a/kde.gpg and b/kde.gpg differ
diff --git a/utils/notification-daemon/BUILD b/utils/notification-daemon/BUILD
new file mode 100755
index 0000000..b4704fd
--- /dev/null
+++ b/utils/notification-daemon/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --disable-static" &&
+default_build
diff --git a/utils/notification-daemon/DEPENDS
b/utils/notification-daemon/DEPENDS
index 712ab08..f7bb1cb 100755
--- a/utils/notification-daemon/DEPENDS
+++ b/utils/notification-daemon/DEPENDS
@@ -1,8 +1,5 @@
depends gtk+3 &&
-depends -sub GTK3 libcanberra &&
depends dbus-glib &&
-depends libsexy &&
depends gconf2 &&
depends libnotify &&
-depends libwnck &&
-depends libglade2
+optional_depends GETTEXT --enable-nls --disable-nls 'NLS support'
diff --git a/utils/notification-daemon/DETAILS
b/utils/notification-daemon/DETAILS
index 3144d70..0cf0f8d 100755
--- a/utils/notification-daemon/DETAILS
+++ b/utils/notification-daemon/DETAILS
@@ -1,11 +1,11 @@
SPELL=notification-daemon
- VERSION=0.7.6
+ VERSION=3.20.0
+
SOURCE_HASH=sha512:d9311c71a2915cb6e55bd1408e60b4d7b7fc24114410b8bd8cb358fe86c100198567099843b967f7e01ca03c91afe3f3980fb30b7f2c138bdab949e0e196a0f8
SOURCE=${SPELL}-${VERSION}.tar.xz
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+# BRANCH=`echo $VERSION | cut -d . -f 1,2`
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/${VERSION%.?}/$SOURCE
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
- WEB_SITE=http://www.galago-project.org/
+ WEB_SITE=https://www.galago-project.org/
ENTERED=20051217
LICENSE[0]=GPL
KEYWORDS="utils"
diff --git a/utils/notification-daemon/HISTORY
b/utils/notification-daemon/HISTORY
index 9512c1f..f8ef7ef 100644
--- a/utils/notification-daemon/HISTORY
+++ b/utils/notification-daemon/HISTORY
@@ -1,3 +1,8 @@
+2024-09-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.20.0
+ * DEPENDS: add GETTEXT, drop obsolete depends
+ * BUILD: added
+
2013-03-08 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 0.7.6
* CONFLICTS: added conflicts xfce4-notifyd
diff --git a/utils/notification-daemon/notification-daemon-0.7.6.tar.xz.sig
b/utils/notification-daemon/notification-daemon-0.7.6.tar.xz.sig
deleted file mode 100644
index faeb716..0000000
Binary files a/utils/notification-daemon/notification-daemon-0.7.6.tar.xz.sig
and /dev/null differ


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (041d641fd5b66249c15bf43760542bba4b20e941), Treeve Jelbert, 09/06/2024

Archive powered by MHonArc 2.6.24.

Top of Page