[arch-commits] Commit in kdeadmin-kuser/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 07:33:19 UTC 2015
Date: Wednesday, December 9, 2015 @ 08:33:19
Author: arojas
Revision: 254854
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
(from rev 254853, kdeadmin-kuser/kde-unstable/PKGBUILD)
kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
(from rev 254853, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254853, kdeadmin-kuser/kde-unstable/PKGBUILD)
kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
(from rev 254853, 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 | 82 +++++++++++++++++++++++++++
/kdeadmin-kuser.install | 22 +++++++
kde-unstable-i686/PKGBUILD | 41 -------------
kde-unstable-i686/kdeadmin-kuser.install | 11 ---
kde-unstable-x86_64/PKGBUILD | 41 -------------
kde-unstable-x86_64/kdeadmin-kuser.install | 11 ---
6 files changed, 104 insertions(+), 104 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-09 07:33:00 UTC (rev 254853)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 07:33:19 UTC (rev 254854)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeadmin-kuser
-pkgver=15.11.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"
- kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain")
-sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
- '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
-
-prepare() {
- mkdir -p build
-
-# Fix build with cmake 3.4
- cd kuser-$pkgver
- patch -p1 -i ../kuser-cmake-3.4.patch
-}
-
-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 254853, kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 07:33:19 UTC (rev 254854)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kuser
+pkgver=15.11.90
+pkgrel=2
+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"
+ kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain")
+sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
+ '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
+
+prepare() {
+ mkdir -p build
+
+# Fix build with cmake 3.4
+ cd kuser-$pkgver
+ patch -p1 -i ../kuser-cmake-3.4.patch
+}
+
+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 2015-12-09 07:33:00 UTC (rev 254853)
+++ kde-unstable-i686/kdeadmin-kuser.install 2015-12-09 07:33:19 UTC (rev 254854)
@@ -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 254853, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- kde-unstable-i686/kdeadmin-kuser.install (rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install 2015-12-09 07:33:19 UTC (rev 254854)
@@ -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 2015-12-09 07:33:00 UTC (rev 254853)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 07:33:19 UTC (rev 254854)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeadmin-kuser
-pkgver=15.11.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"
- kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain")
-sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
- '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
-
-prepare() {
- mkdir -p build
-
-# Fix build with cmake 3.4
- cd kuser-$pkgver
- patch -p1 -i ../kuser-cmake-3.4.patch
-}
-
-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 254853, kdeadmin-kuser/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 07:33:19 UTC (rev 254854)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeadmin-kuser
+pkgver=15.11.90
+pkgrel=2
+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"
+ kuser-cmake-3.4.patch::"https://quickgit.kde.org/?p=kuser.git&a=commitdiff&h=0bf52af&o=plain")
+sha1sums=('0ed96becb9a52e0a189ed043f8aec112b76e6ba4'
+ '19f9b3b9bcfe7db167affb5509e5eb09c4eddf7c')
+
+prepare() {
+ mkdir -p build
+
+# Fix build with cmake 3.4
+ cd kuser-$pkgver
+ patch -p1 -i ../kuser-cmake-3.4.patch
+}
+
+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 2015-12-09 07:33:00 UTC (rev 254853)
+++ kde-unstable-x86_64/kdeadmin-kuser.install 2015-12-09 07:33:19 UTC (rev 254854)
@@ -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 254853, kdeadmin-kuser/kde-unstable/kdeadmin-kuser.install)
===================================================================
--- kde-unstable-x86_64/kdeadmin-kuser.install (rev 0)
+++ kde-unstable-x86_64/kdeadmin-kuser.install 2015-12-09 07:33:19 UTC (rev 254854)
@@ -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