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

Felix Yan felixonmars at archlinux.org
Thu Jun 7 07:11:41 UTC 2018


    Date: Thursday, June 7, 2018 @ 07:11:41
  Author: felixonmars
Revision: 326174

archrelease: copy trunk to extra-x86_64

Added:
  scim/repos/extra-x86_64/PKGBUILD
    (from rev 326173, scim/trunk/PKGBUILD)
  scim/repos/extra-x86_64/install
    (from rev 326173, scim/trunk/install)
Deleted:
  scim/repos/extra-x86_64/PKGBUILD
  scim/repos/extra-x86_64/install

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 install  |   26 +++++++++---------
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-07 07:11:22 UTC (rev 326173)
+++ PKGBUILD	2018-06-07 07:11:41 UTC (rev 326174)
@@ -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.17
-pkgrel=1
-pkgdesc='Input method user interface and development platform'
-url='http://sourceforge.net/projects/scim/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('libltdl' 'gtk2')
-optdepends=('qt4: qt4 immodule'
-            'gtk3: gtk3 immodule')
-makedepends=('intltool' 'qt4' 'gtk3')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
-
-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 326173, scim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-07 07:11:41 UTC (rev 326174)
@@ -0,0 +1,42 @@
+# $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
+}

Deleted: install
===================================================================
--- install	2018-06-07 07:11:22 UTC (rev 326173)
+++ install	2018-06-07 07:11:41 UTC (rev 326174)
@@ -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 326173, scim/trunk/install)
===================================================================
--- install	                        (rev 0)
+++ install	2018-06-07 07:11:41 UTC (rev 326174)
@@ -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