[arch-commits] Commit in kdeadmin-kuser/repos (6 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 22:54:56 UTC 2016


    Date: Saturday, March 26, 2016 @ 23:54:56
  Author: arojas
Revision: 262667

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

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

---------------------------------------+
 staging-i686/PKGBUILD                 |   35 ++++++++++++++++++++++++++++++++
 staging-i686/kdeadmin-kuser.install   |   11 ++++++++++
 staging-x86_64/PKGBUILD               |   35 ++++++++++++++++++++++++++++++++
 staging-x86_64/kdeadmin-kuser.install |   11 ++++++++++
 4 files changed, 92 insertions(+)

Copied: kdeadmin-kuser/repos/staging-i686/PKGBUILD (from rev 262666, kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-03-26 22:54:56 UTC (rev 262667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kuser
+pkgver=16.03.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=('db369ef1a985177c1e641198f12345251b45d7ba')
+
+prepare() {
+  mkdir -p build
+}
+
+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/staging-i686/kdeadmin-kuser.install (from rev 262666, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- staging-i686/kdeadmin-kuser.install	                        (rev 0)
+++ staging-i686/kdeadmin-kuser.install	2016-03-26 22:54:56 UTC (rev 262667)
@@ -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/staging-x86_64/PKGBUILD (from rev 262666, kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-03-26 22:54:56 UTC (rev 262667)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kuser
+pkgver=16.03.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=('db369ef1a985177c1e641198f12345251b45d7ba')
+
+prepare() {
+  mkdir -p build
+}
+
+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/staging-x86_64/kdeadmin-kuser.install (from rev 262666, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- staging-x86_64/kdeadmin-kuser.install	                        (rev 0)
+++ staging-x86_64/kdeadmin-kuser.install	2016-03-26 22:54:56 UTC (rev 262667)
@@ -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