Date: Wednesday, December 19, 2012 @ 09:01:53 Author: tpowa Revision: 173342
upgpkg: kbd 1.15.5-1 bump to latest version Modified: kbd/trunk/PKGBUILD Deleted: kbd/trunk/fix-es.po.patch -----------------+ PKGBUILD | 13 +++++-------- fix-es.po.patch | 11 ----------- 2 files changed, 5 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-19 13:50:59 UTC (rev 173341) +++ PKGBUILD 2012-12-19 14:01:53 UTC (rev 173342) @@ -2,21 +2,18 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=kbd -pkgver=1.15.3 -pkgrel=3 +pkgver=1.15.5 +pkgrel=1 pkgdesc="Keytable files and keyboard utilities" arch=('i686' 'x86_64') url="http://www.kbd-project.org" license=('GPL') -depends=('glibc') -source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz - fix-es.po.patch) -md5sums=('8143e179a0f3c25646ce5085e8777200' - '4ded3edb50fb7a3277bae6a870cee812') +depends=('glibc' 'pam') +source=(ftp://ftp.altlinux.org/pub/people/legion/kbd/${pkgname}-${pkgver}.tar.gz) +md5sums=('34c71feead8ab9c01ec638acea8cd877') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np1 -i ../fix-es.po.patch # rename keymap files with the same names # this is needed because when only name of keymap is specified # loadkeys loads the first keymap it can find, which is bad (see FS#13837) Deleted: fix-es.po.patch =================================================================== --- fix-es.po.patch 2012-12-19 13:50:59 UTC (rev 173341) +++ fix-es.po.patch 2012-12-19 14:01:53 UTC (rev 173342) @@ -1,11 +0,0 @@ ---- kbd-1.15.3/po/es.old 2011-05-14 23:12:49.000000000 +0200 -+++ kbd-1.15.3/po/es.po 2011-05-15 21:07:02.120669404 +0200 -@@ -1363,7 +1363,7 @@ - #: src/setfont.c:682 - #, c-format - msgid "Saved %d-char %dx%d font file on %s\n" --msgstr "Se ha guardado el fichero de tipos %2$dx%3$d de %1$d caracteres en %s\n" -+msgstr "Se ha guardado el fichero de tipos %dx%d de %d caracteres en %s\n" - - #: src/setkeycodes.c:21 - #, c-format
