diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-22 22:00:58 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-22 22:00:58 +0000 |
commit | 6240a327e975817b39ffd05c2e1a26bb9ec1381c (patch) | |
tree | 9c96fb741edd0edbefa6f918dc62593e1b7b874f /x11/gnome2-control-center | |
parent | d35fa7aff670b387550ed2f7a22178a9623c766e (diff) | |
download | pkgsrc-6240a327e975817b39ffd05c2e1a26bb9ec1381c.tar.gz |
Update to 2.8.2:
- Add desktop file for the font method. (Jeff Waugh).
- Fix theme thumbnailing. Closes bug #153203 and bug #165778.
(Sebastien Bacher and Shakti Sen)
- Fix a leak in the font method. Closes bug #165312. (Kjartan)
- Fix widget expansion in the keyboard preferences. Closes bug #151588.
Patch from Ross Burton
- Handle backspace in multilayout setups correctly. Closes bug #154492.
Patch from Michal Bukovjan
- Build fixes (Dan Winship, Shakti Sen; closes bug #153203.
- Theme manager: Fix an infinite loop. Closes bug #160803. Patch from
Elijah Newren
- Mask the "Text Editor" tab since the new mime system doesn't use this
setting.
- use a temporary filename to not overwrite existant files in ~/.themes
(Closes: #97180).
- theme-thumbnailer doesn't require an absolute path (Closes: #153203).
- updated translations (bg, da, id, it, nso, sq, zh_CN, zu)
Diffstat (limited to 'x11/gnome2-control-center')
-rw-r--r-- | x11/gnome2-control-center/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome2-control-center/PLIST | 5 | ||||
-rw-r--r-- | x11/gnome2-control-center/distinfo | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11/gnome2-control-center/Makefile b/x11/gnome2-control-center/Makefile index 8a27d406fe6..46410471fbf 100644 --- a/x11/gnome2-control-center/Makefile +++ b/x11/gnome2-control-center/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2004/10/26 21:07:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2005/02/22 22:00:58 jmmv Exp $ # -DISTNAME= control-center-2.8.1 +DISTNAME= control-center-2.8.2 PKGNAME= gnome2-${DISTNAME} CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/control-center/2.8/} diff --git a/x11/gnome2-control-center/PLIST b/x11/gnome2-control-center/PLIST index d1b5a4ef70d..0766f48444f 100644 --- a/x11/gnome2-control-center/PLIST +++ b/x11/gnome2-control-center/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2004/09/22 08:09:58 jlam Exp $ +@comment $NetBSD: PLIST,v 1.12 2005/02/22 22:00:58 jmmv Exp $ bin/gnome-accessibility-keyboard-properties bin/gnome-at-properties bin/gnome-background-properties @@ -34,6 +34,7 @@ libexec/fontilus-context-menu libexec/gnome-settings-daemon share/application-registry/fontilus.applications share/application-registry/themus.applications +share/applications/gnome-font-viewer.desktop share/applications/gnomecc.desktop share/control-center-2.0/capplets/accessibility-keyboard.desktop share/control-center-2.0/capplets/at-properties.desktop @@ -172,6 +173,7 @@ ${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/control-center-2.0.mo +${PKGLOCALEDIR}/locale/nso/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/control-center-2.0.mo @@ -192,6 +194,7 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/control-center-2.0.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo +${PKGLOCALEDIR}/locale/zu/LC_MESSAGES/control-center-2.0.mo share/mime-info/fontilus.keys share/mime-info/fontilus.mime share/mime-info/themus.keys diff --git a/x11/gnome2-control-center/distinfo b/x11/gnome2-control-center/distinfo index 9281724e34e..aa511462ec8 100644 --- a/x11/gnome2-control-center/distinfo +++ b/x11/gnome2-control-center/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2004/11/19 17:32:20 sketch Exp $ +$NetBSD: distinfo,v 1.16 2005/02/22 22:00:58 jmmv Exp $ -SHA1 (control-center-2.8.1.tar.bz2) = e78d007de3788b5697d9177e9d3a2efe12084c44 -Size (control-center-2.8.1.tar.bz2) = 2547071 bytes +SHA1 (control-center-2.8.2.tar.bz2) = 13dbc0761bba792b563fa800a44b977e793a8508 +Size (control-center-2.8.2.tar.bz2) = 2806342 bytes SHA1 (patch-aa) = 826bd6ef91135a61a86450ff150662156c833ae8 SHA1 (patch-ab) = 15d24efe8e39d948b5663e641f47ea41b815e17d SHA1 (patch-ac) = e2df2c5ffc0841f409985eafbafb96c5c9a5551a |