[arch-commits] Commit in quazip/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 29 14:46:18 UTC 2020
Date: Wednesday, April 29, 2020 @ 14:46:17
Author: arojas
Revision: 381854
archrelease: copy trunk to extra-x86_64
Added:
quazip/repos/extra-x86_64/PKGBUILD
(from rev 381853, quazip/trunk/PKGBUILD)
Deleted:
quazip/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++----------------------------------
1 file changed, 33 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-29 14:46:10 UTC (rev 381853)
+++ PKGBUILD 2020-04-29 14:46:17 UTC (rev 381854)
@@ -1,39 +0,0 @@
-# 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.8.1
-pkgrel=2
-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)
-source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4fda4d4248e08015b5090d0369ef9e68bdc4475aa12494f7c0f6d79e43270d14')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
-# generate pkgconfig
- cd ../$pkgname-$pkgver/quazip
- qmake quazip.pro
- make pkgconfig/quazip.pc
- install -Dm 644 pkgconfig/quazip.pc -t "$pkgdir"/usr/lib/pkgconfig/
- sed -e 's|-lquazip|-lquazip5|' -i "$pkgdir"/usr/lib/pkgconfig/quazip.pc
-}
Copied: quazip/repos/extra-x86_64/PKGBUILD (from rev 381853, quazip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-29 14:46:17 UTC (rev 381854)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# 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.9
+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)
+source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('377ebf77630e4cff7411fe149cb342e10f3be55ba123cc0b1ee09a25fc3faa06')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list