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

Gaetan Bisson bisson at archlinux.org
Thu Aug 2 16:06:31 UTC 2012


    Date: Thursday, August 2, 2012 @ 12:06:30
  Author: bisson
Revision: 164687

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
    (from rev 164686, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/PKGBUILD
    (from rev 164686, fontforge/trunk/PKGBUILD)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/stamp.patch
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/stamp.patch

--------------------------+
 extra-i686/PKGBUILD      |   85 +++++++++++++++++++++------------------------
 extra-i686/stamp.patch   |    8 ----
 extra-x86_64/PKGBUILD    |   85 +++++++++++++++++++++------------------------
 extra-x86_64/stamp.patch |    8 ----
 4 files changed, 82 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-08-02 16:05:57 UTC (rev 164686)
+++ extra-i686/PKGBUILD	2012-08-02 16:06:30 UTC (rev 164687)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=fontforge
-pkgver=20120731
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro')
-options=('!libtool' '!makeflags')
-source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver}.tar.bz2"
-        'stamp.patch')
-sha1sums=('b44548813d937d41dd7c1005dadd86cf7339f530'
-          '13603ee42e4cd8f6bcbb32638769facbaa2dde43')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz
-# source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed -i 's/python /python2 /g' Makefile.dynamic.in
-	patch -p1 -i ../stamp.patch
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--enable-type3 \
-		--enable-devicetables \
-		--enable-double \
-		--with-regular-link \
-		--with-python=python2 \
-		--enable-pyextension \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 164686, fontforge/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-08-02 16:06:30 UTC (rev 164687)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=fontforge
+pkgver=20120731_b
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro')
+options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2")
+sha1sums=('b520f532b48e557c177dffa29120225066cc4e84')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz
+# source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+	sed -i 's/python /python2 /g' Makefile.dynamic.in
+	./configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--enable-type3 \
+		--enable-devicetables \
+		--enable-double \
+		--with-regular-link \
+		--with-python=python2 \
+		--enable-pyextension \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/stamp.patch
===================================================================
--- extra-i686/stamp.patch	2012-08-02 16:05:57 UTC (rev 164686)
+++ extra-i686/stamp.patch	2012-08-02 16:06:30 UTC (rev 164687)
@@ -1,8 +0,0 @@
-diff -Naur old/fontforge/libffstamp.h new/fontforge/libffstamp.h
---- old/fontforge/libffstamp.h	2012-08-02 17:11:23.784662933 +1000
-+++ new/fontforge/libffstamp.h	2012-08-02 17:11:40.508364985 +1000
-@@ -1,3 +1,3 @@
- #define LibFF_ModTime		1343746639L	/* Seconds since 1970 (standard unix time) */
- #define LibFF_ModTime_Str	"14:57 GMT 31-Jul-2012"
--#define LibFF_VersionDate	"20120731"
-+#define LibFF_VersionDate	20120731

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-08-02 16:05:57 UTC (rev 164686)
+++ extra-x86_64/PKGBUILD	2012-08-02 16:06:30 UTC (rev 164687)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=fontforge
-pkgver=20120731
-pkgrel=1
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro')
-options=('!libtool' '!makeflags')
-source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver}.tar.bz2"
-        'stamp.patch')
-sha1sums=('b44548813d937d41dd7c1005dadd86cf7339f530'
-          '13603ee42e4cd8f6bcbb32638769facbaa2dde43')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz
-# source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	sed -i 's/python /python2 /g' Makefile.dynamic.in
-	patch -p1 -i ../stamp.patch
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--enable-type3 \
-		--enable-devicetables \
-		--enable-double \
-		--with-regular-link \
-		--with-python=python2 \
-		--enable-pyextension \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fontforge/repos/extra-x86_64/PKGBUILD (from rev 164686, fontforge/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-08-02 16:06:30 UTC (rev 164687)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=fontforge
+pkgver=20120731_b
+pkgrel=1
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 'libspiro')
+options=('!libtool' '!makeflags')
+source=("http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2")
+sha1sums=('b520f532b48e557c177dffa29120225066cc4e84')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz > ../${pkgname}-${pkgver}.tar.xz
+# source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+	sed -i 's/python /python2 /g' Makefile.dynamic.in
+	./configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--enable-type3 \
+		--enable-devicetables \
+		--enable-double \
+		--with-regular-link \
+		--with-python=python2 \
+		--enable-pyextension \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver//_/-}"
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/stamp.patch
===================================================================
--- extra-x86_64/stamp.patch	2012-08-02 16:05:57 UTC (rev 164686)
+++ extra-x86_64/stamp.patch	2012-08-02 16:06:30 UTC (rev 164687)
@@ -1,8 +0,0 @@
-diff -Naur old/fontforge/libffstamp.h new/fontforge/libffstamp.h
---- old/fontforge/libffstamp.h	2012-08-02 17:11:23.784662933 +1000
-+++ new/fontforge/libffstamp.h	2012-08-02 17:11:40.508364985 +1000
-@@ -1,3 +1,3 @@
- #define LibFF_ModTime		1343746639L	/* Seconds since 1970 (standard unix time) */
- #define LibFF_ModTime_Str	"14:57 GMT 31-Jul-2012"
--#define LibFF_VersionDate	"20120731"
-+#define LibFF_VersionDate	20120731




More information about the arch-commits mailing list