Date: Saturday, January 17, 2015 @ 09:11:58 Author: andrea Revision: 229476
archrelease: copy trunk to extra-i686, extra-x86_64 Deleted: plasma-workspace/repos/extra-i686/PKGBUILD plasma-workspace/repos/extra-x86_64/PKGBUILD -----------------------+ extra-i686/PKGBUILD | 54 ------------------------------------------------ extra-x86_64/PKGBUILD | 54 ------------------------------------------------ 2 files changed, 108 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2015-01-17 08:11:47 UTC (rev 229475) +++ extra-i686/PKGBUILD 2015-01-17 08:11:58 UTC (rev 229476) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <[email protected]> -# Contributor: Antonio Rojas -# Contributor: Alexey D. <lq07829icatm at rambler.ru> - -pkgname=plasma-workspace -pkgver=5.1.2 -pkgrel=2 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor' - 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze' - 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage') -makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd') -optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'kwin: KDE Window Manager' - 'gpsd: GPS support for geolocation') -conflicts=('kdebase-workspace') -groups=('plasma-next') -options=('!buildflags') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" - 'kde.pam') -md5sums=('8a01835179b25e3a7ff644fd7e52ec96' - '929b182dec8a096206ad493477c09d2c') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${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() { - cd build - make DESTDIR="${pkgdir}" install - - # be sure to use the Qt5 version of qtpaths - sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde - - install -D "${srcdir}"/kde.pam \ - "${pkgdir}"/etc/pam.d/kde -} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2015-01-17 08:11:47 UTC (rev 229475) +++ extra-x86_64/PKGBUILD 2015-01-17 08:11:58 UTC (rev 229476) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <[email protected]> -# Contributor: Antonio Rojas -# Contributor: Alexey D. <lq07829icatm at rambler.ru> - -pkgname=plasma-workspace -pkgver=5.1.2 -pkgrel=2 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/workspace/plasma-workspace' -license=('LGPL') -depends=('knewstuff' 'baloo-frameworks' 'kjsembed' 'knotifyconfig' 'libxcursor' - 'libksysguard' 'libkscreen-frameworks' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kded' 'kde-cli-tools' 'kio-extras' 'milou' 'breeze' - 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage') -makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd') -optdepends=('plasma-workspace-wallpapers: additional wallpapers' - 'kwin: KDE Window Manager' - 'gpsd: GPS support for geolocation') -conflicts=('kdebase-workspace') -groups=('plasma-next') -options=('!buildflags') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" - 'kde.pam') -md5sums=('8a01835179b25e3a7ff644fd7e52ec96' - '929b182dec8a096206ad493477c09d2c') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${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() { - cd build - make DESTDIR="${pkgdir}" install - - # be sure to use the Qt5 version of qtpaths - sed 's:qtpaths:qtpaths-qt5:' -i "$pkgdir"/usr/bin/startkde - - install -D "${srcdir}"/kde.pam \ - "${pkgdir}"/etc/pam.d/kde -}
