[arch-commits] Commit in quazip/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue May 1 08:44:32 UTC 2018
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
===================================================================
--- PKGBUILD 2018-05-01 08:43:59 UTC (rev 318560)
+++ PKGBUILD 2018-05-01 08:44:32 UTC (rev 318561)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: trya <tryagainprod at gmail.com>
-
-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)
+++ PKGBUILD 2018-05-01 08:44:32 UTC (rev 318561)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: trya <tryagainprod at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list