[arch-commits] Commit in (5 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 9 19:18:12 UTC 2015
Date: Thursday, April 9, 2015 @ 21:18:12
Author: arojas
Revision: 235978
Rename polkit-kde-frameworks to polkit-kde-agent for Plasma 5.3
Added:
polkit-kde-agent/
polkit-kde-agent/kde-unstable/
Modified:
polkit-kde-agent/kde-unstable/PKGBUILD
Deleted:
polkit-kde-agent/repos/
polkit-kde-agent/trunk/
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: polkit-kde-agent/kde-unstable/PKGBUILD
===================================================================
--- polkit-kde-frameworks/trunk/PKGBUILD 2015-04-04 07:06:38 UTC (rev 235429)
+++ polkit-kde-agent/kde-unstable/PKGBUILD 2015-04-09 19:18:12 UTC (rev 235978)
@@ -1,9 +1,9 @@
# $Id$
# Maintainer: Felix Yan <felixonmars at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: Antonio Rojas <arojas at archlinux.org>
-pkgname=polkit-kde-frameworks
+pkgname=polkit-kde-agent
pkgver=5.2.2
pkgrel=1
pkgdesc='Daemon providing a polkit authentication UI for KDE'
@@ -11,8 +11,10 @@
url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
license=('LGPL')
depends=('knotifications')
-makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/plasma/${pkgver}/polkit-kde-agent-1-$pkgver.tar.xz")
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz")
md5sums=('bf016c9827f8a6bb4bdafb46e26ebe82')
prepare() {
@@ -21,7 +23,7 @@
build() {
cd build
- cmake ../polkit-kde-agent-1-${pkgver} \
+ cmake ../$pkgname-1-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \
More information about the arch-commits
mailing list