[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Thu May 10 22:18:59 UTC 2018


    Date: Thursday, May 10, 2018 @ 22:18:58
  Author: bisson
Revision: 323900

archrelease: copy trunk to extra-x86_64

Added:
  uim/repos/extra-x86_64/PKGBUILD
    (from rev 323899, uim/trunk/PKGBUILD)
Deleted:
  uim/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-10 22:16:22 UTC (rev 323899)
+++ PKGBUILD	2018-05-10 22:18:58 UTC (rev 323900)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=uim
-pkgver=1.8.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' 'gtk2' 'gtk3' 'qt4' 'anthy')
-optdepends=('qt4: immodule and helper applications'
-            'gtk2: immodule and helper applications'
-            'gtk3: immodule and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-
-	./configure \
-		--prefix=/usr \
-		--libexecdir=/usr/lib/uim \
-		--with-anthy-utf8 \
-		--with-qt4-immodule \
-		--with-qt4 \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install -j1 # FS#41112
-	install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 323899, uim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-10 22:18:58 UTC (rev 323900)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=uim
+pkgver=1.8.7
+pkgrel=1
+pkgdesc='Multilingual input method library'
+url='https://github.com/uim/uim'
+license=('custom:BSD')
+arch=('x86_64')
+depends=('libxft' 'libedit' 'm17n-lib')
+makedepends=('intltool' 'gettext' 'gtk2' 'gtk3' 'qt4' 'anthy')
+optdepends=('qt4: immodule and helper applications'
+            'gtk2: immodule and helper applications'
+            'gtk3: immodule and helper applications')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--prefix=/usr \
+		--libexecdir=/usr/lib/uim \
+		--with-anthy-utf8 \
+		--with-qt4-immodule \
+		--with-qt4 \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install -j1 # FS#41112
+	install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



More information about the arch-commits mailing list