[arch-commits] Commit in xorg-xfd/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Feb 17 16:52:25 UTC 2012


    Date: Friday, February 17, 2012 @ 11:52:25
  Author: andyrtr
Revision: 150432

upgpkg: xorg-xfd 1.1.1-1

upstream update 1.1.1

Modified:
  xorg-xfd/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-17 16:48:20 UTC (rev 150431)
+++ PKGBUILD	2012-02-17 16:52:25 UTC (rev 150432)
@@ -1,8 +1,8 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xorg-xfd
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Displays all the characters in a font using either the X11 core protocol or libXft2"
 arch=(i686 x86_64)
@@ -11,12 +11,16 @@
 depends=('libxaw' 'fontconfig' 'libxft' 'libxrender' 'libxmu')
 makedepends=('xorg-util-macros')
 source=(http://xorg.freedesktop.org/archive/individual/app/xfd-${pkgver}.tar.bz2)
-sha1sums=('9cf24f00b428bc02d8635634cdb3b7422e7d74a5')
+sha256sums=('3fbef0d5ed6dc088017df156e748d187b2d1aaedc3de7ea96e505ea6d1af7b73')
 
 build() {
   cd "${srcdir}/xfd-${pkgver}"
   ./configure --prefix=/usr
   make
+}
+
+package() {
+  cd "${srcdir}/xfd-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
   install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"


Property changes on: xorg-xfd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id



More information about the arch-commits mailing list