[arch-commits] CVS update of arch/build/editors/joe (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Mon Jun 11 08:55:00 UTC 2007


    Date: Monday, June 11, 2007 @ 04:55:00
  Author: alexander
    Path: /home/cvs-arch/arch/build/editors/joe

Modified: PKGBUILD (1.13 -> 1.14)

* joe's config file are in /etc/joe not in /etc
* pacman should now handle backup array correctly


----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)


Index: arch/build/editors/joe/PKGBUILD
diff -u arch/build/editors/joe/PKGBUILD:1.13 arch/build/editors/joe/PKGBUILD:1.14
--- arch/build/editors/joe/PKGBUILD:1.13	Tue Jul 25 16:14:10 2006
+++ arch/build/editors/joe/PKGBUILD	Mon Jun 11 04:55:00 2007
@@ -1,15 +1,20 @@
-# $Id: PKGBUILD,v 1.13 2006/07/25 20:14:10 judd Exp $
+# $Id: PKGBUILD,v 1.14 2007/06/11 08:55:00 alexander Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 pkgname=joe
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="JOE has the feel of most IBM PC text editors"
 url="http://sourceforge.net/projects/joe-editor"
 arch=(i686 x86_64)
+license=('GPL')
 depends=('glibc' 'ncurses' 'gpm')
 source=(http://dl.sourceforge.net/joe-editor/$pkgname-$pkgver.tar.gz)
-backup=(etc/{jmacsrc,joerc,jpicorc,jstarrc,rjoerc})
+backup=(etc/joe/jmacsrc
+        etc/joe/joerc
+	etc/joe/jpicorc
+	etc/joe/jstarrc
+	etc/joe/rjoerc})
 md5sums=('9bdffecce7ef910feaa06452d48843de')
 
 build() {




More information about the arch-commits mailing list