[arch-commits] Commit in scim-chewing/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:59:47 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:59:47
Author: felixonmars
Revision: 659496
archrelease: copy trunk to community-staging-x86_64
Added:
scim-chewing/repos/community-staging-x86_64/
scim-chewing/repos/community-staging-x86_64/PKGBUILD
(from rev 659495, scim-chewing/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: scim-chewing/repos/community-staging-x86_64/PKGBUILD (from rev 659495, scim-chewing/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:59:47 UTC (rev 659496)
@@ -0,0 +1,35 @@
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: whisky <archlinux.cle(at)gmail.com>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=scim-chewing
+pkgver=0.5.1
+pkgrel=2
+pkgdesc='Traditional Chinese input method module for SCIM'
+url='http://chewing.im/'
+license=('GPL')
+arch=('x86_64')
+makedepends=('intltool')
+depends=('scim' 'libchewing')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/chewing/scim-chewing/archive/v$pkgver.tar.gz")
+sha256sums=('491b127784fa38734f3062fd57ea57e54f5f44d37b551ab25aab10c565cf6ebb')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ # ChangeLog is deprecated, but autotool expects one.
+ touch ChangeLog
+ autoreconf -vfi
+ intltoolize --force
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list