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

Sergej Pupykin spupykin at archlinux.org
Mon Apr 17 08:14:28 UTC 2017


    Date: Monday, April 17, 2017 @ 08:14:27
  Author: spupykin
Revision: 223369

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

Added:
  libunibreak/repos/community-i686/PKGBUILD
    (from rev 223368, libunibreak/trunk/PKGBUILD)
  libunibreak/repos/community-x86_64/PKGBUILD
    (from rev 223368, libunibreak/trunk/PKGBUILD)
Deleted:
  libunibreak/repos/community-i686/PKGBUILD
  libunibreak/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ----------------------
 community-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-17 08:14:09 UTC (rev 223368)
+++ community-i686/PKGBUILD	2017-04-17 08:14:27 UTC (rev 223369)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=2
-pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("i686" "x86_64")
-url="https://github.com/adah1972/libunibreak/"
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f $pkgdir/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-i686/PKGBUILD (from rev 223368, libunibreak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-17 08:14:27 UTC (rev 223369)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=libunibreak
+pkgver=4.0
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="https://github.com/adah1972/libunibreak/"
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
+sha256sums=('8ea270d2d9dea6b633f7de1a4a624163c3549b4b6f5031f08c6b96d704d58aa4')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-17 08:14:09 UTC (rev 223368)
+++ community-x86_64/PKGBUILD	2017-04-17 08:14:27 UTC (rev 223369)
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=libunibreak
-pkgver=3.0
-pkgrel=2
-pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("i686" "x86_64")
-url="https://github.com/adah1972/libunibreak/"
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
-md5sums=('a1f34b1a6c1458fd91732e8d5afa10ee')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f $pkgdir/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 223368, libunibreak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-17 08:14:27 UTC (rev 223369)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 83714 2013-02-04 16:20:13Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=libunibreak
+pkgver=4.0
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("i686" "x86_64")
+url="https://github.com/adah1972/libunibreak/"
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz")
+sha256sums=('8ea270d2d9dea6b633f7de1a4a624163c3549b4b6f5031f08c6b96d704d58aa4')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list