[arch-commits] Commit in fcitx-ui-light/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu May 31 00:59:31 UTC 2018


    Date: Thursday, May 31, 2018 @ 00:59:30
  Author: felixonmars
Revision: 333641

archrelease: copy trunk to community-x86_64

Added:
  fcitx-ui-light/repos/community-x86_64/PKGBUILD
    (from rev 333640, fcitx-ui-light/trunk/PKGBUILD)
Deleted:
  fcitx-ui-light/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 00:59:02 UTC (rev 333640)
+++ PKGBUILD	2018-05-31 00:59:30 UTC (rev 333641)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Author: CSSlayer <wengxt at gmail.com>
-# Contributor: Yangtse <yangtsesu at gmail.com> 
-
-pkgname=fcitx-ui-light
-pkgver=0.1.3
-pkgrel=3
-pkgdesc="Light weight xlib and xft based ui for fcitx."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx"
-license=('GPL2')
-depends=('fcitx>=4.1.0' 'libxpm')
-makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
-
-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
-}
-
-md5sums=('633e8b018da9c8f09f99567b5479cf18')

Copied: fcitx-ui-light/repos/community-x86_64/PKGBUILD (from rev 333640, fcitx-ui-light/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 00:59:30 UTC (rev 333641)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Author: CSSlayer <wengxt at gmail.com>
+# Contributor: Yangtse <yangtsesu at gmail.com>
+
+pkgname=fcitx-ui-light
+pkgver=0.1.3
+pkgrel=4
+pkgdesc="Light weight xlib and xft based ui for fcitx."
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-ui-light"
+license=('GPL2')
+depends=('fcitx' 'libxpm')
+makedepends=('cmake' 'intltool')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha512sums=('b390141afa42a1204b26588c85e2164b735298d9b805f07e36997d50c77d6a3b7b713a724a22f0762176fe7f5d956e111e0e814b1fa8348b58d4b7e9a44e9ca6')
+
+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
+}



More information about the arch-commits mailing list