[arch-commits] Commit in ddd/trunk (PKGBUILD ddd.install)
Antonio Rojas
arojas at archlinux.org
Thu May 5 22:15:22 UTC 2016
Date: Friday, May 6, 2016 @ 00:15:22
Author: arojas
Revision: 266990
Hooks
Modified:
ddd/trunk/PKGBUILD
Deleted:
ddd/trunk/ddd.install
-------------+
PKGBUILD | 3 +--
ddd.install | 18 ------------------
2 files changed, 1 insertion(+), 20 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-05 22:10:46 UTC (rev 266989)
+++ PKGBUILD 2016-05-05 22:15:22 UTC (rev 266990)
@@ -3,7 +3,7 @@
pkgname=ddd
pkgver=3.3.12
-pkgrel=7
+pkgrel=8
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/"
@@ -13,7 +13,6 @@
'jdk: to use the Java debugger'
'pydb: to use the Python debugger'
'perl: to use the Perl debugger')
-install=ddd.install
source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} ddd-3.3.12-gcc44.patch)
sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
'de155d812da6e11e55cc882292bb5c7b30bd31a1'
Deleted: ddd.install
===================================================================
--- ddd.install 2016-05-05 22:10:46 UTC (rev 266989)
+++ ddd.install 2016-05-05 22:15:22 UTC (rev 266990)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-filelist=(ddd.info.gz ddd-themes.info.gz)
-
-post_install() {
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
More information about the arch-commits
mailing list