[arch-commits] Commit in polkit-qt/kde-unstable (PKGBUILD link.patch)

Andrea Scarpino andrea at archlinux.org
Thu Dec 24 12:47:07 UTC 2009


    Date: Thursday, December 24, 2009 @ 07:47:07
  Author: andrea
Revision: 61793

new release

Modified:
  polkit-qt/kde-unstable/PKGBUILD
Deleted:
  polkit-qt/kde-unstable/link.patch

------------+
 PKGBUILD   |   14 +++++---------
 link.patch |   11 -----------
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-23 22:14:36 UTC (rev 61792)
+++ PKGBUILD	2009-12-24 12:47:07 UTC (rev 61793)
@@ -2,22 +2,18 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=polkit-qt
-pkgver=0.9.2
-pkgrel=3
+pkgver=0.9.3
+pkgrel=1
 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')
+source=("http://download.kde.org/stable/apps/KDE4.x/admin/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('8be0205f8cb91161fdaf527f7cb6852d')
 
 build() {
-	cd $srcdir/${pkgname}-${pkgver}
-	patch -p1 -i $srcdir/link.patch || return 1
 	cd ${srcdir}
 	mkdir build
 	cd build
@@ -31,6 +27,6 @@
 
 	# install cmake files, needed by KDE 4.4
 	install -d ${pkgdir}/usr/share/cmake-2.8/Modules
-	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/cmake/modules/{FindPolkitQt,InstallSettings,PkgConfigGetVar}.cmake \
+	install -Dm644 ${srcdir}/${pkgname}-${pkgver}/cmake/modules/{FindPolkitQt,InstallSettings}.cmake \
 	  ${pkgdir}/usr/share/cmake-2.8/Modules/ || return 1
 }

Deleted: link.patch
===================================================================
--- link.patch	2009-12-23 22:14:36 UTC (rev 61792)
+++ link.patch	2009-12-24 12:47:07 UTC (rev 61793)
@@ -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}




More information about the arch-commits mailing list