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

Eric Belanger eric at archlinux.org
Sat Jun 14 03:46:12 UTC 2008


    Date: Friday, June 13, 2008 @ 23:46:12
  Author: eric
Revision: 2743

Merged revisions 1483-2742 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/fontforge/trunk

........
  r2728 | eric | 2008-06-13 22:52:17 -0400 (Fri, 13 Jun 2008) | 2 lines
  
  upgpkg: fontforge 20080607-1
      upstream update
........

Modified:
  fontforge/repos/extra-i686/	(properties)
  fontforge/repos/extra-i686/ChangeLog
  fontforge/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)


Property changes on: fontforge/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /fontforge/trunk:1-1482
   + /fontforge/trunk:1-2742

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2008-06-14 03:44:14 UTC (rev 2742)
+++ extra-i686/ChangeLog	2008-06-14 03:46:12 UTC (rev 2743)
@@ -1,3 +1,8 @@
+2008-06-13  Eric Belanger  <eric at archlinux.org>
+
+	* fontforge 20080607-1
+	* Upstream update
+
 2008-05-09  Eric Belanger  <eric at archlinux.org>
 
 	* fontforge 20080429-1

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-06-14 03:44:14 UTC (rev 2742)
+++ extra-i686/PKGBUILD	2008-06-14 03:46:12 UTC (rev 2743)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20080429
+pkgver=20080607
 pkgrel=1
 pkgdesc="An outline and bitmap font editor"
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 makedepends=('freetype2')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-${pkgver}.tar.bz2)
-md5sums=('ca239de93aeceed08c263333d0e898c8')
-sha1sums=('165c137216fcadca557a5264fc2822f558b0c75a')
+md5sums=('be0739f9ab74555bebbb8acb6e7de519')
+sha1sums=('5c72921bb43556ec0b6c174f07f9406065363feb')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --with-multilayer --with-devicetables --without-python
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-multilayer --with-devicetables --without-python || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
-  install -D -m644 LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
+  make DESTDIR=${startdir}/pkg install || return 1
+  install -D -m644 LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE || return 1
 }





More information about the arch-commits mailing list