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

Felix Yan fyan at nymeria.archlinux.org
Sat Jan 26 07:06:28 UTC 2013


    Date: Saturday, January 26, 2013 @ 08:06:27
  Author: fyan
Revision: 82970

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

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

---------------------------+
 community-i686/PKGBUILD   |   63 ++++++++++++++++++++++----------------------
 community-x86_64/PKGBUILD |   63 ++++++++++++++++++++++----------------------
 2 files changed, 64 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-26 07:04:37 UTC (rev 82969)
+++ community-i686/PKGBUILD	2013-01-26 07:06:27 UTC (rev 82970)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.5.2
-pkgrel=1
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/"
-license=('GPL2')
-depends=("fcitx>=4.2.6" "gtk3" "iso-codes")
-makedepends=("cmake")
-source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('fc5d232ed2e7b7b3fced0264961f48d9')

Copied: fcitx-configtool/repos/community-i686/PKGBUILD (from rev 82969, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-26 07:06:27 UTC (rev 82970)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-configtool
+pkgver=0.4.6
+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://fcitx.googlecode.com/files/$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
+}
+
+md5sums=('69eb7271883b0b7894ddab5a38ceeb2f')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-26 07:04:37 UTC (rev 82969)
+++ community-x86_64/PKGBUILD	2013-01-26 07:06:27 UTC (rev 82970)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=fcitx-configtool
-pkgver=0.4.5.2
-pkgrel=1
-pkgdesc="GTK based config tool for Fcitx"
-arch=('i686' 'x86_64')
-url="http://fcitx.googlecode.com/"
-license=('GPL2')
-depends=("fcitx>=4.2.6" "gtk3" "iso-codes")
-makedepends=("cmake")
-source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz")
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  msg "Starting make..."
-
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make 
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir" install
-}
-
-md5sums=('fc5d232ed2e7b7b3fced0264961f48d9')

Copied: fcitx-configtool/repos/community-x86_64/PKGBUILD (from rev 82969, fcitx-configtool/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-26 07:06:27 UTC (rev 82970)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=fcitx-configtool
+pkgver=0.4.6
+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://fcitx.googlecode.com/files/$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
+}
+
+md5sums=('69eb7271883b0b7894ddab5a38ceeb2f')




More information about the arch-commits mailing list