Date: Saturday, August 15, 2015 @ 15:28:43 Author: arojas Revision: 243756
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 243755, plasma-workspace/kde-unstable/PKGBUILD) plasma-workspace/repos/kde-unstable-i686/kde.pam (from rev 243755, plasma-workspace/kde-unstable/kde.pam) plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD (from rev 243755, plasma-workspace/kde-unstable/PKGBUILD) plasma-workspace/repos/kde-unstable-x86_64/kde.pam (from rev 243755, plasma-workspace/kde-unstable/kde.pam) Deleted: plasma-workspace/repos/kde-unstable-i686/PKGBUILD plasma-workspace/repos/kde-unstable-i686/kde.pam plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD plasma-workspace/repos/kde-unstable-x86_64/kde.pam ------------------------------+ /PKGBUILD | 144 +++++++++++++++++++++++++++++++++++++++++ /kde.pam | 22 ++++++ kde-unstable-i686/PKGBUILD | 72 -------------------- kde-unstable-i686/kde.pam | 6 - kde-unstable-x86_64/PKGBUILD | 72 -------------------- kde-unstable-x86_64/kde.pam | 6 - 6 files changed, 166 insertions(+), 156 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2015-08-15 13:27:43 UTC (rev 243755) +++ kde-unstable-i686/PKGBUILD 2015-08-15 13:28:43 UTC (rev 243756) @@ -1,72 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas -# Contributor: Alexey D. <lq07829icatm at rambler.ru> - -pkgbase=plasma-workspace -pkgname=('plasma-workspace' 'drkonqi') -pkgver=5.3.95 -pkgrel=1 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -# note on libxdamage: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxdamage -depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' - 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' - 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks') -makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo' - 'krunner' 'kxmlrpcclient' 'networkmanager-qt') -groups=('plasma') -source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" - 'kde.pam') -md5sums=('7c87284c6041533fdcb72ba9992f66bc' - '929b182dec8a096206ad493477c09d2c') - -prepare() { - mkdir build - - cd ${pkgbase}-${pkgver} - # be sure to use the Qt5 version of qtpaths - sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake -} - -build() { - cd build - cmake ../${pkgbase}-${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_plasma-workspace() { - optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation') - conflicts=('kdebase-workspace') - - cd build - make DESTDIR="${pkgdir}" install - - install -D "${srcdir}"/kde.pam \ - "${pkgdir}"/etc/pam.d/kde - - # Remove conflicts with drkonqi - rm "${pkgdir}"/usr/lib/drkonqi - rm -r "${pkgdir}"/usr/share/drkonqi -} - -package_drkonqi() { - pkgdesc='KDE crash handler' - depends=('kdewebkit' 'kxmlrpcclient' 'gdb') - - cd build/drkonqi - make DESTDIR="${pkgdir}" install -} Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 243755, plasma-workspace/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2015-08-15 13:28:43 UTC (rev 243756) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas +# Contributor: Alexey D. <lq07829icatm at rambler.ru> + +pkgbase=plasma-workspace +pkgname=('plasma-workspace' 'drkonqi') +pkgver=5.3.95 +pkgrel=2 +pkgdesc='KDE Plasma Workspace' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' +license=('LGPL') +# note on libxdamage: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxdamage +depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' + 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' + 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' + 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks') +makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo' + 'krunner' 'kxmlrpcclient' 'networkmanager-qt') +groups=('plasma') +source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" + 'kde.pam') +md5sums=('7c87284c6041533fdcb72ba9992f66bc' + '9a96a39fb32ad196eb9af219886089ab') + +prepare() { + mkdir build + + cd ${pkgbase}-${pkgver} + # be sure to use the Qt5 version of qtpaths + sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake +} + +build() { + cd build + cmake ../${pkgbase}-${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_plasma-workspace() { + optdepends=('plasma-workspace-wallpapers: additional wallpapers' + 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation') + conflicts=('kdebase-workspace') + + cd build + make DESTDIR="${pkgdir}" install + + install -D "${srcdir}"/kde.pam \ + "${pkgdir}"/etc/pam.d/kde + + # Remove conflicts with drkonqi + rm "${pkgdir}"/usr/lib/drkonqi + rm -r "${pkgdir}"/usr/share/drkonqi +} + +package_drkonqi() { + pkgdesc='KDE crash handler' + depends=('kdewebkit' 'kxmlrpcclient' 'gdb') + + cd build/drkonqi + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kde.pam =================================================================== --- kde-unstable-i686/kde.pam 2015-08-15 13:27:43 UTC (rev 243755) +++ kde-unstable-i686/kde.pam 2015-08-15 13:28:43 UTC (rev 243756) @@ -1,6 +0,0 @@ -#%PAM-1.0 - -auth include system-login -account include system-login -password include system-login -session include system-login Copied: plasma-workspace/repos/kde-unstable-i686/kde.pam (from rev 243755, plasma-workspace/kde-unstable/kde.pam) =================================================================== --- kde-unstable-i686/kde.pam (rev 0) +++ kde-unstable-i686/kde.pam 2015-08-15 13:28:43 UTC (rev 243756) @@ -0,0 +1,11 @@ +#%PAM-1.0 + +auth include system-login +auth optional pam_kwallet5.so + +account include system-login + +password include system-login + +session include system-login +session optional pam_kwallet5.so Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2015-08-15 13:27:43 UTC (rev 243755) +++ kde-unstable-x86_64/PKGBUILD 2015-08-15 13:28:43 UTC (rev 243756) @@ -1,72 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas -# Contributor: Alexey D. <lq07829icatm at rambler.ru> - -pkgbase=plasma-workspace -pkgname=('plasma-workspace' 'drkonqi') -pkgver=5.3.95 -pkgrel=1 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -# note on libxdamage: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxdamage -depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' - 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' - 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks') -makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo' - 'krunner' 'kxmlrpcclient' 'networkmanager-qt') -groups=('plasma') -source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" - 'kde.pam') -md5sums=('7c87284c6041533fdcb72ba9992f66bc' - '929b182dec8a096206ad493477c09d2c') - -prepare() { - mkdir build - - cd ${pkgbase}-${pkgver} - # be sure to use the Qt5 version of qtpaths - sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake -} - -build() { - cd build - cmake ../${pkgbase}-${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_plasma-workspace() { - optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation') - conflicts=('kdebase-workspace') - - cd build - make DESTDIR="${pkgdir}" install - - install -D "${srcdir}"/kde.pam \ - "${pkgdir}"/etc/pam.d/kde - - # Remove conflicts with drkonqi - rm "${pkgdir}"/usr/lib/drkonqi - rm -r "${pkgdir}"/usr/share/drkonqi -} - -package_drkonqi() { - pkgdesc='KDE crash handler' - depends=('kdewebkit' 'kxmlrpcclient' 'gdb') - - cd build/drkonqi - make DESTDIR="${pkgdir}" install -} Copied: plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD (from rev 243755, plasma-workspace/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2015-08-15 13:28:43 UTC (rev 243756) @@ -0,0 +1,72 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas +# Contributor: Alexey D. <lq07829icatm at rambler.ru> + +pkgbase=plasma-workspace +pkgname=('plasma-workspace' 'drkonqi') +pkgver=5.3.95 +pkgrel=2 +pkgdesc='KDE Plasma Workspace' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' +license=('LGPL') +# note on libxdamage: +# not detected by namcap because libgl depends on it +# but nvidia providing libgl does not depend on libxdamage +depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland' + 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' + 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' + 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks') +makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo' + 'krunner' 'kxmlrpcclient' 'networkmanager-qt') +groups=('plasma') +source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz" + 'kde.pam') +md5sums=('7c87284c6041533fdcb72ba9992f66bc' + '9a96a39fb32ad196eb9af219886089ab') + +prepare() { + mkdir build + + cd ${pkgbase}-${pkgver} + # be sure to use the Qt5 version of qtpaths + sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake +} + +build() { + cd build + cmake ../${pkgbase}-${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_plasma-workspace() { + optdepends=('plasma-workspace-wallpapers: additional wallpapers' + 'gpsd: GPS based geolocation' 'networkmanager-qt: IP based geolocation') + conflicts=('kdebase-workspace') + + cd build + make DESTDIR="${pkgdir}" install + + install -D "${srcdir}"/kde.pam \ + "${pkgdir}"/etc/pam.d/kde + + # Remove conflicts with drkonqi + rm "${pkgdir}"/usr/lib/drkonqi + rm -r "${pkgdir}"/usr/share/drkonqi +} + +package_drkonqi() { + pkgdesc='KDE crash handler' + depends=('kdewebkit' 'kxmlrpcclient' 'gdb') + + cd build/drkonqi + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kde.pam =================================================================== --- kde-unstable-x86_64/kde.pam 2015-08-15 13:27:43 UTC (rev 243755) +++ kde-unstable-x86_64/kde.pam 2015-08-15 13:28:43 UTC (rev 243756) @@ -1,6 +0,0 @@ -#%PAM-1.0 - -auth include system-login -account include system-login -password include system-login -session include system-login Copied: plasma-workspace/repos/kde-unstable-x86_64/kde.pam (from rev 243755, plasma-workspace/kde-unstable/kde.pam) =================================================================== --- kde-unstable-x86_64/kde.pam (rev 0) +++ kde-unstable-x86_64/kde.pam 2015-08-15 13:28:43 UTC (rev 243756) @@ -0,0 +1,11 @@ +#%PAM-1.0 + +auth include system-login +auth optional pam_kwallet5.so + +account include system-login + +password include system-login + +session include system-login +session optional pam_kwallet5.so