[arch-commits] Commit in (3 files)

Antonio Rojas arojas at archlinux.org
Sun Jul 26 08:50:57 UTC 2015


    Date: Sunday, July 26, 2015 @ 10:50:57
  Author: arojas
Revision: 242510

Add dolphinpart4 for Konqueror 15.08

Added:
  dolphinpart4/
  dolphinpart4/kde-unstable/
  dolphinpart4/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Added: dolphinpart4/kde-unstable/PKGBUILD
===================================================================
--- dolphinpart4/kde-unstable/PKGBUILD	                        (rev 0)
+++ dolphinpart4/kde-unstable/PKGBUILD	2015-07-26 08:50:57 UTC (rev 242510)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=dolphinpart4
+pkgver=15.04.3
+pkgrel=1
+arch=(i686 x86_64)
+url='http://kde.org/applications/system/dolphin/'
+pkgdesc='KDE4 Dolphin KPart'
+license=(GPL LGPL FDL)
+depends=(kdebase-lib libkactivities4)
+makedepends=(cmake automoc4)
+provides=(kdebase-dolphin)
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz")
+sha1sums=('5f5168f3ad9d60b4dc9ba88b1d649364a0534fc6')
+
+prepare() {
+  mkdir -p build
+
+  cd kde-baseapps-$pkgver
+  sed -i '41,57d' CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build/dolphin
+  make DESTDIR="$pkgdir" install
+
+# provided by dolphin
+  rm -r "$pkgdir"/usr/{bin,lib/*.so,share/{appdata,applications,config.kcfg}}
+}


Property changes on: dolphinpart4/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list