[arch-commits] Commit in bluefish/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Wed Feb 23 10:09:48 UTC 2011


    Date: Wednesday, February 23, 2011 @ 05:09:47
  Author: eric
Revision: 110956

upgpkg: bluefish 2.0.3-1
Upstream update, Updated license, Removed ChangeLog

Modified:
  bluefish/trunk/PKGBUILD
Deleted:
  bluefish/trunk/ChangeLog

-----------+
 ChangeLog |   18 ------------------
 PKGBUILD  |   23 +++++++++++------------
 2 files changed, 11 insertions(+), 30 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2011-02-23 10:09:40 UTC (rev 110955)
+++ ChangeLog	2011-02-23 10:09:47 UTC (rev 110956)
@@ -1,18 +0,0 @@
-2010-02-16  Eric Belanger  <eric at archlinux.org>
-
-	* bluefish 2.0.0-1
-	* Upstream update
-	* Updated/Cleaned up depends
-	* Added perlxml makedepends
-	* Added support for charmap plugin
-	* Removed libtool files
-	* Updated source url to use sourceforge mirror
-	* Improved description
-	* Fixed .install scriptlet to update icon cache and xml catalog
-	* Cleaned up configure option
-
-2009-07-29  Eric Belanger  <eric at archlinux.org>
-
-	* bluefish 1.0.7-4
-	* FHS man pages
-	* Added ChangeLog

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-23 10:09:40 UTC (rev 110955)
+++ PKGBUILD	2011-02-23 10:09:47 UTC (rev 110956)
@@ -1,31 +1,30 @@
 # $Id$
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=bluefish
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A powerful HTML editor for experienced web designers and programmers"
 arch=('i686' 'x86_64')
 url="http://bluefish.openoffice.nl/"
-license=('GPL')
+license=('GPL3')
 depends=('pcre' 'gtk2' 'enchant' 'desktop-file-utils' 'shared-mime-info')
 makedepends=('gucharmap' 'intltool')
 optdepends=('gucharmap: for using the charmap plugin')
 options=('!libtool')
 install=bluefish.install
 source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2)
-md5sums=('0229a3fb1d68c926391761efbe12eb1b')
+md5sums=('4c062fcb1f90f91a35687b877d37d6dd')
+sha1sums=('ab6b16d50faca169c25001d5a26ca8b84ddb1019')
 
 build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-	    --enable-spell-check --disable-update-databases --disable-xml-catalog-update || return 1
-	make || return 1
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --enable-spell-check --disable-update-databases --disable-xml-catalog-update
+  make
 }
 
 package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} install || return 1
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list