Date: Friday, May 18, 2018 @ 18:30:46 Author: bisson Revision: 324573
archrelease: copy trunk to extra-x86_64 Added: uim/repos/extra-x86_64/PKGBUILD (from rev 324572, uim/trunk/PKGBUILD) Deleted: uim/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-05-18 18:29:06 UTC (rev 324572) +++ PKGBUILD 2018-05-18 18:30:46 UTC (rev 324573) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Gaetan Bisson <bis...@archlinux.org> -# Contributor: damir <da...@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" -} Copied: uim/repos/extra-x86_64/PKGBUILD (from rev 324572, uim/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-05-18 18:30:46 UTC (rev 324573) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Gaetan Bisson <bis...@archlinux.org> +# Contributor: damir <da...@archlinux.org> + +pkgname=uim +pkgver=1.8.8 +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=('34599bbcc4e5ab87832370763e38be5100984a64237555e9234a1ea225a0fadc') + +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" +}