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

2017-10-12 Thread Antonio Rojas
Date: Thursday, October 12, 2017 @ 14:55:45
  Author: arojas
Revision: 307614

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 307613, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 307613, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-12 14:55:05 UTC (rev 307613)
+++ extra-i686/PKGBUILD 2017-10-12 14:55:45 UTC (rev 307614)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="KDE File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('78e4afe337b17b768fa6e615b2493cfdc2b46731ca127c76ae459b3a00de6911'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 307613, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-12 14:55:45 UTC (rev 307614)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.08.2
+pkgrel=1
+pkgdesc="KDE File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3abf212d7e500ec0b41eb60efb83d7e6034e75a3da124ee877231f32c13f7bd4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-12 14:55:05 UTC (rev 307613)
+++ extra-x86_64/PKGBUILD   2017-10-12 14:55:45 UTC (rev 307614)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="KDE File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: 

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

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 17:56:47
  Author: arojas
Revision: 304845

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 304844, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 304844, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   44 -
 extra-x86_64/PKGBUILD |   44 -
 3 files changed, 84 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 17:56:23 UTC (rev 304844)
+++ extra-i686/PKGBUILD 2017-09-07 17:56:47 UTC (rev 304845)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3981d735f7fccba22eda72a35b8d059afb4e57f79ead5caf3c643f550752afbb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 304844, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 17:56:47 UTC (rev 304845)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.08.1
+pkgrel=1
+pkgdesc="KDE File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('78e4afe337b17b768fa6e615b2493cfdc2b46731ca127c76ae459b3a00de6911'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-07 17:56:23 UTC (rev 304844)
+++ extra-x86_64/PKGBUILD   2017-09-07 17:56:47 UTC (rev 304845)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 

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

2017-08-18 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 04:52:49
  Author: arojas
Revision: 302458

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

Added:
  dolphin/repos/kde-unstable-i686/
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 302457, dolphin/trunk/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302457, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   44 +
 kde-unstable-i686/PKGBUILD   |   44 +
 kde-unstable-x86_64/PKGBUILD |   44 -
 3 files changed, 88 insertions(+), 44 deletions(-)

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 302457, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-08-19 04:52:49 UTC (rev 302458)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3981d735f7fccba22eda72a35b8d059afb4e57f79ead5caf3c643f550752afbb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-08-19 04:52:26 UTC (rev 302457)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 04:52:49 UTC (rev 302458)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.07.80
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b4dfc52969477687bf829bffa86a391c9a23bef1e7fcd0b0ac5c6d029309bbde'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-x86_64/PKGBUILD (from rev 302457, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 04:52:49 UTC (rev 302458)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="File Manager"

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 14:23:29
  Author: arojas
Revision: 300324

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 300323, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 300323, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   43 ---
 extra-x86_64/PKGBUILD |   43 ---
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 14:23:08 UTC (rev 300323)
+++ extra-i686/PKGBUILD 2017-07-13 14:23:29 UTC (rev 300324)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45ac5454ec6f2e1382ab250be16871a3184804b91f23839a7ec4d8f4b972a0f9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 300323, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:23:29 UTC (rev 300324)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4a987f456f0090bc527333cdbc9e9c41d56e5ca223c7f29839d4a000b99017e1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 14:23:08 UTC (rev 300323)
+++ extra-x86_64/PKGBUILD   2017-07-13 14:23:29 UTC (rev 300324)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new 

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

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:25:55
  Author: arojas
Revision: 298225

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 298224, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 298224, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:25:35 UTC (rev 298224)
+++ extra-i686/PKGBUILD 2017-06-08 11:25:55 UTC (rev 298225)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27ae075eeb5811c4a3b2f64edb7316c17ac114bb1fa7ee866cc04def99352be7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 298224, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:25:55 UTC (rev 298225)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.04.2
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('45ac5454ec6f2e1382ab250be16871a3184804b91f23839a7ec4d8f4b972a0f9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-08 11:25:35 UTC (rev 298224)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:25:55 UTC (rev 298225)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 

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

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 10:29:33
  Author: arojas
Revision: 295653

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 295652, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 295652, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 10:29:11 UTC (rev 295652)
+++ extra-i686/PKGBUILD 2017-05-11 10:29:33 UTC (rev 295653)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be98d39a63e1fb9a77d79fbb04019cecaf0452d0616d518518e71d2c3fbe2227'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 295652, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:29:33 UTC (rev 295653)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.04.1
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('27ae075eeb5811c4a3b2f64edb7316c17ac114bb1fa7ee866cc04def99352be7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-11 10:29:11 UTC (rev 295652)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:29:33 UTC (rev 295653)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 

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

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:13:50
  Author: arojas
Revision: 293370

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

Added:
  dolphin/repos/kde-unstable-i686/
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 293369, dolphin/trunk/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293369, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   43 +
 kde-unstable-i686/PKGBUILD   |   43 +
 kde-unstable-x86_64/PKGBUILD |   43 -
 3 files changed, 86 insertions(+), 43 deletions(-)

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 293369, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:13:50 UTC (rev 293370)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('be98d39a63e1fb9a77d79fbb04019cecaf0452d0616d518518e71d2c3fbe2227'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2017-04-20 08:13:30 UTC (rev 293369)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:13:50 UTC (rev 293370)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="https://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus from KDE Store' 
'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9e1d53c4488dd4cd8043ebf47ad37102e9247b3e9478848ec16f8b114bfe87ea'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-x86_64/PKGBUILD (from rev 293369, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:13:50 UTC (rev 293370)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools 

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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 16:37:57
  Author: arojas
Revision: 290286

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 290285, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 290285, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 16:37:35 UTC (rev 290285)
+++ extra-i686/PKGBUILD 2017-03-09 16:37:57 UTC (rev 290286)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('874df6323edb889cf955e51866bffb97'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 290285, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 16:37:57 UTC (rev 290286)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="https://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('62f1392a25692bc7ff0ffba89b1949beba3cba0f78bdf6acdf97ac2897a46578'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-09 16:37:35 UTC (rev 290285)
+++ extra-x86_64/PKGBUILD   2017-03-09 16:37:57 UTC (rev 290286)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 

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

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 13:58:17
  Author: arojas
Revision: 288350

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 288349, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 288349, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 13:57:56 UTC (rev 288349)
+++ extra-i686/PKGBUILD 2017-02-09 13:58:17 UTC (rev 288350)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('149165d7954bfef08747e5bb7252a277'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 288349, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 13:58:17 UTC (rev 288350)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('874df6323edb889cf955e51866bffb97'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 13:57:56 UTC (rev 288349)
+++ extra-x86_64/PKGBUILD   2017-02-09 13:58:17 UTC (rev 288350)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-

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

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 19:33:56
  Author: arojas
Revision: 285997

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 285996, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 285996, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 19:33:32 UTC (rev 285996)
+++ extra-i686/PKGBUILD 2017-01-12 19:33:56 UTC (rev 285997)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('e41e3cd979ae0db3f6b38e14038f3a3c'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 285996, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 19:33:56 UTC (rev 285997)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.12.1
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('149165d7954bfef08747e5bb7252a277'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 19:33:32 UTC (rev 285996)
+++ extra-x86_64/PKGBUILD   2017-01-12 19:33:56 UTC (rev 285997)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:09:15
  Author: arojas
Revision: 283389

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

Added:
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 283388, dolphin/trunk/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 283388, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/kde-unstable-i686/PKGBUILD
  dolphin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   88 +
 kde-unstable-i686/PKGBUILD   |   44 
 kde-unstable-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:08:51 UTC (rev 283388)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:09:15 UTC (rev 283389)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('22b8cd255a114b7e67541066d64e54f8'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 283388, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:09:15 UTC (rev 283389)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('e41e3cd979ae0db3f6b38e14038f3a3c'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-15 11:08:51 UTC (rev 283388)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:09:15 UTC (rev 283389)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video 

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

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:18:59
  Author: arojas
Revision: 282607

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

Added:
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 282606, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282606, dolphin/kde-unstable/PKGBUILD)
Deleted:
  dolphin/repos/kde-unstable-i686/PKGBUILD
  dolphin/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   88 +
 kde-unstable-i686/PKGBUILD   |   44 
 kde-unstable-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:18:52 UTC (rev 282606)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:18:59 UTC (rev 282607)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('92024db10932346ab76be712443ca63a'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 282606, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:18:59 UTC (rev 282607)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.11.90
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('22b8cd255a114b7e67541066d64e54f8'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-12-03 00:18:52 UTC (rev 282606)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:18:59 UTC (rev 282607)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type 

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 19:53:05
  Author: arojas
Revision: 281087

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

Added:
  dolphin/repos/staging-i686/
  dolphin/repos/staging-i686/PKGBUILD
(from rev 281086, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/staging-x86_64/
  dolphin/repos/staging-x86_64/PKGBUILD
(from rev 281086, dolphin/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   44 
 staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: dolphin/repos/staging-i686/PKGBUILD (from rev 281086, 
dolphin/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 19:53:05 UTC (rev 281087)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('92024db10932346ab76be712443ca63a'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin/repos/staging-x86_64/PKGBUILD (from rev 281086, 
dolphin/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 19:53:05 UTC (rev 281087)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('92024db10932346ab76be712443ca63a'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:21:47
  Author: arojas
Revision: 280357

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 280356, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 280356, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-10 18:21:41 UTC (rev 280356)
+++ extra-i686/PKGBUILD 2016-11-10 18:21:47 UTC (rev 280357)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('2d986a57f77ee8664e2eb7d19e8be624')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 280356, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:21:47 UTC (rev 280357)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-desktop: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2fbeb00ac4d09f9d506aea231b077787')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-10 18:21:41 UTC (rev 280356)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:21:47 UTC (rev 280357)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)

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

2016-10-13 Thread Antonio Rojas
Date: Thursday, October 13, 2016 @ 16:02:26
  Author: arojas
Revision: 278657

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 278656, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 278656, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-13 16:02:20 UTC (rev 278656)
+++ extra-i686/PKGBUILD 2016-10-13 16:02:26 UTC (rev 278657)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5ad19278b4f9d74781bbd6331c17d876')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 278656, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:02:26 UTC (rev 278657)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2d986a57f77ee8664e2eb7d19e8be624')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-13 16:02:20 UTC (rev 278656)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:02:26 UTC (rev 278657)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 17:58:28
  Author: arojas
Revision: 275933

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 275932, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 275932, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 17:58:09 UTC (rev 275932)
+++ extra-i686/PKGBUILD 2016-09-08 17:58:28 UTC (rev 275933)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('790e9ca54f352f3c38e2e34e8a7f6985')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 275932, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 17:58:28 UTC (rev 275933)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5ad19278b4f9d74781bbd6331c17d876')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 17:58:09 UTC (rev 275932)
+++ extra-x86_64/PKGBUILD   2016-09-08 17:58:28 UTC (rev 275933)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)

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

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 02:36:55
  Author: felixonmars
Revision: 274241

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

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

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

Copied: dolphin/repos/testing-i686/PKGBUILD (from rev 274240, 
dolphin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 02:36:55 UTC (rev 274241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('790e9ca54f352f3c38e2e34e8a7f6985')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin/repos/testing-x86_64/PKGBUILD (from rev 274240, 
dolphin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 02:36:55 UTC (rev 274241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('790e9ca54f352f3c38e2e34e8a7f6985')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 17:45:18
  Author: arojas
Revision: 273202

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

Added:
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 273201, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 273201, dolphin/kde-unstable/PKGBUILD)
Deleted:
  dolphin/repos/kde-unstable-i686/PKGBUILD
  dolphin/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 17:44:59 UTC (rev 273201)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 17:45:18 UTC (rev 273202)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('5c677e2c99352b55023ad4a406911bc1')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 273201, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 17:45:18 UTC (rev 273202)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('9f8755592d25537ae3a0baf5763c67ff')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2016-08-05 17:44:59 UTC (rev 273201)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 17:45:18 UTC (rev 273202)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')

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

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:25:32
  Author: arojas
Revision: 272293

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

Added:
  dolphin/repos/kde-unstable-i686/
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 272292, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272292, dolphin/kde-unstable/PKGBUILD)

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

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 272292, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:25:32 UTC (rev 272293)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5c677e2c99352b55023ad4a406911bc1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: dolphin/repos/kde-unstable-x86_64/PKGBUILD (from rev 272292, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:25:32 UTC (rev 272293)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5c677e2c99352b55023ad4a406911bc1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 17:45:33
  Author: arojas
Revision: 271599

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 271598, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 271598, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   42 
 extra-x86_64/PKGBUILD |   42 
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-12 17:45:15 UTC (rev 271598)
+++ extra-i686/PKGBUILD 2016-07-12 17:45:33 UTC (rev 271599)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('1fbafe1e05cd5bd1247e296b64d94b9f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 271598, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 17:45:33 UTC (rev 271599)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('96439ddce5220e3a90e1373d24c35e48')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-12 17:45:15 UTC (rev 271598)
+++ extra-x86_64/PKGBUILD   2016-07-12 17:45:33 UTC (rev 271599)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 16:45:49
  Author: arojas
Revision: 269802

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 269801, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 269801, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   48 ---
 extra-x86_64/PKGBUILD |   48 ---
 3 files changed, 84 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 16:45:33 UTC (rev 269801)
+++ extra-i686/PKGBUILD 2016-06-14 16:45:49 UTC (rev 269802)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.1
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-
kdebug-357479.patch::"https://quickgit.kde.org/?p=dolphin.git=commitdiff=bed16191=plain;)
-md5sums=('a4e3daa271c15608ff5c29ce8a8936bf'
- '5b603e55a2fafaeb355de25d1c5a40ac')
-
-prepare() {
-  mkdir -p build
-
-# Fix crash with owncloud plugin http://bugs.kde.org/show_bug.cgi?id=357479
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-357479.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 269801, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 16:45:49 UTC (rev 269802)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1fbafe1e05cd5bd1247e296b64d94b9f')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 16:45:33 UTC (rev 269801)
+++ extra-x86_64/PKGBUILD   2016-06-14 16:45:49 UTC (rev 269802)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.1
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 

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

2016-05-22 Thread Antonio Rojas
Date: Sunday, May 22, 2016 @ 22:48:59
  Author: arojas
Revision: 268493

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 268492, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 268492, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   43 -
 extra-x86_64/PKGBUILD |   43 -
 3 files changed, 96 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-22 20:47:59 UTC (rev 268492)
+++ extra-i686/PKGBUILD 2016-05-22 20:48:59 UTC (rev 268493)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('a4e3daa271c15608ff5c29ce8a8936bf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 268492, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-22 20:48:59 UTC (rev 268493)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.1
+pkgrel=2
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+
kdebug-357479.patch::"https://quickgit.kde.org/?p=dolphin.git=commitdiff=bed16191=plain;)
+md5sums=('a4e3daa271c15608ff5c29ce8a8936bf'
+ '5b603e55a2fafaeb355de25d1c5a40ac')
+
+prepare() {
+  mkdir -p build
+
+# Fix crash with owncloud plugin http://bugs.kde.org/show_bug.cgi?id=357479
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-357479.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-22 20:47:59 UTC (rev 268492)
+++ extra-x86_64/PKGBUILD   2016-05-22 20:48:59 UTC (rev 268493)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new 

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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:35:23
  Author: arojas
Revision: 267429

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

Added:
  dolphin/repos/extra-i686/PKGBUILD
(from rev 267428, dolphin/trunk/PKGBUILD)
  dolphin/repos/extra-x86_64/PKGBUILD
(from rev 267428, dolphin/trunk/PKGBUILD)
Deleted:
  dolphin/repos/extra-i686/PKGBUILD
  dolphin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   86 
 extra-i686/PKGBUILD   |   43 
 extra-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-10 16:35:06 UTC (rev 267428)
+++ extra-i686/PKGBUILD 2016-05-10 16:35:23 UTC (rev 267429)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('1d1ebbe0b914ca02f22b465f829268b7')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 267428, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:35:23 UTC (rev 267429)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
+'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
+'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
+conflicts=('kdebase-dolphin<15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('a4e3daa271c15608ff5c29ce8a8936bf')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-10 16:35:06 UTC (rev 267428)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:35:23 UTC (rev 267429)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: 
video thumbnails' 
-'ruby: installing new service menus with GHNS' 'plasma-workspace: 
remote:// protocol'
-'kdegraphics-thumbnailers: PDF and PS thumbnails' 'konsole: 
terminal panel')
-conflicts=('kdebase-dolphin<15.08')
-replaces=(kdebase-dolphin)