[arch-commits] Commit in kdiff3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 3 06:54:53 UTC 2021
Date: Monday, May 3, 2021 @ 06:54:53
Author: arojas
Revision: 414209
archrelease: copy trunk to extra-x86_64
Added:
kdiff3/repos/extra-x86_64/PKGBUILD
(from rev 414208, kdiff3/trunk/PKGBUILD)
Deleted:
kdiff3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++++-------------------------
1 file changed, 26 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-03 06:54:42 UTC (rev 414208)
+++ PKGBUILD 2021-05-03 06:54:53 UTC (rev 414209)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=kdiff3
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A file comparator/merge tool'
-arch=(x86_64)
-url='https://kde.org/applications/development/kdiff3/'
-license=(GPL)
-depends=(kparts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a7fd61a23f1e37f25af0efa82265d4723e63889aa3213a58b76ce0c96eab23d0'
- 'SKIP')
-validpgpkeys=(EE56D710885D36FB1E4D21F3F442B36D614B06BC) # Michael Reeves <reeves.87 at gmail.com>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kdiff3/repos/extra-x86_64/PKGBUILD (from rev 414208, kdiff3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-03 06:54:53 UTC (rev 414209)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=kdiff3
+pkgver=1.9.0
+pkgrel=2
+pkgdesc='A file comparator/merge tool'
+arch=(x86_64)
+url='https://kde.org/applications/development/kdiff3/'
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a7fd61a23f1e37f25af0efa82265d4723e63889aa3213a58b76ce0c96eab23d0'
+ 'SKIP')
+validpgpkeys=(EE56D710885D36FB1E4D21F3F442B36D614B06BC) # Michael Reeves <reeves.87 at gmail.com>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG"
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list