[arch-commits] Commit in xaos/trunk (PKGBUILD xaos.install)
Antonio Rojas
arojas at archlinux.org
Fri May 6 18:50:07 UTC 2016
Date: Friday, May 6, 2016 @ 20:50:06
Author: arojas
Revision: 267041
Hooks
Modified:
xaos/trunk/PKGBUILD
Deleted:
xaos/trunk/xaos.install
--------------+
PKGBUILD | 3 +--
xaos.install | 20 --------------------
2 files changed, 1 insertion(+), 22 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-06 18:47:12 UTC (rev 267040)
+++ PKGBUILD 2016-05-06 18:50:06 UTC (rev 267041)
@@ -3,7 +3,7 @@
pkgname=xaos
pkgver=3.6
-pkgrel=2
+pkgrel=3
pkgdesc="A fast portable real-time interactive fractal zoomer"
arch=('i686' 'x86_64')
url="http://matek.hu/xaos/"
@@ -10,7 +10,6 @@
license=('GPL')
depends=('gsl' 'libpng' 'aalib')
options=('!makeflags')
-install=xaos.install
source=(http://downloads.sourceforge.net/sourceforge/xaos/${pkgname}-${pkgver}.tar.gz
xaos-3.5-build-fix-i686.patch)
sha1sums=('0c68d25c4f9c8eaf557e37d9e4586a04ab56d7a0'
Deleted: xaos.install
===================================================================
--- xaos.install 2016-05-06 18:47:12 UTC (rev 267040)
+++ xaos.install 2016-05-06 18:50:06 UTC (rev 267041)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xaos.info.gz)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info $infodir/$file $infodir/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
- install-info --delete $infodir/$file $infodir/dir 2> /dev/null
- done
-}
More information about the arch-commits
mailing list