[arch-commits] Commit in uim/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 1 09:36:28 UTC 2019
Date: Wednesday, May 1, 2019 @ 09:36:28
Author: arojas
Revision: 352347
archrelease: copy trunk to extra-x86_64
Added:
uim/repos/extra-x86_64/PKGBUILD
(from rev 352346, uim/trunk/PKGBUILD)
Deleted:
uim/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 39 insertions(+), 43 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-01 09:36:10 UTC (rev 352346)
+++ PKGBUILD 2019-05-01 09:36:28 UTC (rev 352347)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=uim
-pkgver=1.8.8
-pkgrel=3
-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' 'qt5-x11extras' 'anthy' 'skk-jisyo')
-optdepends=('qt4: immodule and helper applications'
- 'qt5-x11extras: immodule and helper applications'
- 'gtk2: immodule and helper applications'
- 'gtk3: immodule and helper applications'
- 'skk-jisyo: input method'
- 'anthy: input method')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/uim \
- --with-qt5-immodule \
- --with-qt4-immodule \
- --with-qt5 \
- --with-qt4 \
- --with-anthy-utf8 \
- --with-skk \
-
- 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 352346, uim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-01 09:36:28 UTC (rev 352347)
@@ -0,0 +1,39 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=uim
+pkgver=1.8.8
+pkgrel=4
+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' 'qt5-x11extras' 'anthy' 'skk-jisyo')
+optdepends=('qt5-x11extras: immodule and helper applications'
+ 'gtk2: immodule and helper applications'
+ 'gtk3: immodule and helper applications'
+ 'skk-jisyo: input method'
+ 'anthy: input method')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/uim \
+ --with-qt5-immodule \
+ --with-qt5 \
+ --with-anthy-utf8 \
+ --with-skk \
+
+ 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