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

Felix Yan felixonmars at archlinux.org
Fri Sep 15 07:06:39 UTC 2017


    Date: Friday, September 15, 2017 @ 07:06:38
  Author: felixonmars
Revision: 257635

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 07:05:55 UTC (rev 257634)
+++ community-i686/PKGBUILD	2017-09-15 07:06:38 UTC (rev 257635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/"
-license=('GPL2')
-depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
-optdepends=('fcitx-qt4: for some configuration windows'
-            'fcitx-qt5: for some other configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd $pkgname-$pkgver
-  msg "Starting make..."
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('800c731b370ace833179560260df7ffc9c0235c4f3257e8a99a0194f2fd06b71f738e6c77985871c3368179f944da2165dac5d4a8f7ba083519cb2509a9eb62b')

Copied: fcitx-configtool/repos/community-i686/PKGBUILD (from rev 257634, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 07:06:38 UTC (rev 257635)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-configtool
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="GTK based config tool for Fcitx"
+arch=('i686' 'x86_64')
+url="http://fcitx.googlecode.com/"
+license=('GPL2')
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt4: for some configuration windows'
+            'fcitx-qt5: for some other configuration windows')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 07:05:55 UTC (rev 257634)
+++ community-x86_64/PKGBUILD	2017-09-15 07:06:38 UTC (rev 257635)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/"
-license=('GPL2')
-depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
-optdepends=('fcitx-qt4: for some configuration windows'
-            'fcitx-qt5: for some other configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd $pkgname-$pkgver
-  msg "Starting make..."
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('800c731b370ace833179560260df7ffc9c0235c4f3257e8a99a0194f2fd06b71f738e6c77985871c3368179f944da2165dac5d4a8f7ba083519cb2509a9eb62b')

Copied: fcitx-configtool/repos/community-x86_64/PKGBUILD (from rev 257634, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 07:06:38 UTC (rev 257635)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-configtool
+pkgver=0.4.10
+pkgrel=1
+pkgdesc="GTK based config tool for Fcitx"
+arch=('i686' 'x86_64')
+url="http://fcitx.googlecode.com/"
+license=('GPL2')
+depends=("fcitx>=4.2.7" "gtk3" "iso-codes")
+optdepends=('fcitx-qt4: for some configuration windows'
+            'fcitx-qt5: for some other configuration windows')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd $pkgname-$pkgver
+  msg "Starting make..."
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f')



More information about the arch-commits mailing list