Date: Wednesday, June 13, 2018 @ 06:36:46 Author: bisson Revision: 326878
archrelease: copy trunk to extra-x86_64 Added: uim/repos/extra-x86_64/PKGBUILD (from rev 326877, uim/trunk/PKGBUILD) Deleted: uim/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 83 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 43 insertions(+), 40 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-06-13 06:36:01 UTC (rev 326877) +++ PKGBUILD 2018-06-13 06:36:46 UTC (rev 326878) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: damir <da...@archlinux.org> - -pkgname=uim -pkgver=1.8.8 -pkgrel=2 -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') -optdepends=('qt4: immodule and helper applications' - 'qt5-x11extras: 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=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - ./configure \ - --prefix=/usr \ - --libexecdir=/usr/lib/uim \ - --with-anthy-utf8 \ - --with-qt5-immodule \ - --with-qt4-immodule \ - --with-qt5 \ - --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 326877, uim/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-06-13 06:36:46 UTC (rev 326878) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: damir <da...@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" +}