[arch-commits] Commit in kpmcore/trunk (PKGBUILD kpmcore-dbusdir.patch)
Antonio Rojas
arojas at archlinux.org
Sun Oct 6 14:24:11 UTC 2019
Date: Sunday, October 6, 2019 @ 14:24:10
Author: arojas
Revision: 513394
Update to 4.0.1
Modified:
kpmcore/trunk/PKGBUILD
Deleted:
kpmcore/trunk/kpmcore-dbusdir.patch
-----------------------+
PKGBUILD | 16 +++++-----------
kpmcore-dbusdir.patch | 15 ---------------
2 files changed, 5 insertions(+), 26 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-06 14:23:44 UTC (rev 513393)
+++ PKGBUILD 2019-10-06 14:24:10 UTC (rev 513394)
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=kpmcore
-pkgver=4.0.0
-pkgrel=3
+pkgver=4.0.1
+pkgrel=1
pkgdesc="Library for managing partitions"
arch=(x86_64)
url="https://www.kde.org/applications/system/kdepartitionmanager/"
@@ -20,24 +20,18 @@
'exfat-utils: exFAT support'
'nilfs-utils: nilfs support'
'udftools: UDF support')
-source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig} kpmcore-dbusdir.patch)
-sha256sums=('d7f044ca256369bec62ec5460bad397cd67473f4a8b2d48686e91a9bf24ddf6d'
- 'SKIP'
- '52b81ba66ff3e23640a2e56927acaf028a7b7db81d615bf82fb99b9bb7b7de59')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('033e7ffccb5169885aef5a3c7dbbce1ce17067e44d3679d7b1d93321199f54eb'
+ 'SKIP')
validpgpkeys=(1EE5A3205904BAA2B88C0A9D24FD31940095C0E1) # Andrius Štikonas <andrius at stikonas.eu>
prepare() {
mkdir -p build
-
- cd $pkgname-$pkgver
- patch -p1 -i ../kpmcore-dbusdir.patch # Fix d-bus policy install dir
}
build() {
cd build
cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}
Deleted: kpmcore-dbusdir.patch
===================================================================
--- kpmcore-dbusdir.patch 2019-10-06 14:23:44 UTC (rev 513393)
+++ kpmcore-dbusdir.patch 2019-10-06 14:24:10 UTC (rev 513394)
@@ -1,15 +0,0 @@
-diff --git a/src/util/CMakeLists.txt b/src/util/CMakeLists.txt
-index d616933..b3f2ee2 100644
---- a/src/util/CMakeLists.txt
-+++ b/src/util/CMakeLists.txt
-@@ -50,8 +50,8 @@ target_link_libraries(kpmcore_externalcommand
- )
-
- install(TARGETS kpmcore_externalcommand DESTINATION ${KAUTH_HELPER_INSTALL_DIR})
--install( FILES util/org.kde.kpmcore.helperinterface.conf DESTINATION ${SYSCONF_INSTALL_DIR}/dbus-1/system.d )
--install( FILES util/org.kde.kpmcore.applicationinterface.conf DESTINATION ${SYSCONF_INSTALL_DIR}/dbus-1/system.d )
-+install( FILES util/org.kde.kpmcore.helperinterface.conf DESTINATION ${KDE_INSTALL_DBUSDIR}/system.d )
-+install( FILES util/org.kde.kpmcore.applicationinterface.conf DESTINATION ${KDE_INSTALL_DBUSDIR}/system.d )
-
- kauth_install_helper_files(kpmcore_externalcommand org.kde.kpmcore.externalcommand root)
- kauth_install_actions(org.kde.kpmcore.externalcommand util/org.kde.kpmcore.externalcommand.actions)
More information about the arch-commits
mailing list