Commit graph

165 commits

Author SHA1 Message Date
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
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
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
obache
9572f6d892 recursive bump from textproc/icu shlib major bump. 2011-06-10 09:39:41 +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
drochner
d1dc7e5267 the problem leading to PR pkg/44181 (PLIST problem) is understood
and reported upstream -- adjust comments
2010-12-07 11:51:26 +00:00
drochner
57b859e816 deal with the PLIST problem reported in PR pkg/44181 by Robert Elz,
in this case it is not as easy as it looks, see the comment added
to the Makefile -- just avoid creation of the useless cache file for now
2010-12-01 20:21:48 +00:00
drochner
8e4c3d1850 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:24:09 +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
drochner
a7129791de bump PKGREV for new e-d-s requirement 2010-07-13 12:51:32 +00:00
drochner
d48e05cd82 update to 2.30.2
This switches to the gnome-2.30 release branch.
2010-07-06 15:13:39 +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
drochner
42b488bcde fix Linux'ism in strftime format string (in italian translation only),
from Ferruccio Zamuner per PM
2010-02-14 11:12:21 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
drochner
783e731f0e tell configure the right python version, should fix build with
default set to 2.6 (problem reported by wiz)
2009-10-27 16:19:14 +00:00
drochner
52d465686a misc cleanup (stale dependencies, old comments) 2009-10-26 10:57:21 +00:00
drochner
4573ba6831 update to 2.28.0
This switches to the gnome-2.28 release branch.
2009-10-22 17:29:42 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
drochner
7937f50804 update to 2.26.3
changes:
-bugfixes
-translation updates
2009-07-09 17:54:37 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
drochner
a92b213665 update to 2.26.2
changes:
-minor cleanup and fixes
-translation updates
2009-05-26 18:34:50 +00:00
drochner
ad62e245d7 update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 18:07:31 +00:00
kefren
1110bdeff2 Requires gtk2+>=2.15.1 2009-04-07 10:57:42 +00:00
wiz
b1076bb765 Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
2009-03-22 19:01:37 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
16890e72de use time_t consistently rather than GTime, fixes Y2038 issues on
platforms with 64bit time_t
see gnome bugzilla #569113
2009-03-19 18:54:42 +00:00
jmcneill
87ef05cebe Update gnome-panel to 2.26.0.
==============
Version 2.26.0
==============

  Panel

	* Ignore shadow mounts in the panel menus (Vincent)
	* Mark desktop files as trusted when it makes sense (Vincent)

  Clock Applet

	* Fix bad memory usage for a string returned by libical (Vincent)

  Misc

	* Remove scrollkeeper check, since it belongs to gnome-doc-utils
	  (Vincent)

  Docs Translators

	* Jen Ockwell (en_GB)
	* Jan Brož and Lucas Lommer (cs)

  Translators

	* Runa Bhattacharjee (bn_IN)
	* Reşat SABIQ (crh)
	* Hendrik Richter (de)
	* Fotis Tsamis (el)
	* Jorge González (es)
	* Mattias Põldaru (et)
	* Claude Paroz (fr)
	* Suso Baleato (gl)
	* Ankit Patel (gu)
	* Yaron Shahrabani (he)
	* Rajesh Ranjan (hi)
	* Luca Ferretti (it)
	* Žygimantas Beručka (lt)
	* wadim dziedzic (pl)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)
	* Yuriy Penkin (ru)
	* I. Felix (ta)
	* Theppitak Karoonboonyanan (th)

===============
Version 2.25.92
===============

  Panel

	* Fix some randr-interaction by connecting to the monitors-changed
	  signal. This shouldn't be needed with the latest GTK+, but we keep to
	  be 100% sure it will work in 2.26.0. (Matthias Clasen)
	* Use close button instead of ok button in error dialogs (Vincent)

  All Applets

	* Use close button instead of ok button in error dialogs (Vincent)

  Translators

	* Reşat SABIQ (crh)
	* Philip Withnall (en_GB)
	* Jorge González (es)
	* Ivar Smolin (et)
	* Luca Ferretti (it)
	* Raivis Dejus (lv)
	* Thierry Randrianiriana (mg)
	* Praveen Arimbrathodiyil (ml)
	* Adi Roiban (ro)
	* Pavol Šimo (sk)
	* Dr.T.vasudevan (ta)

===============
Version 2.25.91
===============

  Panel

	* Remove the mixer applet from the default configuration since GNOME
	  upstream doesn't ship this applet by default. Some distributions
	  might want to put it back. The patch to be reverted is:
	  http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-panel/panel-default-setup.entries?r1=11171&r2=11512&view=patch
	  (Vincent)

  Clock Applet

	* Fix properties dialog to not have a missing image and a weird title
	  (Matthias Clasen)
	* Use new GTK+ feature to change orientation of GtkBox instead of
	  custom code (Christian Persch)

  Notification Area Applet

	* Use new GTK+ feature to change orientation of GtkBox instead of
	  custom code (Christian Persch)

  Misc

	* Require GTK+ 2.15.1 (Christian Persch)

  Docs Translators

	* Iñaki Larrañaga Murgoitio (eu)

  Translators

	* Astur (ast)
	* Ihar Hrachyshka (be@latin)
	* Alexander Shopov (bg)
	* Ask Hjorth Larsen (da)
	* Dawa pemo (dz)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Ignacio Casal Quinteiro (gl)
	* Luca Ferretti (it)
	* Takeshi AIHANA (ja)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Shankar Prasad (kn)
	* Rafael Garcia (la)
	* Jovan Naumovski (mk)
	* Wouter Bolsterlee (nl)
	* Manoj Kumar Giri (or)
	* Tomasz Dominikowski (pl)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)
	* Theppitak Karoonboonyanan (th)
	* Clytie Siddall (vi)
	* 甘露(Gan Lu) (zh_CN)
	* Chao-Hsiung Liao (zh_HK)
	* Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.90
===============

  Panel

	* Add a timeout of 5 seconds to do the panel initial animation, in case
	  an applet is blocked while it's loading (Vincent)
	* Fix some format security warnings (Frédéric Crozat)

  Clock Applet

	* Fix some format security warnings (Frédéric Crozat)
	* Fix the dbus configuration file to specify the destination that is
	  allowed instead of just some non-existing interfaces (Vincent)
	* Properly initialize the eds part handling passwords, fixing some
	  hangs (Simon Brys, Vincent)

  Fish Applet

	* Fix some format security warnings (Frédéric Crozat)
	* Build fixes (Vincent)

  Notification Area Applet

	* Fix some format security warnings (Frédéric Crozat)

  Translators

	* Jordi Mallach (ca)
	* Ilkka Tuohela (fi)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Changwoo Ryu (ko)
	* Raivis Dejus (lv)
	* Jovan Naumovski (mk)
	* Sandeep Shedmake (mr)
	* Kjartan Maraas (nb)
	* André Gondim (pt_BR)
	* Krishna Babu K (te)

================
Version 2.25.5.1
================

  Panel

	* Fix a crash when the user configuration contains a separator
	  (Vincent)

==============
Version 2.25.5
==============

  Panel

	* Only show shutdown/reboot menu items if made available by the session
	  manager (Ray Strode)
	* Only allow dragging panels when pressing a modifier button (usually
	  Alt) for expanded panels (Vincent, William Lachance)
	* Delay the initial panel animation until applets/objects are loaded
	  (Ray Strode, Vincent)
	* Fix initial animation not happening for newly created panels
	  (Vincent)
	* Fix unloaded panels with existing configuration appearing empty when
	  reloaded in gconf (Vincent)
	* Correctly set the struts of the panel at the very early start so that
	  desktop icons don't jump around on login (Vincent, Ray Strode)
	* Connect to the session manager when we're really ready, instead of
	  doing it too early. This helps with desktop icons too (Behdad
	  Esfahbod, Vincent)
	* Respect TryExec key in desktop files that we directly put in the
	  menus (Matthias Clasen, Vincent)

  Clock Applet

	* Hide the option to use 12/24 hours if it's not supported in the
	  current locale (Vincent)
	* Fix a crash on Solaris when the weather code is empty (Vincent)
	* Minor HIG fix

  Misc

	* Fix applet compilation by explicitly listing LIBPANEL_APPLET_LIBS in
	  LDADD (Vincent)

  Translators

	* Petr Kovar (cs)
	* Andre Klapper (de)
	* Jorge González (es)
	* saudat mohammed (ha)
	* Gabor Kelemen (hu)
	* Onye, Sylvester (ig)
	* Kjartan Maraas (nb)
	* Daniel Nylander (sv)
	* Fajuyitan, Sunday Ayo (yo)

==============
Version 2.25.3
==============

Note to distributors: this release might break various other applications
(mostly applets, though). If this is the case, please contact the gnome-panel
developers to see if changes should be reverted.

 + we do not have a bonobo PanelShell interface. As far as I know, it wasn't
   used by anything and was useless anyway.
 + libpanel-applet doesn't depend on libgnomeui anymore. This might have some
   build-time and run-time side-effects:
   - build-time: the pkg-config check for libpanelapplet-2.0 won't bring
     libgnomeui anymore. The fix is to have the applet configure script check
     for libgnomeui itself if it needs it.
   - build-time: panel-applet.h doesn't contain some #include for some
     libgnomeui part anymore. The fix is to have the relevant applet code
     include the right headers it needs.
   - run-time: the macro defined in panel-applet.h and used by nearly all
     applets to start the applet (PANEL_APPLET_BONOBO_FACTORY) used to call
     gnome_program_init(), and it's not the case anymore. If the applet uses
     some libgnomeui widgets, there might be warnings because some of those
     require some libgnomeui initialization. The fix is to either port the
     applet to GTK+ widgets, or to have it called gnome_program_init() on its
     own.
   This last item could arguably be seen as an API change. If this causes too
   many issues, another solution might be considered.


  Panel

	* Use C_() instead of Q_() (Philip Withnall, Vincent)
	* Fix compilation warnings (Vincent)
	* Use dbus-based uniquification instead of bonobo-based (Colin Walters,
	  Vincent)
	* Add a --replace argument to replace the current panel instead of just
	  leaving (Vincent)
	* Remove unneeded call to gnome_authentication_manager_init() (we use
	  gio now) (Vincent)
	* Set an application name (Vincent)
	* Code cleanup (Vincent)
	* Use single include for glib and gtk+ (Vincent)
	* Stop using many deprecated API (Vincent)
	* Start removing calls to libgnome/libgnomeui API (Vincent)
	* Use gio to launch desktop files, instead of gnome-desktop (Vincent)
	* Stop using gnome_help_display_desktop_on_screen() and get rid of
	  libgnomeui dependency (Vincent)
	* Fix help for "connect to server" (Vincent)

  libpanel-applet

	* Use C_() instead of Q_() (Philip Withnall, Vincent)
	* Use single include for glib and gtk+ (Vincent)
	* Stop using many deprecated API (Vincent)
	* Code cleanup (Vincent)
	* Do not depend on libgnome/libgnomeui anymore [note that we still have
	  an indirect libgnome dependency, through bonobo] (Vincent)

  All Applets

	* Use single include for glib and gtk+ (Vincent)
	* Stop using gnome_help_display_desktop_on_screen() and get rid of
	  libgnomeui dependency (Vincent)

  Clock Applet

	* Add some inline documentation to the edit location window (Dan
	  Winship)
	* Remove fixed width for buttons in the pref dialog (Gabor Kelemen)
	* Build fixes (Vincent)
	* Stop using deprecated GTK+ API (Vincent)
	* Show day of week header in "set time" calendar (Vincent)

  Fish Applet

	* Fix compilation warnings (Vincent)

  Notification Area Applet

	* Real tray icons transparency (Owen Taylor)
	* Fix compilation warnings (Vincent)
	* Stop using deprecated GTK+ API (Vincent)

  Wnck Applets

	* Use the right help file for some help buttons (Vincent)
	* Make sure dialogs have the right window icon (Vincent)

  Misc

	* Require glib 2.18.0 (Vincent)
	* Remove obsolete german translation of documentation (Vincent)
	* Stop declaring a bonobo PanelShell interface (Vincent)
	* libpanel-applet and all applets in gnome-panel lose their libgnomeui
	  dependency (Vincent)

  Translators

	* Yair Hershkovitz (he)
	* Leonardo Ferreira Fontenelle (pt_BR)
2009-03-16 23:49:20 +00:00
drochner
d529140e56 sync the patch to fix a 64-bit time_t problem with the version submitted
to upstream (no functional change, just avoid a typecast)
2009-02-18 17:50:24 +00:00
drochner
e43ba60b5e fix mixup of time_t and int32 in arguments of a callback function,
keeps the calendar popup from crashing if a holiday calendar was
imported in evolution, bump PKGREVISION
2009-01-25 17:03:31 +00:00
wiz
6fb7fd69cd Update to 2.24.3:
==============
Version 2.24.3
==============

  Clock Applet

	* Add inline documentation to the edit location window (Dan Winship)
	* Fix crash for custom locations on Solaris (Vincent, Matt Keenan)

  Translators

	* Petr Kovar (cs)
	* Jorge González (es)
	* Claude Paroz (fr)
	* Gabor Kelemen (hu)
	* Leonardo Ferreira Fontenelle (pt_BR)
	* Daniel Nylander (sv)
2009-01-14 09:11:47 +00:00
wiz
e72a1120ed Update to 2.24.2:
==============
Version 2.24.2
==============

  Misc

	* Fix libpanelapplet-2.0.pc pkg-config file to include gconf (Kjartan
	  Maraas)

  Translators

	* Mikel González (ast)
	* Nikos Charonitakis (el)
	* Gabor Kelemen (hu)
	* Rafael Garcia (la)
2008-12-02 15:59:25 +00:00
jmcneill
6edc38854d Pull in hal and policykit 2008-11-23 17:32:12 +00:00
wiz
05a267963c Update to 2.24.1:
==============
Version 2.24.1
==============

  Clock Applet

	* Try to update weather with a growing timeout in case of errors, to
	  get an update faster (Dan Winship)

  Misc

	* Require libgweather 2.24.1 (Dan Winship)

  Docs Translators

	* Djihed Afifi (ar)

  Translators

	* Djihed Afifi (ar)
	* Ihar Hrachyshka (be@latin)
	* Jordi Mallach (ca)
	* Dawa pemo (dz)
	* Luca Ferretti (it)
	* Jovan Naumovski (mk)
	* Og Maciel (pt_BR)
	* Pavol Šimo (sk)
	* Laurent Dhima (sq)
	* Daniel Nylander (sv)
	* Theppitak Karoonboonyanan (th)
2008-10-24 22:49:53 +00:00
drochner
ce1d3e1a1b update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 15:25:58 +00:00
wiz
03b53774ba Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlib
name change).
2008-09-06 20:54:31 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
drochner
7cc79995f0 make it build on DragonFly or FreeBSD, from Hasso Tepper per PR misc/38807 2008-05-31 12:21:14 +00:00
drochner
0a7c35ad10 update to 2.22.2
changes:
-UI fixes
-clock applet: Accept Google URI for Google calendars appointments
-bugfixes
-translation updates
2008-05-29 11:15:49 +00:00
drochner
fc81f17d37 update to 2.22.1.3
changes:
-some fixes to the clock applet
-forward compatibility for gnome-2.24

pkgsrc change: re-applied the old pkgsrc fix for gnome bug #372155
(Calendar opens Evolution on the wrong day), because the fix which
was applied upstream is incorrect
2008-04-16 16:48:25 +00:00
drochner
899e360cda update to 2.22.1.2
This switches to the gnome-2.22 release branch.
2008-04-15 17:52:40 +00:00