pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gnome-control-center Update gnome-control-center t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/484ac8e4d2c8
branches:  trunk
changeset: 556134:484ac8e4d2c8
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Tue Mar 17 00:27:37 2009 +0000

description:
Update gnome-control-center to 2.26.0.

gnome-control-center 2.26.0 (2009-03-16)

About me:
- Fix warning when selecting a finger to enroll in the combo box
  (Bastien Nocera) (#574974)

Default applications:
- Fix mnemonic conflicts (Jens Granseuer)

Display:
- Make the strings of the rotation dialog appear translated (Gabor Kelemen)
  (#574693)
- Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
  (#574865)

Font viewer:
- Stop the font thumbnailer eating all the CPU (Bastien Nocera) (#573795)

Keybindings:
- Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)

Typing break:
- Revert string freeze breaker (Thomas H.P. Andersen) (#572325)

Translations:
- af (Friedel Wolff)
- as (Amitakhya Phukan)
- bg (Alexander Shopov)
- bn_IN (Runa Bhattacharjee)
- cs (Petr Kovar, Lucas Lommer)
- de (Christian Kirbach, Hendrik Richter)
- el (Jennie Petoumenou)
- en_GB (Philip Withnall)
- es (Jorge Gonzalez)
- fi (Tommi Vainikainen)
- gl (Ignacio Casal Quinteiro)
- gu (Ankitkumar Patel)
- he (Mark Krapivner, Yaron Sharabani)
- hi (Rajesh Ranjan)
- hu (Gabor Kelemen)
- it (Milo Casagrande)
- ja (Takeshi AIHANA)
- lt (Gintautas Miliauskas)
- mai (Rajesh Ranjan)
- ml (Ani Peter)
- mr (Sandeep Shedmake)
- nl (Wouter Bolsterlee)
- or (Manoj Kumar Giri)
- pl (Tomasz Dominikowski)
- pt (Duarte Loreto)
- pt_BR (Andre Gondim)
- ru (Nickolay V. Shmyrev)
- sv (Daniel Nylander)
- ta (I. Felix)
- te (Krishnababu K)
- th (Theppitak Karoonboonyanan)
- tr (Baris Cicek)

diffstat:

 x11/gnome-control-center/Makefile |  20 +++++---------------
 x11/gnome-control-center/PLIST    |   6 +++++-
 x11/gnome-control-center/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 20 deletions(-)

diffs (116 lines):

diff -r c806a5666155 -r 484ac8e4d2c8 x11/gnome-control-center/Makefile
--- a/x11/gnome-control-center/Makefile Tue Mar 17 00:15:16 2009 +0000
+++ b/x11/gnome-control-center/Makefile Tue Mar 17 00:27:37 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2009/03/16 17:22:57 jmcneill Exp $
+# $NetBSD: Makefile,v 1.22 2009/03/17 00:27:37 jmcneill Exp $
 #
 
-DISTNAME=      gnome-control-center-2.25.92
+DISTNAME=      gnome-control-center-2.26.0
 CATEGORIES=    x11 gnome
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-control-center/2.25/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gnome-control-center/2.26/}
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -47,20 +47,14 @@
 BUILDLINK_API_DEPENDS.Xft2+=   Xft2>=2.1.2
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnome-control-center
-PKG_SUPPORTED_OPTIONS= evolution hal
-PKG_SUGGESTED_OPTIONS= evolution hal
+PKG_SUPPORTED_OPTIONS= evolution
+PKG_SUGGESTED_OPTIONS= evolution
 .include "../../mk/bsd.options.mk"
 PLIST_VARS+=           evolution
 .if !empty(PKG_OPTIONS:Mevolution)
 CONFIGURE_ARGS+=       --enable-aboutme
 PLIST.evolution=       yes
 .endif
-.if !empty(PKG_OPTIONS:Mhal)
-CONFIGURE_ARGS+=       --enable-hal
-.else
-CONFIGURE_ARGS+=       --disable-hal
-.endif
-
 
 _TOOLS_USE_MSGFMT_SH=  yes
 
@@ -88,9 +82,7 @@
 .endif
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
 .include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mhal)
 DEPENDS+=      gst-plugins0.10-hal>=0.10.11:../../multimedia/gst-plugins0.10-hal
-.endif
 .include "../../net/ORBit2/buildlink3.mk"
 .include "../../security/policykit/buildlink3.mk"
 .include "../../security/policykit-gnome/buildlink3.mk"
@@ -99,9 +91,7 @@
 .include "../../sysutils/dbus-glib/buildlink3.mk"
 .include "../../sysutils/gnome-menus/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
-.if !empty(PKG_OPTIONS:Mhal)
 .include "../../sysutils/hal/buildlink3.mk"
-.endif
 .include "../../sysutils/nautilus/buildlink3.mk"
 .include "../../textproc/gnome-doc-utils/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff -r c806a5666155 -r 484ac8e4d2c8 x11/gnome-control-center/PLIST
--- a/x11/gnome-control-center/PLIST    Tue Mar 17 00:15:16 2009 +0000
+++ b/x11/gnome-control-center/PLIST    Tue Mar 17 00:27:37 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2009/03/16 17:22:57 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.10 2009/03/17 00:27:37 jmcneill Exp $
 ${PLIST.evolution}bin/gnome-about-me
 bin/gnome-appearance-properties
 bin/gnome-at-mobility
@@ -95,6 +95,7 @@
 share/gnome/help/control-center/C/control-center.xml
 share/gnome/help/control-center/ca/control-center.xml
 share/gnome/help/control-center/ca@valencia/control-center.xml
+share/gnome/help/control-center/cs/control-center.xml
 share/gnome/help/control-center/de/control-center.xml
 share/gnome/help/control-center/en_GB/control-center.xml
 share/gnome/help/control-center/es/control-center.xml
@@ -175,6 +176,7 @@
 share/locale/ku/LC_MESSAGES/gnome-control-center-2.0.mo
 share/locale/lt/LC_MESSAGES/gnome-control-center-2.0.mo
 share/locale/lv/LC_MESSAGES/gnome-control-center-2.0.mo
+share/locale/mai/LC_MESSAGES/gnome-control-center-2.0.mo
 share/locale/mg/LC_MESSAGES/gnome-control-center-2.0.mo
 share/locale/mk/LC_MESSAGES/gnome-control-center-2.0.mo
 share/locale/ml/LC_MESSAGES/gnome-control-center-2.0.mo
@@ -220,6 +222,7 @@
 share/omf/control-center/control-center-C.omf
 share/omf/control-center/control-center-ca.omf
 share/omf/control-center/control-center-ca%valencia.omf@localhost
+share/omf/control-center/control-center-cs.omf
 share/omf/control-center/control-center-de.omf
 share/omf/control-center/control-center-en_GB.omf
 share/omf/control-center/control-center-es.omf
@@ -264,6 +267,7 @@
 @dirrm share/gnome/help/control-center/es
 @dirrm share/gnome/help/control-center/en_GB
 @dirrm share/gnome/help/control-center/de
+@dirrm share/gnome/help/control-center/cs
 @dirrm share/gnome/help/control-center/ca@valencia
 @dirrm share/gnome/help/control-center/ca
 @dirrm share/gnome/help/control-center/C
diff -r c806a5666155 -r 484ac8e4d2c8 x11/gnome-control-center/distinfo
--- a/x11/gnome-control-center/distinfo Tue Mar 17 00:15:16 2009 +0000
+++ b/x11/gnome-control-center/distinfo Tue Mar 17 00:27:37 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.7 2009/03/16 17:22:57 jmcneill Exp $
+$NetBSD: distinfo,v 1.8 2009/03/17 00:27:37 jmcneill Exp $
 
-SHA1 (gnome-control-center-2.25.92.tar.bz2) = b488628ed7a3270b04fbc94094b8108ffbc0aae1
-RMD160 (gnome-control-center-2.25.92.tar.bz2) = c800760d9d75ad7fab5db54e4f74889efca5a907
-Size (gnome-control-center-2.25.92.tar.bz2) = 2220041 bytes
+SHA1 (gnome-control-center-2.26.0.tar.bz2) = 4730780aaab599869a2dfe2d72d68dd54bb77058
+RMD160 (gnome-control-center-2.26.0.tar.bz2) = d22c75b21d63bad9321ad1221e442f381da8dd35
+Size (gnome-control-center-2.26.0.tar.bz2) = 2262324 bytes
 SHA1 (patch-ab) = 82e7da7e90d8c30aa061c49f9f26ae270c122462
 SHA1 (patch-ad) = fe6ae649237fe3b07a449b92c35d8a803b4533fb
 SHA1 (patch-ae) = fc38771eef736338a70038cf0218005cd0bffb56



Home | Main Index | Thread Index | Old Index