summaryrefslogtreecommitdiff
path: root/libre/ark
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-10 11:21:45 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-10 11:21:45 +0100
commitb215d5e0308d2ce176f35719d1f25fae4367975e (patch)
treeacf1f81abd1f9a2482a820012104b547b35c7b67 /libre/ark
parentdf6cec26f1932d42aa4498b5f374b16b1d3074d2 (diff)
downloadabslibre-b215d5e0308d2ce176f35719d1f25fae4367975e.tar.gz
abslibre-b215d5e0308d2ce176f35719d1f25fae4367975e.tar.bz2
abslibre-b215d5e0308d2ce176f35719d1f25fae4367975e.zip
libre/ark: updated to 17.08.3
Diffstat (limited to 'libre/ark')
-rw-r--r--libre/ark/PKGBUILD19
1 files changed, 13 insertions, 6 deletions
diff --git a/libre/ark/PKGBUILD b/libre/ark/PKGBUILD
index 112aee9c4..abe4c782b 100644
--- a/libre/ark/PKGBUILD
+++ b/libre/ark/PKGBUILD
@@ -6,19 +6,24 @@
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
pkgname=ark
-pkgver=17.08.2
+
+pkgver=17.08.3
pkgrel=1.parabola1
-pkgdesc='Archiving Tool, with unar support'
arch=(i686 x86_64 armv7h)
-url='https://kde.org/applications/utilities/ark/'
+
+pkgdesc="Archiving Tool, with unar support"
+url="https://kde.org/applications/utilities/ark/"
license=(GPL)
+
depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('p7zip: 7Z format support' 'unar: RAR format support')
+optdepends=('p7zip: 7Z format support'
+ 'unar: RAR format support')
groups=(kde-applications kdeutils)
+
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
'libre.patch')
-sha256sums=('224d182df6d11eb2453887e0972f3b60a5177b1c89eac52661a470a7bff1c3d7'
+sha256sums=('dd206ae58946f451d16b5369376b2fe46fa1e6d19d95637aa3a40fd1ec18e3e3'
'SKIP'
'624bd7cd221db2a80b21cd5f71c447d86091e52276f2bdb609c8916755c7d602')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
@@ -28,12 +33,13 @@ prepare() {
mkdir -p build
cd $pkgname-$pkgver
- patch -p1 -i ${srcdir}/libre.patch
+ patch -p1 -i $srcdir/libre.patch
rm -rv plugins/clirarplugin
}
build() {
cd build
+
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -44,5 +50,6 @@ build() {
package() {
cd build
+
make DESTDIR="$pkgdir" install
}