[arch-commits] Commit in dolphin-plugins/repos (4 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:54:43 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:54:42
  Author: arojas
Revision: 259532

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  dolphin-plugins/repos/testing-i686/
  dolphin-plugins/repos/testing-i686/PKGBUILD
    (from rev 259531, dolphin-plugins/trunk/PKGBUILD)
  dolphin-plugins/repos/testing-x86_64/
  dolphin-plugins/repos/testing-x86_64/PKGBUILD
    (from rev 259531, dolphin-plugins/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 259531, dolphin-plugins/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:54:42 UTC (rev 259532)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dolphin-plugins
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins"
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('86f301d2af92dcaf149cd0f725a9fad2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 259531, dolphin-plugins/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:54:42 UTC (rev 259532)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux,org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=dolphin-plugins
+pkgver=15.12.2
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(i686 x86_64)
+url="https://projects.kde.org/dolphin-plugins"
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('86f301d2af92dcaf149cd0f725a9fad2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list