[arch-commits] Commit in quazip/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:17:51
  Author: jlichtblau
Revision: 346044

archrelease: copy trunk to community-x86_64

Added:
  quazip/repos/community-x86_64/PKGBUILD
(from rev 346043, quazip/trunk/PKGBUILD)
Deleted:
  quazip/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 19:17:32 UTC (rev 346043)
+++ PKGBUILD2018-06-25 19:17:51 UTC (rev 346044)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: trya 
-
-pkgname=quazip
-pkgver=0.7.3
-pkgrel=4
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('x86_64')
-depends=('qt5-base')
-makedepends=('cmake')
-provides=('quazip-qt5')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe')
-
-prepare() {
-  # Fix cmake module install dir
-  sed -e 's|${CMAKE_ROOT}/Modules|${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip|' 
-i $pkgname-$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd "${srcdir}"
-
-  install -d build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_WITH_QT4:BOOL=OFF \
--DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
-  make
-}
-
-package() {
-  cd "${srcdir}"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: quazip/repos/community-x86_64/PKGBUILD (from rev 346043, 
quazip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 19:17:51 UTC (rev 346044)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgname=quazip
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="https://stachenov.github.io/quazip/;
+license=('LGPL')
+arch=('x86_64')
+depends=('qt5-base')
+makedepends=('cmake')
+provides=('quazip-qt5')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70')
+
+prepare() {
+  # Fix cmake module install dir
+  sed -e 's|${CMAKE_ROOT}/Modules|${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip|' 
-i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}"
+
+  install -d build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_WITH_QT4:BOOL=OFF \
+-DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in quazip/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-01 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 1, 2018 @ 08:44:32
  Author: arojas
Revision: 318561

archrelease: copy trunk to community-x86_64

Added:
  quazip/repos/community-x86_64/PKGBUILD
(from rev 318560, quazip/trunk/PKGBUILD)
Deleted:
  quazip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-01 08:43:59 UTC (rev 318560)
+++ PKGBUILD2018-05-01 08:44:32 UTC (rev 318561)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: trya 
-
-pkgname=quazip
-pkgver=0.7.3
-pkgrel=3
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/;
-license=('LGPL')
-arch=('x86_64')
-depends=('qt5-base')
-makedepends=('cmake')
-provides=('quazip-qt5')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe')
-
-build() {
-  cd "${srcdir}"
-
-  install -d build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_WITH_QT4:BOOL=OFF \
--DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
-  make
-}
-
-package() {
-  cd "${srcdir}"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: quazip/repos/community-x86_64/PKGBUILD (from rev 318560, 
quazip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-01 08:44:32 UTC (rev 318561)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgname=quazip
+pkgver=0.7.3
+pkgrel=4
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="http://sourceforge.net/projects/quazip/;
+license=('LGPL')
+arch=('x86_64')
+depends=('qt5-base')
+makedepends=('cmake')
+provides=('quazip-qt5')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe')
+
+prepare() {
+  # Fix cmake module install dir
+  sed -e 's|${CMAKE_ROOT}/Modules|${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip|' 
-i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}"
+
+  install -d build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_WITH_QT4:BOOL=OFF \
+-DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}