Update to 0.7.1.
This commit is contained in:
@@ -3,36 +3,32 @@
|
||||
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.6 2010/06/28 22:16:41 kwm Exp $
|
||||
# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.11 2011/06/11 19:51:12 mezz Exp $
|
||||
#
|
||||
|
||||
PORTNAME= notification-daemon
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Send small notifications to your desktop
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
|
||||
notify.1:${PORTSDIR}/devel/libnotify
|
||||
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \
|
||||
canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix intlhack gconf2 libwnck
|
||||
USE_GNOME= gnomehack gnomeprefix intlhack gconf2 gtk30
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_XORG= x11 xt sm ice xext
|
||||
USE_GSTREAMER= good
|
||||
USE_XORG= x11
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
GCONF_SCHEMAS= notification-daemon.schemas
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]*
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (notification-daemon-0.5.0.tar.bz2) = aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475
|
||||
SIZE (notification-daemon-0.5.0.tar.bz2) = 330034
|
||||
SHA256 (notification-daemon-0.7.1.tar.bz2) = d26bf9021b3ae708d36e55437642a89d6b81693fe39d27c5d1ec869e22697b8b
|
||||
SIZE (notification-daemon-0.7.1.tar.bz2) = 318745
|
||||
|
||||
@@ -1,29 +1,20 @@
|
||||
bin/notification-properties
|
||||
lib/notification-daemon-1.0/engines/libslider.a
|
||||
lib/notification-daemon-1.0/engines/libslider.la
|
||||
lib/notification-daemon-1.0/engines/libslider.so
|
||||
lib/notification-daemon-1.0/engines/libstandard.a
|
||||
lib/notification-daemon-1.0/engines/libstandard.la
|
||||
lib/notification-daemon-1.0/engines/libstandard.so
|
||||
libexec/notification-daemon
|
||||
share/applications/notification-properties.desktop
|
||||
share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
share/icons/hicolor/16x16/apps/notification-properties.png
|
||||
share/icons/hicolor/22x22/apps/notification-properties.png
|
||||
share/icons/hicolor/24x24/apps/notification-properties.png
|
||||
share/icons/hicolor/32x32/apps/notification-properties.png
|
||||
share/icons/hicolor/48x48/apps/notification-properties.png
|
||||
share/icons/hicolor/scalable/apps/notification-properties.svg
|
||||
share/applications/notification-daemon.desktop
|
||||
share/locale/ar/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ca/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/cs/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/da/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/de/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/el/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/eo/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/es/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/et/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/fa/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/fr/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/gl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/he/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/hu/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/id/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/it/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ja/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/lt/LC_MESSAGES/notification-daemon.mo
|
||||
@@ -31,13 +22,19 @@ share/locale/nb/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pa/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pt/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ru/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sk/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sv/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ug/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/uk/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo
|
||||
share/notification-daemon/notification-properties.ui
|
||||
@dirrm share/notification-daemon
|
||||
@dirrm lib/notification-daemon-1.0/engines
|
||||
@dirrm lib/notification-daemon-1.0
|
||||
share/locale/zh_HK/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/notification-daemon.mo
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/applications
|
||||
|
||||
Reference in New Issue
Block a user