[arch-commits] Commit in fribidi/repos (6 files)

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 12:05:16 UTC 2011


    Date: Saturday, September 10, 2011 @ 08:05:16
  Author: pierre
Revision: 137683

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

Added:
  fribidi/repos/extra-i686/PKGBUILD
    (from rev 137682, fribidi/trunk/PKGBUILD)
  fribidi/repos/extra-x86_64/PKGBUILD
    (from rev 137682, fribidi/trunk/PKGBUILD)
Deleted:
  fribidi/repos/extra-i686/ChangeLog
  fribidi/repos/extra-i686/PKGBUILD
  fribidi/repos/extra-x86_64/ChangeLog
  fribidi/repos/extra-x86_64/PKGBUILD

------------------------+
 extra-i686/ChangeLog   |    5 ----
 extra-i686/PKGBUILD    |   50 +++++++++++++++++++++++++----------------------
 extra-x86_64/ChangeLog |    5 ----
 extra-x86_64/PKGBUILD  |   50 +++++++++++++++++++++++++----------------------
 4 files changed, 54 insertions(+), 56 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2011-09-10 12:04:46 UTC (rev 137682)
+++ extra-i686/ChangeLog	2011-09-10 12:05:16 UTC (rev 137683)
@@ -1,5 +0,0 @@
-2008-02-16 Travis Willard <travis at archlinux.org>
-
-	* 0.10.9
-	Added ChangeLog
-	New upstream release.

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-10 12:04:46 UTC (rev 137682)
+++ extra-i686/PKGBUILD	2011-09-10 12:05:16 UTC (rev 137683)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Nezmer <Nezmer at gmail.com>
-
-pkgname=fribidi
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://fribidi.org"
-depends=('glibc')
-options=('!libtool')
-source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('626db17d2d99b43615ad9d12500f568a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: fribidi/repos/extra-i686/PKGBUILD (from rev 137682, fribidi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-10 12:05:16 UTC (rev 137683)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.2
+pkgrel=2
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://fribidi.org"
+depends=('glibc')
+options=('!libtool')
+source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('626db17d2d99b43615ad9d12500f568a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2011-09-10 12:04:46 UTC (rev 137682)
+++ extra-x86_64/ChangeLog	2011-09-10 12:05:16 UTC (rev 137683)
@@ -1,5 +0,0 @@
-2008-02-16 Travis Willard <travis at archlinux.org>
-
-	* 0.10.9
-	Added ChangeLog
-	New upstream release.

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-10 12:04:46 UTC (rev 137682)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:05:16 UTC (rev 137683)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Nezmer <Nezmer at gmail.com>
-
-pkgname=fribidi
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://fribidi.org"
-depends=('glibc')
-options=('!libtool')
-source=(http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('626db17d2d99b43615ad9d12500f568a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 137682, fribidi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:05:16 UTC (rev 137683)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.2
+pkgrel=2
+pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://fribidi.org"
+depends=('glibc')
+options=('!libtool')
+source=("http://fribidi.org/download/${pkgname}-${pkgver}.tar.gz")
+md5sums=('626db17d2d99b43615ad9d12500f568a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list