Update to 0.9.34
This commit is contained in:
parent
5c46a0c475
commit
2ad9f9dcc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431675
3 changed files with 10 additions and 7 deletions
|
@ -2,10 +2,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= notify-osd
|
||||
PORTVERSION= 0.9.29
|
||||
PORTREVISION= 8
|
||||
PORTVERSION= 0.9.34
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://launchpadlibrarian.net/43419242/ \
|
||||
MASTER_SITES= https://launchpad.net/notify-osd/precise/0.9.34/+download/ \
|
||||
LOCAL/ehaupt
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
|
@ -17,14 +16,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libnotify.so:devel/libnotify \
|
||||
libfontconfig.so:x11-fonts/fontconfig
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libwnck-3.so:x11-toolkits/libwnck3
|
||||
RUN_DEPENDS= dbus-daemon:devel/dbus
|
||||
|
||||
CONFLICTS= xfce4-notification-daemon-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext-runtime gmake libtool pkgconfig
|
||||
USE_GNOME= cairo gconf2 gdkpixbuf2 libwnck
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
|
||||
USE_XORG= pixman x11
|
||||
|
||||
LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (notify-osd-0.9.29.tar.gz) = 7b8d79fc6dce7002fb3639ae7e9ad85e5f5063fbcc62fe27b80700142a0d7fd7
|
||||
SIZE (notify-osd-0.9.29.tar.gz) = 607576
|
||||
TIMESTAMP = 1484580111
|
||||
SHA256 (notify-osd-0.9.34.tar.gz) = 12080deeaa5e1e10b420117351c2bd5db3421b0d1efcab8ee8052c808c3aaa3c
|
||||
SIZE (notify-osd-0.9.34.tar.gz) = 635387
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
libexec/notify-osd
|
||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
share/GConf/gsettings/notify-osd.convert
|
||||
share/glib-2.0/schemas/com.canonical.NotifyOSD.gschema.xml
|
||||
%%DATADIR%%/icons/hicolor/scalable/status/README
|
||||
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-next.svg
|
||||
%%DATADIR%%/icons/hicolor/scalable/status/notification-audio-play.svg
|
||||
|
|
Loading…
Reference in a new issue