[arch-commits] Commit in gnome-control-center/trunk (PKGBUILD ta-schema.patch)
Jan de Groot
jgc at archlinux.org
Tue Oct 21 22:07:12 UTC 2008
Date: Tuesday, October 21, 2008 @ 18:07:12
Author: jgc
Revision: 16655
upgpkg: gnome-control-center 2.24.0.1-3
Fix warning on schema install (you will get an uninstall warning if you update from -1 or -2 though)
Added:
gnome-control-center/trunk/ta-schema.patch
Modified:
gnome-control-center/trunk/PKGBUILD
-----------------+
PKGBUILD | 8 +++++---
ta-schema.patch | 12 ++++++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-21 21:42:49 UTC (rev 16654)
+++ PKGBUILD 2008-10-21 22:07:12 UTC (rev 16655)
@@ -3,7 +3,7 @@
pkgname=gnome-control-center
pkgver=2.24.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="The Control Center for GNOME"
arch=(i686 x86_64)
depends=('metacity>=2.24.0' 'eel>=2.24.0' 'gstreamer0.10-base>=0.10.20' 'libxss' 'gnome-panel>=2.24.0' 'desktop-file-utils' 'gnome-settings-daemon>=2.24.0' 'libgnomekbd>=2.24.0' 'libcanberra>=0.10' 'sound-theme-freedesktop')
@@ -16,11 +16,13 @@
install=gnome-control-center.install
license=('GPL')
options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dcaf6e91fddbb1d57d045a4de34ec25c')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2
+ ta-schema.patch)
+md5sums=('dcaf6e91fddbb1d57d045a4de34ec25c' 'b8438f6eb8825a440b49fc81a6621705')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 -i "${srcdir}/ta-schema.patch" || return 1
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--enable-gstreamer=0.10 --enable-aboutme \
Added: ta-schema.patch
===================================================================
--- ta-schema.patch (rev 0)
+++ ta-schema.patch 2008-10-21 22:07:12 UTC (rev 16655)
@@ -0,0 +1,12 @@
+diff -up gnome-control-center-2.24.0.1/po/ta.po.ta-schema gnome-control-center-2.24.0.1/po/ta.po
+--- gnome-control-center-2.24.0.1/po/ta.po.ta-schema 2008-09-30 19:15:49.000000000 -0400
++++ gnome-control-center-2.24.0.1/po/ta.po 2008-09-30 19:16:10.000000000 -0400
+@@ -3215,7 +3215,7 @@ msgstr "பணி பெயர௠கட
+ msgid ""
+ "[Change Theme;gtk-theme-selector.desktop,Set Preferred Applications;default-"
+ "applications.desktop,Add Printer;gnome-cups-manager.desktop]"
+-msgstr "கரà¯à®ªà¯à®ªà¯Šà®°à¯à®³à¯ˆ மாறà¯à®±à¯ ;gtk-theme-selector.desktop,à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ பயனà¯à®ªà®¾à®Ÿà¯à®•à®³à¯ அமை;default-"
++msgstr "[கரà¯à®ªà¯à®ªà¯Šà®°à¯à®³à¯ˆ மாறà¯à®±à¯ ;gtk-theme-selector.desktop,à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ பயனà¯à®ªà®¾à®Ÿà¯à®•à®³à¯ அமை;default-"
+ "applications.desktop,அசà¯à®šà¯à®ªà¯à®ªà¯Šà®±à®¿ சேரà¯;gnome-cups-manager.desktop]"
+
+ #: ../shell/control-center.schemas.in.h:14
More information about the arch-commits
mailing list