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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 1 09:07:06 UTC 2013


    Date: Monday, July 1, 2013 @ 11:07:05
  Author: fyan
Revision: 93303

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

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

-----------------------------------+
 /PKGBUILD                         |   64 ++++++++++++++++++++++++++++++++++++
 community-testing-i686/PKGBUILD   |   32 ------------------
 community-testing-x86_64/PKGBUILD |   32 ------------------
 3 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2013-07-01 09:05:12 UTC (rev 93302)
+++ community-testing-i686/PKGBUILD	2013-07-01 09:07:05 UTC (rev 93303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.7
-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-qt: for some configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')

Copied: fcitx-configtool/repos/community-testing-i686/PKGBUILD (from rev 93302, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-07-01 09:07:05 UTC (rev 93303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-configtool
+pkgver=0.4.7
+pkgrel=2
+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')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  msg "Starting make..."
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2013-07-01 09:05:12 UTC (rev 93302)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 09:07:05 UTC (rev 93303)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.7
-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-qt: for some configuration windows')
-makedepends=("cmake")
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')

Copied: fcitx-configtool/repos/community-testing-x86_64/PKGBUILD (from rev 93302, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-07-01 09:07:05 UTC (rev 93303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-configtool
+pkgver=0.4.7
+pkgrel=2
+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')
+makedepends=("cmake")
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  msg "Starting make..."
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2')




More information about the arch-commits mailing list