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

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Nov 1 21:12:55 UTC 2013


    Date: Friday, November 1, 2013 @ 22:12:55
  Author: spupykin
Revision: 100200

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

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

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   23 ------------------
 community-x86_64/PKGBUILD |   23 ------------------
 3 files changed, 54 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-01 21:12:39 UTC (rev 100199)
+++ community-i686/PKGBUILD	2013-11-01 21:12:55 UTC (rev 100200)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=liblinebreak
-pkgver=2.1
-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="http://vimgadgets.sourceforge.net/liblinebreak/"
-license=("custom:zlib/libpng")
-depends=("glibc")
-source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
-md5sums=('9fe73b4b230434765be2305e50f8fe45')
-
-build() {
-  cd "$srcdir/liblinebreak-$pkgver"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: liblinebreak/repos/community-i686/PKGBUILD (from rev 100199, liblinebreak/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-01 21:12:55 UTC (rev 100200)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=liblinebreak
+pkgver=2.1
+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="http://vimgadgets.sourceforge.net/liblinebreak/"
+license=("custom:zlib/libpng")
+depends=("glibc")
+source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
+md5sums=('9fe73b4b230434765be2305e50f8fe45')
+
+build() {
+  cd "$srcdir/liblinebreak-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/liblinebreak-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-01 21:12:39 UTC (rev 100199)
+++ community-x86_64/PKGBUILD	2013-11-01 21:12:55 UTC (rev 100200)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Orivej Desh <smpuj at bk.ru>
-
-pkgname=liblinebreak
-pkgver=2.1
-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="http://vimgadgets.sourceforge.net/liblinebreak/"
-license=("custom:zlib/libpng")
-depends=("glibc")
-source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
-md5sums=('9fe73b4b230434765be2305e50f8fe45')
-
-build() {
-  cd "$srcdir/liblinebreak-$pkgver"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: liblinebreak/repos/community-x86_64/PKGBUILD (from rev 100199, liblinebreak/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-01 21:12:55 UTC (rev 100200)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Orivej Desh <smpuj at bk.ru>
+
+pkgname=liblinebreak
+pkgver=2.1
+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="http://vimgadgets.sourceforge.net/liblinebreak/"
+license=("custom:zlib/libpng")
+depends=("glibc")
+source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz")
+md5sums=('9fe73b4b230434765be2305e50f8fe45')
+
+build() {
+  cd "$srcdir/liblinebreak-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/liblinebreak-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+




More information about the arch-commits mailing list