aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dunst
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2018-01-11 03:17:19 +0800
committerswills <swills@FreeBSD.org>2018-01-11 03:17:19 +0800
commit6a99950fd2734c84fdde427cb0ce6890b9135e31 (patch)
tree8cc245c49e735964f2c970943d60b22d47fa0584 /sysutils/dunst
parent53036108a557cb9f7fe64441299df1eb3061da09 (diff)
downloadfreebsd-ports-gnome-6a99950fd2734c84fdde427cb0ce6890b9135e31.tar.gz
freebsd-ports-gnome-6a99950fd2734c84fdde427cb0ce6890b9135e31.tar.zst
freebsd-ports-gnome-6a99950fd2734c84fdde427cb0ce6890b9135e31.zip
sysutils/dunst: Update to 1.3.0
PR: 224972 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Diffstat (limited to 'sysutils/dunst')
-rw-r--r--sysutils/dunst/Makefile8
-rw-r--r--sysutils/dunst/distinfo6
-rw-r--r--sysutils/dunst/files/patch-src_notification.c14
3 files changed, 9 insertions, 19 deletions
diff --git a/sysutils/dunst/Makefile b/sysutils/dunst/Makefile
index 6e7a115f540d..99b56e8e3d4b 100644
--- a/sysutils/dunst/Makefile
+++ b/sysutils/dunst/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dunst
-PORTVERSION= 1.2.0
+PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
@@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \
USES= gmake perl5 pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= dunst-project
-USE_GNOME= gtk20 gdkpixbuf2 cairo
+USE_GNOME= cairo gdkpixbuf2 pango
USE_PERL5= build
USE_XORG= x11 xrandr xinerama xscrnsaver
@@ -34,6 +34,10 @@ post-patch:
@${REINPLACE_CMD} -e '/dunst\.systemd\.service/d' ${WRKSRC}/Makefile
@${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/VERSION
+pre-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/dunst/
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/dbus-1/services/
+
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst
diff --git a/sysutils/dunst/distinfo b/sysutils/dunst/distinfo
index 12921768e86f..dec9fa60ae02 100644
--- a/sysutils/dunst/distinfo
+++ b/sysutils/dunst/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1502200675
-SHA256 (dunst-project-dunst-v1.2.0_GH0.tar.gz) = a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad
-SIZE (dunst-project-dunst-v1.2.0_GH0.tar.gz) = 110628
+TIMESTAMP = 1515256896
+SHA256 (dunst-project-dunst-v1.3.0_GH0.tar.gz) = 74c0b1165cf7a9c71f562bd97697970528eae625d34c8714f8b9951bd5ca5be6
+SIZE (dunst-project-dunst-v1.3.0_GH0.tar.gz) = 121499
diff --git a/sysutils/dunst/files/patch-src_notification.c b/sysutils/dunst/files/patch-src_notification.c
deleted file mode 100644
index 6e1acb2709f5..000000000000
--- a/sysutils/dunst/files/patch-src_notification.c
+++ /dev/null
@@ -1,14 +0,0 @@
-Implicitly declared basename() makes dunst dump core on FreeBSD 11.1
-
-Upstream pull request: https://github.com/dunst-project/dunst/pull/354
-
---- src/notification.c.orig 2017-08-08 16:05:07 UTC
-+++ src/notification.c
-@@ -13,6 +13,7 @@
- #include <sys/wait.h>
- #include <time.h>
- #include <unistd.h>
-+#include <libgen.h>
-
- #include "dbus.h"
- #include "dunst.h"