mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xfce4-notifyd: update to 0.4.4.
Fix xlint warnings
This commit is contained in:
parent
20ae19d8a2
commit
30c71064b5
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'xfce4-notifyd'
|
# Template file for 'xfce4-notifyd'
|
||||||
pkgname=xfce4-notifyd
|
pkgname=xfce4-notifyd
|
||||||
version=0.4.3
|
version=0.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
|
hostmakedepends="pkg-config intltool glib-devel dbus-glib-devel"
|
||||||
makedepends="libnotify-devel xfce4-panel-devel"
|
makedepends="libnotify-devel xfce4-panel-devel"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
|
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
|
||||||
|
distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=090571acf94c423003426cb779fb23e8545c68bab6485563b589c7def8a21b55
|
||||||
provides="notification-daemon-${version}_${revision}"
|
provides="notification-daemon-${version}_${revision}"
|
||||||
replaces="notification-daemon>=0"
|
replaces="notification-daemon>=0"
|
||||||
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
|
||||||
homepage="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
|
|
||||||
license="GPL-2.0-or-later"
|
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
||||||
distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
||||||
checksum=293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||||
|
|
Loading…
Add table
Reference in a new issue