[arch-commits] Commit in vcdimager/trunk (PKGBUILD vcdimager.install)

Felix Yan fyan at archlinux.org
Wed Apr 27 16:57:46 UTC 2016


    Date: Wednesday, April 27, 2016 @ 18:57:46
  Author: fyan
Revision: 266275

upgpkg: vcdimager 0.7.24-7

Hooks rebuild (part 1)

Modified:
  vcdimager/trunk/PKGBUILD
Deleted:
  vcdimager/trunk/vcdimager.install

-------------------+
 PKGBUILD          |    3 +--
 vcdimager.install |   21 ---------------------
 2 files changed, 1 insertion(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 16:50:20 UTC (rev 266274)
+++ PKGBUILD	2016-04-27 16:57:46 UTC (rev 266275)
@@ -4,13 +4,12 @@
 
 pkgname=vcdimager
 pkgver=0.7.24
-pkgrel=6
+pkgrel=7
 pkgdesc="A full-featured mastering suite for authoring disassembling and analyzing Video CD's and Super Video CD's"
 arch=('i686' 'x86_64')
 url="http://www.vcdimager.org/"
 license=('GPL')
 depends=('libcdio' 'libxml2' 'popt')
-install=vcdimager.install
 source=(ftp://ftp.gnu.org/gnu/vcdimager/${pkgname}-${pkgver}.tar.gz
         vcdimager-0.7.24-libcdio-0.83.patch)
 md5sums=('3af22978fd79c79d5fda6513b6811145'

Deleted: vcdimager.install
===================================================================
--- vcdimager.install	2016-04-27 16:50:20 UTC (rev 266274)
+++ vcdimager.install	2016-04-27 16:57:46 UTC (rev 266275)
@@ -1,21 +0,0 @@
-infodir=usr/share/info
-filelist=(vcd-info.info.gz vcdimager.info.gz vcdxrip.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