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

Gaetan Bisson bisson at archlinux.org
Sun Feb 1 07:00:55 UTC 2015


    Date: Sunday, February 1, 2015 @ 08:00:54
  Author: bisson
Revision: 230346

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

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

-----------------------+
 /PKGBUILD             |   76 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   38 ------------------------
 extra-x86_64/PKGBUILD |   38 ------------------------
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-02-01 07:00:25 UTC (rev 230345)
+++ extra-i686/PKGBUILD	2015-02-01 07:00:54 UTC (rev 230346)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=libspiro
-epoch=1
-pkgver=0.2
-pkgrel=2
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("https://github.com/fontforge/libspiro/archive/v${pkgver}.tar.gz")
-sha1sums=('6d0e12bbaf09eb45b2832a62ae1bec1795b8296b')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	autoreconf -i
-	automake --foreign -Wall
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	export LDFLAGS=
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-i686/PKGBUILD (from rev 230345, libspiro/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-02-01 07:00:54 UTC (rev 230346)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=libspiro
+epoch=1
+pkgver=0.3.20150131
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz")
+sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	autoreconf -i
+	automake --foreign -Wall
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export LDFLAGS=
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2015-02-01 07:00:25 UTC (rev 230345)
+++ extra-x86_64/PKGBUILD	2015-02-01 07:00:54 UTC (rev 230346)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
-
-pkgname=libspiro
-epoch=1
-pkgver=0.2
-pkgrel=2
-pkgdesc='Simplifies the drawing of beautiful curves'
-url='https://github.com/fontforge/libspiro'
-license=('GPL')
-arch=('i686' 'x86_64')
-source=("https://github.com/fontforge/libspiro/archive/v${pkgver}.tar.gz")
-sha1sums=('6d0e12bbaf09eb45b2832a62ae1bec1795b8296b')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	autoreconf -i
-	automake --foreign -Wall
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	export LDFLAGS=
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make check
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
-}

Copied: libspiro/repos/extra-x86_64/PKGBUILD (from rev 230345, libspiro/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-02-01 07:00:54 UTC (rev 230346)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Rémy Oudompheng <oudomphe at clipper.ens.fr>
+
+pkgname=libspiro
+epoch=1
+pkgver=0.3.20150131
+pkgrel=1
+pkgdesc='Simplifies the drawing of beautiful curves'
+url='https://github.com/fontforge/libspiro'
+license=('GPL')
+arch=('i686' 'x86_64')
+source=("https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz")
+sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	autoreconf -i
+	automake --foreign -Wall
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	export LDFLAGS=
+	./configure --prefix=/usr
+	make
+}
+
+check() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make check
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
+}



More information about the arch-commits mailing list