svn commit: r431675 - head/deskutils/notify-osd

Emanuel Haupt ehaupt at FreeBSD.org
Mon Jan 16 16:12:49 UTC 2017


Author: ehaupt
Date: Mon Jan 16 16:12:47 2017
New Revision: 431675
URL: https://svnweb.freebsd.org/changeset/ports/431675

Log:
  Update to 0.9.34

Modified:
  head/deskutils/notify-osd/Makefile
  head/deskutils/notify-osd/distinfo
  head/deskutils/notify-osd/pkg-plist

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Mon Jan 16 16:03:40 2017	(r431674)
+++ head/deskutils/notify-osd/Makefile	Mon Jan 16 16:12:47 2017	(r431675)
@@ -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 at 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

Modified: head/deskutils/notify-osd/distinfo
==============================================================================
--- head/deskutils/notify-osd/distinfo	Mon Jan 16 16:03:40 2017	(r431674)
+++ head/deskutils/notify-osd/distinfo	Mon Jan 16 16:12:47 2017	(r431675)
@@ -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

Modified: head/deskutils/notify-osd/pkg-plist
==============================================================================
--- head/deskutils/notify-osd/pkg-plist	Mon Jan 16 16:03:40 2017	(r431674)
+++ head/deskutils/notify-osd/pkg-plist	Mon Jan 16 16:12:47 2017	(r431675)
@@ -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


More information about the svn-ports-all mailing list