Commit graph

150 commits

Author SHA1 Message Date
sbd
86985ff188 Recursive bump for devel/exempi buildlink addition. 2011-11-26 06:09:10 +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
drochner
cc4758572f update to 2.32.2.1
changes:
-bugfixes
-translation updates
2011-01-11 12:05:01 +00:00
drochner
1f36112c1c update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:29:04 +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
618a00cd83 update to 2.30.1
This switches to the gnome-2.30 release branch.
2010-07-06 15:19:46 +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
wiz
0db58e10c8 Fix build with gtk2-2.20. 2010-06-11 08:33:00 +00:00
tnn
00bd7d953c add "bn" locale to PLIST. Bump revision. 2010-04-11 16:38:29 +00:00
drochner
f89f18bd9a update to 2.28.4
changes: minor fixes
2009-12-16 17:17:03 +00:00
drochner
5c5b2f19c6 update to 2.28.1
This switches to the gnome-2.28 release branch.
2009-10-22 17:31:50 +00:00
wiz
b5935a02fd Update to 2.26.4:
Major changes in 2.26.4 are:
* New translations
* Fixed a crash in the preferences dialog
2009-09-25 09:11:14 +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
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
75fc561a65 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
2f031a0f1f Update pattern in PRINT_PLIST_AWK. 2009-05-20 13:19:04 +00:00
wiz
b4f7f604df Add URL for upstream bug report. 2009-05-19 23:52:15 +00:00
wiz
7ad0351329 Stop creating lib/nautilus/extensions-1.0, it's not needed any longer.
Include sysutils/desktop-file-utils/desktopdb.mk.

Bump PKGREVISION.
2009-05-19 21:46:23 +00:00
wiz
1c4311eafd Remove unneeded patches. 2009-05-19 21:38:33 +00:00
wiz
5120c1b12e Update to 2.26.3. Add commented out LICENSE (needs AND).
Major changes in 2.26.3 are:
* New translations
* Allow shift+return during typeahead find
* Some startup performance fixes
* Fix excessive whitespace on right hand size in zoomed icon view
2009-05-19 20:35:34 +00:00
drochner
249b6550ab update to 2.26.2
changes: bugfixes
2009-04-17 18:06:12 +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
snj
45f8b9ea45 Remove some now-unused bl3 includes. 2009-03-18 06:17:39 +00:00
jmcneill
86e48108e3 Update nautilus to 2.26.0.
pkgsrc changes:

    * user-destdir support
    * remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf,
      libart, ORBit2, startup-notification dependencies
    * add exempi, libunique dependencies


Major changes in 2.26.0 are:
* Stable release
* Fix crash due to broken gdk-pixbuf tga loader
* make sure thumbnails are updated even when zoomed up
* fix crash in media settings preferences

Major changes in 2.25.93 are:
* Use ConsoleKit to make sure we only autorun on active sessions
* Never show unmount if we show an eject menu item
* Show the gvfs reported owner/group names
* Don't allow changing default app for folders
* Fix "can't unmount same location twice" bug

Major changes in 2.25.92 are:
* Set mmap limit to avoid desktop background memory not being returned to the os
* Warn when source overwrites destination in move
* Don't put "link to ..." in front of symlinks unless there are name conflicts
* Fix desktop flicker on theme change
* Require desktop file app launchers to be executable
* Support making symlinks on remote locations (if supported by backend)

Major changes in 2.25.91 are:
* Use G_DEFINE_TYPE_* instead of hand-written types
* fix: opening a new window restores minimised ones
* fix renaming of desktop files
* Handle new kinds of GIcons
* Don't display shadowed mounts

Major changes in 2.25.4 are:
* Don't show desktop files from other desktops than Gnome on the desktop
* Support crossfades of desktop backgrounds
* Don't snap desktop icons outside right margin
* Fix crashes and leaks

Major changes in 2.25.3 are:
* Remove CD/DVD creator from places menu and sidebar
* Allow deleting custom emblems
* Fix crashes
* Don't show read-only emblems in trash
* Trash performance fixes
* General performance fixes
* Update to new PackageKit API

Major changes in 2.25.2 are:
* Merged eel into nautilus
* Use single glib/gtk includes
* Support PackageKit application search
* Fix new windows not appearing after successful mount
* Remove support for old KDE trash dirs

Major changes in 2.25.1 are:
* Remove depencency on libgnome & gnome-vfs
* Fix crashes
* Chop trailing space characters when moving to FAT file system
* When DnD'ing, COPY instead of MOVE, when the source is not deletable
* Don't set default when opening with other app, just add to open with list.
* Don't make copies of files from readonly source (e.g. CDROM) readonly
* Don't show cancel dialog when showing the "run or display" dialog
2009-03-16 14:05:04 +00:00
wiz
2c1bfd1458 Update to 2.24.2:
Major changes in 2.24.2 are:
* Fix custom mime icons, requires new glib & gvfs
* Fix crashes
2008-11-24 15:41:52 +00:00
wiz
b32d359f72 Spelling. 2008-10-31 13:38:36 +00:00
wiz
23f73ac2c6 Add a comment for post-install target. 2008-10-31 13:25:39 +00:00
wiz
941669b383 Update to 2.24.1:
Major changes in 2.24.1 are:
* Fix saving of spatial window geometry on close
* Remove trailing spaces on filenames when copying to FAT file systems
* Allow emblems that don't start with "emblem-"
* On unmount close tabs that show the unmounted location
* Fixed redraw issues with labels on zoom
* Don't toggle sidebar splitter when dragging it
* Fix bookmark issue that sometimes led to locations not loading
* Don't show the "cancel" dialog after a timeout when displaying a dialog
* Fix crashes and leaks
2008-10-27 01:13:06 +00:00
drochner
d8b52537f9 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 17:58:00 +00:00
jmcneill
868769e5a5 Fix compilation on NetBSD. 2008-09-15 23:56:48 +00:00
drochner
f4467bdb2b update to 2.22.5.1
changes:
-UI fixes
-Preserve mtime when copying files
-Thumbnailing improvements and speedup
-bugfixes
2008-07-15 10:46:25 +00:00
drochner
ed7e9f2d27 remove obsolete esound dependency, ride on update of some minutes ago 2008-05-29 11:25:28 +00:00
drochner
2d086a1953 update to 2.22.3
changes:
-speed up thumbnailing
-more UI improvements
-bugfixes
2008-05-29 11:19:41 +00:00
drochner
ad8be36ff0 tell the user that sysutils/gvs is needed for some desktop functions,
in response to PR pkg/38530 by Jared D. McNeill
(Adding it as a full dependency would thwart the whole purpose of
plugins; also, gvfs is quite young and will likely be changed often,
which would cause unnecessary rebuilds.)
2008-04-28 17:38:44 +00:00
drochner
4a50eeb58b update to 2.22.2
This switches to the gnome-2.22 release branch.
2008-04-15 17:48:16 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
drochner
c54c485b17 Work around a missing check for sys/param.h in configure, to make it
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier.
Thanks to Gilles for testing the fix.
(I'll report the missing configure check upstream.)
2007-11-12 20:52:52 +00:00
drochner
d4bed7882c update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:10:29 +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
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00
wiz
e64b358b66 Use gnome-vfs instead of gnome-vfs2. 2007-09-19 23:13:12 +00:00