author | Pierre Schmitz
<pierre@archlinux.org> 2010-02-01 07:16:40 UTC |
committer | Pierre Schmitz
<pierre@archlinux.org> 2010-02-01 07:16:40 UTC |
parent | 8fcc0f73b3cfe9329de59d47cf2a1f488bd6c443 |
PKGBUILD | +0 | -30 |
link.patch | +0 | -11 |
diff --git a/PKGBUILD b/PKGBUILD deleted file mode 100644 index 6c88dea..0000000 --- a/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: $ -# Maintainer: Pierre Schmitz <pierre@archlinux.de> - -pkgname=polkit-qt -pkgver=0.9.2 -pkgrel=2 -pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API' -arch=('i686' 'x86_64') -url='http://www.kde.org' -license=('LGPL') -depends=('policykit' 'qt') -makedepends=('cmake') -source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-${pkgver}.tar.bz2" - 'link.patch') -md5sums=('14cb821f8917c13ed4154a3ab8e596be' - '850a0ed23a86d048b35b288fdef3aae2') - -build() { - cd $srcdir/${pkgname}-${pkgver} - patch -p1 -i $srcdir/link.patch || return 1 - cd ${srcdir} - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_SKIP_RPATH=ON - make || return 1 - make DESTDIR=$pkgdir install -} diff --git a/link.patch b/link.patch deleted file mode 100644 index 6b88030..0000000 --- a/link.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nura polkit-qt-0.9.2/CMakeLists.txt polkit-qt-0.9.2.new/CMakeLists.txt ---- polkit-qt-0.9.2/CMakeLists.txt 2009-04-08 18:05:44.000000000 +0200 -+++ polkit-qt-0.9.2.new/CMakeLists.txt 2009-08-05 21:17:49.000000000 +0200 -@@ -57,6 +57,7 @@ - ) - - target_link_libraries(polkit-qt-gui -+ polkit-qt-core - ${POLKITDBUS_LIBRARIES} - ${POLKITGRANT_LIBRARIES} - ${QT_QTCORE_LIBRARY}