[arch-commits] Commit in unshield/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Wed Oct 28 11:59:50 UTC 2015


    Date: Wednesday, October 28, 2015 @ 12:59:50
  Author: spupykin
Revision: 145184

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

Added:
  unshield/repos/community-i686/PKGBUILD
    (from rev 145183, unshield/trunk/PKGBUILD)
  unshield/repos/community-x86_64/PKGBUILD
    (from rev 145183, unshield/trunk/PKGBUILD)
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                            |   58 +++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD              |   32 ------------------
 community-i686/libunshield.c.patch   |   12 ------
 community-x86_64/PKGBUILD            |   32 ------------------
 community-x86_64/libunshield.c.patch |   12 ------
 5 files changed, 58 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-28 11:59:33 UTC (rev 145183)
+++ community-i686/PKGBUILD	2015-10-28 11:59:50 UTC (rev 145184)
@@ -1,32 +0,0 @@
-# $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
-}
-

Copied: unshield/repos/community-i686/PKGBUILD (from rev 145183, unshield/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-28 11:59:50 UTC (rev 145184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.3
+pkgrel=1
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    .
+  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-10-28 11:59:33 UTC (rev 145183)
+++ community-i686/libunshield.c.patch	2015-10-28 11:59:50 UTC (rev 145184)
@@ -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;

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-28 11:59:33 UTC (rev 145183)
+++ community-x86_64/PKGBUILD	2015-10-28 11:59:50 UTC (rev 145184)
@@ -1,32 +0,0 @@
-# $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
-}
-

Copied: unshield/repos/community-x86_64/PKGBUILD (from rev 145183, unshield/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-28 11:59:50 UTC (rev 145184)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=unshield
+pkgver=1.3
+pkgrel=1
+pkgdesc="Extracts CAB files from InstallShield installers"
+arch=('i686' 'x86_64')
+url="https://github.com/twogood/unshield"
+license=('custom')
+depends=('zlib' 'openssl')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz")
+md5sums=('13b716e0a3f45fe74ca24c6aaf4e5bb0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  cmake \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    .
+  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-10-28 11:59:33 UTC (rev 145183)
+++ community-x86_64/libunshield.c.patch	2015-10-28 11:59:50 UTC (rev 145184)
@@ -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;



More information about the arch-commits mailing list