[arch-commits] Commit in uim/trunk (PKGBUILD install)

Gaëtan Bisson bisson at archlinux.org
Sun Jul 3 16:54:50 UTC 2016


    Date: Sunday, July 3, 2016 @ 16:54:50
  Author: bisson
Revision: 270894

free rebuild, remove obsolete install file

Modified:
  uim/trunk/PKGBUILD
Deleted:
  uim/trunk/install

----------+
 PKGBUILD |    9 +++------
 install  |   13 -------------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-03 13:13:51 UTC (rev 270893)
+++ PKGBUILD	2016-07-03 16:54:50 UTC (rev 270894)
@@ -4,21 +4,19 @@
 
 pkgname=uim
 pkgver=1.8.6
-pkgrel=6
+pkgrel=7
 pkgdesc='Multilingual input method library'
 url='https://github.com/uim/uim/wiki'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('libxft' 'libedit' 'm17n-lib')
-makedepends=('intltool' 'gettext' 'qt4' 'gtk2' 'gtk3' 'anthy')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
 optdepends=('qt4: immodule and helper applications'
             'gtk2: immodule and helper applications'
-            'gtk3: immodules and helper applications')
+            'gtk3: immodule and helper applications')
 source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
 sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
 
-install=install
-
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -35,6 +33,5 @@
 package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install -j1 # FS#41112
-	rm "${pkgdir}"/usr/lib/libgcroots.a
 	install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }

Deleted: install
===================================================================
--- install	2016-07-03 13:13:51 UTC (rev 270893)
+++ install	2016-07-03 16:54:50 UTC (rev 270894)
@@ -1,13 +0,0 @@
-post_install() {
-	[[ -x usr/bin/gtk-query-immodules-2.0 ]] && usr/bin/gtk-query-immodules-2.0 --update-cache
-	[[ -x usr/bin/gtk-query-immodules-3.0 ]] && usr/bin/gtk-query-immodules-3.0 --update-cache
-	true
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list