[arch-commits] Commit in konq-plugins (3 files)

Andrea Scarpino andrea at archlinux.org
Mon Jun 22 15:33:08 UTC 2009


    Date: Monday, June 22, 2009 @ 11:33:08
  Author: andrea
Revision: 43337

initial import

Added:
  konq-plugins/kde-unstable/
  konq-plugins/kde-unstable/PKGBUILD
  konq-plugins/kde-unstable/konq-plugins.install

----------------------+
 PKGBUILD             |   29 +++++++++++++++++++++++++++++
 konq-plugins.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Added: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	                        (rev 0)
+++ kde-unstable/PKGBUILD	2009-06-22 15:33:08 UTC (rev 43337)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 41669 2009-06-06 10:21:13Z andrea $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=konq-plugins
+pkgver=4.2.92svn984151
+pkgrel=1
+pkgdesc="Konqueror Plugins"
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+groups=('kde-extragear')
+depends=('kdebase-konqueror' 'tidyhtml')
+makedepends=('pkgconfig' 'cmake' 'automoc4')
+options=('docs')
+install='konq-plugins.install'
+source=("http://download.kde.org/stable/${pkgver}/src/extragear/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('7040da4a0dee8d93e3a7f61908e1df1a')
+
+build() {
+  cd $srcdir
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  make DESTDIR=$pkgdir install
+}

Added: kde-unstable/konq-plugins.install
===================================================================
--- kde-unstable/konq-plugins.install	                        (rev 0)
+++ kde-unstable/konq-plugins.install	2009-06-22 15:33:08 UTC (rev 43337)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list