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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 10:18:42
  Author: arojas
Revision: 239114

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

Added:
  kdesdk-dolphin-plugins/repos/staging-i686/
  kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD
(from rev 239113, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install
(from rev 239113, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/staging-x86_64/
  kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD
(from rev 239113, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install
(from rev 239113, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 staging-i686/PKGBUILD |   36 
 staging-i686/kdesdk-dolphin-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD   |   36 
 staging-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD (from rev 239113, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-12 08:18:42 UTC (rev 239114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('64afcb6af1ef2c6e4349ea27df68d34010e1df90')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install (from 
rev 239113, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ staging-i686/kdesdk-dolphin-plugins.install 2015-05-12 08:18:42 UTC (rev 
239114)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD (from rev 239113, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-12 08:18:42 UTC (rev 239114)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('64afcb6af1ef2c6e4349ea27df68d34010e1df90')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install 
(from rev 239113, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ staging-x86_64/kdesdk-dolphin-plugins.install   2015-05-12 08:18:42 UTC 
(rev 239114)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+ 

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

2015-04-10 Thread Antonio Rojas
Date: Friday, April 10, 2015 @ 21:41:30
  Author: arojas
Revision: 236211

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

Added:
  kdesdk-dolphin-plugins/repos/staging-i686/
  kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD
(from rev 236210, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install
(from rev 236210, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/staging-x86_64/
  kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD
(from rev 236210, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install
(from rev 236210, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 staging-i686/PKGBUILD |   36 
 staging-i686/kdesdk-dolphin-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD   |   36 
 staging-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/staging-i686/PKGBUILD (from rev 236210, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-04-10 19:41:30 UTC (rev 236211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('27db6dad73591ef45f26c69abfef94430870d2ba')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-i686/kdesdk-dolphin-plugins.install (from 
rev 236210, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ staging-i686/kdesdk-dolphin-plugins.install 2015-04-10 19:41:30 UTC (rev 
236211)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/staging-x86_64/PKGBUILD (from rev 236210, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 19:41:30 UTC (rev 236211)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('27db6dad73591ef45f26c69abfef94430870d2ba')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/staging-x86_64/kdesdk-dolphin-plugins.install 
(from rev 236210, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- staging-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ staging-x86_64/kdesdk-dolphin-plugins.install   2015-04-10 19:41:30 UTC 
(rev 236211)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+

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

2015-03-14 Thread Antonio Rojas
Date: Saturday, March 14, 2015 @ 11:40:12
  Author: arojas
Revision: 233754

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

Added:
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 233753, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install
(from rev 233753, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 233753, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install
(from rev 233753, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)

+
 kde-unstable-i686/PKGBUILD |   36 +++
 kde-unstable-i686/kdesdk-dolphin-plugins.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   36 +++
 kde-unstable-x86_64/kdesdk-dolphin-plugins.install |   11 +
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 
233753, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-14 10:40:12 UTC (rev 233754)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('5d9d8e438934f2ccc3ae38f4bd8ab6029d6f0535')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install 
(from rev 233753, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-i686/kdesdk-dolphin-plugins.install
(rev 0)
+++ kde-unstable-i686/kdesdk-dolphin-plugins.install2015-03-14 10:40:12 UTC 
(rev 233754)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 
233753, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-03-14 10:40:12 UTC (rev 233754)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.03.90
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('5d9d8e438934f2ccc3ae38f4bd8ab6029d6f0535')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install 
(from rev 233753, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-x86_64/kdesdk-dolphin-plugins.install  
(rev 0)
+++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install  2015-03-14 

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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 17:11:40
  Author: fyan
Revision: 232791

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 232790, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 232790, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 232790, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 232790, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 16:11:40 UTC (rev 232791)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('0cfbaf2bab5416bc6bd5a6a73ad8c713adfb8746')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2015-03-04 16:11:40 UTC (rev 
232791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 232790, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 16:11:40 UTC (rev 232791)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('0cfbaf2bab5416bc6bd5a6a73ad8c713adfb8746')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 232790, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2015-03-04 16:11:40 UTC 
(rev 232791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

2015-02-04 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 09:24:09
  Author: fyan
Revision: 230672

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 230671, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 230671, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 230671, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 230671, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 230671, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 08:24:09 UTC (rev 230672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 230671, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2015-02-04 08:24:09 UTC (rev 
230672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 230671, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 08:24:09 UTC (rev 230672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ff4719f288cdd75f58a798c30bce9f8e0272')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 230671, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2015-02-04 08:24:09 UTC 
(rev 230672)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:51:08
  Author: fyan
Revision: 229310

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 229308, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 229308, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 229308, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 229309, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   36 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   36 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 229308, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 06:51:08 UTC (rev 229310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('e80a445044a13b1154b0686e1e73b2640f99cf28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 229308, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2015-01-16 06:51:08 UTC (rev 
229310)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 229308, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 06:51:08 UTC (rev 229310)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=14.12.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('e80a445044a13b1154b0686e1e73b2640f99cf28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 229309, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2015-01-16 06:51:08 UTC 
(rev 229310)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+

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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 20:03:53
  Author: fyan
Revision: 226679

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 226678, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 226678, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 226678, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 226678, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 226678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 19:03:53 UTC (rev 226679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('067c96204575bcfdaaafa8a7b030faf3ba10ef2c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 226678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-11-19 19:03:53 UTC (rev 
226679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 226678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 19:03:53 UTC (rev 226679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('067c96204575bcfdaaafa8a7b030faf3ba10ef2c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 226678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-11-19 19:03:53 UTC 
(rev 226679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:28:10
  Author: svenstaro
Revision: 222446

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 222445, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 222445, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 222445, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 222445, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 222445, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:28:10 UTC (rev 222446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('81b72c9b243249eec45d269cab3b246af1abff87')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 222445, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-09-20 16:28:10 UTC (rev 
222446)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 222445, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:28:10 UTC (rev 222446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('81b72c9b243249eec45d269cab3b246af1abff87')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 222445, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-09-20 16:28:10 UTC 
(rev 222446)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:19:40
  Author: svenstaro
Revision: 220060

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 220059, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 220059, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 220059, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 220059, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 220059, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:19:40 UTC (rev 220060)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('4f8cc97f10e25550abab8eea8b5c7cb96d543b5b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 220059, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-08-16 20:19:40 UTC (rev 
220060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 220059, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:19:40 UTC (rev 220060)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.14.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('4f8cc97f10e25550abab8eea8b5c7cb96d543b5b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 220059, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-08-16 20:19:40 UTC 
(rev 220060)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:08:05
  Author: svenstaro
Revision: 218111

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

Added:
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 218110, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install
(from rev 218110, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 218110, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install
(from rev 218110, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdesdk-dolphin-plugins.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdesdk-dolphin-plugins.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 
218110, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:08:05 UTC (rev 218111)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('cf4ef45e7a0d1065b4f522e755384fe5e9c65fd7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install 
(from rev 218110, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-i686/kdesdk-dolphin-plugins.install
(rev 0)
+++ kde-unstable-i686/kdesdk-dolphin-plugins.install2014-07-25 15:08:05 UTC 
(rev 218111)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 
218110, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:08:05 UTC (rev 218111)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.95
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('cf4ef45e7a0d1065b4f522e755384fe5e9c65fd7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install 
(from rev 218110, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-x86_64/kdesdk-dolphin-plugins.install  
(rev 0)
+++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install  2014-07-25 15:08:05 UTC 
(rev 218111)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:19:47
  Author: svenstaro
Revision: 214679

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 214678, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 214678, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 214678, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 214678, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 214678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:19:47 UTC (rev 214679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('9838fa554ae2bcc090f047b23e78867254732e61')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 214678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-06-09 03:19:47 UTC (rev 
214679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 214678, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:19:47 UTC (rev 214679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('9838fa554ae2bcc090f047b23e78867254732e61')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 214678, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-06-09 03:19:47 UTC 
(rev 214679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:09:15
  Author: svenstaro
Revision: 212705

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 212704, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 212704, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 212704, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 212704, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 212704, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:09:15 UTC (rev 212705)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('fef4dc4718aa038df28570f9763ce5edb64d5f28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 212704, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-05-14 20:09:15 UTC (rev 
212705)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 212704, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:09:15 UTC (rev 212705)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('fef4dc4718aa038df28570f9763ce5edb64d5f28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 212704, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-05-14 20:09:15 UTC 
(rev 212705)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:13:59
  Author: andrea
Revision: 210767

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 210766, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 210766, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 210766, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 210766, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 210766, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:13:59 UTC (rev 210767)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('a34afbdfdb75a7585c42c74b0378c1fce0171151')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 210766, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-04-16 14:13:59 UTC (rev 
210767)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 210766, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:13:59 UTC (rev 210767)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.13.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('a34afbdfdb75a7585c42c74b0378c1fce0171151')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 210766, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-04-16 14:13:59 UTC 
(rev 210767)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:50:53
  Author: andrea
Revision: 207303

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

Added:
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 207302, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install
(from rev 207302, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207302, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install
(from rev 207302, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdesdk-dolphin-plugins.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdesdk-dolphin-plugins.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 
207302, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:50:53 UTC (rev 207303)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('fd1bc7f63fb358d5c8975f64367246a0d49e40ae')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install 
(from rev 207302, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-i686/kdesdk-dolphin-plugins.install
(rev 0)
+++ kde-unstable-i686/kdesdk-dolphin-plugins.install2014-03-08 08:50:53 UTC 
(rev 207303)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 
207302, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:50:53 UTC (rev 207303)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('fd1bc7f63fb358d5c8975f64367246a0d49e40ae')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install 
(from rev 207302, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-x86_64/kdesdk-dolphin-plugins.install  
(rev 0)
+++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install  2014-03-08 08:50:53 UTC 
(rev 207303)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+

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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:25:30
  Author: andrea
Revision: 206844

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 206843, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 206843, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 206843, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 206843, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 206843, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:25:30 UTC (rev 206844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('26d9b9bcc0cc83fa7ad375292c1ba3e2be43d3d5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 206843, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-03-05 10:25:30 UTC (rev 
206844)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 206843, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:25:30 UTC (rev 206844)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('26d9b9bcc0cc83fa7ad375292c1ba3e2be43d3d5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 206843, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-03-05 10:25:30 UTC 
(rev 206844)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 15:06:23
  Author: svenstaro
Revision: 205365

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 205364, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 205364, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 205364, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 205364, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 205364, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 14:06:23 UTC (rev 205365)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('3c5c10fbc6fca74eea10c90e167fee267759c072')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 205364, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-02-04 14:06:23 UTC (rev 
205365)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 205364, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 14:06:23 UTC (rev 205365)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.2
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('3c5c10fbc6fca74eea10c90e167fee267759c072')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 205364, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-02-04 14:06:23 UTC 
(rev 205365)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:51:13
  Author: svenstaro
Revision: 203953

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 203952, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 203952, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 203952, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 203952, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 203952, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:51:13 UTC (rev 203953)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('a94700ee13ffe0ededb335f4302837b48f285098')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 203952, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2014-01-14 07:51:13 UTC (rev 
203953)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 203952, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:51:13 UTC (rev 203953)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.1
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('a94700ee13ffe0ededb335f4302837b48f285098')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 203952, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2014-01-14 07:51:13 UTC 
(rev 203953)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:42:07
  Author: andrea
Revision: 202148

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 202147, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 202147, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 202147, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 202147, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 202147, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:42:07 UTC (rev 202148)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('281fcd97e1abbcd54eca76d83b1ce760ff472c2e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 202147, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2013-12-18 17:42:07 UTC (rev 
202148)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 202147, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:42:07 UTC (rev 202148)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('281fcd97e1abbcd54eca76d83b1ce760ff472c2e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 202147, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2013-12-18 17:42:07 UTC 
(rev 202148)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:44:29
  Author: andrea
Revision: 199224

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

Added:
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install
(from rev 199223, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install
(from rev 199223, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdesdk-dolphin-plugins.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdesdk-dolphin-plugins.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 
199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:44:29 UTC (rev 199224)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ef23e4270e2a0d2a184277d1d78ae6ee8c3d2ba9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install 
(from rev 199223, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-i686/kdesdk-dolphin-plugins.install
(rev 0)
+++ kde-unstable-i686/kdesdk-dolphin-plugins.install2013-11-08 20:44:29 UTC 
(rev 199224)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 
199223, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:44:29 UTC (rev 199224)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('ef23e4270e2a0d2a184277d1d78ae6ee8c3d2ba9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install 
(from rev 199223, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-x86_64/kdesdk-dolphin-plugins.install  
(rev 0)
+++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install  2013-11-08 20:44:29 UTC 
(rev 199224)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+

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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:17:02
  Author: andrea
Revision: 192691

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

Added:
  kdesdk-dolphin-plugins/repos/testing-i686/
  kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD
(from rev 192690, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install
(from rev 192690, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/testing-x86_64/
  kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD
(from rev 192690, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install
(from rev 192690, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)

---+
 testing-i686/PKGBUILD |   35 
 testing-i686/kdesdk-dolphin-plugins.install   |   11 +++
 testing-x86_64/PKGBUILD   |   35 
 testing-x86_64/kdesdk-dolphin-plugins.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/testing-i686/PKGBUILD (from rev 192690, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:17:02 UTC (rev 192691)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('e58a4908dfcfcab93dc39dfe465df074153df81d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-i686/kdesdk-dolphin-plugins.install (from 
rev 192690, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-i686/kdesdk-dolphin-plugins.install (rev 0)
+++ testing-i686/kdesdk-dolphin-plugins.install 2013-08-14 07:17:02 UTC (rev 
192691)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/testing-x86_64/PKGBUILD (from rev 192690, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:17:02 UTC (rev 192691)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.0
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('e58a4908dfcfcab93dc39dfe465df074153df81d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/testing-x86_64/kdesdk-dolphin-plugins.install 
(from rev 192690, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- testing-x86_64/kdesdk-dolphin-plugins.install   
(rev 0)
+++ testing-x86_64/kdesdk-dolphin-plugins.install   2013-08-14 07:17:02 UTC 
(rev 192691)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 21:08:34
  Author: andrea
Revision: 188392

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

Added:
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD
(from rev 188391, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install
(from rev 188391, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/
  kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188391, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
  
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install
(from rev 188391, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kdesdk-dolphin-plugins.install   |   11 +
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kdesdk-dolphin-plugins.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-i686/PKGBUILD (from rev 
188391, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:08:34 UTC (rev 188392)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('577fda0f2a00cb8ea2e2317664097e761d9fd918')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-i686/kdesdk-dolphin-plugins.install 
(from rev 188391, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-i686/kdesdk-dolphin-plugins.install
(rev 0)
+++ kde-unstable-i686/kdesdk-dolphin-plugins.install2013-06-13 19:08:34 UTC 
(rev 188392)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 
188391, kdesdk-dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:08:34 UTC (rev 188392)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.10.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz;)
+sha1sums=('577fda0f2a00cb8ea2e2317664097e761d9fd918')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdesdk-dolphin-plugins/repos/kde-unstable-x86_64/kdesdk-dolphin-plugins.install 
(from rev 188391, 
kdesdk-dolphin-plugins/kde-unstable/kdesdk-dolphin-plugins.install)
===
--- kde-unstable-x86_64/kdesdk-dolphin-plugins.install  
(rev 0)
+++ kde-unstable-x86_64/kdesdk-dolphin-plugins.install  2013-06-13 19:08:34 UTC 
(rev 188392)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+