[arch-commits] Commit in pspshrink/repos/community-i686 (4 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 02:28:58 UTC 2014


    Date: Monday, July 7, 2014 @ 04:28:56
  Author: fyan
Revision: 115228

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pspshrink/repos/community-i686/PKGBUILD
    (from rev 115227, pspshrink/trunk/PKGBUILD)
  pspshrink/repos/community-i686/pspshrink.install
    (from rev 115227, pspshrink/trunk/pspshrink.install)
Deleted:
  pspshrink/repos/community-i686/PKGBUILD
  pspshrink/repos/community-i686/pspshrink.install

-------------------+
 PKGBUILD          |   60 ++++++++++++++++++++++++++--------------------------
 pspshrink.install |   38 ++++++++++++++++----------------
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-07 02:28:27 UTC (rev 115227)
+++ PKGBUILD	2014-07-07 02:28:56 UTC (rev 115228)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
-# Contributor: Tomas Acauan Schertel <tschertel at gmail.com>
-
-pkgname=pspshrink
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="PSP Shrink allows you to shrink your isos to the cso format."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pspshrink/"
-license=('GPL2')
-makedepends=('gtkmm')
-optdepends=('gtkmm: To use pspshrinkui ')
-install=$pkgname.install
-source=(http://pspshrink.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('c9f7dc58c983016047ceebbacb9856e9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: pspshrink/repos/community-i686/PKGBUILD (from rev 115227, pspshrink/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-07 02:28:56 UTC (rev 115228)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>  
+# Contributor: Tomas Acauan Schertel <tschertel at gmail.com>
+
+pkgname=pspshrink
+pkgver=1.1.2
+pkgrel=4
+pkgdesc="PSP Shrink allows you to shrink your isos to the cso format."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pspshrink/"
+license=('GPL2')
+makedepends=('gtkmm')
+optdepends=('gtkmm: To use pspshrinkui ')
+install=$pkgname.install
+source=(http://pspshrink.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('c9f7dc58c983016047ceebbacb9856e9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: pspshrink.install
===================================================================
--- pspshrink.install	2014-07-07 02:28:27 UTC (rev 115227)
+++ pspshrink.install	2014-07-07 02:28:56 UTC (rev 115228)
@@ -1,19 +0,0 @@
-post_install()
-{
-    echo "----------------------------------------------------------"
-    echo "PSP Shrink comes with a command line and a GUI version."
-    echo "Usage command line version:"
-    echo "pspshrink compressionlevel inputfile outputfile"
-    echo "example: pspshrink 9 image.iso image.cso"
-    echo "To use GUI version call pspshrinkui or go to Utility menu."
-    echo "----------------------------------------------------------"
-}
-
-
-post_upgrade() {
-	post_install
-}
-
-op=$1
-shift
-$op $*

Copied: pspshrink/repos/community-i686/pspshrink.install (from rev 115227, pspshrink/trunk/pspshrink.install)
===================================================================
--- pspshrink.install	                        (rev 0)
+++ pspshrink.install	2014-07-07 02:28:56 UTC (rev 115228)
@@ -0,0 +1,19 @@
+post_install()
+{
+    echo "----------------------------------------------------------"
+    echo "PSP Shrink comes with a command line and a GUI version."
+    echo "Usage command line version:"
+    echo "pspshrink compressionlevel inputfile outputfile"
+    echo "example: pspshrink 9 image.iso image.cso"
+    echo "To use GUI version call pspshrinkui or go to Utility menu."
+    echo "----------------------------------------------------------"
+}
+
+
+post_upgrade() {
+	post_install
+}
+
+op=$1
+shift
+$op $*




More information about the arch-commits mailing list