Date: Friday, April 8, 2016 @ 08:46:59 Author: arojas Revision: 264062
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 264061, kdeadmin-kuser/kde-unstable/PKGBUILD) kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 264061, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install) kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD (from rev 264061, kdeadmin-kuser/kde-unstable/PKGBUILD) kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install (from rev 264061, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install) Deleted: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install --------------------------------------------+ /PKGBUILD | 70 +++++++++++++++++++++++++++ /kdeadmin-kuser.install | 22 ++++++++ kde-unstable-i686/PKGBUILD | 35 ------------- kde-unstable-i686/kdeadmin-kuser.install | 11 ---- kde-unstable-x86_64/PKGBUILD | 35 ------------- kde-unstable-x86_64/kdeadmin-kuser.install | 11 ---- 6 files changed, 92 insertions(+), 92 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2016-04-08 06:46:39 UTC (rev 264061) +++ kde-unstable-i686/PKGBUILD 2016-04-08 06:46:59 UTC (rev 264062) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@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/kde-unstable-i686/PKGBUILD (from rev 264061, kdeadmin-kuser/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2016-04-08 06:46:59 UTC (rev 264062) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeadmin-kuser +pkgver=16.03.90 +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=('a8534920a5f1d78ed570308f903199f8363bbe7b') + +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 +} Deleted: kde-unstable-i686/kdeadmin-kuser.install =================================================================== --- kde-unstable-i686/kdeadmin-kuser.install 2016-04-08 06:46:39 UTC (rev 264061) +++ kde-unstable-i686/kdeadmin-kuser.install 2016-04-08 06:46:59 UTC (rev 264062) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 264061, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install) =================================================================== --- kde-unstable-i686/kdeadmin-kuser.install (rev 0) +++ kde-unstable-i686/kdeadmin-kuser.install 2016-04-08 06:46:59 UTC (rev 264062) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2016-04-08 06:46:39 UTC (rev 264061) +++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:46:59 UTC (rev 264062) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@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/kde-unstable-x86_64/PKGBUILD (from rev 264061, kdeadmin-kuser/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2016-04-08 06:46:59 UTC (rev 264062) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdeadmin-kuser +pkgver=16.03.90 +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=('a8534920a5f1d78ed570308f903199f8363bbe7b') + +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 +} Deleted: kde-unstable-x86_64/kdeadmin-kuser.install =================================================================== --- kde-unstable-x86_64/kdeadmin-kuser.install 2016-04-08 06:46:39 UTC (rev 264061) +++ kde-unstable-x86_64/kdeadmin-kuser.install 2016-04-08 06:46:59 UTC (rev 264062) @@ -1,11 +0,0 @@ -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/kdeadmin-kuser.install (from rev 264061, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install) =================================================================== --- kde-unstable-x86_64/kdeadmin-kuser.install (rev 0) +++ kde-unstable-x86_64/kdeadmin-kuser.install 2016-04-08 06:46:59 UTC (rev 264062) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}