[arch-commits] Commit in ibus-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-28 Thread Felix Yan via arch-commits
Date: Saturday, August 29, 2020 @ 00:52:57
  Author: felixonmars
Revision: 691375

archrelease: copy trunk to community-x86_64

Added:
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 691374, ibus-hangul/trunk/PKGBUILD)
Deleted:
  ibus-hangul/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-29 00:52:41 UTC (rev 691374)
+++ PKGBUILD2020-08-29 00:52:57 UTC (rev 691375)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.5.3
-pkgrel=1
-pkgdesc='Korean input engine for IBus'
-arch=('x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
-makedepends=('intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
-sha512sums=('6ce75f5d21073b1cb289acc221a7528ce2f19fab52c63ae4e3e3b822dcc454cf7c139750ee1542cbb2701856f12d621336bfdb7c6b3c906918d9b1b0b11b')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --verbose --force --install
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}

Copied: ibus-hangul/repos/community-x86_64/PKGBUILD (from rev 691374, 
ibus-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-29 00:52:57 UTC (rev 691375)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.4
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
+sha512sums=('9ee5a3364fdfb1ec0177c797009f9723f1c7c9bb096c24ec2a8b12340e230207df4c7fe490534dea237850822cd307c6971dec56e9767b5a9fcef82278875b01')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}


[arch-commits] Commit in ibus-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-25 Thread Felix Yan via arch-commits
Date: Wednesday, December 25, 2019 @ 22:56:15
  Author: felixonmars
Revision: 541381

archrelease: copy trunk to community-x86_64

Added:
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 541380, ibus-hangul/trunk/PKGBUILD)
Deleted:
  ibus-hangul/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-25 22:56:07 UTC (rev 541380)
+++ PKGBUILD2019-12-25 22:56:15 UTC (rev 541381)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='Korean input engine for IBus'
-arch=('x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
-makedepends=('intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
-sha512sums=('66fe5da9b8d680eca8d5e90b6256d10fb6f13415c7227fdf38a8f728ae0a0961d0e6c0be4999f18645484885e5ea4cd28f88a4cef8116935db617a042bfd3bf7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --verbose --force --install
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}

Copied: ibus-hangul/repos/community-x86_64/PKGBUILD (from rev 541380, 
ibus-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-25 22:56:15 UTC (rev 541381)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
+sha512sums=('6ce75f5d21073b1cb289acc221a7528ce2f19fab52c63ae4e3e3b822dcc454cf7c139750ee1542cbb2701856f12d621336bfdb7c6b3c906918d9b1b0b11b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}


[arch-commits] Commit in ibus-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-21 Thread Felix Yan via arch-commits
Date: Saturday, December 21, 2019 @ 21:46:51
  Author: felixonmars
Revision: 538708

archrelease: copy trunk to community-x86_64

Added:
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 538707, ibus-hangul/trunk/PKGBUILD)
Deleted:
  ibus-hangul/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   61 ++---
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-21 21:46:43 UTC (rev 538707)
+++ PKGBUILD2019-12-21 21:46:51 UTC (rev 538708)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.5.1
-pkgrel=2
-pkgdesc='Korean input engine for IBus'
-arch=('x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
-makedepends=('intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
-sha512sums=('12052570d953a73ba8b26f5903b2911b8354a89196e8222922320d0deaf1220fadc7e4bade86b5d8862ea0d44a9040558f28ef8bdafa43e95281080ec824c641')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --verbose --force --install
-  intltoolize --automake --force --copy
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}

Copied: ibus-hangul/repos/community-x86_64/PKGBUILD (from rev 538707, 
ibus-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-21 21:46:51 UTC (rev 538708)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.2
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
+sha512sums=('66fe5da9b8d680eca8d5e90b6256d10fb6f13415c7227fdf38a8f728ae0a0961d0e6c0be4999f18645484885e5ea4cd28f88a4cef8116935db617a042bfd3bf7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}


[arch-commits] Commit in ibus-hangul/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 04:09:27
  Author: felixonmars
Revision: 370994

archrelease: copy trunk to community-x86_64

Added:
  ibus-hangul/repos/community-x86_64/PKGBUILD
(from rev 370993, ibus-hangul/trunk/PKGBUILD)
Deleted:
  ibus-hangul/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 04:09:18 UTC (rev 370993)
+++ PKGBUILD2018-08-11 04:09:27 UTC (rev 370994)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Radim Hvizdák 
-
-pkgname=ibus-hangul
-pkgver=1.5.0
-pkgrel=3
-pkgdesc='Korean input engine for IBus'
-arch=('i686' 'x86_64')
-url='http://ibus.googlecode.com'
-license=('GPL')
-depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
-makedepends=('intltool' 'gnome-common')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
-sha512sums=('1cd9e985d3216c5d2e36e63f3a1de45b10e138d49a112cb97a8619ee285804abcf4637b14f07bf571641374d4d5844b113495d2f648fa23cc62db66dda4d8b10')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  autoreconf --verbose --force --install
-  intltoolize --automake --force --copy
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make NO_INDEX=true DESTDIR="${pkgdir}" install
-
-  # Fix symlink
-  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
-}

Copied: ibus-hangul/repos/community-x86_64/PKGBUILD (from rev 370993, 
ibus-hangul/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 04:09:27 UTC (rev 370994)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Radim Hvizdák 
+
+pkgname=ibus-hangul
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Korean input engine for IBus'
+arch=('x86_64')
+url='http://ibus.googlecode.com'
+license=('GPL')
+depends=('ibus' 'libhangul' 'iso-codes' 'gtk-update-icon-cache' 
'python-gobject')
+makedepends=('intltool' 'gnome-common')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/choehwanjin/ibus-hangul/archive/${pkgver}.tar.gz;)
+sha512sums=('12052570d953a73ba8b26f5903b2911b8354a89196e8222922320d0deaf1220fadc7e4bade86b5d8862ea0d44a9040558f28ef8bdafa43e95281080ec824c641')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  autoreconf --verbose --force --install
+  intltoolize --automake --force --copy
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make NO_INDEX=true DESTDIR="${pkgdir}" install
+
+  # Fix symlink
+  ln -sf ../lib/ibus/ibus-setup-hangul "$pkgdir/usr/bin/ibus-setup-hangul"
+}