diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:42:11 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-10 13:42:11 +0000 |
commit | 4f58bac6723fcc90b736dd3ba14d588c0285f3fe (patch) | |
tree | 73c2b52eb3db2ab3bc6d4a0e8c07dbbf987526b7 /devel/libgnome | |
parent | adc00a4f885ae2fddcf2e7d632742c21e7900c67 (diff) | |
download | pkgsrc-4f58bac6723fcc90b736dd3ba14d588c0285f3fe.tar.gz |
Update to 2.12.0.1:
libgnome 2.12.0.1
-----------------
what's new since 2.12.0
* Bug fixes
- Fix schemas install problem with vi translation (Rodney)
* Updated translations
- Vietnamese
libgnome 2.12.0
---------------
What's new since 2.11.3
* Bug fixes
- Include developer docs in the zip file for Win32 (Tor)
* Updated translations
- Catalan, Basque, Brazilian Portugese, Estonian, French,
Galician, Hungarian, Indonesian, Korean, Portugese,
Russian, Serbian, Turkish, Vietnamese.
libgnome 2.11.3
---------------
What's new since 2.11.2
* Features:
- Add a man page for gnome-options (Sebastien)
* Bug fixes:
- Win32 fixes (Tor)
- gnome_help_display_with_doc_id_and_env() didn't use doc_id
(Damon Chaplin, Muktha Narayan)
libgnome 2.11.2
---------------
What's new since 2.11.1
* Features:
- Change default theme to Clearlooks (Elijah Newren)
- Deprecate some gconf keys (Mark McLaughlin)
* Bug fixes:
- Fix highscore handling (Sebastien Bacher)
* Translations:
- German (de), Finnish (fi), Hebrew (he), Albanian (sq),
Portugese (pt), Polish (pl), Gujarati (gu), Bulgarian (bg),
Norwegian bokmål (nb), Czech (cz), Simplified Chinese (zh_CN),
Traditional Chinese (ch_TW), Thai (th), Estonian (et),
Spanish (es), Slovak (sk), Canadian English (en_CA),
Hungarian (hu), Serbian (sr), Catalan (ca), Japanese (ja),
libgnome 2.11.1
---------------
What's new since 2.10.x
* Features:
- Port to Win32 (Tor Lillquist)
- New GConf keys for document font and gtk-menu-bar-accelerator
(Shaun McCance, Sebastien Bacher)
* Bug fixes:
- Use correct key name for toolbar placement
(Christian Neumair)
- Build fixes (Kjartan, Sebastien Bacher, Ryan Lortie)
- Fix problem with launchers being unusable for root on
Solaris. (Vinay M R)
- Use g_get_language_names() instead of gnome_i18n_get_language_list()
- Fix playback of certain WAV files (Jeffrey Stedfast)
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/Makefile | 7 | ||||
-rw-r--r-- | devel/libgnome/PLIST | 4 | ||||
-rw-r--r-- | devel/libgnome/distinfo | 9 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-aa | 13 |
4 files changed, 11 insertions, 22 deletions
diff --git a/devel/libgnome/Makefile b/devel/libgnome/Makefile index 4444816eb06..a210054a9f2 100644 --- a/devel/libgnome/Makefile +++ b/devel/libgnome/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.41 2005/08/10 20:56:15 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/10/10 13:42:11 jmmv Exp $ # -DISTNAME= libgnome-2.10.1 +DISTNAME= libgnome-2.12.0.1 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome/2.12/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -27,6 +27,7 @@ CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc +INSTALL_MAKE_FLAGS+= soundlistdir=${PREFIX}/share/examples/libgnome/sound/events OWN_DIRS= ${PKG_SYSCONFDIR}/sound/events diff --git a/devel/libgnome/PLIST b/devel/libgnome/PLIST index 801fef4988a..07e7b8ecb54 100644 --- a/devel/libgnome/PLIST +++ b/devel/libgnome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2005/07/27 17:20:49 drochner Exp $ +@comment $NetBSD: PLIST,v 1.16 2005/10/10 13:42:11 jmmv Exp $ bin/gnome-open include/libgnome-2.0/libgnome/gnome-config.h include/libgnome-2.0/libgnome/gnome-exec.h @@ -19,6 +19,7 @@ lib/bonobo/monikers/libmoniker_extra_2.la lib/bonobo/servers/GNOME_Moniker_std.server lib/libgnome-2.la lib/pkgconfig/libgnome-2.0.pc +man/man7/gnome-options.7 share/doc/libgnome/ch01s02.html share/doc/libgnome/ch01s03.html share/doc/libgnome/ch01s04.html @@ -43,6 +44,7 @@ share/doc/libgnome/libgnome-libgnometypebuiltins.html share/doc/libgnome/libgnome.devhelp share/doc/libgnome/libgnome.html share/doc/libgnome/right.png +share/doc/libgnome/style.css share/doc/libgnome/up.png share/examples/libgnome/sound/events/gnome-2.soundlist share/examples/libgnome/sound/events/gtk-events-2.soundlist diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index 47cae330591..395c3f1c562 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.23 2005/07/27 17:20:49 drochner Exp $ +$NetBSD: distinfo,v 1.24 2005/10/10 13:42:11 jmmv Exp $ -SHA1 (libgnome-2.10.1.tar.bz2) = 79ca51083379dc538dc0d0614f343549782b7f1b -RMD160 (libgnome-2.10.1.tar.bz2) = 5463143834cecd299d7652c1907ad8658e82b3f1 -Size (libgnome-2.10.1.tar.bz2) = 1227721 bytes -SHA1 (patch-aa) = 349be2770b6578057ae1ded589e71765c63c12af +SHA1 (libgnome-2.12.0.1.tar.bz2) = ec5f1be0e6085226f942535a5dbd45cdbab95f80 +RMD160 (libgnome-2.12.0.1.tar.bz2) = 373d5c5a2ac3272e3669e10e48f01b12331f8e95 +Size (libgnome-2.12.0.1.tar.bz2) = 955235 bytes SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa deleted file mode 100644 index 5c6c7f8a21d..00000000000 --- a/devel/libgnome/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2004/09/21 16:46:14 jmmv Exp $ - ---- gnome-data/Makefile.in.orig 2004-08-30 16:13:30.000000000 +0200 -+++ gnome-data/Makefile.in -@@ -197,7 +197,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --soundlistdir = $(sysconfdir)/sound/events -+soundlistdir = $(datadir)/examples/libgnome/sound/events - - soundlist_in_files = \ - gnome-2.soundlist.in \ |