Skip to content

Commit

Permalink
sysutils/dunst: Update to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict authored and dmgk committed Jan 4, 2022
1 parent ac44b2a commit 76cdf12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions sysutils/dunst/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= dunst
DISTVERSIONPREFIX= v
DISTVERSION= 1.6.1
DISTVERSION= 1.7.0
CATEGORIES= sysutils

MAINTAINER= dmgk@FreeBSD.org
Expand All @@ -12,7 +12,8 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
LIB_DEPENDS= libdbus-1.so:devel/dbus
LIB_DEPENDS= libdbus-1.so:devel/dbus \
libharfbuzz.so:print/harfbuzz

USES= gmake gnome perl5 pkgconfig xorg

Expand Down Expand Up @@ -42,7 +43,6 @@ WAYLAND_MAKE_ENV_OFF= WAYLAND=0
post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},g' \
-e 's,/etc,${PREFIX}&,g' \
${WRKSRC}/config.h \
${WRKSRC}/docs/dunst.?.pod \
${WRKSRC}/dunstrc \
${WRKSRC}/src/settings.c
Expand All @@ -61,6 +61,7 @@ pre-install:

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dunst
${MV} ${STAGEDIR}/${ETCDIR}/dunstrc ${STAGEDIR}/${ETCDIR}/dunstrc.sample

post-install-DUNSTIFY-on:
${INSTALL_PROGRAM} ${WRKSRC}/dunstify ${STAGEDIR}${PREFIX}/bin
Expand Down
6 changes: 3 additions & 3 deletions sysutils/dunst/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1613910171
SHA256 (dunst-project-dunst-v1.6.1_GH0.tar.gz) = cc7d801575f75e92b18d46ee5d3df80aaf331c88b83ec6caabbecf8636310e13
SIZE (dunst-project-dunst-v1.6.1_GH0.tar.gz) = 217267
TIMESTAMP = 1641255749
SHA256 (dunst-project-dunst-v1.7.0_GH0.tar.gz) = 560d4d5b7e31418abc6c59c40115656648cb1599a558da057e8bb88a40613979
SIZE (dunst-project-dunst-v1.7.0_GH0.tar.gz) = 4584837

0 comments on commit 76cdf12

Please sign in to comment.