[arch-commits] Commit in impressive/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Mon May 12 17:46:16 UTC 2014


    Date: Monday, May 12, 2014 @ 19:46:16
  Author: jlichtblau
Revision: 111055

archrelease: copy trunk to community-any

Added:
  impressive/repos/community-any/PKGBUILD
    (from rev 111054, impressive/trunk/PKGBUILD)
Deleted:
  impressive/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-12 17:46:06 UTC (rev 111054)
+++ PKGBUILD	2014-05-12 17:46:16 UTC (rev 111055)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Geoffroy Carrier <gcarrier at aur.archlinux.org>
-# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=impressive
-pkgver=0.10.4
-pkgrel=1
-pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
-arch=('any')
-url='http://impressive.sourceforge.net'
-license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
-optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF documents'
-            'mplayer: for sound and video playback')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-md5sums=('17a54e914069b2fea9fe35dd28ada38d')
-
-prepare() {
-  cd "${srcdir}/Impressive-${pkgver}"
-
-# python2 fix
-  for file in $(find . -name '*.py' -print); do
-      sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-      sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/Impressive-${pkgver}"
-
-  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
-  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
-  install -m644 ${pkgname}.html demo.pdf changelog.txt "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
-}

Copied: impressive/repos/community-any/PKGBUILD (from rev 111054, impressive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-12 17:46:16 UTC (rev 111055)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Geoffroy Carrier <gcarrier at aur.archlinux.org>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=impressive
+pkgver=0.10.5
+pkgrel=1
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF documents'
+            'mplayer: for sound and video playback')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
+md5sums=('1c902d584b489c5fbf2c6d3aed0b3407')
+
+prepare() {
+  cd "${srcdir}/Impressive-${pkgver}"
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+      sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+      sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/Impressive-${pkgver}"
+
+  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
+  install -m644 ${pkgname}.html demo.pdf changelog.txt "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
+}




More information about the arch-commits mailing list