[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 12:29:57
  Author: felixonmars
Revision: 384546

upgpkg: libhangul 0.1.0-4: reproducibility rebuild

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:29:38 UTC (rev 384545)
+++ PKGBUILD2020-05-16 12:29:57 UTC (rev 384546)
@@ -3,7 +3,7 @@
 
 pkgname=libhangul
 pkgver=0.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Input method library for Korean'
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')


[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2018-05-30 Thread Felix Yan via arch-commits
Date: Thursday, May 31, 2018 @ 02:56:06
  Author: felixonmars
Revision: 325320

upgpkg: libhangul 0.1.0-3

BUILDINFO Rebuild

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:55:38 UTC (rev 325319)
+++ PKGBUILD2018-05-31 02:56:06 UTC (rev 325320)
@@ -4,13 +4,13 @@
 
 pkgname=libhangul
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Input method library for Korean'
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')
 arch=('x86_64')
 source=("https://kldp.net/hangul/release/3442-${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a')
+sha512sums=('cf84850bf7a41e743457300513c5efdf7b3e18d168f4fdc324aaa8e1be78743752fcb98385764f94c70ab82cc9444e076808e61fdbd915c9c0d7ea93c534')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2017-08-04 Thread Gaëtan Bisson
Date: Friday, August 4, 2017 @ 09:07:03
  Author: bisson
Revision: 301624

use https source

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 09:06:58 UTC (rev 301623)
+++ PKGBUILD2017-08-04 09:07:03 UTC (rev 301624)
@@ -9,7 +9,7 @@
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-source=("http://kldp.net/hangul/release/3442-${pkgname}-${pkgver}.tar.gz;)
+source=("https://kldp.net/hangul/release/3442-${pkgname}-${pkgver}.tar.gz;)
 sha256sums=('5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a')
 
 build() {


[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2017-07-17 Thread Gaëtan Bisson
Date: Monday, July 17, 2017 @ 07:46:06
  Author: bisson
Revision: 300677

fix code.google.com retirement

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-17 07:44:33 UTC (rev 300676)
+++ PKGBUILD2017-07-17 07:46:06 UTC (rev 300677)
@@ -9,9 +9,8 @@
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')
 arch=('i686' 'x86_64')
-# googlecode.com down as of 2017-03-01, unclear what new upstream should be
-source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
+source=("http://kldp.net/hangul/release/3442-${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('5905aa5c557d8d46e190fec1afdd75babf3bc086ef286b42007572703658295a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:33:18
  Author: bisson
Revision: 289809

switch to sha256sum

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:32:59 UTC (rev 289808)
+++ PKGBUILD2017-03-02 01:33:18 UTC (rev 289809)
@@ -9,6 +9,7 @@
 url='http://code.google.com/p/libhangul/'
 license=('LGPL')
 arch=('i686' 'x86_64')
+# googlecode.com down as of 2017-03-01, unclear what new upstream should be
 source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 


[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2013-10-26 Thread Gaetan Bisson
Date: Saturday, October 26, 2013 @ 09:50:33
  Author: bisson
Revision: 197477

remove options enforced by newer pacman

Modified:
  libhangul/trunk/PKGBUILD

--+
 PKGBUILD |4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-26 07:50:28 UTC (rev 197476)
+++ PKGBUILD2013-10-26 07:50:33 UTC (rev 197477)
@@ -12,11 +12,9 @@
 source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
-options=('!libtool')
-
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --disable-static
+   ./configure --prefix=/usr
make
 }
 



[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2013-06-14 Thread Gaetan Bisson
Date: Saturday, June 15, 2013 @ 06:42:16
  Author: bisson
Revision: 188500

free rebuild

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 04:42:05 UTC (rev 188499)
+++ PKGBUILD2013-06-15 04:42:16 UTC (rev 188500)
@@ -4,18 +4,19 @@
 
 pkgname=libhangul
 pkgver=0.1.0
-pkgrel=1
+pkgrel=2
+pkgdesc='Input method library for Korean'
 url='http://code.google.com/p/libhangul/'
-pkgdesc='Input method library for Korean'
 license=('LGPL')
-options=('!libtool')
 arch=('i686' 'x86_64')
 source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
+options=('!libtool')
+
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --enable-static=no
+   ./configure --prefix=/usr --disable-static
make
 }
 



[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2012-08-15 Thread Gaetan Bisson
Date: Wednesday, August 15, 2012 @ 11:22:20
  Author: bisson
Revision: 165320

update URLs

Modified:
  libhangul/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-15 14:54:28 UTC (rev 165319)
+++ PKGBUILD2012-08-15 15:22:20 UTC (rev 165320)
@@ -5,14 +5,12 @@
 pkgname=libhangul
 pkgver=0.1.0
 pkgrel=1
-_filecode=6000
+url='http://code.google.com/p/libhangul/'
 pkgdesc='Input method library for Korean'
-arch=('i686' 'x86_64')
-url='http://kldp.net/projects/hangul/'
 license=('LGPL')
 options=('!libtool')
-DLAGENTS=(http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o 
%u) # moronic httpd bans curl's user-agent
-source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+arch=('i686' 'x86_64')
+source=(http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
 sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
 build() {



[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2011-10-17 Thread Gaetan Bisson
Date: Monday, October 17, 2011 @ 03:23:44
  Author: bisson
Revision: 140548

upstream update

Modified:
  libhangul/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 03:54:53 UTC (rev 140547)
+++ PKGBUILD2011-10-17 07:23:44 UTC (rev 140548)
@@ -3,16 +3,17 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libhangul
-pkgver=0.0.12
-pkgrel=2
-_filecode=5855
+pkgver=0.1.0
+pkgrel=1
+_filecode=6000
 pkgdesc='Input method library for Korean'
 arch=('i686' 'x86_64')
 url='http://kldp.net/projects/hangul/'
 license=('LGPL')
 options=('!libtool')
-source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz;)
-sha1sums=('5e02fe61c8f51ace03bebb1ec75875a2262e3cd5')
+DLAGENTS=(http::/usr/bin/curl -A '' -fLC - --retry 3 --retry-delay 3 -o %o 
%u) # moronic httpd bans curl's user-agent
+source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('9c6f3a82f2d4068771215f1b9f13a0d4bdbbfc77')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2011-02-22 Thread Gaetan Bisson
Date: Tuesday, February 22, 2011 @ 15:13:14
  Author: bisson
Revision: 110870

various cleanup

Modified:
  libhangul/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-22 20:13:11 UTC (rev 110869)
+++ PKGBUILD2011-02-22 20:13:14 UTC (rev 110870)
@@ -1,27 +1,26 @@
 # $Id$
-# Maintainer: damir da...@archlinux.org
+# Contributor: damir da...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=libhangul
 pkgver=0.0.12
-pkgrel=1
+pkgrel=2
 _filecode=5855
-pkgdesc=Common Input Library for Korean IMEngine
+pkgdesc='Input method library for Korean'
 arch=('i686' 'x86_64')
-url=http://kldp.net/projects/hangul/;
+url='http://kldp.net/projects/hangul/'
 license=('LGPL')
-depends=('glibc')
 options=('!libtool')
-source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz)
-md5sums=('ef3941f5f0f3e83b1de699f2d46a1c92')
+source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz;)
 sha1sums=('5e02fe61c8f51ace03bebb1ec75875a2262e3cd5')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --enable-static=no
+   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in libhangul/trunk (PKGBUILD)

2011-02-12 Thread Eric Bélanger
Date: Saturday, February 12, 2011 @ 19:40:34
  Author: eric
Revision: 109810

upgpkg: libhangul 0.0.12-1
Upstream update

Modified:
  libhangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-13 00:16:35 UTC (rev 109809)
+++ PKGBUILD2011-02-13 00:40:34 UTC (rev 109810)
@@ -2,22 +2,26 @@
 # Maintainer: damir da...@archlinux.org
 
 pkgname=libhangul
-pkgver=0.0.10
+pkgver=0.0.12
 pkgrel=1
-_filecode=5417
+_filecode=5855
 pkgdesc=Common Input Library for Korean IMEngine
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url=http://kldp.net/projects/hangul/;
-license=(LGPL)
+license=('LGPL')
 depends=('glibc')
-options=(!libtool)
-source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz;)
-md5sums=('696299109b86490c25989a539a0f9879')
-sha1sums=('3fdbb1b4ea2f5f12bd3c6760bb2ad609e2eebbaa')
+options=('!libtool')
+source=(http://kldp.net/frs/download.php/${_filecode}/${pkgname}-${pkgver}.tgz)
+md5sums=('ef3941f5f0f3e83b1de699f2d46a1c92')
+sha1sums=('5e02fe61c8f51ace03bebb1ec75875a2262e3cd5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr || return 1
-  make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  ./configure --prefix=/usr
+  make
 }
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}