[arch-commits] Commit in kimtoy/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Oct 1 13:36:35 UTC 2014
Date: Wednesday, October 1, 2014 @ 15:36:35
Author: fyan
Revision: 119968
upgpkg: kimtoy 1.9.2-3
kdelibs rebuild
Modified:
kimtoy/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-01 12:47:08 UTC (rev 119967)
+++ PKGBUILD 2014-10-01 13:36:35 UTC (rev 119968)
@@ -1,16 +1,16 @@
# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: CSSlayer <wengxt at gmail.com>
pkgname=kimtoy
pkgver=1.9.2
pkgdesc="Standalone input method panel"
-pkgrel=2
-arch=(i686 x86_64)
+pkgrel=3
+arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/KIMToy?content=140967"
-license=(GPL)
-makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not working due to upstream ABI change
-depends=(kdelibs)
+license=('GPL')
+makedepends=('cmake' 'automoc4' 'fcitx' 'scim' 'dbus-c++') #ibus) ibus support not working due to upstream ABI change
+depends=('kdelibs')
optdepends=('fcitx: fcitx support'
'scim: scim support'
'dbus-c++: scim support')
@@ -25,10 +25,13 @@
make
}
-package ()
-{
+package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+
+ mv "$pkgdir/usr/share/locale" "$srcdir/tmp_locale"
+ mkdir -p "$pkgdir/usr/share/locale"
+ mv "$srcdir/tmp_locale" "$pkgdir/usr/share/locale/kde4"
}
md5sums=('94f09a33940d189059f9620427689af5')
More information about the arch-commits
mailing list