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

Andrea Scarpino andrea at archlinux.org
Fri Mar 4 09:55:03 UTC 2011


    Date: Friday, March 4, 2011 @ 04:55:03
  Author: andrea
Revision: 112174

upstream release

Modified:
  konq-plugins/trunk/PKGBUILD	(contents, properties)
Deleted:
  konq-plugins/trunk/CMakeLists.patch

------------------+
 CMakeLists.patch |   15 ---------------
 PKGBUILD         |   16 +++++-----------
 2 files changed, 5 insertions(+), 26 deletions(-)

Deleted: CMakeLists.patch
===================================================================
--- CMakeLists.patch	2011-03-04 09:46:31 UTC (rev 112173)
+++ CMakeLists.patch	2011-03-04 09:55:03 UTC (rev 112174)
@@ -1,15 +0,0 @@
---- 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-03-04 09:46:31 UTC (rev 112173)
+++ PKGBUILD	2011-03-04 09:55:03 UTC (rev 112174)
@@ -1,27 +1,21 @@
-# $Id: PKGBUILD 41669 2009-06-06 10:21:13Z andrea $
+# $Id$
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=konq-plugins
-pkgver=svn1217499
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="Extra plugins for Konqueror"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('LGPL')
-depends=('kdebase-konqueror' 'tidyhtml' 'kwebkitpart')
+depends=('kdebase-konqueror' 'tidyhtml')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'docbook-xsl')
 install=${pkgname}.install
-# 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')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('38facbeb5627ff6affa0fa0d676d1d19')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/CMakeLists.patch
-
   cd ${srcdir}
   mkdir build
   cd build


Property changes on: konq-plugins/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list