[arch-commits] Commit in kdesdk-dolphin-plugins/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 10 19:41:30 UTC 2015
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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list