[arch-commits] Commit in konq-plugins/trunk (CMakeLists.patch PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Jan 27 16:06:23 UTC 2011


    Date: Thursday, January 27, 2011 @ 11:06:22
  Author: andrea
Revision: 107921

upgpkg: konq-plugins svn1217499-1
new snapshot

Added:
  konq-plugins/trunk/CMakeLists.patch
Modified:
  konq-plugins/trunk/PKGBUILD

------------------+
 CMakeLists.patch |   15 +++++++++++++++
 PKGBUILD         |   13 +++++++++----
 2 files changed, 24 insertions(+), 4 deletions(-)

Added: CMakeLists.patch
===================================================================
--- CMakeLists.patch	                        (rev 0)
+++ CMakeLists.patch	2011-01-27 16:06:22 UTC (rev 107921)
@@ -0,0 +1,15 @@
+--- CMakeLists.txt~	2011-01-27 07:53:19.783350535 -0800
++++ CMakeLists.txt	2011-01-27 08:02:52.133350536 -0800
+@@ -1,6 +1,11 @@
+ project(konq-plugins)
+ 
+-include_directories (${KDEBASE_APPS_SOURCE_DIR}/lib/konq)
++find_package(KDE4 REQUIRED)
++include(KDE4Defaults)
++
++add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
++
++include_directories (${KDEBASE_APPS_SOURCE_DIR}/lib/konq ${KDE4_INCLUDES})
+ 
+ add_subdirectory( khtmlsettingsplugin )
+ add_subdirectory( kimgalleryplugin )

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-27 13:59:41 UTC (rev 107920)
+++ PKGBUILD	2011-01-27 16:06:22 UTC (rev 107921)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=konq-plugins
-pkgver=svn1217478
+pkgver=svn1217499
 pkgrel=1
 pkgdesc="Extra plugins for Konqueror"
 arch=('i686' 'x86_64')
@@ -12,11 +12,16 @@
 depends=('kdebase-konqueror' 'tidyhtml' 'kwebkitpart')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
 install=${pkgname}.install
-# svn co -q svn://websvn.kde.org:443/home/kde/trunk/playground/base/konq-plugins
-source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('30a12b1f39ea3049e29719f529d1459c')
+# svn co -q svn://websvn.kde.org:443/home/kde/trunk/KDE/kdebase/apps/konq-plugins
+source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2"
+        'CMakeLists.patch')
+md5sums=('1abdef7d120d8caf6f6709a3db032893'
+         '4652be501c5b81370010f3c28fd02bc3')
 
 build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np0 -i ${srcdir}/CMakeLists.patch
+
   cd ${srcdir}
   mkdir build
   cd build




More information about the arch-commits mailing list