extra/kdiff3 to 1.8.2-1

This commit is contained in:
Kevin Mihelich 2020-03-28 13:09:53 +00:00
parent b323b9d935
commit 00296fe48c

View file

@ -5,7 +5,7 @@
# - patch to explicitly link v5/v6 with libatomic # - patch to explicitly link v5/v6 with libatomic
pkgname=kdiff3 pkgname=kdiff3
pkgver=1.8.1 pkgver=1.8.2
pkgrel=1 pkgrel=1
pkgdesc="A file comparator/merge tool" pkgdesc="A file comparator/merge tool"
arch=(x86_64) arch=(x86_64)
@ -15,7 +15,7 @@ depends=(kparts hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools) makedepends=(extra-cmake-modules kdoctools)
source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
0001-link-atomic.patch) 0001-link-atomic.patch)
sha256sums=('7877c0f38d24f35edc6c61353fe6e12790aaa285663fe403133e4fc00bcf436e' sha256sums=('fb7154778491dc11b9bd38465164ce1a7c2d1810f70a57cd4268ffad42d5bb68'
'SKIP' 'SKIP'
'414fd602932d4572eb564da71c8adde822dfcc96727693c266195580a04d9809') '414fd602932d4572eb564da71c8adde822dfcc96727693c266195580a04d9809')
validpgpkeys=(EE56D710885D36FB1E4D21F3F442B36D614B06BC) # Michael Reeves <reeves.87@gmail.com> validpgpkeys=(EE56D710885D36FB1E4D21F3F442B36D614B06BC) # Michael Reeves <reeves.87@gmail.com>
@ -30,8 +30,7 @@ prepare() {
build() { build() {
cd build cd build
cmake ../$pkgname-$pkgver \ cmake ../$pkgname-$pkgver
-DCMAKE_INSTALL_PREFIX=/usr
make make
} }