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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:07:18
  Author: arojas
Revision: 265300

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

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

-+
 /PKGBUILD   |   88 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   44 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   44 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:07:03 UTC (rev 265299)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:18 UTC (rev 265300)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.03.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;)
-install=$pkgname.install
-md5sums=('3219a488186ce5e870bdb63f688579da')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 265299, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:07:18 UTC (rev 265300)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.04.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;)
+install=$pkgname.install
+md5sums=('1d1ebbe0b914ca02f22b465f829268b7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2016-04-19 12:07:03 UTC (rev 265299)
+++ kde-unstable-i686/dolphin.install   2016-04-19 12:07:18 UTC (rev 265300)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 08:47:19
  Author: arojas
Revision: 264063

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

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

-+
 /PKGBUILD   |   88 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   44 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   44 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 06:46:59 UTC (rev 264062)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:47:19 UTC (rev 264063)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=16.03.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 kactivities kuiserver)
-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;)
-install=$pkgname.install
-md5sums=('62559189d68b6001aa78a315f7dae8eb')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 264062, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 06:47:19 UTC (rev 264063)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=16.03.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;)
+install=$pkgname.install
+md5sums=('3219a488186ce5e870bdb63f688579da')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2016-04-08 06:46:59 UTC (rev 264062)
+++ kde-unstable-i686/dolphin.install   2016-04-08 06:47:19 UTC (rev 264063)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-

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

2016-03-29 Thread Felix Yan
Date: Wednesday, March 30, 2016 @ 04:56:48
  Author: fyan
Revision: 263313

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

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

--+
 /PKGBUILD|   88 +
 /dolphin.install |   26 
 extra-i686/PKGBUILD  |   44 
 extra-i686/dolphin.install   |   13 --
 extra-x86_64/PKGBUILD|   44 
 extra-x86_64/dolphin.install |   13 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-30 02:56:07 UTC (rev 263312)
+++ extra-i686/PKGBUILD 2016-03-30 02:56:48 UTC (rev 263313)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.12.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 kactivities kuiserver)
-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;)
-install=$pkgname.install
-md5sums=('5b138e51283e3591cc58f9e163e98b8b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 263312, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-30 02:56:48 UTC (rev 263313)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.12.3
+pkgrel=2
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kactivities 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;)
+install=$pkgname.install
+md5sums=('5b138e51283e3591cc58f9e163e98b8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2016-03-30 02:56:07 UTC (rev 263312)
+++ extra-i686/dolphin.install  2016-03-30 02:56:48 UTC (rev 263313)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/extra-i686/dolphin.install (from rev 263312, 
dolphin/trunk/dolphin.install)

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 11:48:51
  Author: arojas
Revision: 261530

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

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

--+
 /PKGBUILD|   88 +
 /dolphin.install |   26 
 extra-i686/PKGBUILD  |   44 
 extra-i686/dolphin.install   |   13 --
 extra-x86_64/PKGBUILD|   44 
 extra-x86_64/dolphin.install |   13 --
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 10:48:36 UTC (rev 261529)
+++ extra-i686/PKGBUILD 2016-03-15 10:48:51 UTC (rev 261530)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 kactivities kuiserver)
-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;)
-install=$pkgname.install
-md5sums=('6d5f8c27dba6a7f9b27b3b310b533e1e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 261529, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 10:48:51 UTC (rev 261530)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.12.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 kactivities kuiserver)
+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;)
+install=$pkgname.install
+md5sums=('5b138e51283e3591cc58f9e163e98b8b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2016-03-15 10:48:36 UTC (rev 261529)
+++ extra-i686/dolphin.install  2016-03-15 10:48:51 UTC (rev 261530)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/extra-i686/dolphin.install (from rev 261529, 
dolphin/trunk/dolphin.install)

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

2016-01-11 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 08:46:34
  Author: arojas
Revision: 258009

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

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

--+
 /PKGBUILD|   86 +
 /dolphin.install |   26 
 extra-i686/PKGBUILD  |   43 
 extra-i686/dolphin.install   |   13 --
 extra-x86_64/PKGBUILD|   43 
 extra-x86_64/dolphin.install |   13 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 07:46:17 UTC (rev 258008)
+++ extra-i686/PKGBUILD 2016-01-12 07:46:34 UTC (rev 258009)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.12.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 kactivities kuiserver)
-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')
-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;)
-install=$pkgname.install
-md5sums=('30f452fd08914cd302b37c29143428f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 258008, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 07:46:34 UTC (rev 258009)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.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 kactivities kuiserver)
+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')
+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;)
+install=$pkgname.install
+md5sums=('710c5c8a87cd87a6cde29566cba3f7a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2016-01-12 07:46:17 UTC (rev 258008)
+++ extra-i686/dolphin.install  2016-01-12 07:46:34 UTC (rev 258009)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/extra-i686/dolphin.install (from rev 258008, 
dolphin/trunk/dolphin.install)
===
--- extra-i686/dolphin.install  (rev 0)
+++ extra-i686/dolphin.install  2016-01-12 07:46:34 UTC (rev 258009)
@@ -0,0 +1,13 @@
+post_install() {
+

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

2016-01-02 Thread Antonio Rojas
Date: Saturday, January 2, 2016 @ 12:26:11
  Author: arojas
Revision: 257456

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

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

--+
 /PKGBUILD|   86 +
 /dolphin.install |   26 
 extra-i686/PKGBUILD  |   42 
 extra-i686/dolphin.install   |   13 --
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/dolphin.install |   13 --
 6 files changed, 112 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-02 11:25:35 UTC (rev 257455)
+++ extra-i686/PKGBUILD 2016-01-02 11:26:11 UTC (rev 257456)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 kactivities)
-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')
-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;)
-install=$pkgname.install
-md5sums=('30f452fd08914cd302b37c29143428f9')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 257455, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-02 11:26:11 UTC (rev 257456)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.12.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 kactivities kuiserver)
+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')
+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;)
+install=$pkgname.install
+md5sums=('30f452fd08914cd302b37c29143428f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2016-01-02 11:25:35 UTC (rev 257455)
+++ extra-i686/dolphin.install  2016-01-02 11:26:11 UTC (rev 257456)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/extra-i686/dolphin.install (from rev 257455, 
dolphin/trunk/dolphin.install)
===
--- extra-i686/dolphin.install  (rev 0)
+++ extra-i686/dolphin.install  2016-01-02 11:26:11 UTC (rev 257456)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+

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

2015-12-15 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 08:38:28
  Author: arojas
Revision: 256324

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

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

-+
 /PKGBUILD   |   84 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   42 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 07:38:10 UTC (rev 256323)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:38:28 UTC (rev 256324)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="File Manager"
-arch=(i686 x86_64)
-url="http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kactivities-frameworks)
-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')
-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;)
-install=$pkgname.install
-md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 256323, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 07:38:28 UTC (rev 256324)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.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 kactivities)
+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')
+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;)
+install=$pkgname.install
+md5sums=('30f452fd08914cd302b37c29143428f9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-12-16 07:38:10 UTC (rev 256323)
+++ kde-unstable-i686/dolphin.install   2015-12-16 07:38:28 UTC (rev 256324)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 256323, 
dolphin/trunk/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   (rev 0)
+++ kde-unstable-i686/dolphin.install 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:33:37
  Author: arojas
Revision: 254855

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

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

-+
 /PKGBUILD   |   84 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   42 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:33:19 UTC (rev 254854)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:37 UTC (rev 254855)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 kactivities-frameworks)
-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')
-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;)
-install=$pkgname.install
-md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 254854, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:33:37 UTC (rev 254855)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.11.90
+pkgrel=2
+pkgdesc="File Manager"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras kactivities-frameworks)
+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')
+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;)
+install=$pkgname.install
+md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-12-09 07:33:19 UTC (rev 254854)
+++ kde-unstable-i686/dolphin.install   2015-12-09 07:33:37 UTC (rev 254855)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 254854, 
dolphin/kde-unstable/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:11:22
  Author: arojas
Revision: 252203

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

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

-+
 /PKGBUILD   |   84 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   42 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   42 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:11:02 UTC (rev 252202)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:11:22 UTC (rev 252203)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
-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;)
-install=$pkgname.install
-md5sums=('317152918657fe34a27e9e83d207091d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 252202, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:11:22 UTC (rev 252203)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.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 kactivities-frameworks)
+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')
+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;)
+install=$pkgname.install
+md5sums=('72af7493baeff4b6d3f117644d4c6d1d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-12-03 20:11:02 UTC (rev 252202)
+++ kde-unstable-i686/dolphin.install   2015-12-03 20:11:22 UTC (rev 252203)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 252202, 
dolphin/kde-unstable/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   (rev 0)
+++ 

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:33:25
  Author: arojas
Revision: 250342

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

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

--+
 /PKGBUILD|   94 +
 /dolphin.install |   26 +++
 extra-i686/PKGBUILD  |   47 
 extra-i686/dolphin.install   |   13 -
 extra-x86_64/PKGBUILD|   47 
 extra-x86_64/dolphin.install |   13 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:33:06 UTC (rev 250341)
+++ extra-i686/PKGBUILD 2015-11-09 21:33:25 UTC (rev 250342)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks 
kde-templates)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
-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;
-   
"http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('a8a9847cf8b3929257833c19e9f1e986'
- 'b0f615569ef06cb9e6a7efe0b79d3136')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
-  install -Dm644 "$srcdir"/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
"$pkgdir"/usr/share/kservicetypes5/
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 250341, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:33:25 UTC (rev 250342)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.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 ktexteditor kactivities-frameworks 
kde-templates)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
+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;
+   
"http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('14cfa16663881b27a6db452c6af49948'
+ '779739bd60107177f1a54b4a9ee42b93')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 "$srcdir"/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
"$pkgdir"/usr/share/kservicetypes5/
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2015-11-09 21:33:06 UTC (rev 250341)
+++ extra-i686/dolphin.install  2015-11-09 21:33:25 UTC (rev 250342)
@@ -1,13 +0,0 @@
-post_install() {
-

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:09:14
  Author: arojas
Revision: 249019

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

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

--+
 /PKGBUILD|   94 +
 /dolphin.install |   26 +++
 extra-i686/PKGBUILD  |   47 
 extra-i686/dolphin.install   |   13 -
 extra-x86_64/PKGBUILD|   47 
 extra-x86_64/dolphin.install |   13 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:08:54 UTC (rev 249018)
+++ extra-i686/PKGBUILD 2015-10-13 07:09:14 UTC (rev 249019)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks 
kde-templates)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
-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;
-   
"http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('8df0dc7c04a78e8358dd269b7766a328'
- '80d36d9aa14b9344bef9639c5a1a9f0a')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
-  install -Dm644 "$srcdir"/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
"$pkgdir"/usr/share/kservicetypes5/
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 249018, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:09:14 UTC (rev 249019)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=dolphin
+pkgver=15.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 ktexteditor kactivities-frameworks 
kde-templates)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options' 'ffmpegthumbs: 
Video thumbnails')
+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;
+   
"http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('a8a9847cf8b3929257833c19e9f1e986'
+ 'b0f615569ef06cb9e6a7efe0b79d3136')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 "$srcdir"/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
"$pkgdir"/usr/share/kservicetypes5/
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2015-10-13 07:08:54 UTC (rev 249018)
+++ extra-i686/dolphin.install  2015-10-13 07:09:14 UTC (rev 249019)
@@ -1,13 +0,0 @@
-post_install() {
-   

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

2015-08-28 Thread Antonio Rojas
Date: Friday, August 28, 2015 @ 21:38:27
  Author: arojas
Revision: 244979

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

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

--+
 /PKGBUILD|   94 +
 /dolphin.install |   26 +++
 extra-i686/PKGBUILD  |   47 
 extra-i686/dolphin.install   |   13 -
 extra-x86_64/PKGBUILD|   47 
 extra-x86_64/dolphin.install |   13 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-28 19:37:49 UTC (rev 244978)
+++ extra-i686/PKGBUILD 2015-08-28 19:38:27 UTC (rev 244979)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-optdepends=('kdebase-lib: Document templates')
-conflicts=('kdebase-dolphin15.08')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('11760d094c2c3e3fff0e89b81d4db118'
- '1365964d1c20d353aacb022f5a1c4733')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
-  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
-}

Copied: dolphin/repos/extra-i686/PKGBUILD (from rev 244978, 
dolphin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-28 19:38:27 UTC (rev 244979)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphin
+pkgver=15.08.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 ktexteditor kactivities-frameworks 
kde-templates)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kde-cli-tools: For editing file type options')
+conflicts=('kdebase-dolphin15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('11760d094c2c3e3fff0e89b81d4db118'
+ '1365964d1c20d353aacb022f5a1c4733')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
+}

Deleted: extra-i686/dolphin.install
===
--- extra-i686/dolphin.install  2015-08-28 19:37:49 UTC (rev 244978)
+++ extra-i686/dolphin.install  2015-08-28 19:38:27 UTC (rev 244979)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:32:40
  Author: arojas
Revision: 244021

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

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

-+
 /PKGBUILD   |   94 ++
 /dolphin.install|   26 +
 kde-unstable-i686/PKGBUILD  |   46 
 kde-unstable-i686/dolphin.install   |   13 
 kde-unstable-x86_64/PKGBUILD|   46 
 kde-unstable-x86_64/dolphin.install |   13 
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:25:13 UTC (rev 244020)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:32:40 UTC (rev 244021)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=dolphin
-pkgver=15.07.90
-pkgrel=2
-pkgdesc=File Manager
-arch=(i686 x86_64)
-url=http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=('kdebase-dolphin15.04.3-3')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
-   
http://download.kde.org/unstable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('5a05b3fa09aec381e5a65ce0f037cc32'
- '563037d14e7c0930271946d52bca84a2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
-  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 244020, 
dolphin/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:32:40 UTC (rev 244021)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphin
+pkgver=15.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 ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=('kdebase-lib: Document templates')
+conflicts=('kdebase-dolphin15.08')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
http://download.kde.org/stable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('11760d094c2c3e3fff0e89b81d4db118'
+ '1365964d1c20d353aacb022f5a1c4733')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-08-19 06:25:13 UTC (rev 244020)
+++ kde-unstable-i686/dolphin.install   2015-08-19 06:32:40 UTC (rev 244021)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate 

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

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 23:04:31
  Author: arojas
Revision: 243709

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

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

-+
 /PKGBUILD   |   92 ++
 /dolphin.install|   26 +
 kde-unstable-i686/PKGBUILD  |   41 ---
 kde-unstable-i686/dolphin.install   |   13 
 kde-unstable-x86_64/PKGBUILD|   41 ---
 kde-unstable-x86_64/dolphin.install |   13 
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 21:03:19 UTC (rev 243708)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 21:04:31 UTC (rev 243709)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=('kdebase-dolphin15.04.3-3')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('5a05b3fa09aec381e5a65ce0f037cc32')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 243708, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 21:04:31 UTC (rev 243709)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphin
+pkgver=15.07.90
+pkgrel=2
+pkgdesc=File Manager
+arch=(i686 x86_64)
+url=http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=('kdebase-dolphin15.04.3-3')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
http://download.kde.org/unstable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('5a05b3fa09aec381e5a65ce0f037cc32'
+ '563037d14e7c0930271946d52bca84a2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-08-14 21:03:19 UTC (rev 243708)
+++ kde-unstable-i686/dolphin.install   2015-08-14 21:04:31 UTC (rev 243709)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 243708, 
dolphin/kde-unstable/dolphin.install)
===
--- 

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 06:32:32
  Author: arojas
Revision: 243489

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

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

-+
 /PKGBUILD   |   82 ++
 /dolphin.install|   26 ++
 kde-unstable-i686/PKGBUILD  |   38 ---
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   38 ---
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 108 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-13 23:09:13 UTC (rev 243488)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:32:32 UTC (rev 243489)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-
-pkgname=dolphin
-pkgver=15.07.80
-pkgrel=2
-pkgdesc=File Manager
-arch=(i686 x86_64)
-url=http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=('kdebase-dolphin15.04.3-3')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('3de90082afaf1e635347f5f08267d713')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 243488, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 04:32:32 UTC (rev 243489)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphin
+pkgver=15.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 ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=('kdebase-dolphin15.04.3-3')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('5a05b3fa09aec381e5a65ce0f037cc32')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-08-13 23:09:13 UTC (rev 243488)
+++ kde-unstable-i686/dolphin.install   2015-08-14 04:32:32 UTC (rev 243489)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 243488, 
dolphin/kde-unstable/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   (rev 0)
+++ kde-unstable-i686/dolphin.install   2015-08-14 04:32:32 UTC (rev 243489)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:58:39
  Author: arojas
Revision: 242812

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

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

-+
 /PKGBUILD   |   76 ++
 /dolphin.install|   26 +++
 kde-unstable-i686/PKGBUILD  |   38 -
 kde-unstable-i686/dolphin.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|   38 -
 kde-unstable-x86_64/dolphin.install |   13 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-07-29 08:57:55 UTC (rev 242811)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:58:39 UTC (rev 242812)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-
-pkgname=dolphin
-pkgver=15.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 ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdebase-dolphin)
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('3de90082afaf1e635347f5f08267d713')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 242811, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:58:39 UTC (rev 242812)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+
+pkgname=dolphin
+pkgver=15.07.80
+pkgrel=2
+pkgdesc=File Manager
+arch=(i686 x86_64)
+url=http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=('kdebase-dolphin15.04.3-3')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('3de90082afaf1e635347f5f08267d713')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-07-29 08:57:55 UTC (rev 242811)
+++ kde-unstable-i686/dolphin.install   2015-07-29 08:58:39 UTC (rev 242812)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 242811, 
dolphin/kde-unstable/dolphin.install)
===
--- kde-unstable-i686/dolphin.install   (rev 0)
+++ kde-unstable-i686/dolphin.install   2015-07-29 08:58:39 UTC (rev 242812)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-07-29 08:57:55 UTC (rev 242811)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:58:39 UTC (rev 242812)
@@ -1,38 +0,0 @@
-# $Id$
-#