Date: Tuesday, February 7, 2012 @ 02:35:21 Author: eric Revision: 149361
upgpkg: ddd 3.3.12-3 Rebuild to add signature, Clean up depends, Remove ChangeLog Modified: ddd/trunk/PKGBUILD ddd/trunk/ddd.install Deleted: ddd/trunk/ChangeLog -------------+ ChangeLog | 19 ------------------- PKGBUILD | 22 ++++++++++++---------- ddd.install | 2 +- 3 files changed, 13 insertions(+), 30 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2012-02-07 06:30:38 UTC (rev 149360) +++ ChangeLog 2012-02-07 07:35:21 UTC (rev 149361) @@ -1,19 +0,0 @@ -2010-08-11 Eric Belanger <[email protected]> - - * ddd 3.3.12-2 - * Built against elfutils - * Added gcc build patch - * Fixed install script - -2009-03-22 Eric Belanger <[email protected]> - - * ddd 3.3.12-1 - * Upstream update - * Updated license - -2008-11-11 Eric Belanger <[email protected]> - - * ddd 3.3.11-5 - * Rebuilt against libxaw 1.0.5 (close FS#12074) - * Added info file support - * Added ChangeLog Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-07 06:30:38 UTC (rev 149360) +++ PKGBUILD 2012-02-07 07:35:21 UTC (rev 149361) @@ -1,26 +1,28 @@ # $Id$ -# Maintainer: Eric Belanger <[email protected]> -# Contributor: Aurelien Foret <[email protected]> +# Maintainer: Eric Bélanger <[email protected]> pkgname=ddd pkgver=3.3.12 -pkgrel=2 +pkgrel=3 pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, pydb, perl debugger..." arch=('i686' 'x86_64') url="http://www.gnu.org/software/ddd/" license=('GPL3' 'LGPL3') -depends=('gcc-libs' 'ncurses' 'lesstif' 'libxaw' 'elfutils' 'libxext') -optdepends=('gdb: to use the Gnu debugger' 'jdk: to use the Java debugger' 'pydb: to use the Python debugger' 'perl: to use the Perl debugger') +depends=('gcc-libs' 'lesstif' 'libxaw') +optdepends=('gdb: to use the Gnu debugger' + 'jdk: to use the Java debugger' + 'pydb: to use the Python debugger' + 'perl: to use the Perl debugger') install=ddd.install -changelog=ChangeLog -source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz ddd-3.3.12-gcc44.patch) -md5sums=('c50396db7bac3862a6d2555b3b22c34e' '41dc59d8cf502569bab1b1a4a222a1c6') -sha1sums=('b91d2dfb1145af409138bd34517a898341724e56' '3d43c9d56347f248732b1d72f29c7bf799f03864') +source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} ddd-3.3.12-gcc44.patch) +sha1sums=('b91d2dfb1145af409138bd34517a898341724e56' + 'de155d812da6e11e55cc882292bb5c7b30bd31a1' + '3d43c9d56347f248732b1d72f29c7bf799f03864') build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 < ../ddd-3.3.12-gcc44.patch - ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info + ./configure --prefix=/usr make } Modified: ddd.install =================================================================== --- ddd.install 2012-02-07 06:30:38 UTC (rev 149360) +++ ddd.install 2012-02-07 07:35:21 UTC (rev 149361) @@ -1,4 +1,4 @@ -infodir=/usr/share/info +infodir=usr/share/info filelist=(ddd.info.gz ddd-themes.info.gz) post_install() {
