[arch-commits] Commit in fcitx-unikey/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Oct 14 08:44:36 UTC 2013


    Date: Monday, October 14, 2013 @ 10:44:35
  Author: fyan
Revision: 98578

upgpkg: fcitx-unikey 0.2.2-2

Modified:
  fcitx-unikey/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-14 07:45:54 UTC (rev 98577)
+++ PKGBUILD	2013-10-14 08:44:35 UTC (rev 98578)
@@ -3,7 +3,7 @@
 
 pkgname=fcitx-unikey
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Fcitx Wrapper for unikey"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/fcitx"
@@ -26,6 +26,9 @@
 package() {
   cd "$srcdir/${pkgname}-${pkgver}/build"
   make DESTDIR="${pkgdir}" install
+
+  # Fix desc missing problem
+  install -Dm644 ../src/fcitx-unikey.desc "$pkgdir/usr/share/fcitx/configdesc/fcitx-unikey.desc"
 }
 
 sha512sums=('71a0773222b1172943f80bce904da77c136225981a0580d937327829c8d734fc65d9c4afa5275bd210ca837d7a7b9d8bfb18df96f62710068b9883a22499fbfb')




More information about the arch-commits mailing list