[arch-commits] CVS update of extra/gnome/deskbar-applet (2 files)

Jan de Groot jgc at archlinux.org
Sat Sep 22 12:05:21 UTC 2007


    Date: Saturday, September 22, 2007 @ 08:05:21
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/deskbar-applet

   Added: deskbar-applet.schemas-add-locale.patch (1.1)
Modified: PKGBUILD (1.19 -> 1.20)

upgpkg: deskbar-applet 2.20.0-1
Fix warning on schema install


-----------------------------------------+
 PKGBUILD                                |    9 ++++++---
 deskbar-applet.schemas-add-locale.patch |   24 ++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 3 deletions(-)


Index: extra/gnome/deskbar-applet/PKGBUILD
diff -u extra/gnome/deskbar-applet/PKGBUILD:1.19 extra/gnome/deskbar-applet/PKGBUILD:1.20
--- extra/gnome/deskbar-applet/PKGBUILD:1.19	Fri Sep 21 18:09:40 2007
+++ extra/gnome/deskbar-applet/PKGBUILD	Sat Sep 22 08:05:21 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.19 2007/09/21 22:09:40 jgc Exp $
+# $Id: PKGBUILD,v 1.20 2007/09/22 12:05:21 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=deskbar-applet
@@ -12,11 +12,14 @@
 makedepends=('evolution-data-server>=1.12.0' 'xulrunner>=1.8.1.6' 'gettext' 'perlxml' 'pkgconfig' 'gnome-doc-utils>=0.12.0')
 options=('!libtool' '!emptydirs')
 install="deskbar-applet.install"
-source=(http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.20/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3b7ae77476f7b11e53e50c8751e4ca1f')
+source=(http://ftp.gnome.org/pub/GNOME/sources/deskbar-applet/2.20/${pkgname}-${pkgver}.tar.bz2
+	deskbar-applet.schemas-add-locale.patch)
+md5sums=('3b7ae77476f7b11e53e50c8751e4ca1f'
+         '2b492fc5c16f48286352314626005fe9')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np1 -R -i ${startdir}/src/deskbar-applet.schemas-add-locale.patch || return 1
   ./configure --prefix=/usr --sysconfdir=/etc \
     --localstatedir=/var \
     --disable-scrollkeeper \
Index: extra/gnome/deskbar-applet/deskbar-applet.schemas-add-locale.patch
diff -u /dev/null extra/gnome/deskbar-applet/deskbar-applet.schemas-add-locale.patch:1.1
--- /dev/null	Sat Sep 22 08:05:21 2007
+++ extra/gnome/deskbar-applet/deskbar-applet.schemas-add-locale.patch	Sat Sep 22 08:05:21 2007
@@ -0,0 +1,24 @@
+--- trunk/data/deskbar-applet.schemas.in	2007/09/06 16:27:29	1645
++++ trunk/data/deskbar-applet.schemas.in	2007/09/07 00:37:20	1649
+@@ -112,10 +112,6 @@
+ 			<owner>deskbar</owner>
+ 			<type>int</type>
+ 	        	<default>100</default>
+-			<locale name="C">
+-				<short>X-coordinate of window</short>
+-				<long>The default position of the window on the screen (x-coordinate)</long>
+-			</locale>
+ 		</schema>
+ 		<schema>
+ 			<key>/schemas/apps/deskbar/window_y</key>
+@@ -123,10 +119,6 @@
+ 			<owner>deskbar</owner>
+ 			<type>int</type>
+ 	        	<default>100</default>
+-			<locale name="C">
+-				<short>Y-coordinate of window</short>
+-				<long>The default position of the window on the screen (y-coordinate)</long>
+-			</locale>
+ 		</schema>
+ 		<schema>
+ 			<key>/schemas/apps/deskbar/hide_after_action</key>




More information about the arch-commits mailing list