[arch-commits] Commit in kwayland-integration/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:10:33 Author: arojas Revision: 269601 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 269598, kwayland-integration/trunk/PKGBUILD) kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 269599, kwayland-integration/trunk/PKGBUILD) Deleted: kwayland-integration/repos/extra-i686/PKGBUILD kwayland-integration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 35 --- extra-x86_64/PKGBUILD | 35 --- 3 files changed, 72 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:10:32 UTC (rev 269600) +++ extra-i686/PKGBUILD 2016-06-14 15:10:33 UTC (rev 269601) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwayland-integration -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kwindowsystem kidletime kwayland) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('e524efd0d963ed40091a3ee4657c84c0') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland-integration/repos/extra-i686/PKGBUILD (from rev 269598, kwayland-integration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:10:33 UTC (rev 269601) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwayland-integration +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kwindowsystem kidletime kwayland) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('f054e10afe855e743b01eccdea90f6a33bbb549acf2eb20a0e296061406ac6e9' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:10:32 UTC (rev 269600) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:33 UTC (rev 269601) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer:Antonio Rojas - -pkgname=kwayland-integration -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kwindowsystem kidletime kwayland) -makedepends=(extra-cmake-modules) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('e524efd0d963ed40091a3ee4657c84c0') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kwayland-integration/repos/extra-x86_64/PKGBUILD (from rev 269599, kwayland-integration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:33 UTC (rev 269601) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer:Antonio Rojas + +pkgname=kwayland-integration +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kwindowsystem kidletime kwayland) +makedepends=(extra-cmake-modules) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('f054e10afe855e743b01eccd
[arch-commits] Commit in kiconthemes/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:10:32 Author: felixonmars Revision: 269600 upgpkg: kiconthemes 5.23.0-1 Upstream release Modified: kiconthemes/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:10:26 UTC (rev 269599) +++ PKGBUILD2016-06-14 15:10:32 UTC (rev 269600) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kiconthemes -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Support for icon themes' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'python' 'mesa') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('475c2e3f54049c21baff0acf0356667f') +md5sums=('da801d2c0556759497075c725919c193') prepare() { mkdir -p build
[arch-commits] Commit in kitemviews/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:10:26 Author: felixonmars Revision: 269599 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kitemviews/repos/testing-i686/ kitemviews/repos/testing-i686/PKGBUILD (from rev 269597, kitemviews/trunk/PKGBUILD) kitemviews/repos/testing-x86_64/ kitemviews/repos/testing-x86_64/PKGBUILD (from rev 269598, kitemviews/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kitemviews/repos/testing-i686/PKGBUILD (from rev 269597, kitemviews/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:10:26 UTC (rev 269599) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kitemviews +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Widget addons for Qt Model/View' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('392f5aca94090ff7a2c71cd6c4e3352f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kitemviews/repos/testing-x86_64/PKGBUILD (from rev 269598, kitemviews/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:10:26 UTC (rev 269599) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kitemviews +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Widget addons for Qt Model/View' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('392f5aca94090ff7a2c71cd6c4e3352f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in plasma-sdk/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:10:17 Author: arojas Revision: 269598 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 269597, plasma-sdk/trunk/PKGBUILD) plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 269597, plasma-sdk/trunk/PKGBUILD) Deleted: plasma-sdk/repos/extra-i686/PKGBUILD plasma-sdk/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 70 extra-i686/PKGBUILD | 34 --- extra-x86_64/PKGBUILD | 34 --- 3 files changed, 70 insertions(+), 68 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) +++ extra-i686/PKGBUILD 2016-06-14 15:10:17 UTC (rev 269598) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=plasma-sdk -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Applications useful for Plasma development" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(plasma-framework ktexteditor) -makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('26dd46468ffc31a09bfa988c8290c7a0') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-sdk/repos/extra-i686/PKGBUILD (from rev 269597, plasma-sdk/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:10:17 UTC (rev 269598) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=plasma-sdk +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Applications useful for Plasma development" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(plasma-framework ktexteditor) +makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c8fa4d107b43e9c64c65a20ff2f87ba4b3a0619c5821a46f9b1c10e70658226d' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:17 UTC (rev 269598) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=plasma-sdk -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Applications useful for Plasma development" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(plasma-framework ktexteditor) -makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('26dd46468ffc31a09bfa988c8290c7a0') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-sdk/repos/extra-x86_64/PKGBUILD (from rev 269597, plasma-sdk/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:17 UTC (rev 269598) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=plasma-sdk +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Applications useful for Plasma development" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(plasma-framework ktexteditor) +makedepends=(extra-cmake-modules qt5-webkit kitemmodels knewstuff python2) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c8fa4d107b43e9c64c65a20ff2f87ba4b3a0619c5821a46f9b1c10e70658226d' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +buil
[arch-commits] Commit in sddm-kcm/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:09:44 Author: arojas Revision: 269594 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 269593, sddm-kcm/trunk/PKGBUILD) sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 269593, sddm-kcm/trunk/PKGBUILD) Deleted: sddm-kcm/repos/extra-i686/PKGBUILD sddm-kcm/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:09:28 UTC (rev 269593) +++ extra-i686/PKGBUILD 2016-06-14 15:09:44 UTC (rev 269594) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Maintainer: Antonio Rojas - -pkgname=sddm-kcm -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Config Module for SDDM' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL') -depends=('sddm' 'libxcursor' 'kio') -makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('752c4c1bd7b7333109de91a958ce271f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DSYSCONF_INSTALL_DIR=/etc \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} - Copied: sddm-kcm/repos/extra-i686/PKGBUILD (from rev 269593, sddm-kcm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:09:44 UTC (rev 269594) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Maintainer: Antonio Rojas + +pkgname=sddm-kcm +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE Config Module for SDDM' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('GPL') +depends=('sddm' 'libxcursor' 'kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7e7ede876c7ae1e0ebc8447d8dcd46ef69404e7d2ecb1d3a18c68f338006221f' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} + Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:09:28 UTC (rev 269593) +++ extra-x86_64/PKGBUILD 2016-06-14 15:09:44 UTC (rev 269594) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Maintainer: Antonio Rojas - -pkgname=sddm-kcm -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Config Module for SDDM' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL') -depends=('sddm' 'libxcursor' 'kio') -makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('752c4c1bd7b7333109de91a958ce271f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DSYSCONF_INSTALL_DIR=/etc \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} - Copied: sddm-kcm/repos/extra-x86_64/PKGBUILD (from rev 269593, sddm-kcm/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:09:44 UTC (rev 269594) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Maintainer: Antonio Rojas + +pkgname=sddm-kcm +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE Config Module for SDDM' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('GPL') +depends=('sddm' 'libxcursor' 'kio') +makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$
[arch-commits] Commit in plasma-mediacenter/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:10:00 Author: arojas Revision: 269597 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-mediacenter/repos/extra-i686/PKGBUILD (from rev 269595, plasma-mediacenter/trunk/PKGBUILD) plasma-mediacenter/repos/extra-x86_64/PKGBUILD (from rev 269596, plasma-mediacenter/trunk/PKGBUILD) Deleted: plasma-mediacenter/repos/extra-i686/PKGBUILD plasma-mediacenter/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 35 --- extra-x86_64/PKGBUILD | 35 --- 3 files changed, 72 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:09:58 UTC (rev 269596) +++ extra-i686/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Bhushan Shah - -pkgname=plasma-mediacenter -pkgver=5.6.4 -pkgrel=1 -pkgdesc="A mediacenter user interface based on KDE Plasma components" -arch=(i686 x86_64) -url="http://community.kde.org/Plasma/Plasma_Media_Center/"; -license=(GPL3) -depends=(plasma-workspace baloo hicolor-icon-theme) -makedepends=(extra-cmake-modules python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('48e743a7722930dd4c9ff4b25ccdb18f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-mediacenter/repos/extra-i686/PKGBUILD (from rev 269595, plasma-mediacenter/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Bhushan Shah + +pkgname=plasma-mediacenter +pkgver=5.6.5 +pkgrel=1 +pkgdesc="A mediacenter user interface based on KDE Plasma components" +arch=(i686 x86_64) +url="http://community.kde.org/Plasma/Plasma_Media_Center/"; +license=(GPL3) +depends=(plasma-workspace baloo hicolor-icon-theme) +makedepends=(extra-cmake-modules python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('8620f70e66455fbc404719bfd6d94d5f662584bde00102466986cd0d31fedc14' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_TESTING=OFF +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:09:58 UTC (rev 269596) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Contributor: Bhushan Shah - -pkgname=plasma-mediacenter -pkgver=5.6.4 -pkgrel=1 -pkgdesc="A mediacenter user interface based on KDE Plasma components" -arch=(i686 x86_64) -url="http://community.kde.org/Plasma/Plasma_Media_Center/"; -license=(GPL3) -depends=(plasma-workspace baloo hicolor-icon-theme) -makedepends=(extra-cmake-modules python) -groups=(plasma) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('48e743a7722930dd4c9ff4b25ccdb18f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DCMAKE_BUILD_TYPE=Release \ --DBUILD_TESTING=OFF -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-mediacenter/repos/extra-x86_64/PKGBUILD (from rev 269596, plasma-mediacenter/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:10:00 UTC (rev 269597) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Contributor: Bhushan Shah + +pkgname=plasma-mediacenter +pkgver=5.6.5 +pkgrel=1 +pkgdesc="A mediacenter user interface based on KDE Plasma components" +arch=(i686 x86_64) +url="http://community.kde.org/Plasma/Plasma_Media_Center/"; +license=(GPL3) +depends=(plasma-workspace baloo hicolor-icon-theme) +makedepends=(extra-cmake-modules python) +groups=(plasma) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$p
[arch-commits] Commit in kitemviews/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:09:58 Author: felixonmars Revision: 269596 upgpkg: kitemviews 5.23.0-1 Upstream release Modified: kitemviews/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:09:51 UTC (rev 269595) +++ PKGBUILD2016-06-14 15:09:58 UTC (rev 269596) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kitemviews -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Widget addons for Qt Model/View' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('107b5667ae22ee0ff4559f266d588bbe') +md5sums=('392f5aca94090ff7a2c71cd6c4e3352f') prepare() { mkdir -p build
[arch-commits] Commit in kservice/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:09:51 Author: felixonmars Revision: 269595 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kservice/repos/testing-i686/ kservice/repos/testing-i686/PKGBUILD (from rev 269592, kservice/trunk/PKGBUILD) kservice/repos/testing-x86_64/ kservice/repos/testing-x86_64/PKGBUILD (from rev 269593, kservice/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kservice/repos/testing-i686/PKGBUILD (from rev 269592, kservice/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:09:51 UTC (rev 269595) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kservice +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Advanced plugin and service introspection' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d0642716404ae604d6db198139ce20f7') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kservice/repos/testing-x86_64/PKGBUILD (from rev 269593, kservice/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:09:51 UTC (rev 269595) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kservice +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Advanced plugin and service introspection' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('ki18n' 'kconfig' 'kcrash' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d0642716404ae604d6db198139ce20f7') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in ksshaskpass/repos (8 files)
Date: Tuesday, June 14, 2016 @ 15:09:28 Author: arojas Revision: 269593 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 269592, ksshaskpass/trunk/PKGBUILD) ksshaskpass/repos/extra-i686/ksshaskpass.install (from rev 269592, ksshaskpass/trunk/ksshaskpass.install) ksshaskpass/repos/extra-x86_64/PKGBUILD (from rev 269592, ksshaskpass/trunk/PKGBUILD) ksshaskpass/repos/extra-x86_64/ksshaskpass.install (from rev 269592, ksshaskpass/trunk/ksshaskpass.install) Deleted: ksshaskpass/repos/extra-i686/PKGBUILD ksshaskpass/repos/extra-i686/ksshaskpass.install ksshaskpass/repos/extra-x86_64/PKGBUILD ksshaskpass/repos/extra-x86_64/ksshaskpass.install --+ /PKGBUILD| 80 + /ksshaskpass.install | 10 extra-i686/PKGBUILD | 39 -- extra-i686/ksshaskpass.install |5 -- extra-x86_64/PKGBUILD| 39 -- extra-x86_64/ksshaskpass.install |5 -- 6 files changed, 90 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:09:17 UTC (rev 269592) +++ extra-i686/PKGBUILD 2016-06-14 15:09:28 UTC (rev 269593) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: schuay - -pkgname=ksshaskpass -pkgver=5.6.4 -pkgrel=1 -pkgdesc='ssh-add helper that uses kwallet and kpassworddialog' -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL') -arch=('i686' 'x86_64') -depends=('kwallet') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -provides=('x11-ssh-askpass' 'ksshaskpass-frameworks') -conflicts=('ksshaskpass-frameworks') -replaces=('ksshaskpass-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -install=$pkgname.install -md5sums=('4c36809d43729fe27dfd6f298fe9c087') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../ksshaskpass-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: ksshaskpass/repos/extra-i686/PKGBUILD (from rev 269592, ksshaskpass/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:09:28 UTC (rev 269593) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: schuay + +pkgname=ksshaskpass +pkgver=5.6.5 +pkgrel=1 +pkgdesc='ssh-add helper that uses kwallet and kpassworddialog' +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('kwallet') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +provides=('x11-ssh-askpass' 'ksshaskpass-frameworks') +conflicts=('ksshaskpass-frameworks') +replaces=('ksshaskpass-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +install=$pkgname.install +sha256sums=('6a135876351314b3de565ab6e4d0d5753749045b9789373ffb2c754fd55152e1' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../ksshaskpass-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/ksshaskpass.install === --- extra-i686/ksshaskpass.install 2016-06-14 15:09:17 UTC (rev 269592) +++ extra-i686/ksshaskpass.install 2016-06-14 15:09:28 UTC (rev 269593) @@ -1,5 +0,0 @@ -post_upgrade() { - if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then -echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior" - fi -} Copied: ksshaskpass/repos/extra-i686/ksshaskpass.install (from rev 269592, ksshaskpass/trunk/ksshaskpass.install) === --- extra-i686/ksshaskpass.install (rev 0) +++ extra-i686/ksshaskpass.install 2016-06-14 15:09:28 UTC (rev 269593) @@ -0,0 +1,5 @@ +post_upgrade() { + if [[ $(vercmp 5.5.2-2 "$2") -eq 1 ]]; then +echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior" + fi +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:09:17 UTC (rev 269
[arch-commits] Commit in kservice/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:09:17 Author: felixonmars Revision: 269592 upgpkg: kservice 5.23.0-1 Upstream release Modified: kservice/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:09:13 UTC (rev 269591) +++ PKGBUILD2016-06-14 15:09:17 UTC (rev 269592) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kservice -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Advanced plugin and service introspection' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('36ab06f4b4e8c3f9a13e4ec5fb1ed272') +md5sums=('d0642716404ae604d6db198139ce20f7') prepare() { mkdir -p build
[arch-commits] Commit in kscreen/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:09:13 Author: arojas Revision: 269591 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kscreen/repos/extra-i686/PKGBUILD (from rev 269589, kscreen/trunk/PKGBUILD) kscreen/repos/extra-x86_64/PKGBUILD (from rev 269590, kscreen/trunk/PKGBUILD) Deleted: kscreen/repos/extra-i686/PKGBUILD kscreen/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:09:10 UTC (rev 269590) +++ extra-i686/PKGBUILD 2016-06-14 15:09:13 UTC (rev 269591) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kscreen -pkgver=5.6.4 -pkgrel=1 -pkgdesc="KDE's screen management software" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'python') -conflicts=('kscreen-frameworks') -replaces=('kscreen-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";) -md5sums=('03d5baac65e396a1018321c7dce21935') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreen/repos/extra-i686/PKGBUILD (from rev 269589, kscreen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:09:13 UTC (rev 269591) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kscreen +pkgver=5.6.5 +pkgrel=1 +pkgdesc="KDE's screen management software" +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python') +conflicts=('kscreen-frameworks') +replaces=('kscreen-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz"{,.sig}) +sha256sums=('f9f301bde43c1171b7064834fad144bdc5df9b5882133f5a94c7dc5d27709699' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../kscreen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:09:10 UTC (rev 269590) +++ extra-x86_64/PKGBUILD 2016-06-14 15:09:13 UTC (rev 269591) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kscreen -pkgver=5.6.4 -pkgrel=1 -pkgdesc="KDE's screen management software" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'python') -conflicts=('kscreen-frameworks') -replaces=('kscreen-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/kscreen-$pkgver.tar.xz";) -md5sums=('03d5baac65e396a1018321c7dce21935') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../kscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreen/repos/extra-x86_64/PKGBUILD (from rev 269590, kscreen/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:09:13 UTC (rev 269591) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kscreen +pkgver=5.6.5 +pkgrel=1 +pkgdesc="KDE's screen management software" +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kxmlgu
[arch-commits] Commit in kglobalaccel/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:09:10 Author: felixonmars Revision: 269590 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kglobalaccel/repos/testing-i686/ kglobalaccel/repos/testing-i686/PKGBUILD (from rev 269588, kglobalaccel/trunk/PKGBUILD) kglobalaccel/repos/testing-x86_64/ kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 269589, kglobalaccel/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kglobalaccel/repos/testing-i686/PKGBUILD (from rev 269588, kglobalaccel/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:09:10 UTC (rev 269590) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kglobalaccel +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Add support for global workspace shortcuts' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kconfig' 'kcrash' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('73e64bb284dfa301d78a778bb549461e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kglobalaccel/repos/testing-x86_64/PKGBUILD (from rev 269589, kglobalaccel/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:09:10 UTC (rev 269590) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kglobalaccel +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Add support for global workspace shortcuts' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kconfig' 'kcrash' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('73e64bb284dfa301d78a778bb549461e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdeplasma-addons/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:08:24 Author: arojas Revision: 269585 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 269584, kdeplasma-addons/trunk/PKGBUILD) kdeplasma-addons/repos/extra-x86_64/PKGBUILD (from rev 269584, kdeplasma-addons/trunk/PKGBUILD) Deleted: kdeplasma-addons/repos/extra-i686/PKGBUILD kdeplasma-addons/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 86 extra-i686/PKGBUILD | 42 --- extra-x86_64/PKGBUILD | 42 --- 3 files changed, 86 insertions(+), 84 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) +++ extra-i686/PKGBUILD 2016-06-14 15:08:24 UTC (rev 269585) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kdeplasma-addons -pkgver=5.6.4 -pkgrel=1 -pkgdesc='All kind of addons to improve your Plasma experience' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python') -optdepends=('kross: comic applet' -'purpose: Quickshare applet' -'quota-tools: disk quota applet') -conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks') -replaces=('kdeplasma-addons-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('2a9711b131915cd2c36c20f2dbd1b938') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdeplasma-addons/repos/extra-i686/PKGBUILD (from rev 269584, kdeplasma-addons/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:08:24 UTC (rev 269585) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdeplasma-addons +pkgver=5.6.5 +pkgrel=1 +pkgdesc='All kind of addons to improve your Plasma experience' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python' 'kdesignerplugin') +optdepends=('kross: comic applet' +'purpose: Quickshare applet' +'quota-tools: disk quota applet') +conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks') +replaces=('kdeplasma-addons-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7f9690b407e44c2fa1d7dbe7fbea6606ee9801a6e201da245bad38a1f2be32a6' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:24 UTC (rev 269585) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kdeplasma-addons -pkgver=5.6.4 -pkgrel=1 -pkgdesc='All kind of addons to improve your Plasma experience' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'kross' 'purpose' 'python') -optdepends=('kross: comic applet' -'purpose: Quickshare applet' -'quota-tools: disk quota applet') -conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks') -replaces=('kdeplasma-addons-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('2a9711b131915cd2c36c20f2dbd1b938') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="
[arch-commits] Commit in kde-gtk-config/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:08:57 Author: arojas Revision: 269589 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 269588, kde-gtk-config/trunk/PKGBUILD) kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 269588, kde-gtk-config/trunk/PKGBUILD) Deleted: kde-gtk-config/repos/extra-i686/PKGBUILD kde-gtk-config/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 88 extra-i686/PKGBUILD | 43 --- extra-x86_64/PKGBUILD | 43 --- 3 files changed, 88 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:08:42 UTC (rev 269588) +++ extra-i686/PKGBUILD 2016-06-14 15:08:57 UTC (rev 269589) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-gtk-config -pkgver=5.6.4 -pkgrel=1 -pkgdesc='GTK2 and GTK3 Configurator for KDE' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('knewstuff' 'kde-cli-tools') -makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') -optdepends=('gtk2: GTK2 apps support' -'gtk3: GTK3 apps support') -conflicts=('kde-gtk-config-frameworks') -replaces=('kde-gtk-config-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('c68265d6e400f244fe0acb614052159e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kde-gtk-config/repos/extra-i686/PKGBUILD (from rev 269588, kde-gtk-config/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:08:57 UTC (rev 269589) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-gtk-config +pkgver=5.6.5 +pkgrel=1 +pkgdesc='GTK2 and GTK3 Configurator for KDE' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('knewstuff' 'kde-cli-tools') +makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') +optdepends=('gtk2: GTK2 apps support' +'gtk3: GTK3 apps support') +conflicts=('kde-gtk-config-frameworks') +replaces=('kde-gtk-config-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('9dc2d144295eb0a1a890f135d39f18d9605daf94aeda0bf7689e47acc22fd31a' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:08:42 UTC (rev 269588) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:57 UTC (rev 269589) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-gtk-config -pkgver=5.6.4 -pkgrel=1 -pkgdesc='GTK2 and GTK3 Configurator for KDE' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('knewstuff' 'kde-cli-tools') -makedepends=('extra-cmake-modules' 'gtk2' 'gtk3' 'python') -optdepends=('gtk2: GTK2 apps support' -'gtk3: GTK3 apps support') -conflicts=('kde-gtk-config-frameworks') -replaces=('kde-gtk-config-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('c68265d6e400f244fe0acb614052159e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kde-gtk-config/repos/extra-x86_64/PKGBUILD (from rev 269588, kde-gtk-config/trunk/PKGBUILD) ==
[arch-commits] Commit in bluedevil/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:08:41 Author: arojas Revision: 269587 archrelease: copy trunk to extra-i686, extra-x86_64 Added: bluedevil/repos/extra-i686/PKGBUILD (from rev 269585, bluedevil/trunk/PKGBUILD) bluedevil/repos/extra-x86_64/PKGBUILD (from rev 269586, bluedevil/trunk/PKGBUILD) Deleted: bluedevil/repos/extra-i686/PKGBUILD bluedevil/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 84 extra-i686/PKGBUILD | 41 --- extra-x86_64/PKGBUILD | 41 --- 3 files changed, 84 insertions(+), 82 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:08:35 UTC (rev 269586) +++ extra-i686/PKGBUILD 2016-06-14 15:08:41 UTC (rev 269587) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=bluedevil -pkgver=5.6.4 -pkgrel=1 -epoch=1 -pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL2') -depends=('bluez-qt' 'kio') -makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python') -conflicts=('bluedevil-frameworks') -replaces=('bluedevil-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('8452a801b38fe3bd9e88a4b4d246c630') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 269585, bluedevil/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:08:41 UTC (rev 269587) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=bluedevil +pkgver=5.6.5 +pkgrel=1 +epoch=1 +pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('GPL2') +depends=('bluez-qt' 'kio') +makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python') +conflicts=('bluedevil-frameworks') +replaces=('bluedevil-frameworks') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('1ddac54394a5eb94c1c0be03a2f04a9839676d354546f52f132f0d5005a8c97d' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:08:35 UTC (rev 269586) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:41 UTC (rev 269587) @@ -1,41 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=bluedevil -pkgver=5.6.4 -pkgrel=1 -epoch=1 -pkgdesc='Integrate the Bluetooth technology within KDE workspace and applications' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL2') -depends=('bluez-qt' 'kio') -makedepends=('extra-cmake-modules' 'plasma-framework' 'kded' 'python') -conflicts=('bluedevil-frameworks') -replaces=('bluedevil-frameworks') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('8452a801b38fe3bd9e88a4b4d246c630') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: bluedevil/repos/extra-x86_64/PKGBUILD (from rev 269586, bluedevil/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:41 UTC (rev 269587) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contribut
[arch-commits] Commit in kglobalaccel/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:08:42 Author: felixonmars Revision: 269588 upgpkg: kglobalaccel 5.23.0-1 Upstream release Modified: kglobalaccel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:08:41 UTC (rev 269587) +++ PKGBUILD2016-06-14 15:08:42 UTC (rev 269588) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kglobalaccel -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Add support for global workspace shortcuts' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('1bd67400133e7cc4ac9592ee5e5eced6') +md5sums=('73e64bb284dfa301d78a778bb549461e') prepare() { mkdir -p build
[arch-commits] Commit in attica-qt5/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:08:35 Author: felixonmars Revision: 269586 archrelease: copy trunk to testing-i686, testing-x86_64 Added: attica-qt5/repos/testing-i686/ attica-qt5/repos/testing-i686/PKGBUILD (from rev 269584, attica-qt5/trunk/PKGBUILD) attica-qt5/repos/testing-x86_64/ attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 269585, attica-qt5/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: attica-qt5/repos/testing-i686/PKGBUILD (from rev 269584, attica-qt5/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:08:35 UTC (rev 269586) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=attica-qt5 +pkgver=5.23.0 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='Qt5 library that implements the Open Collaboration Services API' +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz";) +md5sums=('e632a0f2f13615ca961b0a24f3322b58') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../attica-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: attica-qt5/repos/testing-x86_64/PKGBUILD (from rev 269585, attica-qt5/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:08:35 UTC (rev 269586) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=attica-qt5 +pkgver=5.23.0 +pkgrel=1 +arch=('i686' 'x86_64') +pkgdesc='Qt5 library that implements the Open Collaboration Services API' +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz";) +md5sums=('e632a0f2f13615ca961b0a24f3322b58') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../attica-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kwrited/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:08:08 Author: arojas Revision: 269584 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwrited/repos/extra-i686/PKGBUILD (from rev 269582, kwrited/trunk/PKGBUILD) kwrited/repos/extra-x86_64/PKGBUILD (from rev 269582, kwrited/trunk/PKGBUILD) Deleted: kwrited/repos/extra-i686/PKGBUILD kwrited/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 37 --- extra-x86_64/PKGBUILD | 37 --- 3 files changed, 76 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:08:06 UTC (rev 269583) +++ extra-i686/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwrited -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE daemon listening for wall and write messages' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kpty' 'knotifications' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('5b7276a7919764e1800822049f6e0df1') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DKDE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwrited/repos/extra-i686/PKGBUILD (from rev 269582, kwrited/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwrited +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE daemon listening for wall and write messages' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kpty' 'knotifications' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('394c810af70211f6205e462581409c5bb8e9e7cc5aafbe1318579191d7152aa7' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:08:06 UTC (rev 269583) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kwrited -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE daemon listening for wall and write messages' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kpty' 'knotifications' 'kdbusaddons') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('5b7276a7919764e1800822049f6e0df1') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DKDE_INSTALL_LIBDIR=lib \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwrited/repos/extra-x86_64/PKGBUILD (from rev 269582, kwrited/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:08:08 UTC (rev 269584) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kwrited +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE daemon listening for wall and write messages' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kpty' 'knotifications' 'kdbusaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgnam
[arch-commits] Commit in attica-qt5/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:08:06 Author: felixonmars Revision: 269583 upgpkg: attica-qt5 5.23.0-1 Upstream release Modified: attica-qt5/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:07:58 UTC (rev 269582) +++ PKGBUILD2016-06-14 15:08:06 UTC (rev 269583) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=attica-qt5 -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Qt5 library that implements the Open Collaboration Services API' @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}.tar.xz";) -md5sums=('f0962f1a970318a1e54dd9fd724279d1') +md5sums=('e632a0f2f13615ca961b0a24f3322b58') prepare() { mkdir -p build
[arch-commits] Commit in kdbusaddons/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:07:58 Author: felixonmars Revision: 269582 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdbusaddons/repos/testing-i686/ kdbusaddons/repos/testing-i686/PKGBUILD (from rev 269579, kdbusaddons/trunk/PKGBUILD) kdbusaddons/repos/testing-x86_64/ kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 269580, kdbusaddons/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kdbusaddons/repos/testing-i686/PKGBUILD (from rev 269579, kdbusaddons/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:07:58 UTC (rev 269582) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdbusaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtDBus' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('0805d1dee82cf6d627dbdf287200') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdbusaddons/repos/testing-x86_64/PKGBUILD (from rev 269580, kdbusaddons/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:07:58 UTC (rev 269582) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdbusaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtDBus' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('0805d1dee82cf6d627dbdf287200') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in sonnet/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:07:23 Author: andyrtr Revision: 269579 archrelease: copy trunk to staging-i686, staging-x86_64 Added: sonnet/repos/staging-i686/ sonnet/repos/staging-i686/PKGBUILD (from rev 269576, sonnet/trunk/PKGBUILD) sonnet/repos/staging-x86_64/ sonnet/repos/staging-x86_64/PKGBUILD (from rev 269577, sonnet/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 37 + staging-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: sonnet/repos/staging-i686/PKGBUILD (from rev 269576, sonnet/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2016-06-14 15:07:23 UTC (rev 269579) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sonnet +pkgver=5.22.0 +pkgrel=2 +pkgdesc='Spelling framework for Qt5' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko') +optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' +'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('247fb35b1553c53c0b3c83564a39124c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: sonnet/repos/staging-x86_64/PKGBUILD (from rev 269577, sonnet/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2016-06-14 15:07:23 UTC (rev 269579) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=sonnet +pkgver=5.22.0 +pkgrel=2 +pkgdesc='Spelling framework for Qt5' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell' 'libvoikko') +optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' +'hspell: spell checking for Hebrew' 'libvoikko: Finnish support via Voikko') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('247fb35b1553c53c0b3c83564a39124c') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdbusaddons/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:07:22 Author: felixonmars Revision: 269578 upgpkg: kdbusaddons 5.23.0-1 Upstream release Modified: kdbusaddons/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:07:18 UTC (rev 269577) +++ PKGBUILD2016-06-14 15:07:22 UTC (rev 269578) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdbusaddons -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Addons to QtDBus' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('9af16aecb66a00e251cce778101dfb51') +md5sums=('0805d1dee82cf6d627dbdf287200') prepare() { mkdir -p build
[arch-commits] Commit in plasma-nm/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:07:35 Author: arojas Revision: 269580 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-nm/repos/extra-i686/PKGBUILD (from rev 269579, plasma-nm/trunk/PKGBUILD) plasma-nm/repos/extra-x86_64/PKGBUILD (from rev 269579, plasma-nm/trunk/PKGBUILD) Deleted: plasma-nm/repos/extra-i686/PKGBUILD plasma-nm/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:07:23 UTC (rev 269579) +++ extra-i686/PKGBUILD 2016-06-14 15:07:35 UTC (rev 269580) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=plasma-nm -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Plasma applet written in QML for managing network connections' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL2') -depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') -makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' - 'python' 'kdelibs4support') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('fb6349bba616b5685da48ac69ac805eb') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-nm/repos/extra-i686/PKGBUILD (from rev 269579, plasma-nm/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:07:35 UTC (rev 269580) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=plasma-nm +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Plasma applet written in QML for managing network connections' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('GPL2') +depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') +makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' + 'python' 'kdelibs4support' 'kdesignerplugin') +optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' +'openconnect: Cisco AnyConnect VPN plugin') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('00a9a15ede8462d34926ae05040e570f7d37f31a4972db233ae456430d68b9b2' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:07:23 UTC (rev 269579) +++ extra-x86_64/PKGBUILD 2016-06-14 15:07:35 UTC (rev 269580) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=plasma-nm -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Plasma applet written in QML for managing network connections' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('GPL2') -depends=('plasma-workspace' 'modemmanager-qt' 'networkmanager-qt' 'qca-qt5') -makedepends=('extra-cmake-modules' 'kdoctools' 'openconnect' 'mobile-broadband-provider-info' - 'python' 'kdelibs4support') -optdepends=('mobile-broadband-provider-info: Database of mobile broadband service providers' -'openconnect: Cisco AnyConnect VPN plugin') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('fb6349bba616b5685da48ac69ac805eb') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-nm/repos/extra-x
[arch-commits] Commit in sonnet/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:07:10 Author: andyrtr Revision: 269575 upgpkg: sonnet 5.22.0-2 hunspell rebuild Modified: sonnet/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:06:57 UTC (rev 269574) +++ PKGBUILD2016-06-14 15:07:10 UTC (rev 269575) @@ -4,7 +4,7 @@ pkgname=sonnet pkgver=5.22.0 -pkgrel=1 +pkgrel=2 pkgdesc='Spelling framework for Qt5' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks'
[arch-commits] Commit in plasma-desktop/repos (6 files)
Date: Tuesday, June 14, 2016 @ 15:07:18 Author: arojas Revision: 269577 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 269574, plasma-desktop/trunk/PKGBUILD) plasma-desktop/repos/extra-x86_64/PKGBUILD (from rev 269575, plasma-desktop/trunk/PKGBUILD) Deleted: plasma-desktop/repos/extra-i686/PKGBUILD plasma-desktop/repos/extra-i686/plasma-desktop-gcc6.patch plasma-desktop/repos/extra-x86_64/PKGBUILD plasma-desktop/repos/extra-x86_64/plasma-desktop-gcc6.patch + /PKGBUILD | 92 +++ extra-i686/PKGBUILD| 50 extra-i686/plasma-desktop-gcc6.patch | 11 --- extra-x86_64/PKGBUILD | 50 extra-x86_64/plasma-desktop-gcc6.patch | 11 --- 5 files changed, 92 insertions(+), 122 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:07:16 UTC (rev 269576) +++ extra-i686/PKGBUILD 2016-06-14 15:07:18 UTC (rev 269577) @@ -1,50 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgname=plasma-desktop -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Plasma Desktop' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"; plasma-desktop-gcc6.patch) -depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' - 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects') -makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel' - 'libibus' 'scim' 'python') -optdepends=('plasma-nm: Network manager applet' -'ibus: kimpanel IBUS support' -'scim: kimpanel SCIM support') -conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3') -replaces=('kcm-touchpad-frameworks') -groups=('plasma') -md5sums=('f6083c7f337c721337783cdd03c16ab2' - '82d1604912c9d846676d8a72d270ac04') - -prepare() { - mkdir -p build - -# Fix build with GCC 6 - cd $pkgname-$pkgver - patch -p1 -i ../plasma-desktop-gcc6.patch -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-desktop/repos/extra-i686/PKGBUILD (from rev 269574, plasma-desktop/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:07:18 UTC (rev 269577) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgname=plasma-desktop +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE Plasma Desktop' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' + 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects') +makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel' + 'libibus' 'scim' 'python' 'kdesignerplugin') +optdepends=('plasma-nm: Network manager applet' +'ibus: kimpanel IBUS support' +'scim: kimpanel SCIM support') +conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks' 'kdeplasma-addons<5.5.95' 'kactivities<5.19.0-3') +replaces=('kcm-touchpad-frameworks') +groups=('plasma') +sha256sums=('66ba27aec488ca4f1bce30295af696439c32d9dc2512f30f6479ee18abb7bbd3' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/plasma-desktop-gcc6.patch === --- extra-i686/plasma-desktop-gcc6.patch2016-06-14 15:07:16 UTC (rev 269576) +++ extra-i686/plasma-desktop-gcc6.patch2016-06-14 15:07:18 UTC (rev 269577) @@ -1,11 +0,0 @@ a/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp -+++ b/kcms/touchpad/src/backends/x11/synapticstouchpad.cpp -@@ -46
[arch-commits] Commit in kcrash/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:07:16 Author: felixonmars Revision: 269576 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kcrash/repos/testing-i686/ kcrash/repos/testing-i686/PKGBUILD (from rev 269573, kcrash/trunk/PKGBUILD) kcrash/repos/testing-x86_64/ kcrash/repos/testing-x86_64/PKGBUILD (from rev 269574, kcrash/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 37 + testing-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: kcrash/repos/testing-i686/PKGBUILD (from rev 269573, kcrash/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:07:16 UTC (rev 269576) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcrash +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Support for application crash analysis and bug report from apps' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kcoreaddons' 'kwindowsystem') +makedepends=('extra-cmake-modules' 'mesa') +optdepends=('drkonqi: KDE crash handler application') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('8f4efc958c5f820399d2620abd4f5b39') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kcrash/repos/testing-x86_64/PKGBUILD (from rev 269574, kcrash/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:07:16 UTC (rev 269576) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcrash +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Support for application crash analysis and bug report from apps' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kcoreaddons' 'kwindowsystem') +makedepends=('extra-cmake-modules' 'mesa') +optdepends=('drkonqi: KDE crash handler application') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('8f4efc958c5f820399d2620abd4f5b39') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in plasma-workspace-wallpapers/repos/extra-any (2 files)
Date: Tuesday, June 14, 2016 @ 15:06:57 Author: arojas Revision: 269574 archrelease: copy trunk to extra-any Added: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 269573, plasma-workspace-wallpapers/trunk/PKGBUILD) Deleted: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD --+ PKGBUILD | 72 +++-- 1 file changed, 37 insertions(+), 35 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2016-06-14 15:06:46 UTC (rev 269573) +++ PKGBUILD2016-06-14 15:06:57 UTC (rev 269574) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=plasma-workspace-wallpapers -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Additional wallpapers for the Plasma Workspace' -arch=('any') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -makedepends=('extra-cmake-modules') -conflicts=('kde-wallpapers') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('6290853bcc8e4d21fd16a714b0f01cbe') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: plasma-workspace-wallpapers/repos/extra-any/PKGBUILD (from rev 269573, plasma-workspace-wallpapers/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2016-06-14 15:06:57 UTC (rev 269574) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=plasma-workspace-wallpapers +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Additional wallpapers for the Plasma Workspace' +arch=('any') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +makedepends=('extra-cmake-modules' 'qt5-base') +conflicts=('kde-wallpapers') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('5946ce0fe03f5fa84004b72d8d0b97ba8c00c44b8478857282082adc95c67ede' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kcrash/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:06:45 Author: felixonmars Revision: 269572 upgpkg: kcrash 5.23.0-1 Upstream release Modified: kcrash/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:06:44 UTC (rev 269571) +++ PKGBUILD2016-06-14 15:06:45 UTC (rev 269572) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kcrash -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Support for application crash analysis and bug report from apps' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('drkonqi: KDE crash handler application') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('e7f28cb6abcc9d5287c7682ca5b7d67b') +md5sums=('8f4efc958c5f820399d2620abd4f5b39') prepare() { mkdir build
[arch-commits] Commit in polkit-kde-agent/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:06:46 Author: arojas Revision: 269573 archrelease: copy trunk to extra-i686, extra-x86_64 Added: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 269570, polkit-kde-agent/trunk/PKGBUILD) polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 269570, polkit-kde-agent/trunk/PKGBUILD) Deleted: polkit-kde-agent/repos/extra-i686/PKGBUILD polkit-kde-agent/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:06:45 UTC (rev 269572) +++ extra-i686/PKGBUILD 2016-06-14 15:06:46 UTC (rev 269573) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=polkit-kde-agent -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Daemon providing a polkit authentication UI for KDE' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kiconthemes' 'kdbusaddons' 'kcrash') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('polkit-kde-frameworks') -replaces=('polkit-kde-frameworks') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";) -md5sums=('38bd469758d55a4ee83a77a44aefed62') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-1-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: polkit-kde-agent/repos/extra-i686/PKGBUILD (from rev 269570, polkit-kde-agent/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:06:46 UTC (rev 269573) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=polkit-kde-agent +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Daemon providing a polkit authentication UI for KDE' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kiconthemes' 'kdbusaddons' 'kcrash') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('polkit-kde-frameworks') +replaces=('polkit-kde-frameworks') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz"{,.sig}) +sha256sums=('503532b52ef50c5ccfeecdd239218f2cecc8501fc5aceb18606a18925dfff5b8' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-1-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:06:45 UTC (rev 269572) +++ extra-x86_64/PKGBUILD 2016-06-14 15:06:46 UTC (rev 269573) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=polkit-kde-agent -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Daemon providing a polkit authentication UI for KDE' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kiconthemes' 'kdbusaddons' 'kcrash') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('polkit-kde-frameworks') -replaces=('polkit-kde-frameworks') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz";) -md5sums=('38bd469758d55a4ee83a77a44aefed62') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-1-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib/polkit-kde \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: polkit-kde-agent/repos/extra-x86_64/PKGBUILD (from rev 269570, polkit-kde-agent/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:06:46 UTC (rev 269573) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +#
[arch-commits] Commit in kwindowsystem/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:06:37 Author: felixonmars Revision: 269570 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kwindowsystem/repos/testing-i686/ kwindowsystem/repos/testing-i686/PKGBUILD (from rev 269568, kwindowsystem/trunk/PKGBUILD) kwindowsystem/repos/testing-x86_64/ kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 269569, kwindowsystem/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 37 + testing-x86_64/PKGBUILD | 37 + 2 files changed, 74 insertions(+) Copied: kwindowsystem/repos/testing-i686/PKGBUILD (from rev 269568, kwindowsystem/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:06:37 UTC (rev 269570) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwindowsystem +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Access to the windowing system' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras' 'libxfixes') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('a94136e4f5af55dab34929fc5521d115') + +prepare() { + mkdir build + + cd ${pkgname}-${pkgver} +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kwindowsystem/repos/testing-x86_64/PKGBUILD (from rev 269569, kwindowsystem/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:06:37 UTC (rev 269570) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwindowsystem +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Access to the windowing system' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras' 'libxfixes') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('a94136e4f5af55dab34929fc5521d115') + +prepare() { + mkdir build + + cd ${pkgname}-${pkgver} +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kmenuedit/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:06:13 Author: arojas Revision: 269568 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kmenuedit/repos/extra-i686/PKGBUILD (from rev 269566, kmenuedit/trunk/PKGBUILD) kmenuedit/repos/extra-x86_64/PKGBUILD (from rev 269567, kmenuedit/trunk/PKGBUILD) Deleted: kmenuedit/repos/extra-i686/PKGBUILD kmenuedit/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 38 --- extra-x86_64/PKGBUILD | 38 --- 3 files changed, 78 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:06:09 UTC (rev 269567) +++ extra-i686/PKGBUILD 2016-06-14 15:06:13 UTC (rev 269568) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kmenuedit -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE menu editor' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('khotkeys') -groups=('plasma') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('12c18bb11fff17163ba3c471a901503e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kmenuedit/repos/extra-i686/PKGBUILD (from rev 269566, kmenuedit/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:06:13 UTC (rev 269568) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kmenuedit +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE menu editor' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('khotkeys') +groups=('plasma') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('0f2ebdde8182a5b4f3e32b993e67a3e9c0a8aea685ab3339b477417dc0aab6bb' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:06:09 UTC (rev 269567) +++ extra-x86_64/PKGBUILD 2016-06-14 15:06:13 UTC (rev 269568) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kmenuedit -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE menu editor' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('khotkeys') -groups=('plasma') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('12c18bb11fff17163ba3c471a901503e') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kmenuedit/repos/extra-x86_64/PKGBUILD (from rev 269567, kmenuedit/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:06:13 UTC (rev 269568) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kmenuedit +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE menu editor' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('khotkeys') +groups=('plasma') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('0f2e
[arch-commits] Commit in kwindowsystem/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:06:09 Author: felixonmars Revision: 269567 upgpkg: kwindowsystem 5.23.0-1 Upstream release Modified: kwindowsystem/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:06:02 UTC (rev 269566) +++ PKGBUILD2016-06-14 15:06:09 UTC (rev 269567) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kwindowsystem -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Access to the windowing system' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('e0d5afe02b4acb0c557f3309035706e4') +md5sums=('a94136e4f5af55dab34929fc5521d115') prepare() { mkdir build
[arch-commits] Commit in kconfigwidgets/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:06:02 Author: felixonmars Revision: 269566 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kconfigwidgets/repos/testing-i686/ kconfigwidgets/repos/testing-i686/PKGBUILD (from rev 269563, kconfigwidgets/trunk/PKGBUILD) kconfigwidgets/repos/testing-x86_64/ kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 269564, kconfigwidgets/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kconfigwidgets/repos/testing-i686/PKGBUILD (from rev 269563, kconfigwidgets/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:06:02 UTC (rev 269566) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kconfigwidgets +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Widgets for KConfig' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('5f5f18e3425775f38b24422a8e9675bb') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kconfigwidgets/repos/testing-x86_64/PKGBUILD (from rev 269564, kconfigwidgets/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:06:02 UTC (rev 269566) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kconfigwidgets +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Widgets for KConfig' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kauth' 'kcodecs' 'kconfig' 'kguiaddons' 'ki18n' 'kwidgetsaddons') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('5f5f18e3425775f38b24422a8e9675bb') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in systemsettings/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:05:57 Author: arojas Revision: 269565 archrelease: copy trunk to extra-i686, extra-x86_64 Added: systemsettings/repos/extra-i686/PKGBUILD (from rev 269564, systemsettings/trunk/PKGBUILD) systemsettings/repos/extra-x86_64/PKGBUILD (from rev 269564, systemsettings/trunk/PKGBUILD) Deleted: systemsettings/repos/extra-i686/PKGBUILD systemsettings/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 78 extra-i686/PKGBUILD | 38 --- extra-x86_64/PKGBUILD | 38 --- 3 files changed, 78 insertions(+), 76 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) +++ extra-i686/PKGBUILD 2016-06-14 15:05:57 UTC (rev 269565) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=systemsettings -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE system settings' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kcmutils' 'khtml') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('aa7820cf70337c472939e8f7ceef47c3') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: systemsettings/repos/extra-i686/PKGBUILD (from rev 269564, systemsettings/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:05:57 UTC (rev 269565) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=systemsettings +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE system settings' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kcmutils' 'khtml') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('35be1e8935451ed63f33c40bf14ff8fd1e402ccf8c47e7e959592d7433c2e307' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:57 UTC (rev 269565) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=systemsettings -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE system settings' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kcmutils' 'khtml') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('aa7820cf70337c472939e8f7ceef47c3') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: systemsettings/repos/extra-x86_64/PKGBUILD (from rev 269564, systemsettings/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:57 UTC (rev 269565) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=systemsettings +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE system settings' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kcmutils' 'khtml') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.k
[arch-commits] Commit in ksysguard/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:05:41 Author: arojas Revision: 269564 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ksysguard/repos/extra-i686/PKGBUILD (from rev 269563, ksysguard/trunk/PKGBUILD) ksysguard/repos/extra-x86_64/PKGBUILD (from rev 269563, ksysguard/trunk/PKGBUILD) Deleted: ksysguard/repos/extra-i686/PKGBUILD ksysguard/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:05:28 UTC (rev 269563) +++ extra-i686/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=ksysguard -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Track and control the processes running in your system' -arch=('i686' 'x86_64') -url='https://userbase.kde.org/KSysGuard' -license=('LGPL') -depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' - 'hicolor-icon-theme' 'kdelibs4support') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('d05d3d5dc685314f11eafa8356a18445') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 269563, ksysguard/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=ksysguard +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Track and control the processes running in your system' +arch=('i686' 'x86_64') +url='https://userbase.kde.org/KSysGuard' +license=('LGPL') +depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' + 'hicolor-icon-theme' 'kdelibs4support') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('589644d5a9ba6040c38bf21a942cfbcb5cfe1254d6e09563dea7bca225c2244a' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:05:28 UTC (rev 269563) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=ksysguard -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Track and control the processes running in your system' -arch=('i686' 'x86_64') -url='https://userbase.kde.org/KSysGuard' -license=('LGPL') -depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' - 'hicolor-icon-theme' 'kdelibs4support') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('d05d3d5dc685314f11eafa8356a18445') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: ksysguard/repos/extra-x86_64/PKGBUILD (from rev 269563, ksysguard/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:41 UTC (rev 269564) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=ksysguard +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Track and control
[arch-commits] Commit in khotkeys/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:05:09 Author: arojas Revision: 269560 archrelease: copy trunk to extra-i686, extra-x86_64 Added: khotkeys/repos/extra-i686/PKGBUILD (from rev 269559, khotkeys/trunk/PKGBUILD) khotkeys/repos/extra-x86_64/PKGBUILD (from rev 269559, khotkeys/trunk/PKGBUILD) Deleted: khotkeys/repos/extra-i686/PKGBUILD khotkeys/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 37 --- extra-x86_64/PKGBUILD | 37 --- 3 files changed, 76 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:04:54 UTC (rev 269559) +++ extra-i686/PKGBUILD 2016-06-14 15:05:09 UTC (rev 269560) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=khotkeys -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KHotKeys' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('60dbef0a82cf074a22a4aa0f40f0e47f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: khotkeys/repos/extra-i686/PKGBUILD (from rev 269559, khotkeys/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:05:09 UTC (rev 269560) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=khotkeys +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KHotKeys' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('8adebc7dacf0c74d23eddd66a6ea8f16697d59020d09f9b6a9f68abd62bb4dff' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:04:54 UTC (rev 269559) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:09 UTC (rev 269560) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=khotkeys -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KHotKeys' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('plasma-workspace') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('60dbef0a82cf074a22a4aa0f40f0e47f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: khotkeys/repos/extra-x86_64/PKGBUILD (from rev 269559, khotkeys/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:05:09 UTC (rev 269560) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=khotkeys +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KHotKeys' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('plasma-workspace') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('8adebc7dacf0c74d23eddd66a6ea8f16697d59020d09f9b6a9f68abd62bb4dff' +'SKIP') +va
[arch-commits] Commit in kconfigwidgets/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:05:28 Author: felixonmars Revision: 269563 upgpkg: kconfigwidgets 5.23.0-1 Upstream release Modified: kconfigwidgets/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:05:25 UTC (rev 269562) +++ PKGBUILD2016-06-14 15:05:28 UTC (rev 269563) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kconfigwidgets -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Widgets for KConfig' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'mesa') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('5f41c44c93ffbbeb8c459f6b0270de91') +md5sums=('5f5f18e3425775f38b24422a8e9675bb') prepare() { mkdir -p build
[arch-commits] Commit in kinfocenter/repos (8 files)
Date: Tuesday, June 14, 2016 @ 15:05:25 Author: arojas Revision: 269562 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kinfocenter/repos/extra-i686/PKGBUILD (from rev 269560, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-i686/kcm-about-distrorc (from rev 269560, kinfocenter/trunk/kcm-about-distrorc) kinfocenter/repos/extra-x86_64/PKGBUILD (from rev 269560, kinfocenter/trunk/PKGBUILD) kinfocenter/repos/extra-x86_64/kcm-about-distrorc (from rev 269561, kinfocenter/trunk/kcm-about-distrorc) Deleted: kinfocenter/repos/extra-i686/PKGBUILD kinfocenter/repos/extra-i686/kcm-about-distrorc kinfocenter/repos/extra-x86_64/PKGBUILD kinfocenter/repos/extra-x86_64/kcm-about-distrorc -+ /PKGBUILD | 92 ++ /kcm-about-distrorc |4 + extra-i686/PKGBUILD | 45 -- extra-i686/kcm-about-distrorc |2 extra-x86_64/PKGBUILD | 45 -- extra-x86_64/kcm-about-distrorc |2 6 files changed, 96 insertions(+), 94 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:05:21 UTC (rev 269561) +++ extra-i686/PKGBUILD 2016-06-14 15:05:25 UTC (rev 269562) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kinfocenter -pkgver=5.6.4 -pkgrel=1 -pkgdesc='A utility that provides information about a computer system' -arch=('i686' 'x86_64') -url='https://www.kde.org/applications/system/kinfocenter/' -license=('LGPL') -depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') -makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"; -'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') -md5sums=('28bfbc16d155be0e4a1b4de3dd42415a' - '518881f04ca9d4bd8526008767e40ba7' - '4b4e2496ea1de3a09de501b5d508f666') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install - -# Install Arch logo - install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg - install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc -} Copied: kinfocenter/repos/extra-i686/PKGBUILD (from rev 269560, kinfocenter/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:05:25 UTC (rev 269562) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kinfocenter +pkgver=5.6.5 +pkgrel=1 +pkgdesc='A utility that provides information about a computer system' +arch=('i686' 'x86_64') +url='https://www.kde.org/applications/system/kinfocenter/' +license=('LGPL') +depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland') +makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework' 'kdesignerplugin') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig} +'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg' 'kcm-about-distrorc') +sha256sums=('9425fde6d1f92940a85449d01de6521c963c2ebf7b30b79f31c3f4b8e65629b2' +'SKIP' +'a7f37c9c87f0e0e37454b47ec1221b61416aa9e319cc46a1f0b5b70c4a1dcb6e' +'02ae86f5ef8de5fabb97db2043065c9b6b77b7c6a71a1115161e559e39c01451') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install + +# Install Arch logo + install -Dm644 "$srcdir"/archlinux-logo.svg "$pkgdir"/usr/share/about-distro/archlinux-logo.svg + install -Dm644 "$srcdir"/kcm-about-distrorc "$pkgdir"/etc/xdg/kcm-about-distrorc +} Deleted: extra-i686/kcm-about-distrorc === --- extra-i686/kcm-about-distrorc 2016-06-14 15:05:21 UTC (rev 269561) +++ extra-i686/kcm-about-distrorc 2016-06-14 15:05:25 UTC (rev 269562) @@ -1,2 +0,0 @@ -[General] -Logo
[arch-commits] Commit in kguiaddons/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:05:21 Author: felixonmars Revision: 269561 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kguiaddons/repos/testing-i686/ kguiaddons/repos/testing-i686/PKGBUILD (from rev 269559, kguiaddons/trunk/PKGBUILD) kguiaddons/repos/testing-x86_64/ kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 269560, kguiaddons/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kguiaddons/repos/testing-i686/PKGBUILD (from rev 269559, kguiaddons/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:05:21 UTC (rev 269561) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kguiaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtGui' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras') +makedepends=('extra-cmake-modules' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('e910e142696eec33aec7f57fce6efba5') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kguiaddons/repos/testing-x86_64/PKGBUILD (from rev 269560, kguiaddons/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:05:21 UTC (rev 269561) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kguiaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtGui' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-x11extras') +makedepends=('extra-cmake-modules' 'mesa') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('e910e142696eec33aec7f57fce6efba5') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kcompletion/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:04:47 Author: felixonmars Revision: 269557 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kcompletion/repos/testing-i686/ kcompletion/repos/testing-i686/PKGBUILD (from rev 269555, kcompletion/trunk/PKGBUILD) kcompletion/repos/testing-x86_64/ kcompletion/repos/testing-x86_64/PKGBUILD (from rev 269556, kcompletion/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kcompletion/repos/testing-i686/PKGBUILD (from rev 269555, kcompletion/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:04:47 UTC (rev 269557) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcompletion +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Text completion helpers and widgets' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kwidgetsaddons' 'kconfig') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('c06fe622e9297d3a4dd8695b2f79670e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kcompletion/repos/testing-x86_64/PKGBUILD (from rev 269556, kcompletion/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:04:47 UTC (rev 269557) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcompletion +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Text completion helpers and widgets' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kwidgetsaddons' 'kconfig') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('c06fe622e9297d3a4dd8695b2f79670e') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in plasma-workspace/repos (8 files)
Date: Tuesday, June 14, 2016 @ 15:04:51 Author: arojas Revision: 269558 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 269556, plasma-workspace/trunk/PKGBUILD) plasma-workspace/repos/extra-i686/kde.pam (from rev 269556, plasma-workspace/trunk/kde.pam) plasma-workspace/repos/extra-x86_64/PKGBUILD (from rev 269557, plasma-workspace/trunk/PKGBUILD) plasma-workspace/repos/extra-x86_64/kde.pam (from rev 269557, plasma-workspace/trunk/kde.pam) Deleted: plasma-workspace/repos/extra-i686/PKGBUILD plasma-workspace/repos/extra-i686/kde.pam plasma-workspace/repos/extra-x86_64/PKGBUILD plasma-workspace/repos/extra-x86_64/kde.pam ---+ /PKGBUILD | 194 /kde.pam | 18 extra-i686/PKGBUILD | 96 --- extra-i686/kde.pam|9 -- extra-x86_64/PKGBUILD | 96 --- extra-x86_64/kde.pam |9 -- 6 files changed, 212 insertions(+), 210 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:04:47 UTC (rev 269557) +++ extra-i686/PKGBUILD 2016-06-14 15:04:51 UTC (rev 269558) @@ -1,96 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas -# Contributor: Alexey D. - -pkgbase=plasma-workspace -pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session') -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Plasma Workspace' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -# note on libxdamage: -# not detected by namcap because libgl depends on it -# but nvidia providing libgl does not depend on libxdamage -depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate' - 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot' 'iso-codes' 'kactivitymanagerd' - 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 'kwin' 'plasma-integration') -makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo' - 'krunner' 'kxmlrpcclient' 'networkmanager-qt') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz"; 'kde.pam') -md5sums=('9a1dec8b5961ee33faff91258f617ff6' - '378ee33a9ec2870a1a899f2e05ee00d4') - -prepare() { - mkdir -p build - - cd $pkgbase-${pkgver} - # be sure to use the Qt5 version of qtpaths - sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake -} - -build() { - cd build - cmake ../$pkgbase-${pkgver} \ --DCMAKE_INSTALL_PREFIX=/usr \ --DCMAKE_BUILD_TYPE=Release \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package_plasma-workspace() { - depends+=('kuiserver') - 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 -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde - - # Remove conflicts with drkonqi - rm "$pkgdir"/usr/lib/drkonqi - rm -r "$pkgdir"/usr/share/drkonqi - - # Remove conflicts with kuiserver - rm "$pkgdir"/usr/bin/kuiserver5 - rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so - rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service - rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop - - # Split plasma-wayland scripts - rm -r "$pkgdir"/usr/share/wayland-sessions -} - -package_drkonqi() { - pkgdesc='KDE crash handler' - depends=('kxmlrpcclient' 'kidletime' 'gdb') - - cd build/drkonqi - make DESTDIR="$pkgdir" install -} - -package_kuiserver() { - pkgdesc='KDE Progress Info UI server' - depends=('kxmlgui') - groups=() - - cd build/kuiserver - make DESTDIR="$pkgdir" install -} - -package_plasma-wayland-session() { - pkgdesc='Plasma Wayland session' - depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 'xorg-server-xwayland') - groups=() - - install -Dm644 build/plasmawayland.desktop "$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop -} Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 269556, plasma-workspace/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:04:51 UTC (rev 269558) @@ -0,0 +1,97 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino +# Contributor: Alexey D. + +pkgbase=plasma-workspace +pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session') +pkgver=5.6.5.1 +pkgrel=1 +pkgdesc='KDE Plasma Workspace' +arch=('i686' 'x86_64') +url='https://www.kde.org
[arch-commits] Commit in kguiaddons/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:04:54 Author: felixonmars Revision: 269559 upgpkg: kguiaddons 5.23.0-1 Upstream release Modified: kguiaddons/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:04:51 UTC (rev 269558) +++ PKGBUILD2016-06-14 15:04:54 UTC (rev 269559) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kguiaddons -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Addons to QtGui' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'mesa') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('e74f35ae7d4d499923d8ef6432023a83') +md5sums=('e910e142696eec33aec7f57fce6efba5') prepare() { mkdir -p build
[arch-commits] Commit in plasma-integration/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:04:34 Author: arojas Revision: 269556 archrelease: copy trunk to extra-i686, extra-x86_64 Added: plasma-integration/repos/extra-i686/PKGBUILD (from rev 269555, plasma-integration/trunk/PKGBUILD) plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 269555, plasma-integration/trunk/PKGBUILD) Deleted: plasma-integration/repos/extra-i686/PKGBUILD plasma-integration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 35 --- extra-x86_64/PKGBUILD | 35 --- 3 files changed, 72 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:04:19 UTC (rev 269555) +++ extra-i686/PKGBUILD 2016-06-14 15:04:34 UTC (rev 269556) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=plasma-integration -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('7a24ff9cfe4e1650b98164c916993fe8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-integration/repos/extra-i686/PKGBUILD (from rev 269555, plasma-integration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:04:34 UTC (rev 269556) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=plasma-integration +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) +makedepends=(extra-cmake-modules python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('40e8716f3472d1a2b22bc44d51d76901c8ce0606e7587b549584cb7e9e1c87e8' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:04:19 UTC (rev 269555) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:34 UTC (rev 269556) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=plasma-integration -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) -makedepends=(extra-cmake-modules python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('7a24ff9cfe4e1650b98164c916993fe8') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: plasma-integration/repos/extra-x86_64/PKGBUILD (from rev 269555, plasma-integration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:34 UTC (rev 269556) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=plasma-integration +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kio kwayland libxcursor noto-fonts ttf-oxygen) +makedepends=(extra-cmake-modules python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('40e8716f3472d1a2b22bc44d51d76901c8ce
[arch-commits] Commit in libkscreen/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:04:02 Author: arojas Revision: 269552 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libkscreen/repos/extra-i686/PKGBUILD (from rev 269551, libkscreen/trunk/PKGBUILD) libkscreen/repos/extra-x86_64/PKGBUILD (from rev 269551, libkscreen/trunk/PKGBUILD) Deleted: libkscreen/repos/extra-i686/PKGBUILD libkscreen/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 82 extra-i686/PKGBUILD | 40 --- extra-x86_64/PKGBUILD | 40 --- 3 files changed, 82 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) +++ extra-i686/PKGBUILD 2016-06-14 15:04:02 UTC (rev 269552) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libkscreen -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE screen management software' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-x11extras' 'libxrandr' 'kwayland') -makedepends=('extra-cmake-modules') -conflicts=('libkscreen-frameworks') -replaces=('libkscreen-frameworks') -provides=('libkscreen-frameworks') -source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";) -md5sums=('3ed24822d058c5efa15cb2f55590d325') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../libkscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libkscreen/repos/extra-i686/PKGBUILD (from rev 269551, libkscreen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:04:02 UTC (rev 269552) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libkscreen +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE screen management software' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('qt5-x11extras' 'libxrandr' 'kwayland') +makedepends=('extra-cmake-modules') +conflicts=('libkscreen-frameworks') +replaces=('libkscreen-frameworks') +provides=('libkscreen-frameworks') +source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz"{,.sig}) +sha256sums=('199227873bae459176deb7ba515d533f6554f7c6c9126507e9a7df598b64a198' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../libkscreen-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:02 UTC (rev 269552) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libkscreen -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE screen management software' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-x11extras' 'libxrandr' 'kwayland') -makedepends=('extra-cmake-modules') -conflicts=('libkscreen-frameworks') -replaces=('libkscreen-frameworks') -provides=('libkscreen-frameworks') -source=("http://download.kde.org/stable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz";) -md5sums=('3ed24822d058c5efa15cb2f55590d325') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../libkscreen-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libkscreen/repos/extra-x86_64/PKGBUILD (from rev 269551, libkscreen/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:02 UTC (rev 269552) @@ -0,0 +1,41 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libkscreen +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE screen managemen
[arch-commits] Commit in kwidgetsaddons/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:04:07 Author: felixonmars Revision: 269553 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kwidgetsaddons/repos/testing-i686/ kwidgetsaddons/repos/testing-i686/PKGBUILD (from rev 269551, kwidgetsaddons/trunk/PKGBUILD) kwidgetsaddons/repos/testing-x86_64/ kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 269551, kwidgetsaddons/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kwidgetsaddons/repos/testing-i686/PKGBUILD (from rev 269551, kwidgetsaddons/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:04:07 UTC (rev 269553) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwidgetsaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtWidgets' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d218ec2b2e7264fbd0cb631f77bbd70f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kwidgetsaddons/repos/testing-x86_64/PKGBUILD (from rev 269551, kwidgetsaddons/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:04:07 UTC (rev 269553) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwidgetsaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtWidgets' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d218ec2b2e7264fbd0cb631f77bbd70f') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in milou/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:04:18 Author: arojas Revision: 269554 archrelease: copy trunk to extra-i686, extra-x86_64 Added: milou/repos/extra-i686/PKGBUILD (from rev 269553, milou/trunk/PKGBUILD) milou/repos/extra-x86_64/PKGBUILD (from rev 269553, milou/trunk/PKGBUILD) Deleted: milou/repos/extra-i686/PKGBUILD milou/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 37 --- extra-x86_64/PKGBUILD | 37 --- 3 files changed, 76 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:04:07 UTC (rev 269553) +++ extra-i686/PKGBUILD 2016-06-14 15:04:18 UTC (rev 269554) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=milou -pkgver=5.6.4 -pkgrel=1 -pkgdesc="A dedicated search application built on top of Baloo" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('krunner') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('6d6b5f83531a047760c50290b96085db') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: milou/repos/extra-i686/PKGBUILD (from rev 269553, milou/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:04:18 UTC (rev 269554) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=milou +pkgver=5.6.5 +pkgrel=1 +pkgdesc="A dedicated search application built on top of Baloo" +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('krunner') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('ae6f9e8f9576d08c31b6b1a525f1b4e11c8e589e6176d7718dd9162d6f3bd318' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:04:07 UTC (rev 269553) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:18 UTC (rev 269554) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=milou -pkgver=5.6.4 -pkgrel=1 -pkgdesc="A dedicated search application built on top of Baloo" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('krunner') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('6d6b5f83531a047760c50290b96085db') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: milou/repos/extra-x86_64/PKGBUILD (from rev 269553, milou/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:04:18 UTC (rev 269554) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=milou +pkgver=5.6.5 +pkgrel=1 +pkgdesc="A dedicated search application built on top of Baloo" +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('krunner') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('ae6f9e8f9576d08c31b6b1a525f1b4e11c8e589e6176d7718dd9162d6f3bd318' +'SKIP'
[arch-commits] Commit in kcompletion/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:04:19 Author: felixonmars Revision: 269555 upgpkg: kcompletion 5.23.0-1 Upstream release Modified: kcompletion/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:04:18 UTC (rev 269554) +++ PKGBUILD2016-06-14 15:04:19 UTC (rev 269555) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kcompletion -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Text completion helpers and widgets' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('5f49157875b01a780049b472df5d5213') +md5sums=('c06fe622e9297d3a4dd8695b2f79670e') prepare() { mkdir -p build
[arch-commits] Commit in kde-cli-tools/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:03:28 Author: arojas Revision: 269549 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 269547, kde-cli-tools/trunk/PKGBUILD) kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 269547, kde-cli-tools/trunk/PKGBUILD) Deleted: kde-cli-tools/repos/extra-i686/PKGBUILD kde-cli-tools/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:03:25 UTC (rev 269548) +++ extra-i686/PKGBUILD 2016-06-14 15:03:28 UTC (rev 269549) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-cli-tools -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kdesu' 'kdelibs4support' 'kcmutils') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('1c2344dc5fb3aeafd756dc38afd24d31') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ -} Copied: kde-cli-tools/repos/extra-i686/PKGBUILD (from rev 269547, kde-cli-tools/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:03:28 UTC (rev 269549) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-cli-tools +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('kdesu' 'kdelibs4support' 'kcmutils') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('73021303bb5a44573a539ba99a3e687dec68acc435190615b1020876e564b43a' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install + + ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:03:25 UTC (rev 269548) +++ extra-x86_64/PKGBUILD 2016-06-14 15:03:28 UTC (rev 269549) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kde-cli-tools -pkgver=5.6.4 -pkgrel=1 -pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system" -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('kdesu' 'kdelibs4support' 'kcmutils') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('1c2344dc5fb3aeafd756dc38afd24d31') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install - - ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/ -} Copied: kde-cli-tools/repos/extra-x86_64/PKGBUILD (from rev 269547, kde-cli-tools/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:03:28 UTC (rev 269549) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kde-cli-tools +pkgver=5.6.5 +pkgrel=1 +pkgdesc="Tools bas
[arch-commits] Commit in kconfig/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:03:25 Author: felixonmars Revision: 269548 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kconfig/repos/testing-i686/ kconfig/repos/testing-i686/PKGBUILD (from rev 269546, kconfig/trunk/PKGBUILD) kconfig/repos/testing-x86_64/ kconfig/repos/testing-x86_64/PKGBUILD (from rev 269547, kconfig/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kconfig/repos/testing-i686/PKGBUILD (from rev 269546, kconfig/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:03:25 UTC (rev 269548) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kconfig +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Configuration system' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('2b822e9e4549fd2deffc23468af461e1') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kconfig/repos/testing-x86_64/PKGBUILD (from rev 269547, kconfig/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:03:25 UTC (rev 269548) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kconfig +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Configuration system' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('2b822e9e4549fd2deffc23468af461e1') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in libksysguard/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:03:44 Author: arojas Revision: 269551 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libksysguard/repos/extra-i686/PKGBUILD (from rev 269550, libksysguard/trunk/PKGBUILD) libksysguard/repos/extra-x86_64/PKGBUILD (from rev 269550, libksysguard/trunk/PKGBUILD) Deleted: libksysguard/repos/extra-i686/PKGBUILD libksysguard/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 37 --- extra-x86_64/PKGBUILD | 37 --- 3 files changed, 76 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:03:34 UTC (rev 269550) +++ extra-i686/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libksysguard -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Libksysguard' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('libxres' 'plasma-framework' 'qt5-webkit') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('20a5febaef1406c566baa50bec66a53a') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libksysguard/repos/extra-i686/PKGBUILD (from rev 269550, libksysguard/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libksysguard +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Libksysguard' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('libxres' 'plasma-framework' 'qt5-webkit') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('4c2647a63ab22c124ac2fd7fb341b73977dec5e1bf31c1c3e015b72675771011' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:03:34 UTC (rev 269550) +++ extra-x86_64/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=libksysguard -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Libksysguard' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('libxres' 'plasma-framework' 'qt5-webkit') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz";) -md5sums=('20a5febaef1406c566baa50bec66a53a') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: libksysguard/repos/extra-x86_64/PKGBUILD (from rev 269550, libksysguard/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:03:44 UTC (rev 269551) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=libksysguard +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Libksysguard' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('libxres' 'plasma-framework' 'qt5-webkit') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-
[arch-commits] Commit in kwidgetsaddons/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:03:34 Author: felixonmars Revision: 269550 upgpkg: kwidgetsaddons 5.23.0-1 Upstream release Modified: kwidgetsaddons/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:03:28 UTC (rev 269549) +++ PKGBUILD2016-06-14 15:03:34 UTC (rev 269550) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kwidgetsaddons -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Addons to QtWidgets' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('29512139354cbfcad8d6bd34db59c2ea') +md5sums=('d218ec2b2e7264fbd0cb631f77bbd70f') prepare() { mkdir -p build
[arch-commits] Commit in breeze/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:03:08 Author: arojas Revision: 269547 archrelease: copy trunk to extra-i686, extra-x86_64 Added: breeze/repos/extra-i686/PKGBUILD (from rev 269546, breeze/trunk/PKGBUILD) breeze/repos/extra-x86_64/PKGBUILD (from rev 269546, breeze/trunk/PKGBUILD) Deleted: breeze/repos/extra-i686/PKGBUILD breeze/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 128 extra-i686/PKGBUILD | 63 --- extra-x86_64/PKGBUILD | 63 --- 3 files changed, 128 insertions(+), 126 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:02:49 UTC (rev 269546) +++ extra-i686/PKGBUILD 2016-06-14 15:03:08 UTC (rev 269547) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Maintainer: Antonio Rojas -# Contributor: Andrea Scarpino - -pkgbase=breeze -pkgname=('breeze' 'breeze-kde4') -pkgver=5.6.4 -pkgrel=1 -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' - 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz";) -md5sums=('82373c94a07548837ec845829f5f3ec9') - -prepare() { - mkdir -p build{,-kde4} -} - -build() { - cd build - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make - - cd ../build-kde4 - cmake ../${pkgbase}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DUSE_KDE4=ON \ --DBUILD_TESTING=OFF - make -} - -package_breeze() { - depends=('frameworkintegration' 'kdecoration' 'breeze-icons') - pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' - optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' - 'breeze-gtk: Breeze widget style for GTK applications' - 'kcmutils: for breeze-settings') - groups=('plasma') - - cd build - make DESTDIR="$pkgdir" install -} - -package_breeze-kde4() { - pkgdesc='Breeze widget style for KDE4 applications' - depends=('kdelibs') - - cd build-kde4 - make DESTDIR="$pkgdir" install - - # needed for pure Qt4 apps - install -d "$pkgdir"/usr/lib/qt4/plugins/styles - ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles -} Copied: breeze/repos/extra-i686/PKGBUILD (from rev 269546, breeze/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:03:08 UTC (rev 269547) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Felix Yan +# Maintainer: Antonio Rojas +# Contributor: Andrea Scarpino + +pkgbase=breeze +pkgname=('breeze' 'breeze-kde4') +pkgver=5.6.5 +pkgrel=1 +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' + 'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework' 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"{,.sig}) +sha256sums=('ed9fb6ea6b47b869216deda2f4ddfd0e0a81073c54538325581fc978618fff73' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build{,-kde4} +} + +build() { + cd build + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make + + cd ../build-kde4 + cmake ../${pkgbase}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DUSE_KDE4=ON \ +-DBUILD_TESTING=OFF + make +} + +package_breeze() { + depends=('frameworkintegration' 'kdecoration' 'breeze-icons') + pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' + optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' + 'breeze-gtk: Breeze widget style for GTK applications' + 'kcmutils: for breeze-settings') + groups=('plasma') + + cd build + make DESTDIR="$pkgdir" install +} + +package_breeze-kde4() { + pkgdesc='Breeze widget style for KDE4 applications' + depends=('kdelibs') + + cd build-kde4 + make DESTDIR="$pkgdir" install + + # needed for pure Qt4 apps + install -d "$pkgdir"/usr/lib/qt4/plugins/styles + ln -s /usr/lib/kde4/plugins/styles/breeze.so "$pkgdir"/usr/lib/qt4/plugins/styles +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:02:49 UTC (rev 2695
[arch-commits] Commit in oxygen/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:02:49 Author: arojas Revision: 269546 archrelease: copy trunk to extra-i686, extra-x86_64 Added: oxygen/repos/extra-i686/PKGBUILD (from rev 269544, oxygen/trunk/PKGBUILD) oxygen/repos/extra-x86_64/PKGBUILD (from rev 269544, oxygen/trunk/PKGBUILD) Deleted: oxygen/repos/extra-i686/PKGBUILD oxygen/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 130 extra-i686/PKGBUILD | 64 --- extra-x86_64/PKGBUILD | 64 --- 3 files changed, 130 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:02:46 UTC (rev 269545) +++ extra-i686/PKGBUILD 2016-06-14 15:02:49 UTC (rev 269546) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgbase=oxygen -pkgname=('oxygen' 'oxygen-kde4') -pkgver=5.6.4 -pkgrel=1 -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' - 'python') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('07cef51cee258f14389c7a8c16acb017') - -prepare() { - mkdir -p build{,-kde4} -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make - cd .. - - cd build-kde4 - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DBUILD_TESTING=OFF \ --DUSE_KDE4=ON - make -} - -package_oxygen() { - pkgdesc='KDE Oxygen style' - depends=('frameworkintegration' 'kdecoration' 'kcmutils') - conflicts=('oxygen-cursors') - replaces=('oxygen-cursors') - groups=('plasma') - - cd build - make DESTDIR="${pkgdir}" install -} - -package_oxygen-kde4() { - pkgdesc='KDE Oxygen style for KDE4 applications' - depends=('kdelibs') - conflicts=('kdebase-workspace') - - cd build-kde4 - make DESTDIR="${pkgdir}" install - - # needed so that pure Qt4 apps are correctly themed - install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles - ln -s /usr/lib/kde4/plugins/styles/oxygen.so "$pkgdir"/usr/lib/qt4/plugins/styles -} Copied: oxygen/repos/extra-i686/PKGBUILD (from rev 269544, oxygen/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:02:49 UTC (rev 269546) @@ -0,0 +1,65 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgbase=oxygen +pkgname=('oxygen' 'oxygen-kde4') +pkgver=5.6.5 +pkgrel=1 +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' + 'python') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('2c281c6f1aa2f04e90f79f7985d8af90a10b4b35be19523f44b91bdf0f491f8b' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build{,-kde4} +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make + cd .. + + cd build-kde4 + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DBUILD_TESTING=OFF \ +-DUSE_KDE4=ON + make +} + +package_oxygen() { + pkgdesc='KDE Oxygen style' + depends=('frameworkintegration' 'kdecoration' 'kcmutils') + conflicts=('oxygen-cursors') + replaces=('oxygen-cursors') + groups=('plasma') + + cd build + make DESTDIR="${pkgdir}" install +} + +package_oxygen-kde4() { + pkgdesc='KDE Oxygen style for KDE4 applications' + depends=('kdelibs') + conflicts=('kdebase-workspace') + + cd build-kde4 + make DESTDIR="${pkgdir}" install + + # needed so that pure Qt4 apps are correctly themed + install -d -m755 "$pkgdir"/usr/lib/qt4/plugins/styles + ln -s /usr/lib/kde4/plugins/styles/oxygen.so "$pkgdir"/usr/lib/qt4/plugins/styles +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:02:46 UTC (rev 269545) +++ extra-x86_64/PKGBUILD 2016-06-14 15:02:49 UTC (rev 269546) @@ -1,64 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgbase=oxygen -pkgname=('oxygen' 'oxygen-kde4') -pkgver=5.6.4 -pkgrel=1 -
[arch-commits] Commit in kcodecs/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:02:39 Author: felixonmars Revision: 269544 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kcodecs/repos/testing-i686/ kcodecs/repos/testing-i686/PKGBUILD (from rev 269542, kcodecs/trunk/PKGBUILD) kcodecs/repos/testing-x86_64/ kcodecs/repos/testing-x86_64/PKGBUILD (from rev 269543, kcodecs/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: kcodecs/repos/testing-i686/PKGBUILD (from rev 269542, kcodecs/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:02:39 UTC (rev 269544) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcodecs +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Provide a collection of methods to manipulate strings using various encodings' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('4c8488c88285761578bb4d384cb54ada') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kcodecs/repos/testing-x86_64/PKGBUILD (from rev 269543, kcodecs/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:02:39 UTC (rev 269544) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcodecs +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Provide a collection of methods to manipulate strings using various encodings' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('4c8488c88285761578bb4d384cb54ada') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kconfig/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:02:46 Author: felixonmars Revision: 269545 upgpkg: kconfig 5.23.0-1 Upstream release Modified: kconfig/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:02:39 UTC (rev 269544) +++ PKGBUILD2016-06-14 15:02:46 UTC (rev 269545) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kconfig -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Configuration system' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('89725e9fae45c516448ff01ede3e2821') +md5sums=('2b822e9e4549fd2deffc23468af461e1') prepare() { mkdir -p build
[arch-commits] Commit in kwin/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:02:31 Author: arojas Revision: 269543 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kwin/repos/extra-i686/PKGBUILD (from rev 269542, kwin/trunk/PKGBUILD) kwin/repos/extra-x86_64/PKGBUILD (from rev 269542, kwin/trunk/PKGBUILD) Deleted: kwin/repos/extra-i686/PKGBUILD kwin/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 80 extra-i686/PKGBUILD | 39 --- extra-x86_64/PKGBUILD | 39 --- 3 files changed, 80 insertions(+), 78 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) +++ extra-i686/PKGBUILD 2016-06-14 15:02:31 UTC (rev 269543) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kwin -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Window manager' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils') -makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') -optdepends=('libinput: for kwin-wayland') -groups=('plasma') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('6afbe6f1659cac2e186dcce9f92f51de') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwin/repos/extra-i686/PKGBUILD (from rev 269542, kwin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:02:31 UTC (rev 269543) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kwin +pkgver=5.6.5 +pkgrel=1 +pkgdesc='KDE Window manager' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils') +makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') +optdepends=('libinput: for kwin-wayland') +groups=('plasma') +conflicts=('kdebase-workspace') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha256sums=('e4c358f828d9c30b7067f32a9efb515b99f6c8a9d16c116b13b1f271464d7884' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) +++ extra-x86_64/PKGBUILD 2016-06-14 15:02:31 UTC (rev 269543) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino - -pkgname=kwin -pkgver=5.6.4 -pkgrel=1 -pkgdesc='KDE Window manager' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-multimedia' 'kscreenlocker' 'knewstuff' 'xcb-util-cursor' 'hicolor-icon-theme' 'kdecoration' 'kinit' 'plasma-framework' 'kcmutils') -makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'libinput' 'python') -optdepends=('libinput: for kwin-wayland') -groups=('plasma') -conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('6afbe6f1659cac2e186dcce9f92f51de') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kwin/repos/extra-x86_64/PKGBUILD (from rev 269542, kwin/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:02:31 UTC (rev 269543) @@ -0,0 +1
[arch-commits] Commit in kcodecs/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:02:11 Author: felixonmars Revision: 269541 upgpkg: kcodecs 5.23.0-1 Upstream release Modified: kcodecs/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:02:04 UTC (rev 269540) +++ PKGBUILD2016-06-14 15:02:11 UTC (rev 269541) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kcodecs -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Provide a collection of methods to manipulate strings using various encodings' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('e5fa10d77e5f4fd6b963b9f2371775d4') +md5sums=('4c8488c88285761578bb4d384cb54ada') prepare() { mkdir -p build
[arch-commits] Commit in kdecoration/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:02:15 Author: arojas Revision: 269542 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kdecoration/repos/extra-i686/PKGBUILD (from rev 269540, kdecoration/trunk/PKGBUILD) kdecoration/repos/extra-x86_64/PKGBUILD (from rev 269541, kdecoration/trunk/PKGBUILD) Deleted: kdecoration/repos/extra-i686/PKGBUILD kdecoration/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 76 extra-i686/PKGBUILD | 37 --- extra-x86_64/PKGBUILD | 37 --- 3 files changed, 76 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:02:11 UTC (rev 269541) +++ extra-i686/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kdecoration -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Plugin based library to create window decorations' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f05b8136b9c2aca76057a7ea867ad43f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdecoration/repos/extra-i686/PKGBUILD (from rev 269540, kdecoration/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kdecoration +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Plugin based library to create window decorations' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('e1eab1c2c495a67ff2ffa4e170e061f333bdf6b22c1e489b4eae845e6e148a20' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DSYSCONF_INSTALL_DIR=/etc \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:02:11 UTC (rev 269541) +++ extra-x86_64/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan -# Contributor: Andrea Scarpino -# Contributor: Antonio Rojas - -pkgname=kdecoration -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Plugin based library to create window decorations' -arch=('i686' 'x86_64') -url='https://www.kde.org/workspaces/plasmadesktop/' -license=('LGPL') -depends=('qt5-base') -makedepends=('extra-cmake-modules') -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('f05b8136b9c2aca76057a7ea867ad43f') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kdecoration/repos/extra-x86_64/PKGBUILD (from rev 269541, kdecoration/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:02:15 UTC (rev 269542) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino +# Contributor: Antonio Rojas + +pkgname=kdecoration +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Plugin based library to create window decorations' +arch=('i686' 'x86_64') +url='https://www.kde.org/workspaces/plasmadesktop/' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('e1eab1c2c495a67ff2ffa4e170e061f333bdf6b22c1e489b4eae845e6e148a20' +'SKIP') +
[arch-commits] Commit in kauth/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:02:04 Author: felixonmars Revision: 269540 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kauth/repos/testing-i686/ kauth/repos/testing-i686/PKGBUILD (from rev 269537, kauth/trunk/PKGBUILD) kauth/repos/testing-x86_64/ kauth/repos/testing-x86_64/PKGBUILD (from rev 269538, kauth/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kauth/repos/testing-i686/PKGBUILD (from rev 269537, kauth/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:02:04 UTC (rev 269540) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kauth +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Abstraction to system policy and authentication features' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kcoreaddons' 'polkit-qt5') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('1e41eae5f42f03b2de331460f280a327') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kauth/repos/testing-x86_64/PKGBUILD (from rev 269538, kauth/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:02:04 UTC (rev 269540) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kauth +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Abstraction to system policy and authentication features' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('kcoreaddons' 'polkit-qt5') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('1e41eae5f42f03b2de331460f280a327') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kscreenlocker/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:01:59 Author: arojas Revision: 269539 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 269538, kscreenlocker/trunk/PKGBUILD) kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 269538, kscreenlocker/trunk/PKGBUILD) Deleted: kscreenlocker/repos/extra-i686/PKGBUILD kscreenlocker/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 74 extra-i686/PKGBUILD | 36 --- extra-x86_64/PKGBUILD | 36 --- 3 files changed, 74 insertions(+), 72 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) +++ extra-i686/PKGBUILD 2016-06-14 15:01:59 UTC (rev 269539) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=kscreenlocker -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Library and components for secure lock screen architecture' -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -groups=(plasma) -depends=(kidletime kwayland kdeclarative) -makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('3df10c588206b4cfa52bab047c84265d') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreenlocker/repos/extra-i686/PKGBUILD (from rev 269538, kscreenlocker/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:01:59 UTC (rev 269539) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=kscreenlocker +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Library and components for secure lock screen architecture' +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +groups=(plasma) +depends=(kidletime kwayland kdeclarative) +makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c6f0befcd230ec58f2994cad8c2f322f223e7422cfe33e641c664938e7960b06' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DKDE_INSTALL_LIBEXECDIR=/usr/lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) +++ extra-x86_64/PKGBUILD 2016-06-14 15:01:59 UTC (rev 269539) @@ -1,36 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas - -pkgname=kscreenlocker -pkgver=5.6.4 -pkgrel=1 -pkgdesc='Library and components for secure lock screen architecture' -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -groups=(plasma) -depends=(kidletime kwayland kdeclarative) -makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('3df10c588206b4cfa52bab047c84265d') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_LIBEXECDIR=/usr/lib \ --DSYSCONF_INSTALL_DIR=/etc \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 269538, kscreenlocker/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:01:59 UTC (rev 269539) @@ -0,0 +1,37 @@ +# $Id$ +# Maintainer: Antonio Rojas + +pkgname=kscreenlocker +pkgver=5.6.5 +pkgrel=1 +pkgdesc='Library and components for secure lock screen architecture' +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +groups=(plasma) +depends=(kidletime kwayland kdeclarative) +makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname
[arch-commits] Commit in kauth/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:01:30 Author: felixonmars Revision: 269537 upgpkg: kauth 5.23.0-1 Upstream release Modified: kauth/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:01:22 UTC (rev 269536) +++ PKGBUILD2016-06-14 15:01:30 UTC (rev 269537) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kauth -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('44180d5b28be7d5cee40f3137281f8d0') +md5sums=('1e41eae5f42f03b2de331460f280a327') prepare() { mkdir -p build
[arch-commits] Commit in kactivitymanagerd/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:01:42 Author: arojas Revision: 269538 archrelease: copy trunk to extra-i686, extra-x86_64 Added: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 269537, kactivitymanagerd/trunk/PKGBUILD) kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 269537, kactivitymanagerd/trunk/PKGBUILD) Deleted: kactivitymanagerd/repos/extra-i686/PKGBUILD kactivitymanagerd/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 72 extra-i686/PKGBUILD | 35 --- extra-x86_64/PKGBUILD | 35 --- 3 files changed, 72 insertions(+), 70 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2016-06-14 15:01:30 UTC (rev 269537) +++ extra-i686/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=kactivitymanagerd -pkgver=5.6.4 -pkgrel=1 -pkgdesc="System service to manage user's activities and track the usage patterns" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kio) -makedepends=(extra-cmake-modules boost python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('7341e9cb839112f88ebe81c369b0c58a') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kactivitymanagerd/repos/extra-i686/PKGBUILD (from rev 269537, kactivitymanagerd/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=kactivitymanagerd +pkgver=5.6.5 +pkgrel=1 +pkgdesc="System service to manage user's activities and track the usage patterns" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kio) +makedepends=(extra-cmake-modules boost python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7029b027c0ea2ee620cc254d8c69177b30e3c996b09add53e16b51750df411d0' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan Riddell + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2016-06-14 15:01:30 UTC (rev 269537) +++ extra-x86_64/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Antonio Rojas -# Maintainer: Felix Yan - -pkgname=kactivitymanagerd -pkgver=5.6.4 -pkgrel=1 -pkgdesc="System service to manage user's activities and track the usage patterns" -arch=(i686 x86_64) -url='https://www.kde.org/workspaces/plasmadesktop/' -license=(LGPL) -depends=(kio) -makedepends=(extra-cmake-modules boost python) -source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz";) -md5sums=('7341e9cb839112f88ebe81c369b0c58a') - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DKDE_INSTALL_LIBDIR=lib \ --DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ --DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kactivitymanagerd/repos/extra-x86_64/PKGBUILD (from rev 269537, kactivitymanagerd/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-06-14 15:01:42 UTC (rev 269538) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Antonio Rojas +# Maintainer: Felix Yan + +pkgname=kactivitymanagerd +pkgver=5.6.5 +pkgrel=1 +pkgdesc="System service to manage user's activities and track the usage patterns" +arch=(i686 x86_64) +url='https://www.kde.org/workspaces/plasmadesktop/' +license=(LGPL) +depends=(kio) +makedepends=(extra-cmake-modules boost python) +source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7029b027c0ea2ee620cc254d8c69177b30e3c996b09add53e16b51750df411d0' +'SKIP') +validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088') # Jonathan R
[arch-commits] Commit in kdoctools/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:01:22 Author: felixonmars Revision: 269536 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kdoctools/repos/testing-i686/ kdoctools/repos/testing-i686/PKGBUILD (from rev 269535, kdoctools/trunk/PKGBUILD) kdoctools/repos/testing-x86_64/ kdoctools/repos/testing-x86_64/PKGBUILD (from rev 269535, kdoctools/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kdoctools/repos/testing-i686/PKGBUILD (from rev 269535, kdoctools/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:01:22 UTC (rev 269536) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdoctools +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Documentation generation from docbook' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('karchive' 'docbook-xsl') +makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri') +groups=('kf5') +options=('staticlibs') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('4db500f1850f6138172249ba4fabd926') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 269535, kdoctools/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:01:22 UTC (rev 269536) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kdoctools +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Documentation generation from docbook' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('karchive' 'docbook-xsl') +makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri') +groups=('kf5') +options=('staticlibs') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('4db500f1850f6138172249ba4fabd926') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kdoctools/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:00:55 Author: felixonmars Revision: 269535 upgpkg: kdoctools 5.23.0-1 Upstream release Modified: kdoctools/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:00:46 UTC (rev 269534) +++ PKGBUILD2016-06-14 15:00:55 UTC (rev 269535) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kdoctools -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Documentation generation from docbook' arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ groups=('kf5') options=('staticlibs') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('92ad15de045910ffee4dd29f91913caa') +md5sums=('4db500f1850f6138172249ba4fabd926') prepare() { mkdir -p build
[arch-commits] Commit in ki18n/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:00:46 Author: felixonmars Revision: 269534 archrelease: copy trunk to testing-i686, testing-x86_64 Added: ki18n/repos/testing-i686/ ki18n/repos/testing-i686/PKGBUILD (from rev 269533, ki18n/trunk/PKGBUILD) ki18n/repos/testing-x86_64/ ki18n/repos/testing-x86_64/PKGBUILD (from rev 269533, ki18n/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: ki18n/repos/testing-i686/PKGBUILD (from rev 269533, ki18n/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:00:46 UTC (rev 269534) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=ki18n +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Advanced internationalization framework' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-script') +makedepends=('extra-cmake-modules' 'python' 'qt5-declarative') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('eee903d5ed5575487769403a4979c016') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: ki18n/repos/testing-x86_64/PKGBUILD (from rev 269533, ki18n/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:00:46 UTC (rev 269534) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=ki18n +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Advanced internationalization framework' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-script') +makedepends=('extra-cmake-modules' 'python' 'qt5-declarative') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('eee903d5ed5575487769403a4979c016') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in ki18n/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 15:00:18 Author: felixonmars Revision: 269533 upgpkg: ki18n 5.23.0-1 Upstream release Modified: ki18n/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 15:00:12 UTC (rev 269532) +++ PKGBUILD2016-06-14 15:00:18 UTC (rev 269533) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=ki18n -pkgver=5.22.1 +pkgver=5.23.0 pkgrel=1 pkgdesc='Advanced internationalization framework' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'python' 'qt5-declarative') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('196cd09dedea73ec5ec50e12195fcc68') +md5sums=('eee903d5ed5575487769403a4979c016') prepare() { mkdir -p build
[arch-commits] Commit in karchive/repos (4 files)
Date: Tuesday, June 14, 2016 @ 15:00:12 Author: felixonmars Revision: 269532 archrelease: copy trunk to testing-i686, testing-x86_64 Added: karchive/repos/testing-i686/ karchive/repos/testing-i686/PKGBUILD (from rev 269531, karchive/trunk/PKGBUILD) karchive/repos/testing-x86_64/ karchive/repos/testing-x86_64/PKGBUILD (from rev 269531, karchive/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 35 +++ testing-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: karchive/repos/testing-i686/PKGBUILD (from rev 269531, karchive/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 15:00:12 UTC (rev 269532) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=karchive +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Qt 5 addon providing access to numerous types of archives' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('7d21c57bebdd6800143c1b03b4f9b4c3') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: karchive/repos/testing-x86_64/PKGBUILD (from rev 269531, karchive/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 15:00:12 UTC (rev 269532) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=karchive +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Qt 5 addon providing access to numerous types of archives' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base') +makedepends=('extra-cmake-modules') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('7d21c57bebdd6800143c1b03b4f9b4c3') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in karchive/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:59:38 Author: felixonmars Revision: 269531 upgpkg: karchive 5.23.0-1 Upstream release Modified: karchive/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:59:31 UTC (rev 269530) +++ PKGBUILD2016-06-14 14:59:38 UTC (rev 269531) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=karchive -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Qt 5 addon providing access to numerous types of archives' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('07e006e8ba376680453766d8ea269269') +md5sums=('7d21c57bebdd6800143c1b03b4f9b4c3') prepare() { mkdir -p build
[arch-commits] Commit in kcoreaddons/repos (4 files)
Date: Tuesday, June 14, 2016 @ 14:59:31 Author: felixonmars Revision: 269530 archrelease: copy trunk to testing-i686, testing-x86_64 Added: kcoreaddons/repos/testing-i686/ kcoreaddons/repos/testing-i686/PKGBUILD (from rev 269529, kcoreaddons/trunk/PKGBUILD) kcoreaddons/repos/testing-x86_64/ kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 269529, kcoreaddons/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 36 testing-x86_64/PKGBUILD | 36 2 files changed, 72 insertions(+) Copied: kcoreaddons/repos/testing-i686/PKGBUILD (from rev 269529, kcoreaddons/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 14:59:31 UTC (rev 269530) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcoreaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtCore' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base' 'shared-mime-info' 'gamin') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d808f36a8dfa14dd9300d3e0f76b69aa') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-D_KDE4_DEFAULT_HOME_POSTFIX=4 \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Copied: kcoreaddons/repos/testing-x86_64/PKGBUILD (from rev 269529, kcoreaddons/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-06-14 14:59:31 UTC (rev 269530) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kcoreaddons +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Addons to QtCore' +arch=('i686' 'x86_64') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('qt5-base' 'shared-mime-info' 'gamin') +makedepends=('extra-cmake-modules' 'qt5-tools') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('d808f36a8dfa14dd9300d3e0f76b69aa') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DKDE_INSTALL_LIBDIR=lib \ +-D_KDE4_DEFAULT_HOME_POSTFIX=4 \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in (39 files)
Date: Tuesday, June 14, 2016 @ 14:58:36 Author: arojas Revision: 269526 Plasma 5.6.5 Modified: bluedevil/trunk/PKGBUILD breeze-grub/trunk/PKGBUILD breeze-gtk/trunk/PKGBUILD breeze/trunk/PKGBUILD kactivitymanagerd/trunk/PKGBUILD kde-cli-tools/trunk/PKGBUILD kde-gtk-config/trunk/PKGBUILD kdecoration/trunk/PKGBUILD kdeplasma-addons/trunk/PKGBUILD kgamma5/trunk/PKGBUILD khotkeys/trunk/PKGBUILD kinfocenter/trunk/PKGBUILD kmenuedit/trunk/PKGBUILD kscreen/trunk/PKGBUILD kscreenlocker/trunk/PKGBUILD ksshaskpass/trunk/PKGBUILD ksysguard/trunk/PKGBUILD kwallet-pam/trunk/PKGBUILD kwayland-integration/trunk/PKGBUILD kwin/trunk/PKGBUILD kwrited/trunk/PKGBUILD libkscreen/trunk/PKGBUILD libksysguard/trunk/PKGBUILD milou/trunk/PKGBUILD oxygen/trunk/PKGBUILD plasma-desktop/trunk/PKGBUILD plasma-integration/trunk/PKGBUILD plasma-mediacenter/trunk/PKGBUILD plasma-nm/trunk/PKGBUILD plasma-pa/trunk/PKGBUILD plasma-sdk/trunk/PKGBUILD plasma-workspace-wallpapers/trunk/PKGBUILD plasma-workspace/trunk/PKGBUILD polkit-kde-agent/trunk/PKGBUILD powerdevil/trunk/PKGBUILD sddm-kcm/trunk/PKGBUILD systemsettings/trunk/PKGBUILD user-manager/trunk/PKGBUILD Deleted: plasma-desktop/trunk/plasma-desktop-gcc6.patch + bluedevil/trunk/PKGBUILD |8 +--- breeze-grub/trunk/PKGBUILD |8 +--- breeze-gtk/trunk/PKGBUILD | 16 +--- breeze/trunk/PKGBUILD |8 +--- kactivitymanagerd/trunk/PKGBUILD |8 +--- kde-cli-tools/trunk/PKGBUILD |8 +--- kde-gtk-config/trunk/PKGBUILD |8 +--- kdecoration/trunk/PKGBUILD |8 +--- kdeplasma-addons/trunk/PKGBUILD| 10 ++ kgamma5/trunk/PKGBUILD | 10 ++ khotkeys/trunk/PKGBUILD| 10 ++ kinfocenter/trunk/PKGBUILD | 14 -- kmenuedit/trunk/PKGBUILD | 10 ++ kscreen/trunk/PKGBUILD |8 +--- kscreenlocker/trunk/PKGBUILD |8 +--- ksshaskpass/trunk/PKGBUILD |8 +--- ksysguard/trunk/PKGBUILD | 10 ++ kwallet-pam/trunk/PKGBUILD | 10 ++ kwayland-integration/trunk/PKGBUILD|8 +--- kwin/trunk/PKGBUILD|8 +--- kwrited/trunk/PKGBUILD |8 +--- libkscreen/trunk/PKGBUILD |8 +--- libksysguard/trunk/PKGBUILD|8 +--- milou/trunk/PKGBUILD |8 +--- oxygen/trunk/PKGBUILD |8 +--- plasma-desktop/trunk/PKGBUILD | 15 ++- plasma-desktop/trunk/plasma-desktop-gcc6.patch | 11 --- plasma-integration/trunk/PKGBUILD | 10 ++ plasma-mediacenter/trunk/PKGBUILD |8 +--- plasma-nm/trunk/PKGBUILD | 10 ++ plasma-pa/trunk/PKGBUILD |8 +--- plasma-sdk/trunk/PKGBUILD |8 +--- plasma-workspace-wallpapers/trunk/PKGBUILD | 10 ++ plasma-workspace/trunk/PKGBUILD| 18 ++ polkit-kde-agent/trunk/PKGBUILD|8 +--- powerdevil/trunk/PKGBUILD |8 +--- sddm-kcm/trunk/PKGBUILD|8 +--- systemsettings/trunk/PKGBUILD |8 +--- user-manager/trunk/PKGBUILD| 10 ++ 39 files changed, 213 insertions(+), 153 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 269525:269526 to see the changes.
[arch-commits] Commit in kapidox/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:58:58 Author: felixonmars Revision: 269528 archrelease: copy trunk to testing-any Added: kapidox/repos/testing-any/ kapidox/repos/testing-any/PKGBUILD (from rev 269527, kapidox/trunk/PKGBUILD) --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: kapidox/repos/testing-any/PKGBUILD (from rev 269527, kapidox/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2016-06-14 14:58:58 UTC (rev 269528) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=kapidox +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Frameworks API Documentation Tools' +arch=('any') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('python-jinja' 'python-yaml') +makedepends=('extra-cmake-modules' 'qt5-base') +groups=('kf5') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('3ed25b2b4393a107da6981cee61ddc14') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in kapidox/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:58:41 Author: felixonmars Revision: 269527 upgpkg: kapidox 5.23.0-1 Upstream release Modified: kapidox/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:58:36 UTC (rev 269526) +++ PKGBUILD2016-06-14 14:58:41 UTC (rev 269527) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kapidox -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Frameworks API Documentation Tools' arch=('any') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-base') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('76d63c1bed0c433b05dacab4d6094495') +md5sums=('3ed25b2b4393a107da6981cee61ddc14') prepare() { mkdir -p build
[arch-commits] Commit in kcoreaddons/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:59:05 Author: felixonmars Revision: 269529 upgpkg: kcoreaddons 5.23.0-1 Upstream release Modified: kcoreaddons/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:58:58 UTC (rev 269528) +++ PKGBUILD2016-06-14 14:59:05 UTC (rev 269529) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=kcoreaddons -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Addons to QtCore' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('598a9408dd5ae92710a2d0bee1645dc5') +md5sums=('d808f36a8dfa14dd9300d3e0f76b69aa') prepare() { mkdir -p build
[arch-commits] Commit in extra-cmake-modules/repos (testing-any testing-any/PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:58:35 Author: felixonmars Revision: 269525 archrelease: copy trunk to testing-any Added: extra-cmake-modules/repos/testing-any/ extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 269524, extra-cmake-modules/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: extra-cmake-modules/repos/testing-any/PKGBUILD (from rev 269524, extra-cmake-modules/trunk/PKGBUILD) === --- testing-any/PKGBUILD(rev 0) +++ testing-any/PKGBUILD2016-06-14 14:58:35 UTC (rev 269525) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Andrea Scarpino + +pkgname=extra-cmake-modules +pkgver=5.23.0 +pkgrel=1 +pkgdesc='Extra modules and scripts for CMake' +arch=('any') +url='https://community.kde.org/Frameworks' +license=('LGPL') +depends=('cmake') +makedepends=('python-sphinx') # qt5-tools for QtHelp pages +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('3c04b695a164407a2a2fcaf848c42c55') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release \ +-DBUILD_HTML_DOCS=OFF \ +-DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in extra-cmake-modules/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:58:17 Author: felixonmars Revision: 269524 upgpkg: extra-cmake-modules 5.23.0-1 Upstream release Modified: extra-cmake-modules/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:56:53 UTC (rev 269523) +++ PKGBUILD2016-06-14 14:58:17 UTC (rev 269524) @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino pkgname=extra-cmake-modules -pkgver=5.22.0 +pkgver=5.23.0 pkgrel=1 pkgdesc='Extra modules and scripts for CMake' arch=('any') @@ -12,7 +12,7 @@ depends=('cmake') makedepends=('python-sphinx') # qt5-tools for QtHelp pages source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";) -md5sums=('d94b0b8c479626c41c9aebdb5641afc1') +md5sums=('3c04b695a164407a2a2fcaf848c42c55') prepare() { mkdir -p build
[arch-commits] Commit in sysdig/repos (8 files)
Date: Tuesday, June 14, 2016 @ 14:50:40 Author: mtorromeo Revision: 179975 archrelease: copy trunk to community-i686, community-x86_64 Added: sysdig/repos/community-i686/PKGBUILD (from rev 179974, sysdig/trunk/PKGBUILD) sysdig/repos/community-i686/sysdig.install (from rev 179974, sysdig/trunk/sysdig.install) sysdig/repos/community-x86_64/PKGBUILD (from rev 179974, sysdig/trunk/PKGBUILD) sysdig/repos/community-x86_64/sysdig.install (from rev 179974, sysdig/trunk/sysdig.install) Deleted: sysdig/repos/community-i686/PKGBUILD sysdig/repos/community-i686/sysdig.install sysdig/repos/community-x86_64/PKGBUILD sysdig/repos/community-x86_64/sysdig.install -+ /PKGBUILD | 90 ++ /sysdig.install | 42 + community-i686/PKGBUILD | 45 --- community-i686/sysdig.install | 21 community-x86_64/PKGBUILD | 45 --- community-x86_64/sysdig.install | 21 6 files changed, 132 insertions(+), 132 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2016-06-14 14:50:16 UTC (rev 179974) +++ community-i686/PKGBUILD 2016-06-14 14:50:40 UTC (rev 179975) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Massimiliano Torromeo -# Contribuitor: Alfredo Palhares -# Contribuitor: Christian Babeux - -pkgname=sysdig -pkgver=0.9.0 -pkgrel=1 -pkgdesc="Open source system-level exploration and troubleshooting tool" -arch=('i686' 'x86_64') -url="http://www.sysdig.org/"; -license=('GPL2') -depends=('dkms' 'jsoncpp' 'luajit' 'curl') -makedepends=('cmake' 'pandoc') -source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('72a809b32153713e6d8697e86ee821eb969fa0ec486fa7432471374feb0f1da5') -install=$pkgname.install - -prepare() { - cd "$srcdir"/$pkgname-$pkgver - sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \ - -i scripts/CMakeLists.txt -} - -build() { - cd "$srcdir"/$pkgname-$pkgver - rm -rf build - mkdir build - cd build - cmake .. \ --DCMAKE_BUILD_TYPE=Release \ --DCMAKE_INSTALL_PREFIX=/usr \ --DSYSDIG_VERSION=$pkgver \ --DUSE_BUNDLED_DEPS=OFF \ --DUSE_BUNDLED_JSONCPP=OFF \ --DUSE_BUNDLED_B64=ON \ --DBUILD_DRIVER=OFF - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - cd build - make install DESTDIR="$pkgdir" -} Copied: sysdig/repos/community-i686/PKGBUILD (from rev 179974, sysdig/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-06-14 14:50:40 UTC (rev 179975) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Massimiliano Torromeo +# Contribuitor: Alfredo Palhares +# Contribuitor: Christian Babeux + +pkgname=sysdig +pkgver=0.10.0 +pkgrel=1 +pkgdesc="Open source system-level exploration and troubleshooting tool" +arch=('i686' 'x86_64') +url="http://www.sysdig.org/"; +license=('GPL2') +depends=('dkms' 'jsoncpp' 'luajit' 'curl') +makedepends=('cmake' 'pandoc') +source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";) +sha256sums=('525f96ef9022ecbb23c7420c0e68dbcff0284ae72b19c91a6eea1e997eca4043') +install=$pkgname.install + +prepare() { + cd "$srcdir"/$pkgname-$pkgver + sed 's|${DIR_ETC}/bash_completion.d|share/bash-completion/completions/|' \ + -i scripts/CMakeLists.txt +} + +build() { + cd "$srcdir"/$pkgname-$pkgver + rm -rf build + mkdir build + cd build + cmake .. \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DSYSDIG_VERSION=$pkgver \ +-DUSE_BUNDLED_DEPS=OFF \ +-DUSE_BUNDLED_JSONCPP=OFF \ +-DUSE_BUNDLED_B64=ON \ +-DBUILD_DRIVER=OFF + make +} + +package() { + cd "$srcdir"/$pkgname-$pkgver + cd build + make install DESTDIR="$pkgdir" +} Deleted: community-i686/sysdig.install === --- community-i686/sysdig.install 2016-06-14 14:50:16 UTC (rev 179974) +++ community-i686/sysdig.install 2016-06-14 14:50:40 UTC (rev 179975) @@ -1,21 +0,0 @@ -#!/bin/sh - -post_install() { -dkms add sysdig/${1%%-*} - cat << EOF -==> To build and install the necessary module run: dkms install sysdig/${1%%-*} -==> To do this automatically at startup run: systemctl enable dkms.service -EOF -} - -pre_upgrade() { -pre_remove "$2" -} - -post_upgrade() { -post_install "$1" -} - -pre_remove() { -[ -n "${1%-*}" ] && dkms remove sysdig/${1%%-*} --all &>/dev/null || true -} Copied: sysdig/repos/community-i686/sysdig.install (from rev 179974, sysdig/trunk/sysdig.install) === --- community-i686/sysdig.install
[arch-commits] Commit in sysdig/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:50:16 Author: mtorromeo Revision: 179974 upgpkg: sysdig 0.10.0-1 Updated to 0.10.0 Modified: sysdig/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:14:51 UTC (rev 179973) +++ PKGBUILD2016-06-14 14:50:16 UTC (rev 179974) @@ -4,7 +4,7 @@ # Contribuitor: Christian Babeux pkgname=sysdig -pkgver=0.9.0 +pkgver=0.10.0 pkgrel=1 pkgdesc="Open source system-level exploration and troubleshooting tool" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('dkms' 'jsoncpp' 'luajit' 'curl') makedepends=('cmake' 'pandoc') source=("https://github.com/draios/sysdig/archive/$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('72a809b32153713e6d8697e86ee821eb969fa0ec486fa7432471374feb0f1da5') +sha256sums=('525f96ef9022ecbb23c7420c0e68dbcff0284ae72b19c91a6eea1e997eca4043') install=$pkgname.install prepare() {
[arch-commits] Commit in thunderbird/repos (18 files)
Date: Tuesday, June 14, 2016 @ 14:34:41 Author: heftig Revision: 269496 archrelease: copy trunk to staging-i686, staging-x86_64 Added: thunderbird/repos/staging-i686/ thunderbird/repos/staging-i686/PKGBUILD (from rev 269495, thunderbird/trunk/PKGBUILD) thunderbird/repos/staging-i686/firefox-gcc-6.0.patch (from rev 269495, thunderbird/trunk/firefox-gcc-6.0.patch) thunderbird/repos/staging-i686/mozconfig (from rev 269495, thunderbird/trunk/mozconfig) thunderbird/repos/staging-i686/mozilla-1228540-1.patch (from rev 269495, thunderbird/trunk/mozilla-1228540-1.patch) thunderbird/repos/staging-i686/mozilla-1228540.patch (from rev 269495, thunderbird/trunk/mozilla-1228540.patch) thunderbird/repos/staging-i686/thunderbird-install-dir.patch (from rev 269495, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/staging-i686/thunderbird.desktop (from rev 269495, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/staging-i686/vendor.js (from rev 269495, thunderbird/trunk/vendor.js) thunderbird/repos/staging-x86_64/ thunderbird/repos/staging-x86_64/PKGBUILD (from rev 269495, thunderbird/trunk/PKGBUILD) thunderbird/repos/staging-x86_64/firefox-gcc-6.0.patch (from rev 269495, thunderbird/trunk/firefox-gcc-6.0.patch) thunderbird/repos/staging-x86_64/mozconfig (from rev 269495, thunderbird/trunk/mozconfig) thunderbird/repos/staging-x86_64/mozilla-1228540-1.patch (from rev 269495, thunderbird/trunk/mozilla-1228540-1.patch) thunderbird/repos/staging-x86_64/mozilla-1228540.patch (from rev 269495, thunderbird/trunk/mozilla-1228540.patch) thunderbird/repos/staging-x86_64/thunderbird-install-dir.patch (from rev 269495, thunderbird/trunk/thunderbird-install-dir.patch) thunderbird/repos/staging-x86_64/thunderbird.desktop (from rev 269495, thunderbird/trunk/thunderbird.desktop) thunderbird/repos/staging-x86_64/vendor.js (from rev 269495, thunderbird/trunk/vendor.js) --+ staging-i686/PKGBUILD| 116 staging-i686/firefox-gcc-6.0.patch | 26 staging-i686/mozconfig | 33 staging-i686/mozilla-1228540-1.patch | 84 staging-i686/mozilla-1228540.patch | 9138 + staging-i686/thunderbird-install-dir.patch | 12 staging-i686/thunderbird.desktop | 173 staging-i686/vendor.js |9 staging-x86_64/PKGBUILD | 116 staging-x86_64/firefox-gcc-6.0.patch | 26 staging-x86_64/mozconfig | 33 staging-x86_64/mozilla-1228540-1.patch | 84 staging-x86_64/mozilla-1228540.patch | 9138 + staging-x86_64/thunderbird-install-dir.patch | 12 staging-x86_64/thunderbird.desktop | 173 staging-x86_64/vendor.js |9 16 files changed, 19182 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 269495:269496 to see the changes.
[arch-commits] Commit in firefox/repos (22 files)
Date: Tuesday, June 14, 2016 @ 14:33:48 Author: heftig Revision: 269495 archrelease: copy trunk to staging-i686, staging-x86_64 Added: firefox/repos/staging-i686/ firefox/repos/staging-i686/PKGBUILD (from rev 269494, firefox/trunk/PKGBUILD) firefox/repos/staging-i686/firefox-gtk3-20.patch (from rev 269494, firefox/trunk/firefox-gtk3-20.patch) firefox/repos/staging-i686/firefox-install-dir.patch (from rev 269494, firefox/trunk/firefox-install-dir.patch) firefox/repos/staging-i686/firefox-symbolic.svg (from rev 269494, firefox/trunk/firefox-symbolic.svg) firefox/repos/staging-i686/firefox.desktop (from rev 269494, firefox/trunk/firefox.desktop) firefox/repos/staging-i686/mozconfig (from rev 269494, firefox/trunk/mozconfig) firefox/repos/staging-i686/mozilla-1245076-1.patch (from rev 269494, firefox/trunk/mozilla-1245076-1.patch) firefox/repos/staging-i686/mozilla-1245076.patch (from rev 269494, firefox/trunk/mozilla-1245076.patch) firefox/repos/staging-i686/no-libnotify.patch (from rev 269494, firefox/trunk/no-libnotify.patch) firefox/repos/staging-i686/vendor.js (from rev 269494, firefox/trunk/vendor.js) firefox/repos/staging-x86_64/ firefox/repos/staging-x86_64/PKGBUILD (from rev 269494, firefox/trunk/PKGBUILD) firefox/repos/staging-x86_64/firefox-gtk3-20.patch (from rev 269494, firefox/trunk/firefox-gtk3-20.patch) firefox/repos/staging-x86_64/firefox-install-dir.patch (from rev 269494, firefox/trunk/firefox-install-dir.patch) firefox/repos/staging-x86_64/firefox-symbolic.svg (from rev 269494, firefox/trunk/firefox-symbolic.svg) firefox/repos/staging-x86_64/firefox.desktop (from rev 269494, firefox/trunk/firefox.desktop) firefox/repos/staging-x86_64/mozconfig (from rev 269494, firefox/trunk/mozconfig) firefox/repos/staging-x86_64/mozilla-1245076-1.patch (from rev 269494, firefox/trunk/mozilla-1245076-1.patch) firefox/repos/staging-x86_64/mozilla-1245076.patch (from rev 269494, firefox/trunk/mozilla-1245076.patch) firefox/repos/staging-x86_64/no-libnotify.patch (from rev 269494, firefox/trunk/no-libnotify.patch) firefox/repos/staging-x86_64/vendor.js (from rev 269494, firefox/trunk/vendor.js) --+ staging-i686/PKGBUILD| 141 ++ staging-i686/firefox-gtk3-20.patch | 1697 + staging-i686/firefox-install-dir.patch | 12 staging-i686/firefox-symbolic.svg| 30 staging-i686/firefox.desktop | 352 ++ staging-i686/mozconfig | 31 staging-i686/mozilla-1245076-1.patch | 49 staging-i686/mozilla-1245076.patch | 23 staging-i686/no-libnotify.patch | 51 staging-i686/vendor.js |9 staging-x86_64/PKGBUILD | 141 ++ staging-x86_64/firefox-gtk3-20.patch | 1697 + staging-x86_64/firefox-install-dir.patch | 12 staging-x86_64/firefox-symbolic.svg | 30 staging-x86_64/firefox.desktop | 352 ++ staging-x86_64/mozconfig | 31 staging-x86_64/mozilla-1245076-1.patch | 49 staging-x86_64/mozilla-1245076.patch | 23 staging-x86_64/no-libnotify.patch| 51 staging-x86_64/vendor.js |9 20 files changed, 4790 insertions(+) The diff is longer than the limit of 200KB. Use svn diff -r 269494:269495 to see the changes.
[arch-commits] Commit in gparted/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:16:12 Author: eworm Revision: 269493 upgpkg: gparted 0.26.1-1 new upstream release Modified: gparted/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:10:01 UTC (rev 269492) +++ PKGBUILD2016-06-14 14:16:12 UTC (rev 269493) @@ -4,7 +4,7 @@ # Contributor: György Balló pkgname=gparted -pkgver=0.26.0 +pkgver=0.26.1 pkgrel=1 pkgdesc="A Partition Magic clone, frontend to GNU Parted" arch=('i686' 'x86_64') @@ -28,7 +28,7 @@ 'org.archlinux.pkexec.gparted.policy' 'gparted_polkit') validpgpkeys=(BB09FFB87563FA2E1A22146817A6D3FF338C9570) # "Curtis Gedak " -md5sums=('4980fa2b7acf591c53d8c5aecd633306' +md5sums=('b9c5f6b5ffd37400bd4bf5929e9b1781' 'SKIP' '122ed3120c846376bead22b25f6a3b19' '0b68a4e2bc6bc15440730ebe2d7bf9f6')
[arch-commits] Commit in gparted/repos (8 files)
Date: Tuesday, June 14, 2016 @ 14:16:19 Author: eworm Revision: 269494 archrelease: copy trunk to testing-i686, testing-x86_64 Added: gparted/repos/testing-i686/ gparted/repos/testing-i686/PKGBUILD (from rev 269493, gparted/trunk/PKGBUILD) gparted/repos/testing-i686/gparted_polkit (from rev 269493, gparted/trunk/gparted_polkit) gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy (from rev 269493, gparted/trunk/org.archlinux.pkexec.gparted.policy) gparted/repos/testing-x86_64/ gparted/repos/testing-x86_64/PKGBUILD (from rev 269493, gparted/trunk/PKGBUILD) gparted/repos/testing-x86_64/gparted_polkit (from rev 269493, gparted/trunk/gparted_polkit) gparted/repos/testing-x86_64/org.archlinux.pkexec.gparted.policy (from rev 269493, gparted/trunk/org.archlinux.pkexec.gparted.policy) + testing-i686/PKGBUILD | 64 +++ testing-i686/gparted_polkit|6 + testing-i686/org.archlinux.pkexec.gparted.policy | 20 + testing-x86_64/PKGBUILD| 64 +++ testing-x86_64/gparted_polkit |6 + testing-x86_64/org.archlinux.pkexec.gparted.policy | 20 + 6 files changed, 180 insertions(+) Copied: gparted/repos/testing-i686/PKGBUILD (from rev 269493, gparted/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-06-14 14:16:19 UTC (rev 269494) @@ -0,0 +1,64 @@ +# $Id$ +# Maintainer: Giovanni Scafora +# Contributor: Andrew Simmons +# Contributor: György Balló + +pkgname=gparted +pkgver=0.26.1 +pkgrel=1 +pkgdesc="A Partition Magic clone, frontend to GNU Parted" +arch=('i686' 'x86_64') +url="http://gparted.sourceforge.net"; +license=('GPL') +depends=('parted' 'gtkmm') +makedepends=('intltool' 'pkg-config' 'gnome-doc-utils') +optdepends=('dosfstools: for FAT16 and FAT32 partitions' +'jfsutils: for jfs partitions' +'f2fs-tools: for Flash-Friendly File System' +'btrfs-progs: for btrfs partitions' +'exfat-utils: for exFAT partitions' +'ntfs-3g: for ntfs partitions' +'reiserfsprogs: for reiser partitions' +'xfsprogs: for xfs partitions' +'nilfs-utils: for nilfs2 support' +'polkit: to run gparted directly from menu' +'gpart: for recovering corrupt partition tables' +'mtools: utilities to access MS-DOS disks') +source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig} +'org.archlinux.pkexec.gparted.policy' +'gparted_polkit') +validpgpkeys=(BB09FFB87563FA2E1A22146817A6D3FF338C9570) # "Curtis Gedak " +md5sums=('b9c5f6b5ffd37400bd4bf5929e9b1781' + 'SKIP' + '122ed3120c846376bead22b25f6a3b19' + '0b68a4e2bc6bc15440730ebe2d7bf9f6') + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i "s:@gksuprog@ @installdir@/gparted %f:@installdir@/gparted_polkit %f:g" gparted.desktop.in.in +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --enable-online-resize \ + --enable-libparted-dmraid + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + # Install policy file + install -Dm644 "${srcdir}/org.archlinux.pkexec.gparted.policy" \ + "${pkgdir}/usr/share/polkit-1/actions/org.archlinux.pkexec.gparted.policy" + + # Install launcher script + install -m755 "${srcdir}/gparted_polkit" \ +"${pkgdir}/usr/bin/gparted_polkit" +} Copied: gparted/repos/testing-i686/gparted_polkit (from rev 269493, gparted/trunk/gparted_polkit) === --- testing-i686/gparted_polkit (rev 0) +++ testing-i686/gparted_polkit 2016-06-14 14:16:19 UTC (rev 269494) @@ -0,0 +1,6 @@ +#!/bin/bash +if [ $(which pkexec) ]; then + pkexec --disable-internal-agent "/usr/bin/gparted" "$@" +else + /usr/bin/gparted "$@" +fi Copied: gparted/repos/testing-i686/org.archlinux.pkexec.gparted.policy (from rev 269493, gparted/trunk/org.archlinux.pkexec.gparted.policy) === --- testing-i686/org.archlinux.pkexec.gparted.policy (rev 0) +++ testing-i686/org.archlinux.pkexec.gparted.policy2016-06-14 14:16:19 UTC (rev 269494) @@ -0,0 +1,20 @@ + +http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd";> + + + +Authentication is required to run the GParted Partition Editor +gparted + + auth_admin + auth_admin + auth_admin + +/usr/bin/gparted +true
[arch-commits] Commit in stack/repos (6 files)
Date: Tuesday, June 14, 2016 @ 14:14:51 Author: felixonmars Revision: 179973 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: stack/repos/community-staging-i686/ stack/repos/community-staging-i686/PKGBUILD (from rev 179972, stack/trunk/PKGBUILD) stack/repos/community-staging-i686/stack.install (from rev 179972, stack/trunk/stack.install) stack/repos/community-staging-x86_64/ stack/repos/community-staging-x86_64/PKGBUILD (from rev 179972, stack/trunk/PKGBUILD) stack/repos/community-staging-x86_64/stack.install (from rev 179972, stack/trunk/stack.install) + community-staging-i686/PKGBUILD| 91 +++ community-staging-i686/stack.install |4 + community-staging-x86_64/PKGBUILD | 91 +++ community-staging-x86_64/stack.install |4 + 4 files changed, 190 insertions(+) Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 179972, stack/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 14:14:51 UTC (rev 179973) @@ -0,0 +1,91 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgbase=stack +pkgname=(stack haskell-stack) +pkgver=1.1.2 +pkgrel=5 +pkgdesc="The Haskell Tool Stack" +url="https://github.com/commercialhaskell/stack"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" "haskell-async" + "haskell-attoparsec" "haskell-base-compat" "haskell-base16-bytestring" + "haskell-base64-bytestring" "haskell-binary-tagged" "haskell-blaze-builder" + "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash" + "haskell-cryptohash-conduit" "haskell-edit-distance" "haskell-either" + "haskell-enclosed-exceptions" "haskell-errors" "haskell-exceptions" "haskell-extra" + "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" + "haskell-gitrev" "haskell-hashable" "haskell-hastache" "haskell-hit" + "haskell-http-client" "haskell-http-client-tls" "haskell-http-conduit" + "haskell-http-types" "haskell-hpack" "haskell-lifted-base" "haskell-microlens" + "haskell-monad-control" "haskell-monad-logger" "haskell-monad-unlift" "haskell-mtl" + "haskell-open-browser" "haskell-optparse-applicative" "haskell-optparse-simple" + "haskell-path" "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite" + "haskell-persistent-template" "haskell-project-template" + "haskell-regex-applicative-text" "haskell-resourcet" "haskell-retry" "haskell-safe" + "haskell-semigroups" "haskell-split" "haskell-stm" "haskell-streaming-commons" + "haskell-tar" "haskell-temporary" "haskell-text" "haskell-text-binary" "haskell-tls" + "haskell-transformers-base" "haskell-unix-compat" "haskell-unordered-containers" + "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml" + "haskell-zip-archive" "haskell-zlib") +source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";) +sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625') + +prepare() { +sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& <0.4,/' \ +-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \ +-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& <1.11,/' \ +-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \ +-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 \&\& <2.12,/' \ +-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \ +-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& <0.6,/' \ +-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& <0.6/' \ +-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& <0.3,/' \ +-i ${pkgbase}-${pkgver}/${pkgbase}.cabal +} + +build() { +cd "${srcdir}/${pkgbase}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-f-disable-git-info -f-integration-tests -f-static +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package_stack() { +d
[arch-commits] Commit in stack/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:14:24 Author: felixonmars Revision: 179972 upgpkg: stack 1.1.2-5 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: stack/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:03:42 UTC (rev 179971) +++ PKGBUILD2016-06-14 14:14:24 UTC (rev 179972) @@ -5,7 +5,7 @@ pkgbase=stack pkgname=(stack haskell-stack) pkgver=1.1.2 -pkgrel=4 +pkgrel=5 pkgdesc="The Haskell Tool Stack" url="https://github.com/commercialhaskell/stack"; license=("custom:BSD3")
[arch-commits] Commit in firefox/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:10:01 Author: heftig Revision: 269492 47.0-2 Modified: firefox/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 14:09:00 UTC (rev 269491) +++ PKGBUILD2016-06-14 14:10:01 UTC (rev 269492) @@ -5,7 +5,7 @@ pkgname=firefox pkgver=47.0 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone web browser from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL')
[arch-commits] Commit in thunderbird/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:09:00 Author: heftig Revision: 269491 45.1.1-2 Modified: thunderbird/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 10:30:15 UTC (rev 269490) +++ PKGBUILD2016-06-14 14:09:00 UTC (rev 269491) @@ -7,7 +7,7 @@ pkgname=thunderbird pkgver=45.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Standalone mail and news reader from mozilla.org" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL')
[arch-commits] Commit in pandoc-crossref/repos (6 files)
Date: Tuesday, June 14, 2016 @ 14:03:42 Author: felixonmars Revision: 179971 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: pandoc-crossref/repos/community-staging-i686/ pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 179970, pandoc-crossref/trunk/PKGBUILD) pandoc-crossref/repos/community-staging-i686/ghc8.patch (from rev 179970, pandoc-crossref/trunk/ghc8.patch) pandoc-crossref/repos/community-staging-x86_64/ pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 179970, pandoc-crossref/trunk/PKGBUILD) pandoc-crossref/repos/community-staging-x86_64/ghc8.patch (from rev 179970, pandoc-crossref/trunk/ghc8.patch) -+ community-staging-i686/PKGBUILD | 61 ++ community-staging-i686/ghc8.patch | 24 + community-staging-x86_64/PKGBUILD | 61 ++ community-staging-x86_64/ghc8.patch | 24 + 4 files changed, 170 insertions(+) Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 179970, pandoc-crossref/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 14:03:42 UTC (rev 179971) @@ -0,0 +1,61 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgbase=pandoc-crossref +pkgname=(pandoc-crossref haskell-pandoc-crossref) +pkgver=0.2.1.3 +pkgrel=6 +pkgdesc="Pandoc filter for cross-references" +url="http://hackage.haskell.org/package/${pkgbase}"; +license=("GPL2") +arch=('i686' 'x86_64') +makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" "haskell-data-accessor-template" + "haskell-data-accessor-transformers" "haskell-mtl" "haskell-pandoc" "haskell-pandoc-types" + "haskell-roman-numerals" "haskell-syb" "haskell-yaml") +source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz"; +ghc8.patch) +sha256sums=('d14b78972c48a722b7e53d12fb601e4379d5384f9a58c8ce46ab42b058125471' +'2a74124f1652d17da63e6cff5939b02633b0045929b175cc4570f7cadbc8cdc1') + +prepare() { +sed -i 's/data-default >= 0.4 && <0.7/data-default >= 0.4 \&\& <0.8/' ${pkgbase}-${pkgver}/${pkgbase}.cabal +(cd $pkgbase-$pkgver; patch -p1 -i ../ghc8.patch) +} + +build() { +cd "${srcdir}/${pkgbase}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgname" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package_pandoc-crossref() { +depends=('pandoc') + +cd "${srcdir}/${pkgbase}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/{lib,share} +} + +package_haskell-pandoc-crossref() { +pkgdesc="Pandoc filter for cross-references (docs and libraries)" +depends=("${makedepends[@]}" 'pandoc-crossref') + +cd "${srcdir}/${pkgbase}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +rm -r "$pkgdir"/usr/bin +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md" +} Copied: pandoc-crossref/repos/community-staging-i686/ghc8.patch (from rev 179970, pandoc-crossref/trunk/ghc8.patch) === --- community-staging-i686/ghc8.patch (rev 0) +++ community-staging-i686/ghc8.patch 2016-06-14 14:03:42 UTC (rev 179971) @@ -0,0 +1,24 @@ +diff --git a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs +index c0f5499..b899f10 100644 +--- a/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs b/lib/Text/Pandoc/CrossRef/Util/Settings/Template.hs +@@ -24,8 +24,8 @@ fromRecDef t cname f c = do + TyConI dec -> return dec + _ -> fail "No cons" + (_, cons) <- case reified of +- DataD _ _ params cons' _ -> return (params, cons') +- NewtypeD _ _ params con' _ -> return (params, [con']) ++ DataD _ _ params _ cons' _ -> return (params, cons') ++ NewtypeD _ _ params _ con
[arch-commits] Commit in pandoc-crossref/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 14:03:12 Author: felixonmars Revision: 179970 upgpkg: pandoc-crossref 0.2.1.3-6 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: pandoc-crossref/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 13:03:20 UTC (rev 179969) +++ PKGBUILD2016-06-14 14:03:12 UTC (rev 179970) @@ -5,7 +5,7 @@ pkgbase=pandoc-crossref pkgname=(pandoc-crossref haskell-pandoc-crossref) pkgver=0.2.1.3 -pkgrel=5 +pkgrel=6 pkgdesc="Pandoc filter for cross-references" url="http://hackage.haskell.org/package/${pkgbase}"; license=("GPL2")
[arch-commits] Commit in haskell-conduit-combinators/repos (4 files)
Date: Tuesday, June 14, 2016 @ 13:03:20 Author: felixonmars Revision: 179969 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-conduit-combinators/repos/community-staging-i686/ haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from rev 179968, haskell-conduit-combinators/trunk/PKGBUILD) haskell-conduit-combinators/repos/community-staging-x86_64/ haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD (from rev 179968, haskell-conduit-combinators/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 46 community-staging-x86_64/PKGBUILD | 46 2 files changed, 92 insertions(+) Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from rev 179968, haskell-conduit-combinators/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 13:03:20 UTC (rev 179969) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-combinators +pkgname=haskell-conduit-combinators +pkgver=1.0.3.1 +pkgrel=27 +pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" +url="https://github.com/fpco/conduit-combinators"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring" + "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra" + "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random" + "haskell-primitive" "haskell-resourcet" "haskell-text" + "haskell-transformers-base" "haskell-unix-compat" "haskell-vector" + "haskell-void") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD (from rev 179968, haskell-conduit-combinators/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 13:03:20 UTC (rev 179969) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=conduit-combinators +pkgname=haskell-conduit-combinators +pkgver=1.0.3.1 +pkgrel=27 +pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" +url="https://github.com/fpco/conduit-combinators"; +license=("MIT") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring" + "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra" + "haskell-monad-control" "haskell-mono-traversable" "haskell-mwc-random" + "haskell-primitive" "haskell-resourcet" "haskell-text" + "haskell-transformers-base" "haskell-unix-compat" "haskell-vector" + "haskell-void") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i
[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 13:02:52 Author: felixonmars Revision: 179968 upgpkg: haskell-conduit-combinators 1.0.3.1-27 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: haskell-conduit-combinators/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 13:02:18 UTC (rev 179967) +++ PKGBUILD2016-06-14 13:02:52 UTC (rev 179968) @@ -5,7 +5,7 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators pkgver=1.0.3.1 -pkgrel=26 +pkgrel=27 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/fpco/conduit-combinators"; license=("MIT")
[arch-commits] Commit in git-annex/repos (4 files)
Date: Tuesday, June 14, 2016 @ 13:02:18 Author: felixonmars Revision: 179967 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: git-annex/repos/community-staging-i686/ git-annex/repos/community-staging-i686/PKGBUILD (from rev 179966, git-annex/trunk/PKGBUILD) git-annex/repos/community-staging-x86_64/ git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 179966, git-annex/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 55 community-staging-x86_64/PKGBUILD | 55 2 files changed, 110 insertions(+) Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 179966, git-annex/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 13:02:18 UTC (rev 179967) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=6.20160527 +pkgrel=4 +pkgdesc="Manage files with git, without checking their contents into git" +url="http://git-annex.branchable.com/"; +license=("AGPL3") +arch=('i686' 'x86_64') +depends=('git' 'rsync' 'libxml2' 'gsasl' 'file') +makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" + "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" + "haskell-case-insensitive" "haskell-clientsession" "haskell-concurrent-output" + "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite" + "haskell-data-default" "haskell-dav" "haskell-dbus" "haskell-disk-free-space" + "haskell-dlist" "haskell-dns" "haskell-edit-distance" "haskell-esqueleto" + "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" + "haskell-hinotify" "haskell-hslogger" "haskell-http-client" "haskell-http-conduit" + "haskell-http-types" "haskell-ifelse" "haskell-json" "haskell-magic" + "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" + "haskell-mountpoints" "haskell-mtl" "haskell-network" "haskell-network-info" + "haskell-network-multicast" "haskell-network-protocol-xmpp" "haskell-network-uri" + "haskell-old-locale" "haskell-optparse-applicative" "haskell-path-pieces" + "haskell-persistent" "haskell-persistent-sqlite" "haskell-persistent-template" + "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" "haskell-resourcet" + "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" "haskell-shakespeare" + "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" "haskell-tasty-quickcheck" + "haskell-tasty-rerun" "haskell-text" "haskell-torrent" "haskell-unix-compat" + "haskell-utf8-string" "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp" + "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" "haskell-yesod-core" + "haskell-yesod-default" "haskell-yesod-form" "haskell-yesod-static") +source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";) +sha256sums=('SKIP') + +build() { +cd "${srcdir}/${pkgname}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \ +-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \ +-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}" +runhaskell Setup copy --destdir="${pkgdir}" + +install -Dm644 bash-completion.bash "${pkgdir}/usr/share/bash-completion/completions/git-annex" + +rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT" +rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc" +} Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 179966, git-annex/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 13:02:18 UTC (rev 179967) @@ -0,0 +1,55 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=git-annex +pkgver=6.20160527 +pkgrel=4 +pkgdesc="Manage files with git, without checking their contents into git" +url="http://git-annex.branchable.com/"; +license=("AGPL3") +arch=('i686' 'x86_64') +depends=('git' 'rsync' 'libxml2' 'gsasl' 'file') +makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" + "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable" + "haskell-case-insensitive" "haskell-clientsession" "haskell-concurrent-output" +
[arch-commits] Commit in git-annex/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 13:01:44 Author: felixonmars Revision: 179966 upgpkg: git-annex 6.20160527-4 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: git-annex/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 12:46:35 UTC (rev 179965) +++ PKGBUILD2016-06-14 13:01:44 UTC (rev 179966) @@ -4,7 +4,7 @@ pkgname=git-annex pkgver=6.20160527 -pkgrel=3 +pkgrel=4 pkgdesc="Manage files with git, without checking their contents into git" url="http://git-annex.branchable.com/"; license=("AGPL3")
[arch-commits] Commit in haskell-hakyll/repos (4 files)
Date: Tuesday, June 14, 2016 @ 12:46:35 Author: felixonmars Revision: 179965 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-hakyll/repos/community-staging-i686/ haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 179964, haskell-hakyll/trunk/PKGBUILD) haskell-hakyll/repos/community-staging-x86_64/ haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 179964, haskell-hakyll/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 59 community-staging-x86_64/PKGBUILD | 59 2 files changed, 118 insertions(+) Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 179964, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 12:46:35 UTC (rev 179965) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.8.3.1 +pkgrel=6 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" "haskell-cmdargs" + "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" + "haskell-http-types" "haskell-lrucache" "haskell-mtl" "haskell-network" + "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc" + "haskell-parsec" "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" + "haskell-resourcet" "haskell-scientific" "haskell-tagsoup" "haskell-text" + "haskell-time-locale-compat" "haskell-unordered-containers" "haskell-vector" + "haskell-yaml") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('e56b4a1b73b5d1b394af9c9730a2baf6df93a8cfd72b0429af36253083fdfaa4') + +prepare() { +sed -e 's/binary >= 0.5&& < 0.8,/binary >= 0.5\&\& < 0.9,/' \ +-e 's/data-default >= 0.4&& < 0.7,/data-default >= 0.4\&\& < 0.8,/' \ +-e 's/process >= 1.0&& < 1.3,/process >= 1.0\&\& < 1.5,/' \ +-e 's/time >= 1.4&& < 1.6,/time >= 1.4\&\& < 1.7,/' \ +-e 's/pandoc-citeproc >= 0.4&& < 0.10,/pandoc-citeproc >= 0.4\&\& < 0.11,/' \ +-e 's/tagsoup >= 0.13.1 && < 0.14,/tagsoup >= 0.13.1 \&\& < 0.16,/' \ +-i ${_hkgname}-${pkgver}/${_hkgname}.cabal +} + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid \ +-fcheckexternal -f-watchserver -f-previewserver +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 179964, haskell-hakyll/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 12:46:35 UTC (rev 179965) @@ -0,0 +1,59 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=hakyll +pkgname=haskell-hakyll +pkgver=4.8.3.1 +pkgrel=6 +pkgdesc="A static website compiler library" +url="http://jaspervdj.be/hakyll"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" "haskell-cmdargs" + "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" + "haskell-http-types" "haskell-lrucache" "haskell-mtl" "haskell-network" + "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc" + "
[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 12:46:08 Author: felixonmars Revision: 179964 upgpkg: haskell-hakyll 4.8.3.1-6 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: haskell-hakyll/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 12:44:46 UTC (rev 179963) +++ PKGBUILD2016-06-14 12:46:08 UTC (rev 179964) @@ -5,7 +5,7 @@ _hkgname=hakyll pkgname=haskell-hakyll pkgver=4.8.3.1 -pkgrel=5 +pkgrel=6 pkgdesc="A static website compiler library" url="http://jaspervdj.be/hakyll"; license=("custom:BSD3") @@ -27,6 +27,7 @@ -e 's/process >= 1.0&& < 1.3,/process >= 1.0\&\& < 1.5,/' \ -e 's/time >= 1.4&& < 1.6,/time >= 1.4\&\& < 1.7,/' \ -e 's/pandoc-citeproc >= 0.4&& < 0.10,/pandoc-citeproc >= 0.4\&\& < 0.11,/' \ +-e 's/tagsoup >= 0.13.1 && < 0.14,/tagsoup >= 0.13.1 \&\& < 0.16,/' \ -i ${_hkgname}-${pkgver}/${_hkgname}.cabal }
[arch-commits] Commit in hoogle/repos (4 files)
Date: Tuesday, June 14, 2016 @ 12:44:46 Author: felixonmars Revision: 179963 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: hoogle/repos/community-staging-i686/ hoogle/repos/community-staging-i686/PKGBUILD (from rev 179962, hoogle/trunk/PKGBUILD) hoogle/repos/community-staging-x86_64/ hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 179962, hoogle/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 35 +++ community-staging-x86_64/PKGBUILD | 35 +++ 2 files changed, 70 insertions(+) Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 179962, hoogle/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 12:44:46 UTC (rev 179963) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=4.2.43 +pkgrel=39 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi') +makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-blaze-builder" + "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit" + "haskell-src-exts" "haskell-http-types" "haskell-old-locale" "haskell-parsec" + "haskell-random" "haskell-resourcet" "haskell-safe" "haskell-shake" + "haskell-tagsoup" "haskell-text" "haskell-uniplate" "haskell-vector" + "haskell-vector-algorithms" "haskell-wai" "haskell-warp") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "docs/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -r "$pkgdir"/usr/{lib,share/doc} +} Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 179962, hoogle/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 12:44:46 UTC (rev 179963) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=hoogle +pkgver=4.2.43 +pkgrel=39 +pkgdesc="Haskell API Search" +url="http://www.haskell.org/hoogle/"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi') +makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" "haskell-blaze-builder" + "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit" + "haskell-src-exts" "haskell-http-types" "haskell-old-locale" "haskell-parsec" + "haskell-random" "haskell-resourcet" "haskell-safe" "haskell-shake" + "haskell-tagsoup" "haskell-text" "haskell-uniplate" "haskell-vector" + "haskell-vector-algorithms" "haskell-wai" "haskell-warp") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "docs/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -r "$pkgdir"/usr/{lib,share/doc} +}
[arch-commits] Commit in hoogle/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 12:44:19 Author: felixonmars Revision: 179962 upgpkg: hoogle 4.2.43-39 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: hoogle/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 12:38:27 UTC (rev 179961) +++ PKGBUILD2016-06-14 12:44:19 UTC (rev 179962) @@ -4,7 +4,7 @@ pkgname=hoogle pkgver=4.2.43 -pkgrel=38 +pkgrel=39 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/"; license=("custom:BSD3")
[arch-commits] Commit in cgrep/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 12:38:00 Author: felixonmars Revision: 179960 upgpkg: cgrep 6.6.15-1 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: cgrep/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 12:37:47 UTC (rev 179959) +++ PKGBUILD2016-06-14 12:38:00 UTC (rev 179960) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team pkgname=cgrep -pkgver=6.6.14 -pkgrel=2 +pkgver=6.6.15 +pkgrel=1 pkgdesc="A context-aware grep for source codes" url="http://awgn.github.io/cgrep/"; license=("GPL2") @@ -16,7 +16,7 @@ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat" "haskell-unordered-containers") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) -sha256sums=('9e46ab2f0014e585f3bd8fd85a86926acec04b338bdfe2d6af82ca35cab130cd') +sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa') build() { cd "${srcdir}/${pkgname}-${pkgver}"
[arch-commits] Commit in cgrep/repos (4 files)
Date: Tuesday, June 14, 2016 @ 12:38:27 Author: felixonmars Revision: 179961 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: cgrep/repos/community-staging-i686/ cgrep/repos/community-staging-i686/PKGBUILD (from rev 179960, cgrep/trunk/PKGBUILD) cgrep/repos/community-staging-x86_64/ cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 179960, cgrep/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 31 +++ community-staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 179960, cgrep/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 12:38:27 UTC (rev 179961) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=cgrep +pkgver=6.6.15 +pkgrel=1 +pkgdesc="A context-aware grep for source codes" +url="http://awgn.github.io/cgrep/"; +license=("GPL2") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'pcre') +makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" + "haskell-dlist" "haskell-either" "haskell-mtl" "haskell-regex-base" + "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" "haskell-split" + "haskell-stm" "haskell-stringsearch" "haskell-unix-compat" + "haskell-unordered-containers") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +} Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 179960, cgrep/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 12:38:27 UTC (rev 179961) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +pkgname=cgrep +pkgver=6.6.15 +pkgrel=1 +pkgdesc="A context-aware grep for source codes" +url="http://awgn.github.io/cgrep/"; +license=("GPL2") +arch=('i686' 'x86_64') +depends=('gmp' 'libffi' 'pcre') +makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-async" "haskell-cmdargs" + "haskell-dlist" "haskell-either" "haskell-mtl" "haskell-regex-base" + "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" "haskell-split" + "haskell-stm" "haskell-stringsearch" "haskell-unix-compat" + "haskell-unordered-containers") +source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";) +sha256sums=('f58a557fecdc7066ec60653e7c902b8baedcf4f44a81f890265374b6dab9affa') + +build() { +cd "${srcdir}/${pkgname}-${pkgver}" + +runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" +runhaskell Setup build +} + +package() { +cd "${srcdir}/${pkgname}-${pkgver}" +runhaskell Setup copy --destdir="${pkgdir}" +}
[arch-commits] Commit in haskell-criterion/repos (4 files)
Date: Tuesday, June 14, 2016 @ 12:37:47 Author: felixonmars Revision: 179959 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: haskell-criterion/repos/community-staging-i686/ haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 179958, haskell-criterion/trunk/PKGBUILD) haskell-criterion/repos/community-staging-x86_64/ haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 179958, haskell-criterion/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 44 community-staging-x86_64/PKGBUILD | 44 2 files changed, 88 insertions(+) Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 179958, haskell-criterion/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 12:37:47 UTC (rev 179959) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.1.1.0 +pkgrel=13 +pkgdesc="Robust, reliable performance measurement and analysis" +url="http://www.serpentine.com/criterion"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" + "haskell-hastache" "haskell-mtl" "haskell-mwc-random" "haskell-optparse-applicative" + "haskell-parsec" "haskell-statistics" "haskell-text" "haskell-transformers-compat" + "haskell-vector" "haskell-vector-algorithms") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" +install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" +ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" +runhaskell Setup copy --destdir="${pkgdir}" +install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" +} Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 179958, haskell-criterion/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 12:37:47 UTC (rev 179959) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan +# Contributor: Arch Haskell Team + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.1.1.0 +pkgrel=13 +pkgdesc="Robust, reliable performance measurement and analysis" +url="http://www.serpentine.com/criterion"; +license=("custom:BSD3") +arch=('i686' 'x86_64') +depends=("ghc=8.0.1" "haskell-glob" "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" + "haskell-hastache" "haskell-mtl" "haskell-mwc-random" "haskell-optparse-applicative" + "haskell-parsec" "haskell-statistics" "haskell-text" "haskell-transformers-compat" + "haskell-vector" "haskell-vector-algorithms") +source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";) +sha256sums=('e71855a7a9cd946044b2137f31603e0578f6e517a2ed667a2b479990cc0949dd') + +build() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +runhaskell Setup configure -O --enable-library-profiling --enable-shared \ +--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ +--libsubdir=\$compiler/site-local/\$pkgid +runhaskell Setup build +runhaskell Setup haddock --hoogle --html +runhaskell Setup register --gen-script +runhaskell Setup unregister --gen-script +sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh +sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh +} + +package() { +cd "${srcdir}/${_hkgname}-${pkgver}" + +install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" +
[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)
Date: Tuesday, June 14, 2016 @ 12:37:16 Author: felixonmars Revision: 179958 upgpkg: haskell-criterion 1.1.1.0-13 rebuild with asn1-encoding-0.9.4, cgrep-6.6.15, data-default-0.7.1, data-default-class-0.1.1, js-jquery-3.0.0, microlens-0.4.4.3, pipes-http-1.0.3, scientific-0.3.4.7, shake-0.15.9, tagsoup-0.14 Modified: haskell-criterion/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-06-14 12:35:12 UTC (rev 179957) +++ PKGBUILD2016-06-14 12:37:16 UTC (rev 179958) @@ -5,7 +5,7 @@ _hkgname=criterion pkgname=haskell-criterion pkgver=1.1.1.0 -pkgrel=12 +pkgrel=13 pkgdesc="Robust, reliable performance measurement and analysis" url="http://www.serpentine.com/criterion"; license=("custom:BSD3")
[arch-commits] Commit in xmobar/repos (4 files)
Date: Tuesday, June 14, 2016 @ 12:35:12 Author: felixonmars Revision: 179957 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: xmobar/repos/community-staging-i686/ xmobar/repos/community-staging-i686/PKGBUILD (from rev 179956, xmobar/trunk/PKGBUILD) xmobar/repos/community-staging-x86_64/ xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 179956, xmobar/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 31 +++ community-staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 179956, xmobar/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2016-06-14 12:35:12 UTC (rev 179957) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Arch Haskell Team + +pkgname=xmobar +pkgver=0.23.1 +pkgrel=17 +pkgdesc="A Minimalistic Text Based Status Bar" +url="http://hackage.haskell.org/package/xmobar"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm') +makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' + 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) + +build() { +cd xmobar-$pkgver + +runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm" +runhaskell Setup build +} + +package() { +cd xmobar-$pkgver +runhaskell Setup copy --destdir=${pkgdir} +install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE +} + +md5sums=('f97a10f049796f55cc3d13ee68d07eac') Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 179956, xmobar/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2016-06-14 12:35:12 UTC (rev 179957) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Arch Haskell Team + +pkgname=xmobar +pkgver=0.23.1 +pkgrel=17 +pkgdesc="A Minimalistic Text Based Status Bar" +url="http://hackage.haskell.org/package/xmobar"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm') +makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri' + 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http') +options=('strip') +source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) + +build() { +cd xmobar-$pkgver + +runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft with_iwlib with_xpm" +runhaskell Setup build +} + +package() { +cd xmobar-$pkgver +runhaskell Setup copy --destdir=${pkgdir} +install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE +} + +md5sums=('f97a10f049796f55cc3d13ee68d07eac')