Commit graph

24 commits

Author SHA1 Message Date
wiz
fb1a8e5414 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:41:29 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
8b132525ef Needs gtk2>=2.10.0. 2008-11-29 06:43:00 +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
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
ff8d3b0d52 Remove obsolete patch. 2007-04-20 21:49:57 +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
joerg
3ff043a4ac Needs msgfmt. 2006-12-01 14:00:16 +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
1cf87e225b Bump PKGREVISION due to dbus update to 0.9x. 2006-08-23 09:49:35 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +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