[arch-commits] Commit in dolphinpart4 (5 files)

Antonio Rojas arojas at archlinux.org
Sun Jul 26 08:52:02 UTC 2015


    Date: Sunday, July 26, 2015 @ 10:52:01
  Author: arojas
Revision: 242511

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  dolphinpart4/repos/
  dolphinpart4/repos/kde-unstable-i686/
  dolphinpart4/repos/kde-unstable-i686/PKGBUILD
    (from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)
  dolphinpart4/repos/kde-unstable-x86_64/
  dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   42 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   42 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: dolphinpart4/repos/kde-unstable-i686/PKGBUILD (from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2015-07-26 08:52:01 UTC (rev 242511)
@@ -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}}
+}

Copied: dolphinpart4/repos/kde-unstable-x86_64/PKGBUILD (from rev 242510, dolphinpart4/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2015-07-26 08:52:01 UTC (rev 242511)
@@ -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}}
+}



More information about the arch-commits mailing list