Date: Friday, November 20, 2015 @ 22:38:51
  Author: arojas
Revision: 251725

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

Added:
  kdeplasma-addons/repos/kde-unstable-i686/
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
    (from rev 251724, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
    (from rev 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 251724, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
    (from rev 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)

----------------------------------------------+
 kde-unstable-i686/PKGBUILD                   |   45 +++++++++++++++++++++++++
 kde-unstable-i686/kdeplasma-addons.install   |   11 ++++++
 kde-unstable-x86_64/PKGBUILD                 |   45 +++++++++++++++++++++++++
 kde-unstable-x86_64/kdeplasma-addons.install |   11 ++++++
 4 files changed, 112 insertions(+)

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 251724, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:38:51 UTC (rev 251725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdeplasma-addons
+pkgver=5.4.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=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim' 'kross' 
'purpose')
+optdepends=('ibus: kimpanel IBUS support'
+            'scim: kimpanel SCIM support'
+            'kross: comic applet'
+            'purpose: Quickshare applet'
+            'quota-tools: disk quota applet')
+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=('00f58719c62edf4e8da1e9c35508f046')
+
+prepare() {
+  mkdir -p 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 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===================================================================
--- kde-unstable-i686/kdeplasma-addons.install                          (rev 0)
+++ kde-unstable-i686/kdeplasma-addons.install  2015-11-20 21:38:51 UTC (rev 
251725)
@@ -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 251724, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-11-20 21:38:51 UTC (rev 251725)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdeplasma-addons
+pkgver=5.4.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=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim' 'kross' 
'purpose')
+optdepends=('ibus: kimpanel IBUS support'
+            'scim: kimpanel SCIM support'
+            'kross: comic applet'
+            'purpose: Quickshare applet'
+            'quota-tools: disk quota applet')
+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=('00f58719c62edf4e8da1e9c35508f046')
+
+prepare() {
+  mkdir -p 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 251724, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===================================================================
--- kde-unstable-x86_64/kdeplasma-addons.install                                
(rev 0)
+++ kde-unstable-x86_64/kdeplasma-addons.install        2015-11-20 21:38:51 UTC 
(rev 251725)
@@ -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
+}

Reply via email to