[arch-commits] CVS update of extra/gnome/xchat-gnome (3 files)

Roman Kyrylych roman at archlinux.org
Wed Jan 30 19:24:27 UTC 2008


    Date: Wednesday, January 30, 2008 @ 14:24:27
  Author: roman
    Path: /home/cvs-extra/extra/gnome/xchat-gnome

   Added: it.po.patch (1.1)
Modified: PKGBUILD (1.14 -> 1.15) xchat-gnome.install (1.6 -> 1.7)

upgpkg: xchat-gnome 0.18-2


---------------------+
 PKGBUILD            |   23 ++++++++++++++---------
 it.po.patch         |   22 ++++++++++++++++++++++
 xchat-gnome.install |    9 ++-------
 3 files changed, 38 insertions(+), 16 deletions(-)


Index: extra/gnome/xchat-gnome/PKGBUILD
diff -u extra/gnome/xchat-gnome/PKGBUILD:1.14 extra/gnome/xchat-gnome/PKGBUILD:1.15
--- extra/gnome/xchat-gnome/PKGBUILD:1.14	Fri Jul 13 01:05:19 2007
+++ extra/gnome/xchat-gnome/PKGBUILD	Wed Jan 30 14:24:27 2008
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD,v 1.14 2007/07/13 05:05:19 eric Exp $
+# $Id: PKGBUILD,v 1.15 2008/01/30 19:24:27 roman Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 pkgname=xchat-gnome
 pkgver=0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME frontend to the popular X-Chat IRC client."
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url="http://xchat-gnome.navi.cx/"
-options=('!libtool')
-depends=('libgnomeui>=2.18.1-2' 'libsexy>=0.1.11' 'scrollkeeper' 'gconf>=2.18.0.1-4')
+depends=('libgnomeui>=2.18.1-2' 'libsexy>=0.1.11' 'gconf>=2.18.0.1-4'
+         'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('gettext' 'perlxml' 'python' 'tcl' 'libnotify' 'gnome-doc-utils>=0.10.3')
 install=xchat-gnome.install
 source=(http://releases.navi.cx/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-	tcl-plugin.patch)
-md5sums=('4976cd34a0e9115c800b5d317e121182' 'accd91263965d9202b356a9fa53d733e')
+	tcl-plugin.patch it.po.patch)
+md5sums=('4976cd34a0e9115c800b5d317e121182'
+         'accd91263965d9202b356a9fa53d733e'
+         '89a041a01f7039440b0af1c013945d4c')
+options=('!libtool')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/tcl-plugin.patch || return 1
+  patch -Np1 -i ../tcl-plugin.patch || return 1
+  patch -Np0 -i ../it.po.patch || return 1
 
   ./configure --prefix=/usr --sysconfdir=/etc \
               --localstatedir=/var --disable-static \
@@ -27,6 +31,7 @@
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install
   
   mkdir -p ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas ${startdir}/pkg/etc/gconf/schemas/*.schemas
+  gconf-merge-schema ${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas \
+    ${startdir}/pkg/etc/gconf/schemas/*.schemas
   rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
 }
Index: extra/gnome/xchat-gnome/it.po.patch
diff -u /dev/null extra/gnome/xchat-gnome/it.po.patch:1.1
--- /dev/null	Wed Jan 30 14:24:27 2008
+++ extra/gnome/xchat-gnome/it.po.patch	Wed Jan 30 14:24:27 2008
@@ -0,0 +1,22 @@
+Index: it.po
+===================================================================
+--- po/it.po	(revisione 2588)
++++ po/it.po	(copia locale)
+@@ -12,7 +12,7 @@
+ "Project-Id-Version: xchat-gnome\n"
+ "Report-Msgid-Bugs-To: \n"
+ "POT-Creation-Date: 2007-05-16 00:00+0200\n"
+-"PO-Revision-Date: 2007-04-29 10:36+0200\n"
++"PO-Revision-Date: 2007-10-29 18:42+0100\n"
+ "Last-Translator: Milo Casagrande <milo_casagrande at yahoo.it>\n"
+ "Language-Team: Italian <tp at lists.linux.it>\n"
+ "MIME-Version: 1.0\n"
+@@ -2233,7 +2233,7 @@
+ 
+ #: ../src/common/textevents.h:273
+ msgid "-%C10-%C11-%O$tNotify list is empty."
+-msgstr "-%C10-%C11-%O$L'elenco di notifica è vuoto."
++msgstr "-%C10-%C11-%O$tL'elenco di notifica è vuoto."
+ 
+ #: ../src/common/textevents.h:276
+ msgid "%C24,18 %B  Notify List                           "
Index: extra/gnome/xchat-gnome/xchat-gnome.install
diff -u extra/gnome/xchat-gnome/xchat-gnome.install:1.6 extra/gnome/xchat-gnome/xchat-gnome.install:1.7
--- extra/gnome/xchat-gnome/xchat-gnome.install:1.6	Sat Jun 30 08:23:41 2007
+++ extra/gnome/xchat-gnome/xchat-gnome.install	Wed Jan 30 14:24:27 2008
@@ -2,8 +2,8 @@
 
 post_install() {
   usr/sbin/gconfpkg --install ${pkgname}
-  scrollkeeper-update -q -p var/lib/scrollkeeper
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
 
 pre_upgrade() {
@@ -19,11 +19,6 @@
 }
 
 post_remove() {
-  scrollkeeper-update -q -p var/lib/scrollkeeper
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
 }
-
-op=$1
-shift
-
-$op $*




More information about the arch-commits mailing list