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

Gaetan Bisson bisson at archlinux.org
Sun Oct 19 22:26:44 UTC 2014


    Date: Monday, October 20, 2014 @ 00:26:43
  Author: bisson
Revision: 224842

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-10-19 22:26:18 UTC (rev 224841)
+++ extra-i686/PKGBUILD	2014-10-19 22:26:43 UTC (rev 224842)
@@ -1,37 +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=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/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
-}

Copied: libspiro/repos/extra-i686/PKGBUILD (from rev 224841, libspiro/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-10-19 22:26:43 UTC (rev 224842)
@@ -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.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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-10-19 22:26:18 UTC (rev 224841)
+++ extra-x86_64/PKGBUILD	2014-10-19 22:26:43 UTC (rev 224842)
@@ -1,37 +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=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/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
-}

Copied: libspiro/repos/extra-x86_64/PKGBUILD (from rev 224841, libspiro/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-10-19 22:26:43 UTC (rev 224842)
@@ -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.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
+}



More information about the arch-commits mailing list