[arch-commits] Commit in kdeplasma-addons (7 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 14 07:52:30 UTC 2015
Date: Tuesday, April 14, 2015 @ 09:52:30
Author: arojas
Revision: 236517
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeplasma-addons/repos/
kdeplasma-addons/repos/kde-unstable-i686/
kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 236516, kdeplasma-addons/kde-unstable/PKGBUILD)
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 236516, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
kdeplasma-addons/repos/kde-unstable-x86_64/
kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236516, kdeplasma-addons/kde-unstable/PKGBUILD)
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 236516, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
----------------------------------------------+
kde-unstable-i686/PKGBUILD | 42 +++++++++++++++++++++++++
kde-unstable-i686/kdeplasma-addons.install | 11 ++++++
kde-unstable-x86_64/PKGBUILD | 42 +++++++++++++++++++++++++
kde-unstable-x86_64/kdeplasma-addons.install | 11 ++++++
4 files changed, 106 insertions(+)
Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 236516, kdeplasma-addons/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD 2015-04-14 07:52:30 UTC (rev 236517)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeplasma-addons
+pkgver=5.2.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+ 'scim: kimpanel SCIM support')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('e134c4d5b5dd7abb6ac8a688c53c61c6')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install (from rev 236516, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===================================================================
--- repos/kde-unstable-i686/kdeplasma-addons.install (rev 0)
+++ repos/kde-unstable-i686/kdeplasma-addons.install 2015-04-14 07:52:30 UTC (rev 236517)
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 236516, kdeplasma-addons/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD 2015-04-14 07:52:30 UTC (rev 236517)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeplasma-addons
+pkgver=5.2.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+ 'scim: kimpanel SCIM support')
+install="${pkgname}.install"
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('e134c4d5b5dd7abb6ac8a688c53c61c6')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DLIBEXEC_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install (from rev 236516, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===================================================================
--- repos/kde-unstable-x86_64/kdeplasma-addons.install (rev 0)
+++ repos/kde-unstable-x86_64/kdeplasma-addons.install 2015-04-14 07:52:30 UTC (rev 236517)
@@ -0,0 +1,11 @@
+post_install() {
+ [[ -x xdg-icon-resource ]] && xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list