PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
changes:
-Remove Industrial engine as it is in gtk-engines now
* Remove Smooth engine as it is in gnome-themes now
-fixes
added russian translation
cvs: ----------------------------------------------------------------------
2004-08-31 Christian Schaller <Uraeus@gnome.org>
* configure.in: Update version to 0.8
2004-08-11 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
2004-07-28 Gustavo Maciel Dias Vieira <gustavo@sagui.org>
* configure.in: Added pt_BR to ALL_LINGUAS.
2004-06-18 Jakub Steiner <jimmac@ximian.com>
* gnome-fs-directory-visiting: the open folder state
2004-06-17 Christian Schaller <christian@fluendo.com>
* Added python mimetype icon to Lush from Nicolas Évrard
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* gnome-fs-executable -> gnome-mime-x-application-executable:
symlinking accross directories seems to be a pain. However
symlinking to nonexistant files hardly the solution ;)
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* Gorilla/icons/scalable/filesystems/Makefile.am:
fix makefile after Christian ;)
2004-06-10 Jakub Steiner <jimmac@ximian.com>
* my-computer.svg: remove the duplicate
2004-06-09 Christian Schaller <christian@fluendo.com>
* fix emblem placements
* fix makefiles after Jakub :)
* Add gnome-fs-client to Gorilla
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* stock_dialog_warning.svg: Do not embed font. Fixes bug #140719
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. devices/*: proper scaling
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. devices/gnome-fs-floppy.svg: 3D should suit it
2004-06-09 Jakub Steiner <jimmac@ximian.com>
* (Gorilla) .. apps/Makefile.am:
* (Gorilla) .. filesystems/Makefile.am:
* (Gorilla) .. mimetypes/Makefile.am: symlink fixes
2004-06-08 Jakub Steiner <jimmac@ximian.com>
* my-computer.svg
* gnome-terminal.svg: scale fixups
* accessibility-directory.svg
* gnome-games.svg: new panel icons
2004-05-05 Christian Schaller <Uraeus@gnome.org>
* Fixing small issues in Nuvola
* Adding OpenOffice icons to Nuvola apps directory
* Give printermanager a Nuvola icon
* Add sodipodi/inkscape icon to theme
* Fixed translations
2004-05-03 Christian Schaller <Uraeus@gnome.org>
* Tons of bugfixes from Josselin Mouette <joss@debian.org>
* Firefox icon from Tobias Jakobs
* Suse symlinks from James Ogley
* Disable translations, they currently break the build
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".