Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ab5c69cc4db472c20f85826494af89ba10e20db3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ab5c69cc4db472c20f85826494af89ba10e20db3)
  • Date: Sun, 21 Jan 2018 20:27:56 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/dunst/BUILD | 2 +-
x11/dunst/DEPENDS | 10 +++++++---
x11/dunst/DETAILS | 4 ++--
x11/dunst/HISTORY | 7 +++++++
x11/dunst/INSTALL | 2 +-
x11/dunst/PRE_BUILD | 1 -
6 files changed, 18 insertions(+), 8 deletions(-)

New commits:
commit ab5c69cc4db472c20f85826494af89ba10e20db3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dunst: => 1.3.0

diff --git a/x11/dunst/BUILD b/x11/dunst/BUILD
index 14f3ae1..c0fa32d 100755
--- a/x11/dunst/BUILD
+++ b/x11/dunst/BUILD
@@ -1,4 +1,4 @@
-make PREFIX="${INSTALL_ROOT}/usr" &&
+make PREFIX="${INSTALL_ROOT}/usr" ${OPTS} &&

if is_depends_enabled ${SPELL} libnotify; then
make PREFIX="${INSTALL_ROOT}/usr" dunstify
diff --git a/x11/dunst/DEPENDS b/x11/dunst/DEPENDS
index b1eaa03..d933ab4 100755
--- a/x11/dunst/DEPENDS
+++ b/x11/dunst/DEPENDS
@@ -1,3 +1,4 @@
+depends perl &&
depends libx11 &&
depends libxscrnsaver &&
depends libxrandr &&
@@ -5,9 +6,12 @@ depends libxinerama &&
depends libxdg-basedir &&
depends dbus &&
depends glib2 &&
+depends gdk-pixbuf2 &&
depends pango &&
-depends gtk+2 &&

-optional_depends libnotify "" "" "to build dunstify (client)" &&
+optional_depends systemd \
+ "SYSTEMD=1" \
+ "SYSTEMD=0" \
+ "for systemd service file support" &&

-suggest_depends systemd "" "" "for systemd service file support"
+optional_depends libnotify "" "" "to build dunstify (client)"
diff --git a/x11/dunst/DETAILS b/x11/dunst/DETAILS
index 7a6e91f..fbde5b0 100755
--- a/x11/dunst/DETAILS
+++ b/x11/dunst/DETAILS
@@ -1,8 +1,8 @@
SPELL=dunst
- VERSION=1.2.0
+ VERSION=1.3.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/dunst-project/${SPELL}/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:223c8aae61574770a76bff84723643a3c03d3d9a8f4094bc4e92e16826703e7c0a7c3327945db8469b8dcc48fe5cfaba51e6724149e6571a7ffc1716656e30f3
+
SOURCE_HASH=sha512:37933492d75a20223fec1caaa62a6cfcce320dda63fdfa81324a0e1299a6ac9fd9e56808a13bc3d6751f06d327bf4407d374dd98eda0acd7e324b6f451e40ca9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
DOCS="AUTHORS RELEASE_NOTES ${DOCS}"
DOC_DIRS=""
diff --git a/x11/dunst/HISTORY b/x11/dunst/HISTORY
index 95adf33..5f838fa 100644
--- a/x11/dunst/HISTORY
+++ b/x11/dunst/HISTORY
@@ -1,3 +1,10 @@
+2018-01-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0
+ * DEPENDS: gtk+2 was replaced with gdk-pixbuf2; switch systemd from
+ suggest to optional, add flags
+ * PRE_BUILD: drop some hacks
+ * BUILD, INSTALL: use OPTS
+
2017-07-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS, DEPENDS, {PRE_}BUILD, INSTALL, PROVIDES: created spell,
version 1.2.0
diff --git a/x11/dunst/INSTALL b/x11/dunst/INSTALL
index 0d5f483..8417622 100755
--- a/x11/dunst/INSTALL
+++ b/x11/dunst/INSTALL
@@ -1,3 +1,3 @@
-make PREFIX="${INSTALL_ROOT}/usr" install &&
+make PREFIX="${INSTALL_ROOT}/usr" ${OPTS} install &&

install -vm 755 dunstify "${INSTALL_ROOT}/usr/bin/dunstify"
diff --git a/x11/dunst/PRE_BUILD b/x11/dunst/PRE_BUILD
index b1c78fc..f64cdcf 100755
--- a/x11/dunst/PRE_BUILD
+++ b/x11/dunst/PRE_BUILD
@@ -2,6 +2,5 @@ default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

if ! is_depends_enabled ${SPELL} systemd; then
- sedit "/systemd/d" Makefile &&
sedit "/systemd/Id" org.knopwob.dunst.service.in
fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ab5c69cc4db472c20f85826494af89ba10e20db3), Vlad Glagolev, 01/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page