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

Eric Belanger eric at archlinux.org
Mon Mar 3 02:38:37 UTC 2008


    Date: Sunday, March 2, 2008 @ 21:38:37
  Author: eric
    Path: /home/cvs-extra/extra/x11/fontforge

   Added: ChangeLog (1.1)
Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: fontforge 20080203-1
    upstream update, fixed license, disabled SMP build, added freetype2 makedepends, FSH man pages, added ChangeLog


-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   17 +++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)


Index: extra/x11/fontforge/ChangeLog
diff -u /dev/null extra/x11/fontforge/ChangeLog:1.1
--- /dev/null	Sun Mar  2 21:38:37 2008
+++ extra/x11/fontforge/ChangeLog	Sun Mar  2 21:38:37 2008
@@ -0,0 +1,7 @@
+2008-03-01  Eric Belanger  <eric at archlinux.org>
+
+	* Upstream update 20080203
+	* Fixed license: custom -> BSD
+	* Disabled SMP build
+	* Added freetype2 makedepends
+	* FSH man pages
Index: extra/x11/fontforge/PKGBUILD
diff -u extra/x11/fontforge/PKGBUILD:1.8 extra/x11/fontforge/PKGBUILD:1.9
--- extra/x11/fontforge/PKGBUILD:1.8	Fri Dec 14 23:31:36 2007
+++ extra/x11/fontforge/PKGBUILD	Sun Mar  2 21:38:37 2008
@@ -1,24 +1,25 @@
-# $Id: PKGBUILD,v 1.8 2007/12/15 04:31:36 eric Exp $
+# $Id: PKGBUILD,v 1.9 2008/03/03 02:38:37 eric Exp $
 # Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=fontforge
-pkgver=20071210
+pkgver=20080203
 pkgrel=1
 pkgdesc="An outline and bitmap font editor"
 arch=('i686' 'x86_64')
 url="http://fontforge.sourceforge.net"
-license=('custom')
+license=('BSD')
 depends=('libxkbui' 'libxi')
-options=('!libtool')
+makedepends=('freetype2')
+options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/fontforge/fontforge_full-$pkgver.tar.bz2)
-md5sums=('971a9a36a98efc8bb4e623b3d3fd0591')
-sha1sums=('45050f40b7525afb4628239a013cb9dd04c45f42')
+md5sums=('c5a309c85821804424abbc3b8e78839d')
+sha1sums=('c8e0aac5a83bdf784948118a4eda8e38a2bde2b6')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-multilayer --with-devicetables --without-python
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-multilayer --with-devicetables --without-python
   make || return 1
-  make prefix=$startdir/pkg/usr install
+  make DESTDIR=$startdir/pkg install
   install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list