[arch-commits] Commit in fcitx-sayura/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Sep 15 07:01:27 UTC 2017


    Date: Friday, September 15, 2017 @ 07:01:26
  Author: felixonmars
Revision: 257633

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcitx-sayura/repos/community-i686/PKGBUILD
    (from rev 257632, fcitx-sayura/trunk/PKGBUILD)
  fcitx-sayura/repos/community-x86_64/PKGBUILD
    (from rev 257632, fcitx-sayura/trunk/PKGBUILD)
Deleted:
  fcitx-sayura/repos/community-i686/PKGBUILD
  fcitx-sayura/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 07:00:44 UTC (rev 257632)
+++ community-i686/PKGBUILD	2017-09-15 07:01:26 UTC (rev 257633)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sayura
-pkgver=0.1.1
-pkgrel=2
-pkgdesc="Sinhala Transe IME engine for fcitx."
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-sayura"
-license=('GPL')
-depends=('fcitx')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')

Copied: fcitx-sayura/repos/community-i686/PKGBUILD (from rev 257632, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 07:01:26 UTC (rev 257633)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-sayura
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Sinhala Transe IME engine for fcitx."
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sayura"
+license=('GPL')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")  # {,.sig})
+sha512sums=('2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 07:00:44 UTC (rev 257632)
+++ community-x86_64/PKGBUILD	2017-09-15 07:01:26 UTC (rev 257633)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sayura
-pkgver=0.1.1
-pkgrel=2
-pkgdesc="Sinhala Transe IME engine for fcitx."
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-sayura"
-license=('GPL')
-depends=('fcitx')
-makedepends=('cmake' 'intltool')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-  
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}/build
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3')

Copied: fcitx-sayura/repos/community-x86_64/PKGBUILD (from rev 257632, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 07:01:26 UTC (rev 257633)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-sayura
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Sinhala Transe IME engine for fcitx."
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-sayura"
+license=('GPL')
+depends=('fcitx')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")  # {,.sig})
+sha512sums=('2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466')
+# validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list