[arch-commits] CVS update of extra/x11/fontforge (ChangeLog PKGBUILD)

Eric Belanger eric at archlinux.org
Wed Apr 2 13:43:25 UTC 2008


    Date: Wednesday, April 2, 2008 @ 09:43:25
  Author: eric
    Path: /home/cvs-extra/extra/x11/fontforge

Modified: ChangeLog (1.1 -> 1.2) PKGBUILD (1.9 -> 1.10)

upgpkg: fontforge 20080330-1
    upstream update


-----------+
 ChangeLog |    8 +++++++-
 PKGBUILD  |   16 ++++++++--------
 2 files changed, 15 insertions(+), 9 deletions(-)


Index: extra/x11/fontforge/ChangeLog
diff -u extra/x11/fontforge/ChangeLog:1.1 extra/x11/fontforge/ChangeLog:1.2
--- extra/x11/fontforge/ChangeLog:1.1	Sun Mar  2 21:38:37 2008
+++ extra/x11/fontforge/ChangeLog	Wed Apr  2 09:43:25 2008
@@ -1,6 +1,12 @@
+2008-03-31  Eric Belanger  <eric at archlinux.org>
+
+	* fontforge 20080330-1
+	* Upstream update
+
 2008-03-01  Eric Belanger  <eric at archlinux.org>
 
-	* Upstream update 20080203
+	* fontforge 20080203-1
+	* Upstream update
 	* Fixed license: custom -> BSD
 	* Disabled SMP build
 	* Added freetype2 makedepends
Index: extra/x11/fontforge/PKGBUILD
diff -u extra/x11/fontforge/PKGBUILD:1.9 extra/x11/fontforge/PKGBUILD:1.10
--- extra/x11/fontforge/PKGBUILD:1.9	Sun Mar  2 21:38:37 2008
+++ extra/x11/fontforge/PKGBUILD	Wed Apr  2 09:43:25 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.9 2008/03/03 02:38:37 eric Exp $
+# $Id: PKGBUILD,v 1.10 2008/04/02 13:43:25 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20080203
+pkgver=20080330
 pkgrel=1
 pkgdesc="An outline and bitmap font editor"
 arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@
 depends=('libxkbui' 'libxi')
 makedepends=('freetype2')
 options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-$pkgver.tar.bz2)
-md5sums=('c5a309c85821804424abbc3b8e78839d')
-sha1sums=('c8e0aac5a83bdf784948118a4eda8e38a2bde2b6')
+source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-${pkgver}.tar.bz2)
+md5sums=('f1283d157327779cd864442107a8329d')
+sha1sums=('0207392300bda80b15fb50e79fc1f09d1e92a0e4')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man --with-multilayer --with-devicetables --without-python
   make || return 1
-  make DESTDIR=$startdir/pkg install
-  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+  make DESTDIR=${startdir}/pkg install
+  install -D -m644 LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list