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

Felix Yan fyan at archlinux.org
Wed Apr 27 17:08:27 UTC 2016


    Date: Wednesday, April 27, 2016 @ 19:08:27
  Author: fyan
Revision: 172099

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

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

---------------------------------------+
 /PKGBUILD                             |   62 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   31 ----------------
 community-i686/fcitx-sayura.install   |   11 -----
 community-x86_64/PKGBUILD             |   31 ----------------
 community-x86_64/fcitx-sayura.install |   11 -----
 5 files changed, 62 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 17:07:34 UTC (rev 172098)
+++ community-i686/PKGBUILD	2016-04-27 17:08:27 UTC (rev 172099)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sayura
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Sinhala Transe IME engine for fcitx."
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-sayura"
-license=('GPL')
-depends=('fcitx>=4.2.8')
-makedepends=('cmake' 'intltool')
-install=${pkgname}.install
-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 172098, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 17:08:27 UTC (rev 172099)
@@ -0,0 +1,31 @@
+# $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')

Deleted: community-i686/fcitx-sayura.install
===================================================================
--- community-i686/fcitx-sayura.install	2016-04-27 17:07:34 UTC (rev 172098)
+++ community-i686/fcitx-sayura.install	2016-04-27 17:08:27 UTC (rev 172099)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 17:07:34 UTC (rev 172098)
+++ community-x86_64/PKGBUILD	2016-04-27 17:08:27 UTC (rev 172099)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-sayura
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Sinhala Transe IME engine for fcitx."
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-sayura"
-license=('GPL')
-depends=('fcitx>=4.2.8')
-makedepends=('cmake' 'intltool')
-install=${pkgname}.install
-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 172098, fcitx-sayura/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 17:08:27 UTC (rev 172099)
@@ -0,0 +1,31 @@
+# $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')

Deleted: community-x86_64/fcitx-sayura.install
===================================================================
--- community-x86_64/fcitx-sayura.install	2016-04-27 17:07:34 UTC (rev 172098)
+++ community-x86_64/fcitx-sayura.install	2016-04-27 17:08:27 UTC (rev 172099)
@@ -1,11 +0,0 @@
-post_install() {
-    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list