Commit graph

7 commits

Author SHA1 Message Date
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
obache
5332cd44e4 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
2013-08-12 08:35:17 +00:00
jmcneill
528d552e7c Update notification-daemon to 0.4.0.
version 0.4.0 (20-November-2008):
	* Bumped up the required minimum version of GTK+ to 2.10.0.
	* Bump the notification spec version we're compliant with to 1.0.
	* Send the reason code along with the NotificationClosed signal in order
	  to indicate why the notification was closed. (Bug #137)
	* Send an error if the user attempts to close an already closed
	  notification.
	* Text is now escaped in the summary in the Standard theme so that
	  ampersands and other special characters show up instead of disappearing.
	  (Bug #132)
	* Set the type hint for notifications to TYPE_NOTIFICATION. (Bug #146)
	* Added support for playing sounds when the "sound-file" hint is set or
	  when the default_sound GConf key is set, as well as support for the
	  "suppress-sound" hint. Patch by Jim Ramsay. (Ticket #111)
	* Added a control panel applet for controlling such things as the
	  notification theme and popup positions. Patch by John Wendell.
	  (Ticket #126)
	* Added better support for attaching context notifications to an icon on
	  the system tray, even when it moves. Patch by Colin Walters.
	* Added an Arabic translation. Patch by Djihed Afifi. (Ticket #131)
	* Added an Italian translation. Patch by Luca Ferretti.
	* Fixed a bug where text would sometimes get truncated. (Ticket #162)
	* Fixed a bug where notifications weren't displayed if a fullscreen
	  window was minimized. (Bug #142)
	* Fixed a bug where we were quitting on theme engine failure, instead of
	  falling back to the default theme engine. Patch by
	  driehuis-at-playbeing.org. (Ticket #128)
	* Fixed a bug where notifications with arrows were crossing the monitor
	  on multihead setups instead of staying on their head. Patch by M.S.
	  (Bug #5)
	* Fixed the close button size on the notifications so that they don't
	  stretch. Patch by Luca Cavelli. (Bug #127)
	* Fixed a crash when an unsupported value type was passed in for the
	  urgency when using the standard theme. (Bug #135)
2008-11-27 14:18:31 +00:00
drochner
ede7d565f0 update to 0.3.7
changes:
* The background of the window in the standard theme is now just slightly
  transparent when compiled against GTK+ 2.10 and when using a composite
  manager.
-initial accessibility support
-bugfixes
2007-03-23 17:07:37 +00:00
drochner
09e1b5dc3d -make this build with new dbus-glib's binding tool which requires
the --prefix argument (quick 'n dirty fix, hopefully upstream will
 catch up),
-announce .schema to gconf
-being here, update to 0.3.6, changes:
 -Added a GConf key to specify which corner of the screen notifications
  should appear in
 -Added a Dutch translation
 -bugfixes
2006-11-13 19:40:04 +00:00
jmmv
96a767a67b Update to 0.3.5. OK'ed by wiz@ during the freeze. Closes PR pkg/34318.
* Add three new required theme functions:
  - theme_check_init - determines if the theme is compatible with the
    running version of notification-daemon.
  - get_theme_info - returns info on the theme.
  - clear_notification_actions - Clears the notification action buttons
    on the window.
* Disabled the Bubble theme for this release. It's the source of too
  many bugs.
* Fix the scaling of different icon sizes. Now small icons display as
  small, and larger icons are scaled down to 48x48.
* Fixed a problem where icons were being clipped in notifications.
  Patch by M.S. (Bug #21)
* Fixed incorrect usage of GtkIconTheme. (Bug #38)
* Fixed notifications with a timeout of 2147484ms or longer expiring
  in less than a second. (Bug #22)
* Fixed a bug where a notification would duplicate its actions when
  updated. (Bug #30)
* The Standard theme's countdown timer is now rendered using Cairo when
  compiled against Gtk 2.8.0 or higher. This improves the timer by making
  it antialiased.
* Renamed notification-daemon.service to
  org.freedesktop.Notifications.service.
2006-09-16 14:48:05 +00:00
jmmv
871182a9c8 Initial import of notification-daemon, version 0.3.4:
notification-daemon is an application that shows notifications sent by
other applications on your desktop in the form of popups.  It is based
on the libnotify library.
2006-03-30 21:03:51 +00:00