[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:07:08
  Author: felixonmars
Revision: 659123

upgpkg: fcitx-ui-light 0.1.3-5: reproducibility rebuild

Modified:
  fcitx-ui-light/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:07:06 UTC (rev 659122)
+++ PKGBUILD2020-07-07 16:07:08 UTC (rev 659123)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx-ui-light
 pkgver=0.1.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Light weight xlib and xft based ui for fcitx."
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-ui-light;


[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 00:59:02
  Author: felixonmars
Revision: 333640

upgpkg: fcitx-ui-light 0.1.3-4

BUILDINFO Rebuild

Modified:
  fcitx-ui-light/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 00:58:42 UTC (rev 333639)
+++ PKGBUILD2018-05-31 00:59:02 UTC (rev 333640)
@@ -5,7 +5,7 @@
 
 pkgname=fcitx-ui-light
 pkgver=0.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Light weight xlib and xft based ui for fcitx."
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-ui-light;
@@ -13,7 +13,7 @@
 depends=('fcitx' 'libxpm')
 makedepends=('cmake' 'intltool')
 source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('633e8b018da9c8f09f99567b5479cf18')
+sha512sums=('b390141afa42a1204b26588c85e2164b735298d9b805f07e36997d50c77d6a3b7b713a724a22f0762176fe7f5d956e111e0e814b1fa8348b58d4b7e9a44e9ca6')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)

2017-10-18 Thread Felix Yan
Date: Thursday, October 19, 2017 @ 03:23:06
  Author: felixonmars
Revision: 263382

update url and source

Modified:
  fcitx-ui-light/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-19 03:21:47 UTC (rev 263381)
+++ PKGBUILD2017-10-19 03:23:06 UTC (rev 263382)
@@ -1,7 +1,7 @@
 # $Id$
-# Maintainer: Felix Yan 
+# Maintainer: Felix Yan 
 # Author: CSSlayer 
-# Contributor: Yangtse  
+# Contributor: Yangtse 
 
 pkgname=fcitx-ui-light
 pkgver=0.1.3
@@ -8,14 +8,15 @@
 pkgrel=3
 pkgdesc="Light weight xlib and xft based ui for fcitx."
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx;
+url="https://github.com/fcitx/fcitx-ui-light;
 license=('GPL2')
-depends=('fcitx>=4.1.0' 'libxpm')
+depends=('fcitx' 'libxpm')
 makedepends=('cmake' 'intltool')
-source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('633e8b018da9c8f09f99567b5479cf18')
 
 build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
 
   rm -rf build
   mkdir build
@@ -26,8 +27,6 @@
 }
 
 package() {
-  cd "$srcdir/${pkgname}-${pkgver}/build"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver/build"
+  make DESTDIR="$pkgdir" install
 }
-
-md5sums=('633e8b018da9c8f09f99567b5479cf18')


[arch-commits] Commit in fcitx-ui-light/trunk (PKGBUILD)

2014-07-01 Thread Felix Yan
Date: Tuesday, July 1, 2014 @ 08:41:50
  Author: fyan
Revision: 113840

upgpkg: fcitx-ui-light 0.1.3-3

mtree rebuild

Modified:
  fcitx-ui-light/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-01 06:41:09 UTC (rev 113839)
+++ PKGBUILD2014-07-01 06:41:50 UTC (rev 113840)
@@ -5,7 +5,7 @@
 
 pkgname=fcitx-ui-light
 pkgver=0.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc=Light weight xlib and xft based ui for fcitx.
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
@@ -14,20 +14,20 @@
 makedepends=('cmake' 'intltool')
 source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2;)
 
-build(){
-cd $srcdir/${pkgname}-${pkgver}
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
 
-rm -rf build
-mkdir build
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-make
+  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
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
 }
+
 md5sums=('633e8b018da9c8f09f99567b5479cf18')