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

Giovanni Scafora giovanni at archlinux.org
Mon Sep 3 05:58:51 UTC 2012


    Date: Monday, September 3, 2012 @ 01:58:50
  Author: giovanni
Revision: 165893

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

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

-----------------------+
 extra-i686/PKGBUILD   |   55 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   55 ++++++++++++++++++++++++------------------------
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-09-03 05:58:22 UTC (rev 165892)
+++ extra-i686/PKGBUILD	2012-09-03 05:58:50 UTC (rev 165893)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: fribidi/repos/extra-i686/PKGBUILD (from rev 165892, fribidi/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-09-03 05:58:50 UTC (rev 165893)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.4
+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.bz2")
+md5sums=('0173f98ff929782d45819fc4a813c175')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-09-03 05:58:22 UTC (rev 165892)
+++ extra-x86_64/PKGBUILD	2012-09-03 05:58:50 UTC (rev 165893)
@@ -1,27 +0,0 @@
-# $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
-}

Copied: fribidi/repos/extra-x86_64/PKGBUILD (from rev 165892, fribidi/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-09-03 05:58:50 UTC (rev 165893)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Nezmer <Nezmer at gmail.com>
+
+pkgname=fribidi
+pkgver=0.19.4
+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.bz2")
+md5sums=('0173f98ff929782d45819fc4a813c175')
+
+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