Update notification-daemon to 0.7.6.

NEW in 0.7.6:
==============
- Fix a wrong loop condition
- Translation updates (Marathi)

NEW in 0.7.5:
==============
- Translation updates (Hindi, Catalan)

NEW in 0.7.4:
==============
- Translation updates (Malay, Telugu, Norwegian Nynorsk,
  Norwegian bokmål, Uzbek, Khmer, Arabic, Esperanto)

NEW in 0.7.3:
==============
- Translation updates (Asturian, Assamese, Thai, Telugu)

NEW in 0.7.2:
==============
- Remove vestigial dbus-glib requirement
- Translation updates (Italian, Dutch, Gujarati, Ukrainian,
  Norwegian bokmål, Bulgarian, Spanish, Slovenian, Kannada,
  Hebrew, Swedish, Simplified Chinese, Greek, Korean, French,
  Latvian, Vietnamese, Catalan, Oriya, Galician, British English,
  Romanian, Polish, Estonian, Hungarian, Portuguese, Russian
  German, Serbian, Indonesian, Afrikaans, Punjabi, Uighur,
  Basque, Traditional Chinese, Tamil, Czech, Danish, Turkish,
  Bengali, Persian, Japanese, Aragonese, Catalan (Valencian),
  Finnish, Lithuanian, Belarusian, Zulu)

NEW in 0.7.1:
==============
- Don't use DBus activation
- Don't exit on idle
- Install a desktop file for notification-daemon

NEW in 0.7.0:
==============
- Support image-data and image-path hints
- Translation updates (French, Swedish, Danish, Punjabi,
  Chinese, Italian, Hebrew, Galician, Norwegian bokmål,
  Arabic, Catalan)

NEW in 0.6.0:
==============
- Drop setup capplet
- Drop themes
- Add a 'dock' for bubbles
- Add 'persistence' and 'action-icons' capabilities
- Support transient and resident notifications
- Port to GDBus

NEW in 0.5.0:
==============
- Add a new default theme
- Properly handle monitor changes
- Add multi-screen support
- Exit when not in use
- Exit when unable to acquire bus name
- Support version 1.1 of the notification spec
- Various memory leak fixes
- Better RTL locale support
- Don't monitor all X events unless necessary
- Update the list of ways to start a browser (Matthias Clasen)
- Fix the screensaver lock detection (Matthias Clasen)
- Use top right location by default (Matthias Clasen)
- Use canberra instead of gstreamer for event sounds
- Limit the total number of notifications that can be displayed at once
- Conversion from glade to gtkbuilder
- Fixed #608077, doesn't report its sound capability when built with sound support (Bastien Nocera)
- Fixed #608082, Arabic text is misplaced in bubbles (RTL) (William Jon McCann)
- Fixed #608858, Modernize autotools configuration (Javier Jardón)
- Fixed #612032, Various i18n problems (William Jon McCann)
- Fixed #622021, Closed signal is not emitted when the screensaver si active (Bastien Nocera)
- Fixed #622552, doesn't support multiple screens or monitor configuration changes (William Jon McCann)
- Fixed #622556, Save some RAM in NotifyTimeout (Bastien Nocera)

Translations:
- Updated cs: Petr Kovar
- Updated da: Joe Hansen
- Updated de: Mario Blättermann
- Updated el: Kostas Papadimas
- Updated es: Jorge González
- Updated et: Priit Laes
- Updated fr: Claude Paroz
- Updated gl: Fran Diéguez
- Updated hu: Gabor Kelemen <kelemeng at gnome dot hu>
- Updated it: Luca Ferretti
- Updated ja: Christian Hammond
- Updated lt: Gintautas Miliauskas, Aurimas Černius
- Updated nb: Kjartan Maraas
- Updated pa: A S Alam
- Updated pl: Piotr Drąg
- Updated pt_BR: André Gondim, Vladimir Melo, Henrique P. Machado
- Updated ru: Leonid Kanter, Yuri Myasoedov, Christian Hammond
- Updated sl: Matej Urbančič
- Updated sv: Daniel Nylander
- Updated zh_CN: Ray Wang, 微尘, Aron Xu
This commit is contained in:
obache 2013-08-12 08:35:17 +00:00
parent 5433a8ecdc
commit 8e6971f3da
3 changed files with 78 additions and 35 deletions

View file

@ -1,21 +1,22 @@
# $NetBSD: Makefile,v 1.34 2013/06/06 12:55:05 wiz Exp $
# $NetBSD: Makefile,v 1.35 2013/08/12 08:35:17 obache Exp $
#
DISTNAME= notification-daemon-0.4.0
PKGREVISION= 20
DISTNAME= notification-daemon-0.7.6
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/notification-daemon/0.7/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.galago-project.org/
COMMENT= Shows notification messages on the desktop
LICENSE= gnu-gpl-v2
DEPENDS+= dbus-[0-9]*:../../sysutils/dbus
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake intltool pkg-config msgfmt
GCONF_SCHEMAS= notification-daemon.schemas
.include "../../mk/bsd.prefs.mk"
.if defined(PKG_SYSCONFDIR.dbus)
@ -24,17 +25,12 @@ CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR.dbus}/system.d
CONFIGURE_ARGS+= --with-dbus-sys=${PKG_SYSCONFDIR}/dbus-1/system.d
.endif
.include "../../devel/GConf/schemas.mk"
.include "../../audio/libcanberra/buildlink3.mk"
.if empty(PKG_BUILD_OPTIONS.libcanberra:Mgtk3)
PKG_FAIL_REASON+= "gtk3 option must be enabled for libcanberra."
.endif
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.27.0
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/libsexy/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify07/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,20 +1,67 @@
@comment $NetBSD: PLIST,v 1.7 2009/06/14 18:16:11 joerg Exp $
bin/notification-properties
lib/notification-daemon-1.0/engines/libstandard.la
@comment $NetBSD: PLIST,v 1.8 2013/08/12 08:35:17 obache Exp $
libexec/notification-daemon
share/applications/notification-properties.desktop
share/dbus-1/services/org.freedesktop.Notifications.service
share/gconf/schemas/notification-daemon.schemas
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/af/LC_MESSAGES/notification-daemon.mo
share/locale/an/LC_MESSAGES/notification-daemon.mo
share/locale/ar/LC_MESSAGES/notification-daemon.mo
share/locale/as/LC_MESSAGES/notification-daemon.mo
share/locale/ast/LC_MESSAGES/notification-daemon.mo
share/locale/be/LC_MESSAGES/notification-daemon.mo
share/locale/bg/LC_MESSAGES/notification-daemon.mo
share/locale/bn/LC_MESSAGES/notification-daemon.mo
share/locale/ca/LC_MESSAGES/notification-daemon.mo
share/locale/ca@valencia/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/en_GB/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/eu/LC_MESSAGES/notification-daemon.mo
share/locale/fa/LC_MESSAGES/notification-daemon.mo
share/locale/fi/LC_MESSAGES/notification-daemon.mo
share/locale/fr/LC_MESSAGES/notification-daemon.mo
share/locale/gl/LC_MESSAGES/notification-daemon.mo
share/locale/gu/LC_MESSAGES/notification-daemon.mo
share/locale/he/LC_MESSAGES/notification-daemon.mo
share/locale/hi/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/km/LC_MESSAGES/notification-daemon.mo
share/locale/kn/LC_MESSAGES/notification-daemon.mo
share/locale/ko/LC_MESSAGES/notification-daemon.mo
share/locale/lt/LC_MESSAGES/notification-daemon.mo
share/locale/lv/LC_MESSAGES/notification-daemon.mo
share/locale/mr/LC_MESSAGES/notification-daemon.mo
share/locale/ms/LC_MESSAGES/notification-daemon.mo
share/locale/nb/LC_MESSAGES/notification-daemon.mo
share/locale/nl/LC_MESSAGES/notification-daemon.mo
share/locale/nn/LC_MESSAGES/notification-daemon.mo
share/locale/or/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/ro/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/sr/LC_MESSAGES/notification-daemon.mo
share/locale/sr@latin/LC_MESSAGES/notification-daemon.mo
share/locale/sv/LC_MESSAGES/notification-daemon.mo
share/notification-daemon/notification-properties.glade
share/locale/ta/LC_MESSAGES/notification-daemon.mo
share/locale/te/LC_MESSAGES/notification-daemon.mo
share/locale/th/LC_MESSAGES/notification-daemon.mo
share/locale/tr/LC_MESSAGES/notification-daemon.mo
share/locale/ug/LC_MESSAGES/notification-daemon.mo
share/locale/uk/LC_MESSAGES/notification-daemon.mo
share/locale/uz@cyrillic/LC_MESSAGES/notification-daemon.mo
share/locale/vi/LC_MESSAGES/notification-daemon.mo
share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo
share/locale/zh_HK/LC_MESSAGES/notification-daemon.mo
share/locale/zh_TW/LC_MESSAGES/notification-daemon.mo
share/locale/zu/LC_MESSAGES/notification-daemon.mo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2008/11/27 14:18:31 jmcneill Exp $
$NetBSD: distinfo,v 1.6 2013/08/12 08:35:17 obache Exp $
SHA1 (notification-daemon-0.4.0.tar.gz) = c978d780588f31f4e5b75487ad1f1b7498e51a07
RMD160 (notification-daemon-0.4.0.tar.gz) = 349ea655b4fd0a2b5987b59a5d1241158f20f9d5
Size (notification-daemon-0.4.0.tar.gz) = 404178 bytes
SHA1 (notification-daemon-0.7.6.tar.xz) = 4963043fc5d80cbeccaf682b8b90cc364bc8c129
RMD160 (notification-daemon-0.7.6.tar.xz) = 345b98335a0826ea9094393bcefa12d8c5ab7e5b
Size (notification-daemon-0.7.6.tar.xz) = 279488 bytes