[arch-commits] Commit in unshield/repos (8 files)
Sergej Pupykin
spupykin at archlinux.org
Sun May 10 20:34:20 UTC 2015
Date: Sunday, May 10, 2015 @ 22:34:19
Author: spupykin
Revision: 133218
archrelease: copy trunk to community-i686, community-x86_64
Added:
unshield/repos/community-i686/PKGBUILD
(from rev 133217, unshield/trunk/PKGBUILD)
unshield/repos/community-i686/libunshield.c.patch
(from rev 133217, unshield/trunk/libunshield.c.patch)
unshield/repos/community-x86_64/PKGBUILD
(from rev 133217, unshield/trunk/PKGBUILD)
unshield/repos/community-x86_64/libunshield.c.patch
(from rev 133217, unshield/trunk/libunshield.c.patch)
Deleted:
unshield/repos/community-i686/PKGBUILD
unshield/repos/community-i686/libunshield.c.patch
unshield/repos/community-x86_64/PKGBUILD
unshield/repos/community-x86_64/libunshield.c.patch
--------------------------------------+
/PKGBUILD | 64 +++++++++++++++++++++++++++++++++
/libunshield.c.patch | 24 ++++++++++++
community-i686/PKGBUILD | 32 ----------------
community-i686/libunshield.c.patch | 12 ------
community-x86_64/PKGBUILD | 32 ----------------
community-x86_64/libunshield.c.patch | 12 ------
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-05-10 20:34:08 UTC (rev 133217)
+++ community-i686/PKGBUILD 2015-05-10 20:34:19 UTC (rev 133218)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=unshield
-pkgver=1.0
-pkgrel=1
-pkgdesc="Extracts CAB files from InstallShield installers"
-arch=('i686' 'x86_64')
-url="https://github.com/twogood/unshield"
-license=('custom')
-depends=('zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
-md5sums=('b2abb96a73422590d17ce4415c6df07d')
-
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgver}
- sed -i 's|-Werror||g' configure.ac.in
-}
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
-}
-
Copied: unshield/repos/community-i686/PKGBUILD (from rev 133217, unshield/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-10 20:34:19 UTC (rev 133218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.1
+pkgrel=1
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('209d1b380bf54b25d9b1ee9b343d3090')
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ sed -i 's|-Werror||g' configure.ac.in
+}
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
+}
+
Deleted: community-i686/libunshield.c.patch
===================================================================
--- community-i686/libunshield.c.patch 2015-05-10 20:34:08 UTC (rev 133217)
+++ community-i686/libunshield.c.patch 2015-05-10 20:34:19 UTC (rev 133218)
@@ -1,12 +0,0 @@
---- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200
-+++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200
-@@ -271,6 +271,9 @@
-
- header->major_version = (header->common.version >> 12) & 0xf;
-
-+ if (header->common.version == 0x020004b0)
-+ header->major_version = 9;
-+
- #if 0
- if (header->major_version < 5)
- header->major_version = 5;
Copied: unshield/repos/community-i686/libunshield.c.patch (from rev 133217, unshield/trunk/libunshield.c.patch)
===================================================================
--- community-i686/libunshield.c.patch (rev 0)
+++ community-i686/libunshield.c.patch 2015-05-10 20:34:19 UTC (rev 133218)
@@ -0,0 +1,12 @@
+--- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200
++++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200
+@@ -271,6 +271,9 @@
+
+ header->major_version = (header->common.version >> 12) & 0xf;
+
++ if (header->common.version == 0x020004b0)
++ header->major_version = 9;
++
+ #if 0
+ if (header->major_version < 5)
+ header->major_version = 5;
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-05-10 20:34:08 UTC (rev 133217)
+++ community-x86_64/PKGBUILD 2015-05-10 20:34:19 UTC (rev 133218)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=unshield
-pkgver=1.0
-pkgrel=1
-pkgdesc="Extracts CAB files from InstallShield installers"
-arch=('i686' 'x86_64')
-url="https://github.com/twogood/unshield"
-license=('custom')
-depends=('zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
-md5sums=('b2abb96a73422590d17ce4415c6df07d')
-
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgver}
- sed -i 's|-Werror||g' configure.ac.in
-}
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./bootstrap
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
- install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
-}
-
Copied: unshield/repos/community-x86_64/PKGBUILD (from rev 133217, unshield/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-05-10 20:34:19 UTC (rev 133218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.1
+pkgrel=1
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('209d1b380bf54b25d9b1ee9b343d3090')
+
+prepare() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ sed -i 's|-Werror||g' configure.ac.in
+}
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./bootstrap
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
+ install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/unshield/LICENSE
+}
+
Deleted: community-x86_64/libunshield.c.patch
===================================================================
--- community-x86_64/libunshield.c.patch 2015-05-10 20:34:08 UTC (rev 133217)
+++ community-x86_64/libunshield.c.patch 2015-05-10 20:34:19 UTC (rev 133218)
@@ -1,12 +0,0 @@
---- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200
-+++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200
-@@ -271,6 +271,9 @@
-
- header->major_version = (header->common.version >> 12) & 0xf;
-
-+ if (header->common.version == 0x020004b0)
-+ header->major_version = 9;
-+
- #if 0
- if (header->major_version < 5)
- header->major_version = 5;
Copied: unshield/repos/community-x86_64/libunshield.c.patch (from rev 133217, unshield/trunk/libunshield.c.patch)
===================================================================
--- community-x86_64/libunshield.c.patch (rev 0)
+++ community-x86_64/libunshield.c.patch 2015-05-10 20:34:19 UTC (rev 133218)
@@ -0,0 +1,12 @@
+--- lib/libunshield.c 2004-08-24 08:10:27.000000000 +0200
++++ lib/libunshield.c 2010-08-13 20:39:58.000000000 +0200
+@@ -271,6 +271,9 @@
+
+ header->major_version = (header->common.version >> 12) & 0xf;
+
++ if (header->common.version == 0x020004b0)
++ header->major_version = 9;
++
+ #if 0
+ if (header->major_version < 5)
+ header->major_version = 5;
More information about the arch-commits
mailing list