[arch-commits] Commit in scim/repos/extra-x86_64 (PKGBUILD PKGBUILD install install)
Antonio Rojas
arojas at archlinux.org
Wed May 1 09:52:07 UTC 2019
Date: Wednesday, May 1, 2019 @ 09:52:06
Author: arojas
Revision: 352349
archrelease: copy trunk to extra-x86_64
Added:
scim/repos/extra-x86_64/PKGBUILD
(from rev 352348, scim/trunk/PKGBUILD)
scim/repos/extra-x86_64/install
(from rev 352348, scim/trunk/install)
Deleted:
scim/repos/extra-x86_64/PKGBUILD
scim/repos/extra-x86_64/install
----------+
PKGBUILD | 81 +++++++++++++++++++++++++++++--------------------------------
install | 26 +++++++++----------
2 files changed, 52 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-01 09:51:42 UTC (rev 352348)
+++ PKGBUILD 2019-05-01 09:52:06 UTC (rev 352349)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Gan Lu <rhythm.gan at gmail.com>
-
-pkgname=scim
-pkgver=1.4.18
-pkgrel=1
-pkgdesc='Input method user interface and development platform'
-url='https://github.com/scim-im/scim'
-license=('LGPL')
-arch=('x86_64')
-depends=('libltdl' 'gtk2')
-optdepends=('qt4: qt4 immodule'
- 'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scim-im/scim/archive/$pkgver.tar.gz")
-sha512sums=('9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb')
-
-backup=('etc/scim/config' 'etc/scim/global')
-install=install
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./bootstrap
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --with-qt4-moc=/usr/bin/moc-qt4 \
- --with-gtk-version=2 # no gtk3 support in scim-anthy
-
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: scim/repos/extra-x86_64/PKGBUILD (from rev 352348, scim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-01 09:52:06 UTC (rev 352349)
@@ -0,0 +1,39 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Gan Lu <rhythm.gan at gmail.com>
+
+pkgname=scim
+pkgver=1.4.18
+pkgrel=2
+pkgdesc='Input method user interface and development platform'
+url='https://github.com/scim-im/scim'
+license=('LGPL')
+arch=('x86_64')
+depends=('libltdl' 'gtk2')
+optdepends=('gtk3: gtk3 immodule')
+makedepends=('intltool' 'gtk3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scim-im/scim/archive/$pkgver.tar.gz")
+sha512sums=('9a6090fc1ab950905a9c54d6678ce3d2a44297d1a992a3e933b0466688638e6cf470c1682daa58a6fbb6de3216b649273faf7edff1ac0ecca1c2c77fc19108fb')
+
+backup=('etc/scim/config' 'etc/scim/global')
+install=install
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./bootstrap
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-gtk-version=2 # no gtk3 support in scim-anthy
+
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Deleted: install
===================================================================
--- install 2019-05-01 09:51:42 UTC (rev 352348)
+++ install 2019-05-01 09:52:06 UTC (rev 352349)
@@ -1,13 +0,0 @@
-post_install() {
- [[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 --update-cache
- [[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 --update-cache
- true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: scim/repos/extra-x86_64/install (from rev 352348, scim/trunk/install)
===================================================================
--- install (rev 0)
+++ install 2019-05-01 09:52:06 UTC (rev 352349)
@@ -0,0 +1,13 @@
+post_install() {
+ [[ -x usr/bin/gtk-query-immodules-2.0 ]] && gtk-query-immodules-2.0 --update-cache
+ [[ -x usr/bin/gtk-query-immodules-3.0 ]] && gtk-query-immodules-3.0 --update-cache
+ true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list