Date: Wednesday, July 29, 2015 @ 09:24:30
  Author: arojas
Revision: 242666

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

Added:
  kdeadmin-kuser/repos/kde-unstable-i686/
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
    (from rev 242665, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
    (from rev 242665, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/kde-unstable-x86_64/
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242665, kdeadmin-kuser/kde-unstable/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
    (from rev 242665, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)

--------------------------------------------+
 kde-unstable-i686/PKGBUILD                 |   32 +++++++++++++++++++++++++++
 kde-unstable-i686/kdeadmin-kuser.install   |   11 +++++++++
 kde-unstable-x86_64/PKGBUILD               |   32 +++++++++++++++++++++++++++
 kde-unstable-x86_64/kdeadmin-kuser.install |   11 +++++++++
 4 files changed, 86 insertions(+)

Copied: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 242665, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:24:30 UTC (rev 242666)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdeadmin-kuser
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";)
+sha1sums=('d63f8268ba2cbb84c168ed1183166b5755966a1c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
242665, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- kde-unstable-i686/kdeadmin-kuser.install                            (rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install    2015-07-29 07:24:30 UTC (rev 
242666)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD (from rev 242665, 
kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-07-29 07:24:30 UTC (rev 242666)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kdeadmin-kuser
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz";)
+sha1sums=('d63f8268ba2cbb84c168ed1183166b5755966a1c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install (from 
rev 242665, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- kde-unstable-x86_64/kdeadmin-kuser.install                          (rev 0)
+++ kde-unstable-x86_64/kdeadmin-kuser.install  2015-07-29 07:24:30 UTC (rev 
242666)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to