[arch-commits] Commit in kde-cli-tools/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:40:51
  Author: arojas
Revision: 243641

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-cli-tools/repos/kde-unstable-i686/
  kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 243640, kde-cli-tools/kde-unstable/PKGBUILD)
  kde-cli-tools/repos/kde-unstable-x86_64/
  kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243640, kde-cli-tools/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   39 +++
 kde-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 243640, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:40:51 UTC (rev 243641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('21eeb7880c7044cb1cfd7c411022f42b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
+}

Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 243640, 
kde-cli-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:40:51 UTC (rev 243641)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Tools based on KDE Frameworks 5 to better interact with the system
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-cli-tools'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('21eeb7880c7044cb1cfd7c411022f42b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  ln -s /usr/lib/kf5/kdesu $pkgdir/usr/bin/
+}


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:45:52
  Author: arojas
Revision: 243653

archrelease: copy kde-unstable to kde-unstable-any

Added:
  plasma-workspace-wallpapers/repos/kde-unstable-any/
  plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD
(from rev 243652, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: plasma-workspace-wallpapers/repos/kde-unstable-any/PKGBUILD (from rev 
243652, plasma-workspace-wallpapers/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-08-14 06:45:52 UTC (rev 243653)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('a2ede551286881ee035eee92ec928b9e')
+
+prepare() {
+  mkdir 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 polkit-kde-agent/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:45:41
  Author: arojas
Revision: 243652

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  polkit-kde-agent/repos/kde-unstable-i686/
  polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD
(from rev 243651, polkit-kde-agent/kde-unstable/PKGBUILD)
  polkit-kde-agent/repos/kde-unstable-x86_64/
  polkit-kde-agent/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243651, polkit-kde-agent/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   39 +++
 kde-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: polkit-kde-agent/repos/kde-unstable-i686/PKGBUILD (from rev 243651, 
polkit-kde-agent/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:45:41 UTC (rev 243652)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('60d6955731885eaf9a3bfd8d8df5c325')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=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/kde-unstable-x86_64/PKGBUILD (from rev 243651, 
polkit-kde-agent/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:45:41 UTC (rev 243652)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('60d6955731885eaf9a3bfd8d8df5c325')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in plasma-mediacenter/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:01:57
  Author: arojas
Revision: 243664

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-mediacenter/repos/kde-unstable-i686/
  plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD
(from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)
  plasma-mediacenter/repos/kde-unstable-x86_64/
  plasma-mediacenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243663, plasma-mediacenter/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-mediacenter/repos/kde-unstable-i686/PKGBUILD (from rev 243663, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:01:57 UTC (rev 243664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.95
+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)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('3461e1da6734319374ba4cc406729bde')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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/kde-unstable-x86_64/PKGBUILD (from rev 243663, 
plasma-mediacenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:01:57 UTC (rev 243664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.95
+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)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('3461e1da6734319374ba4cc406729bde')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kde-gtk-config/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:00:51
  Author: arojas
Revision: 243660

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kde-gtk-config/repos/kde-unstable-i686/
  kde-gtk-config/repos/kde-unstable-i686/PKGBUILD
(from rev 243659, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-i686/kde-gtk-config.install
(from rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
  kde-gtk-config/repos/kde-unstable-x86_64/
  kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243659, kde-gtk-config/kde-unstable/PKGBUILD)
  kde-gtk-config/repos/kde-unstable-x86_64/kde-gtk-config.install
(from rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)

+
 kde-unstable-i686/PKGBUILD |   44 +++
 kde-unstable-i686/kde-gtk-config.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   44 +++
 kde-unstable-x86_64/kde-gtk-config.install |   12 +++
 4 files changed, 112 insertions(+)

Copied: kde-gtk-config/repos/kde-unstable-i686/PKGBUILD (from rev 243659, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:00:51 UTC (rev 243660)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kde-gtk-config
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('4a84c945c8c9079fb2dd8d4b023c8650')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=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/kde-unstable-i686/kde-gtk-config.install (from rev 
243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- kde-unstable-i686/kde-gtk-config.install(rev 0)
+++ kde-unstable-i686/kde-gtk-config.install2015-08-14 07:00:51 UTC (rev 
243660)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kde-gtk-config/repos/kde-unstable-x86_64/PKGBUILD (from rev 243659, 
kde-gtk-config/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:00:51 UTC (rev 243660)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kde-gtk-config
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='GTK2 and GTK3 Configurator for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
+license=('LGPL')
+depends=('knewstuff' 'kde-cli-tools')
+makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
+optdepends=('gtk2: GTK2 apps support'
+'gtk3: GTK3 apps support')
+conflicts=('kde-gtk-config-frameworks')
+replaces=('kde-gtk-config-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('4a84c945c8c9079fb2dd8d4b023c8650')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=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/kde-unstable-x86_64/kde-gtk-config.install (from 
rev 243659, kde-gtk-config/kde-unstable/kde-gtk-config.install)
===
--- 

[arch-commits] Commit in sddm-kcm/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:01:40
  Author: arojas
Revision: 243663

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  sddm-kcm/repos/kde-unstable-i686/
  sddm-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 243662, sddm-kcm/kde-unstable/PKGBUILD)
  sddm-kcm/repos/kde-unstable-x86_64/
  sddm-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243662, sddm-kcm/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: sddm-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 243662, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:01:40 UTC (rev 243663)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0ef858656bb3c3a24dc5ec0b7e0db24f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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/kde-unstable-x86_64/PKGBUILD (from rev 243662, 
sddm-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:01:40 UTC (rev 243663)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0ef858656bb3c3a24dc5ec0b7e0db24f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+


[arch-commits] Commit in ksshaskpass/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:01:23
  Author: arojas
Revision: 243662

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  ksshaskpass/repos/kde-unstable-i686/
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
(from rev 243661, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.sh
(from rev 243661, ksshaskpass/kde-unstable/ksshaskpass.sh)
  ksshaskpass/repos/kde-unstable-x86_64/
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243661, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.sh
(from rev 243661, ksshaskpass/kde-unstable/ksshaskpass.sh)

+
 kde-unstable-i686/PKGBUILD |   43 +++
 kde-unstable-i686/ksshaskpass.sh   |1 
 kde-unstable-x86_64/PKGBUILD   |   43 +++
 kde-unstable-x86_64/ksshaskpass.sh |1 
 4 files changed, 88 insertions(+)

Copied: ksshaskpass/repos/kde-unstable-i686/PKGBUILD (from rev 243661, 
ksshaskpass/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:01:23 UTC (rev 243662)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('bb0c4d64c74c8d84ed976b579f14241b'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir 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
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/kde-unstable-i686/ksshaskpass.sh (from rev 243661, 
ksshaskpass/kde-unstable/ksshaskpass.sh)
===
--- kde-unstable-i686/ksshaskpass.sh(rev 0)
+++ kde-unstable-i686/ksshaskpass.sh2015-08-14 07:01:23 UTC (rev 243662)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Copied: ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD (from rev 243661, 
ksshaskpass/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:01:23 UTC (rev 243662)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('bb0c4d64c74c8d84ed976b579f14241b'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir 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
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.sh (from rev 243661, 
ksshaskpass/kde-unstable/ksshaskpass.sh)
===
--- kde-unstable-x86_64/ksshaskpass.sh  (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.sh  2015-08-14 07:01:23 UTC (rev 243662)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass


[arch-commits] Commit in plasma-sdk/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:02:16
  Author: arojas
Revision: 243665

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-sdk/repos/kde-unstable-i686/
  plasma-sdk/repos/kde-unstable-i686/PKGBUILD
(from rev 243664, plasma-sdk/kde-unstable/PKGBUILD)
  plasma-sdk/repos/kde-unstable-x86_64/
  plasma-sdk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243664, plasma-sdk/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: plasma-sdk/repos/kde-unstable-i686/PKGBUILD (from rev 243664, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:02:16 UTC (rev 243665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b506d57105525a4433ca376e4c619e07')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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/kde-unstable-x86_64/PKGBUILD (from rev 243664, 
plasma-sdk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:02:16 UTC (rev 243665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-sdk
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Applications useful for Plasma development
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/extragear/sdk/plasma-sdk'
+license=(LGPL)
+depends=(plasma-framework ktexteditor knewstuff qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('b506d57105525a4433ca376e4c619e07')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (3 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:12:06
  Author: arojas
Revision: 243666

Add kwayland-integration (new plasma package)

Added:
  kwayland-integration/
  kwayland-integration/kde-unstable/
  kwayland-integration/kde-unstable/PKGBUILD

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Added: kwayland-integration/kde-unstable/PKGBUILD
===
--- kwayland-integration/kde-unstable/PKGBUILD  (rev 0)
+++ kwayland-integration/kde-unstable/PKGBUILD  2015-08-14 07:12:06 UTC (rev 
243666)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kwayland-integration/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in oxygen/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:37:25
  Author: arojas
Revision: 243639

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  oxygen/repos/kde-unstable-i686/
  oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 243638, oxygen/kde-unstable/PKGBUILD)
  oxygen/repos/kde-unstable-x86_64/
  oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243638, oxygen/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   74 +
 kde-unstable-x86_64/PKGBUILD |   74 +
 2 files changed, 148 insertions(+)

Copied: oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 243638, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:37:25 UTC (rev 243639)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.3.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('60c15cabb34856409827f25ca898b3f3')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r ${pkgdir}/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  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/kde-unstable-x86_64/PKGBUILD (from rev 243638, 
oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:37:25 UTC (rev 243639)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=oxygen
+pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4')
+pkgver=5.3.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/oxygen'
+license=('LGPL')
+makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 
'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('60c15cabb34856409827f25ca898b3f3')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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')
+  optdepends=('oxygen-cursors: cursor themes for Plasma 5')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Cursors conflicts with kdebase-workspace
+  rm -r ${pkgdir}/usr/share/icons/
+}
+
+package_oxygen-cursors() {
+  pkgdesc='KDE Oxygen cursor themes for Plasma 5'
+  groups=('plasma')
+  conflicts=('kdebase-workspace')
+
+  cd build/cursors
+  make DESTDIR=${pkgdir} install
+}
+
+package_oxygen-kde4() {
+  pkgdesc='KDE Oxygen style for KDE4 applications'
+  depends=('kdelibs')
+  conflicts=('kdebase-workspace')
+
+  cd build-kde4
+  make 

[arch-commits] Commit in kwin/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:52
  Author: arojas
Revision: 243638

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-i686/
  kwin/repos/kde-unstable-i686/PKGBUILD
(from rev 243637, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-i686/kwin.install
(from rev 243637, kwin/kde-unstable/kwin.install)
  kwin/repos/kde-unstable-x86_64/
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243637, kwin/kde-unstable/PKGBUILD)
  kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 243637, kwin/kde-unstable/kwin.install)

--+
 kde-unstable-i686/PKGBUILD   |   40 +
 kde-unstable-i686/kwin.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   40 +
 kde-unstable-x86_64/kwin.install |   11 ++
 4 files changed, 102 insertions(+)

Copied: kwin/repos/kde-unstable-i686/PKGBUILD (from rev 243637, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e84c934da954afb6d4ae0378a2b6bbba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-i686/kwin.install (from rev 243637, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-i686/kwin.install  (rev 0)
+++ kde-unstable-i686/kwin.install  2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 243637, 
kwin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e84c934da954afb6d4ae0378a2b6bbba')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/kde-unstable-x86_64/kwin.install (from rev 243637, 
kwin/kde-unstable/kwin.install)
===
--- kde-unstable-x86_64/kwin.install(rev 0)
+++ kde-unstable-x86_64/kwin.install2015-08-14 06:36:52 UTC (rev 243638)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in breeze/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:37:59
  Author: arojas
Revision: 243640

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  breeze/repos/kde-unstable-i686/
  breeze/repos/kde-unstable-i686/PKGBUILD
(from rev 243639, breeze/kde-unstable/PKGBUILD)
  breeze/repos/kde-unstable-x86_64/
  breeze/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243639, breeze/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   83 +
 kde-unstable-x86_64/PKGBUILD |   83 +
 2 files changed, 166 insertions(+)

Copied: breeze/repos/kde-unstable-i686/PKGBUILD (from rev 243639, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:37:59 UTC (rev 243640)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
+pkgver=5.3.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('8b0f900c52f5a2865eee2bd27d4c6e80')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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'
+   'gtk-theme-orion: GTK theme matching Breeze'
+   'kcmutils: for breeze-settings')
+  groups=('plasma')
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # split off icons
+  rm -r $pkgdir/usr/share/icons/{breeze,breeze-dark}
+
+  # make QtCurve preset and color scheme available for KDE4 too
+  install -d $pkgdir/usr/share/apps/{QtCurve,color-schemes}
+  ln -s /usr/share/QtCurve/Breeze.qtcurve $pkgdir/usr/share/apps/QtCurve/
+  ln -s /usr/share/color-schemes/Breeze{,Dark}.colors 
$pkgdir/usr/share/apps/color-schemes/
+}
+
+package_breeze-icons() {
+  pkgdesc='Breeze icon themes for KDE Plasma'
+  optdepends=('oxygen-icons: fallback icon theme')
+  groups=('plasma')
+  
+  cd build/icons
+  make DESTDIR=$pkgdir install
+
+  cd ../icons-dark
+  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/kde-unstable-x86_64/PKGBUILD (from rev 243639, 
breeze/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:37:59 UTC (rev 243640)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgbase=breeze
+pkgname=('breeze' 'breeze-icons' 'breeze-kde4')
+pkgver=5.3.95
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/breeze'
+license=('LGPL')
+makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
+ 'automoc4' 'kdecoration' 'kcmutils')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz;)
+md5sums=('8b0f900c52f5a2865eee2bd27d4c6e80')
+
+prepare() {
+  mkdir build{,-kde4}
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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 

[arch-commits] Commit in libksysguard/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:41:57
  Author: arojas
Revision: 243642

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libksysguard/repos/kde-unstable-i686/
  libksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 243641, libksysguard/kde-unstable/PKGBUILD)
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243641, libksysguard/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: libksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 243641, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:41:57 UTC (rev 243642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e7b94a453bd3625c3a29983b471c84b6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 243641, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:41:57 UTC (rev 243642)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libksysguard'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e7b94a453bd3625c3a29983b471c84b6')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in plasma-workspace/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:42:49
  Author: arojas
Revision: 243645

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-workspace/repos/kde-unstable-i686/
  plasma-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 243644, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-i686/kde.pam
(from rev 243644, plasma-workspace/kde-unstable/kde.pam)
  plasma-workspace/repos/kde-unstable-x86_64/
  plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243644, plasma-workspace/kde-unstable/PKGBUILD)
  plasma-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 243644, plasma-workspace/kde-unstable/kde.pam)

--+
 kde-unstable-i686/PKGBUILD   |   72 +
 kde-unstable-i686/kde.pam|6 +++
 kde-unstable-x86_64/PKGBUILD |   72 +
 kde-unstable-x86_64/kde.pam  |6 +++
 4 files changed, 156 insertions(+)

Copied: plasma-workspace/repos/kde-unstable-i686/PKGBUILD (from rev 243644, 
plasma-workspace/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:42:49 UTC (rev 243645)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it
+# but nvidia providing libgl does not depend on libxdamage
+depends=('knewstuff' 'kjsembed' 'knotifyconfig' 'libxdamage' 'kwayland'
+ 'libksysguard' 'libkscreen' 'ktexteditor' 'libqalculate'
+ 'qt5-tools' 'kded' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
+ 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kwin' 'gpsd' 'baloo'
+ 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
+'kde.pam')
+md5sums=('7c87284c6041533fdcb72ba9992f66bc'
+ '929b182dec8a096206ad493477c09d2c')
+
+prepare() {
+  mkdir build
+
+  cd ${pkgbase}-${pkgver}
+  # be sure to use the Qt5 version of qtpaths
+  sed -i 's:qtpaths:qtpaths-qt5:' startkde/startkde.cmake
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_plasma-workspace() {
+  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
+  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
+  conflicts=('kdebase-workspace')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  install -D ${srcdir}/kde.pam \
+${pkgdir}/etc/pam.d/kde
+
+  # Remove conflicts with drkonqi
+  rm ${pkgdir}/usr/lib/drkonqi
+  rm -r ${pkgdir}/usr/share/drkonqi
+}
+
+package_drkonqi() {
+  pkgdesc='KDE crash handler'
+  depends=('kdewebkit' 'kxmlrpcclient' 'gdb')
+
+  cd build/drkonqi
+  make DESTDIR=${pkgdir} install
+}

Copied: plasma-workspace/repos/kde-unstable-i686/kde.pam (from rev 243644, 
plasma-workspace/kde-unstable/kde.pam)
===
--- kde-unstable-i686/kde.pam   (rev 0)
+++ kde-unstable-i686/kde.pam   2015-08-14 06:42:49 UTC (rev 243645)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+authinclude system-login
+account include system-login
+passwordinclude system-login
+session include system-login

Copied: plasma-workspace/repos/kde-unstable-x86_64/PKGBUILD (from rev 243644, 
plasma-workspace/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:42:49 UTC (rev 243645)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+# Contributor: Alexey D. lq07829icatm at rambler.ru
+
+pkgbase=plasma-workspace
+pkgname=('plasma-workspace' 'drkonqi')
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Plasma Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+# note on libxdamage:
+# not detected by namcap because libgl depends on it

[arch-commits] Commit in libkscreen/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:42:18
  Author: arojas
Revision: 243643

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkscreen/repos/kde-unstable-i686/
  libkscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 243642, libkscreen/kde-unstable/PKGBUILD)
  libkscreen/repos/kde-unstable-x86_64/
  libkscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243642, libkscreen/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   40 
 kde-unstable-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: libkscreen/repos/kde-unstable-i686/PKGBUILD (from rev 243642, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:42:18 UTC (rev 243643)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=libkscreen
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('29d852cedceafde9b9bf3c447646cc9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 243642, 
libkscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:42:18 UTC (rev 243643)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=libkscreen
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE screen management software'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libkscreen'
+license=('LGPL')
+depends=('qt5-x11extras' 'libxrandr')
+makedepends=('extra-cmake-modules')
+conflicts=('libkscreen-frameworks')
+replaces=('libkscreen-frameworks')
+provides=('libkscreen-frameworks')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/libkscreen-$pkgver.tar.xz;)
+md5sums=('29d852cedceafde9b9bf3c447646cc9c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in milou/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:42:34
  Author: arojas
Revision: 243644

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  milou/repos/kde-unstable-i686/
  milou/repos/kde-unstable-i686/PKGBUILD
(from rev 243643, milou/kde-unstable/PKGBUILD)
  milou/repos/kde-unstable-x86_64/
  milou/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243643, milou/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: milou/repos/kde-unstable-i686/PKGBUILD (from rev 243643, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:42:34 UTC (rev 243644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('43371e6a317a0d6b1ca9f188a454a922')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: milou/repos/kde-unstable-x86_64/PKGBUILD (from rev 243643, 
milou/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:42:34 UTC (rev 243644)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=milou
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=A dedicated search application built on top of Baloo
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/milou/'
+license=('LGPL')
+depends=('krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('43371e6a317a0d6b1ca9f188a454a922')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:44:09
  Author: arojas
Revision: 243648

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  ksysguard/repos/kde-unstable-i686/
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 243647, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 243647, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243647, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 243647, ksysguard/kde-unstable/ksysguard.install)

---+
 kde-unstable-i686/PKGBUILD|   40 
 kde-unstable-i686/ksysguard.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   40 
 kde-unstable-x86_64/ksysguard.install |   12 +
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 243647, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.95
+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')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0cefe14ac284fe7da9e0bfe6ede4b497')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 243647, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 243647, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.95
+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')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0cefe14ac284fe7da9e0bfe6ede4b497')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksysguard/repos/kde-unstable-x86_64/ksysguard.install (from rev 243647, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-x86_64/ksysguard.install   (rev 0)
+++ kde-unstable-x86_64/ksysguard.install   2015-08-14 06:44:09 UTC (rev 
243648)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in khotkeys/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:43:31
  Author: arojas
Revision: 243646

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  khotkeys/repos/kde-unstable-i686/
  khotkeys/repos/kde-unstable-i686/PKGBUILD
(from rev 243645, khotkeys/kde-unstable/PKGBUILD)
  khotkeys/repos/kde-unstable-x86_64/
  khotkeys/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243645, khotkeys/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: khotkeys/repos/kde-unstable-i686/PKGBUILD (from rev 243645, 
khotkeys/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:43:31 UTC (rev 243646)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('42677d2dee272ed7c49df3861bb46011')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: khotkeys/repos/kde-unstable-x86_64/PKGBUILD (from rev 243645, 
khotkeys/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:43:31 UTC (rev 243646)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khotkeys
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KHotKeys'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khotkeys'
+license=('LGPL')
+depends=('plasma-workspace')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('42677d2dee272ed7c49df3861bb46011')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in kwayland-integration (5 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:14:18
  Author: arojas
Revision: 243667

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwayland-integration/repos/
  kwayland-integration/repos/kde-unstable-i686/
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243666, kwayland-integration/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   34 ++
 kde-unstable-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 243666, 
kwayland-integration/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-08-14 07:14:18 UTC (rev 243667)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
243666, kwayland-integration/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-08-14 07:14:18 UTC (rev 243667)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (3 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:38:34
  Author: arojas
Revision: 243668

Add plasma-pa (new plasma package)

Added:
  plasma-pa/
  plasma-pa/kde-unstable/
  plasma-pa/kde-unstable/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: plasma-pa/kde-unstable/PKGBUILD
===
--- plasma-pa/kde-unstable/PKGBUILD (rev 0)
+++ plasma-pa/kde-unstable/PKGBUILD 2015-08-14 07:38:34 UTC (rev 243668)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-pa
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('bcaeb4ddffc468db9c8d794efad23879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: plasma-pa/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (kgamma5 kgamma5/kde-unstable kgamma5/kde-unstable/PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:50:49
  Author: arojas
Revision: 243672

Add kgamma5 (new plasma package)

Added:
  kgamma5/
  kgamma5/kde-unstable/
  kgamma5/kde-unstable/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: kgamma5/kde-unstable/PKGBUILD
===
--- kgamma5/kde-unstable/PKGBUILD   (rev 0)
+++ kgamma5/kde-unstable/PKGBUILD   2015-08-14 07:50:49 UTC (rev 243672)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kgamma5
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Adjust your monitor's gamma settings
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('236325ebb31787a192c9ed61402fbf57')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgamma-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kgamma5/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in kde-applications-meta/kde-unstable (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:14:14
  Author: arojas
Revision: 243633

Drop kgamma, moved to plasma

Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 06:13:30 UTC (rev 243632)
+++ PKGBUILD2015-08-14 06:14:14 UTC (rev 243633)
@@ -22,7 +22,7 @@
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
 pkgver=15.08
-pkgrel=0.2
+pkgrel=0.3
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
@@ -171,7 +171,6 @@
depends=('gwenview'
 'kdegraphics-kamera'
 'kdegraphics-kcolorchooser'
-'kdegraphics-kgamma'
 'kdegraphics-kolourpaint'
 'kruler'
  'kdegraphics-ksaneplugin'


[arch-commits] Commit in (baloo/trunk/PKGBUILD kfilemetadata/trunk/PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:13:30
  Author: arojas
Revision: 243632

Add to kf5 group

Modified:
  baloo/trunk/PKGBUILD
  kfilemetadata/trunk/PKGBUILD

--+
 baloo/trunk/PKGBUILD |1 +
 kfilemetadata/trunk/PKGBUILD |1 +
 2 files changed, 2 insertions(+)

Modified: baloo/trunk/PKGBUILD
===
--- baloo/trunk/PKGBUILD2015-08-14 05:58:15 UTC (rev 243631)
+++ baloo/trunk/PKGBUILD2015-08-14 06:13:30 UTC (rev 243632)
@@ -14,6 +14,7 @@
 conflicts=('baloo-frameworks')
 replaces=('baloo-frameworks')
 provides=('baloo-frameworks')
+groups=('kf5')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 md5sums=('67bceaf70f9da493161c0eb94a214099')

Modified: kfilemetadata/trunk/PKGBUILD
===
--- kfilemetadata/trunk/PKGBUILD2015-08-14 05:58:15 UTC (rev 243631)
+++ kfilemetadata/trunk/PKGBUILD2015-08-14 06:13:30 UTC (rev 243632)
@@ -12,6 +12,7 @@
 depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
 optdepends=('catdoc: Extract text from office 98 files')
 makedepends=('extra-cmake-modules' 'catdoc' 'python')
+groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('29ec6733d6f8e5441bff7b886efcc880696c5137')
 


[arch-commits] Commit in ttf-oxygen/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:03
  Author: arojas
Revision: 243635

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  ttf-oxygen/repos/kde-unstable-i686/
  ttf-oxygen/repos/kde-unstable-i686/PKGBUILD
(from rev 243634, ttf-oxygen/kde-unstable/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install
(from rev 243634, ttf-oxygen/kde-unstable/ttf-oxygen.install)
  ttf-oxygen/repos/kde-unstable-x86_64/
  ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243634, ttf-oxygen/kde-unstable/PKGBUILD)
  ttf-oxygen/repos/kde-unstable-x86_64/ttf-oxygen.install
(from rev 243634, ttf-oxygen/kde-unstable/ttf-oxygen.install)

+
 kde-unstable-i686/PKGBUILD |   48 +++
 kde-unstable-i686/ttf-oxygen.install   |   15 +
 kde-unstable-x86_64/PKGBUILD   |   48 +++
 kde-unstable-x86_64/ttf-oxygen.install |   15 +
 4 files changed, 126 insertions(+)

Copied: ttf-oxygen/repos/kde-unstable-i686/PKGBUILD (from rev 243634, 
ttf-oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:03 UTC (rev 243635)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('21766bf9ce54c8afcf789498093bdabb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/kde-unstable-i686/ttf-oxygen.install (from rev 243634, 
ttf-oxygen/kde-unstable/ttf-oxygen.install)
===
--- kde-unstable-i686/ttf-oxygen.install(rev 0)
+++ kde-unstable-i686/ttf-oxygen.install2015-08-14 06:36:03 UTC (rev 
243635)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: ttf-oxygen/repos/kde-unstable-x86_64/PKGBUILD (from rev 243634, 
ttf-oxygen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:03 UTC (rev 243635)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('i686' 'x86_64') # CMake files are arch-dependent
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('21766bf9ce54c8afcf789498093bdabb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF

[arch-commits] Commit in kwayland/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:19
  Author: arojas
Revision: 243636

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwayland/repos/kde-unstable-i686/
  kwayland/repos/kde-unstable-i686/PKGBUILD
(from rev 243635, kwayland/kde-unstable/PKGBUILD)
  kwayland/repos/kde-unstable-x86_64/
  kwayland/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243635, kwayland/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kwayland/repos/kde-unstable-i686/PKGBUILD (from rev 243635, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:19 UTC (rev 243636)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27f5b858fd13807b01c4019658b40a15')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kwayland/repos/kde-unstable-x86_64/PKGBUILD (from rev 243635, 
kwayland/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:19 UTC (rev 243636)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('27f5b858fd13807b01c4019658b40a15')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kdecoration/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:36:37
  Author: arojas
Revision: 243637

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdecoration/repos/kde-unstable-i686/
  kdecoration/repos/kde-unstable-i686/PKGBUILD
(from rev 243636, kdecoration/kde-unstable/PKGBUILD)
  kdecoration/repos/kde-unstable-x86_64/
  kdecoration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243636, kdecoration/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kdecoration/repos/kde-unstable-i686/PKGBUILD (from rev 243636, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:36:37 UTC (rev 243637)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('8c6cc34e2f495122447df6fa0cee6139')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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/kde-unstable-x86_64/PKGBUILD (from rev 243636, 
kdecoration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:36:37 UTC (rev 243637)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdecoration
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plugin based library to create window decorations'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdecoration'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('8c6cc34e2f495122447df6fa0cee6139')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kmenuedit/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:44:42
  Author: arojas
Revision: 243650

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kmenuedit/repos/kde-unstable-i686/
  kmenuedit/repos/kde-unstable-i686/PKGBUILD
(from rev 243649, kmenuedit/kde-unstable/PKGBUILD)
  kmenuedit/repos/kde-unstable-i686/kmenuedit.install
(from rev 243649, kmenuedit/kde-unstable/kmenuedit.install)
  kmenuedit/repos/kde-unstable-x86_64/
  kmenuedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243649, kmenuedit/kde-unstable/PKGBUILD)
  kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install
(from rev 243649, kmenuedit/kde-unstable/kmenuedit.install)

---+
 kde-unstable-i686/PKGBUILD|   39 
 kde-unstable-i686/kmenuedit.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   39 
 kde-unstable-x86_64/kmenuedit.install |   12 +
 4 files changed, 102 insertions(+)

Copied: kmenuedit/repos/kde-unstable-i686/PKGBUILD (from rev 243649, 
kmenuedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:44:42 UTC (rev 243650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('fffbd5e3c5839749aea43bb9fe886a24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kmenuedit/repos/kde-unstable-i686/kmenuedit.install (from rev 243649, 
kmenuedit/kde-unstable/kmenuedit.install)
===
--- kde-unstable-i686/kmenuedit.install (rev 0)
+++ kde-unstable-i686/kmenuedit.install 2015-08-14 06:44:42 UTC (rev 243650)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kmenuedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 243649, 
kmenuedit/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:44:42 UTC (rev 243650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('fffbd5e3c5839749aea43bb9fe886a24')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kmenuedit/repos/kde-unstable-x86_64/kmenuedit.install (from rev 243649, 
kmenuedit/kde-unstable/kmenuedit.install)
===
--- kde-unstable-x86_64/kmenuedit.install   (rev 0)
+++ kde-unstable-x86_64/kmenuedit.install   2015-08-14 06:44:42 UTC (rev 
243650)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


[arch-commits] Commit in kinfocenter/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:43:49
  Author: arojas
Revision: 243647

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kinfocenter/repos/kde-unstable-i686/
  kinfocenter/repos/kde-unstable-i686/PKGBUILD
(from rev 243646, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/kde-unstable-i686/kcm-about-distrorc
(from rev 243646, kinfocenter/kde-unstable/kcm-about-distrorc)
  kinfocenter/repos/kde-unstable-x86_64/
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243646, kinfocenter/kde-unstable/PKGBUILD)
  kinfocenter/repos/kde-unstable-x86_64/kcm-about-distrorc
(from rev 243646, kinfocenter/kde-unstable/kcm-about-distrorc)

+
 kde-unstable-i686/PKGBUILD |   45 +++
 kde-unstable-i686/kcm-about-distrorc   |2 +
 kde-unstable-x86_64/PKGBUILD   |   45 +++
 kde-unstable-x86_64/kcm-about-distrorc |2 +
 4 files changed, 94 insertions(+)

Copied: kinfocenter/repos/kde-unstable-i686/PKGBUILD (from rev 243646, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:43:49 UTC (rev 243647)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.3.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('d13f4c040a8ee6a891fc65c10c8f835f'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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/kde-unstable-i686/kcm-about-distrorc (from rev 
243646, kinfocenter/kde-unstable/kcm-about-distrorc)
===
--- kde-unstable-i686/kcm-about-distrorc(rev 0)
+++ kde-unstable-i686/kcm-about-distrorc2015-08-14 06:43:49 UTC (rev 
243647)
@@ -0,0 +1,2 @@
+[General]
+LogoPath=/usr/share/about-distro/archlinux-logo.svg

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 243646, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:43:49 UTC (rev 243647)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kinfocenter
+pkgver=5.3.95
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;
 
+'archlinux-logo.svg::https://sources.archlinux.org/other/artwork/archlinux-logo-dark-scalable.svg'
 'kcm-about-distrorc')
+md5sums=('d13f4c040a8ee6a891fc65c10c8f835f'
+ '518881f04ca9d4bd8526008767e40ba7'
+ '4b4e2496ea1de3a09de501b5d508f666')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=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 

[arch-commits] Commit in systemsettings/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:44:27
  Author: arojas
Revision: 243649

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  systemsettings/repos/kde-unstable-i686/
  systemsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 243648, systemsettings/kde-unstable/PKGBUILD)
  systemsettings/repos/kde-unstable-x86_64/
  systemsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243648, systemsettings/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: systemsettings/repos/kde-unstable-i686/PKGBUILD (from rev 243648, 
systemsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:44:27 UTC (rev 243649)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('d89d80d1698f661cd20a6d45abb41af1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: systemsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 243648, 
systemsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:44:27 UTC (rev 243649)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=systemsettings
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE system settings'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/systemsettings'
+license=('LGPL')
+depends=('kcmutils' 'khtml')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('d89d80d1698f661cd20a6d45abb41af1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in powerdevil/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:45:22
  Author: arojas
Revision: 243651

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  powerdevil/repos/kde-unstable-i686/
  powerdevil/repos/kde-unstable-i686/PKGBUILD
(from rev 243650, powerdevil/kde-unstable/PKGBUILD)
  powerdevil/repos/kde-unstable-x86_64/
  powerdevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243650, powerdevil/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: powerdevil/repos/kde-unstable-i686/PKGBUILD (from rev 243650, 
powerdevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:45:22 UTC (rev 243651)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b0a89485a9da8aa32fe9e60824c524b1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: powerdevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 243650, 
powerdevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:45:22 UTC (rev 243651)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b0a89485a9da8aa32fe9e60824c524b1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in bluedevil/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:00:35
  Author: arojas
Revision: 243659

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  bluedevil/repos/kde-unstable-i686/
  bluedevil/repos/kde-unstable-i686/PKGBUILD
(from rev 243658, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-i686/bluedevil.install
(from rev 243658, bluedevil/kde-unstable/bluedevil.install)
  bluedevil/repos/kde-unstable-x86_64/
  bluedevil/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243658, bluedevil/kde-unstable/PKGBUILD)
  bluedevil/repos/kde-unstable-x86_64/bluedevil.install
(from rev 243658, bluedevil/kde-unstable/bluedevil.install)

---+
 kde-unstable-i686/PKGBUILD|   42 
 kde-unstable-i686/bluedevil.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   42 
 kde-unstable-x86_64/bluedevil.install |   12 +
 4 files changed, 108 insertions(+)

Copied: bluedevil/repos/kde-unstable-i686/PKGBUILD (from rev 243658, 
bluedevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:00:35 UTC (rev 243659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('d66e312bc047bc25a63f16450a358f2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluedevil/repos/kde-unstable-i686/bluedevil.install (from rev 243658, 
bluedevil/kde-unstable/bluedevil.install)
===
--- kde-unstable-i686/bluedevil.install (rev 0)
+++ kde-unstable-i686/bluedevil.install 2015-08-14 07:00:35 UTC (rev 243659)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/kde-unstable-x86_64/PKGBUILD (from rev 243658, 
bluedevil/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:00:35 UTC (rev 243659)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil
+pkgver=5.3.95
+pkgrel=1
+epoch=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez-qt' 'kio')
+makedepends=('extra-cmake-modules' 'plasma-framework' 'kded')
+conflicts=('bluedevil-frameworks')
+replaces=('bluedevil-frameworks')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('d66e312bc047bc25a63f16450a358f2b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluedevil/repos/kde-unstable-x86_64/bluedevil.install (from rev 243658, 
bluedevil/kde-unstable/bluedevil.install)
===
--- kde-unstable-x86_64/bluedevil.install   (rev 0)
+++ kde-unstable-x86_64/bluedevil.install   2015-08-14 07:00:35 UTC (rev 
243659)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in kscreen/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:01:07
  Author: arojas
Revision: 243661

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kscreen/repos/kde-unstable-i686/
  kscreen/repos/kde-unstable-i686/PKGBUILD
(from rev 243660, kscreen/kde-unstable/PKGBUILD)
  kscreen/repos/kde-unstable-i686/kscreen.install
(from rev 243660, kscreen/kde-unstable/kscreen.install)
  kscreen/repos/kde-unstable-x86_64/
  kscreen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243660, kscreen/kde-unstable/PKGBUILD)
  kscreen/repos/kde-unstable-x86_64/kscreen.install
(from rev 243660, kscreen/kde-unstable/kscreen.install)

-+
 kde-unstable-i686/PKGBUILD  |   40 ++
 kde-unstable-i686/kscreen.install   |   11 +
 kde-unstable-x86_64/PKGBUILD|   40 ++
 kde-unstable-x86_64/kscreen.install |   11 +
 4 files changed, 102 insertions(+)

Copied: kscreen/repos/kde-unstable-i686/PKGBUILD (from rev 243660, 
kscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:01:07 UTC (rev 243661)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kscreen
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
+md5sums=('7b9b77552eaca40c65b37b08a7664ce4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kscreen/repos/kde-unstable-i686/kscreen.install (from rev 243660, 
kscreen/kde-unstable/kscreen.install)
===
--- kde-unstable-i686/kscreen.install   (rev 0)
+++ kde-unstable-i686/kscreen.install   2015-08-14 07:01:07 UTC (rev 243661)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kscreen/repos/kde-unstable-x86_64/PKGBUILD (from rev 243660, 
kscreen/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:01:07 UTC (rev 243661)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=kscreen
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kscreen'
+license=('LGPL')
+depends=('kxmlgui' 'libkscreen' 'qt5-graphicaleffects')
+makedepends=('extra-cmake-modules' 'python')
+conflicts=('kscreen-frameworks')
+replaces=('kscreen-frameworks')
+groups=('plasma')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/kscreen-$pkgver.tar.xz;)
+md5sums=('7b9b77552eaca40c65b37b08a7664ce4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kscreen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kscreen/repos/kde-unstable-x86_64/kscreen.install (from rev 243660, 
kscreen/kde-unstable/kscreen.install)
===
--- kde-unstable-x86_64/kscreen.install (rev 0)
+++ kde-unstable-x86_64/kscreen.install 2015-08-14 07:01:07 UTC (rev 243661)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in kdeplasma-addons/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:00:16
  Author: arojas
Revision: 243658

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeplasma-addons/repos/kde-unstable-i686/
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 243657, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 243657, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243657, kdeplasma-addons/kde-unstable/PKGBUILD)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 243657, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)

--+
 kde-unstable-i686/PKGBUILD   |   42 +
 kde-unstable-i686/kdeplasma-addons.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   42 +
 kde-unstable-x86_64/kdeplasma-addons.install |   11 ++
 4 files changed, 106 insertions(+)

Copied: kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD (from rev 243657, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:00:16 UTC (rev 243658)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeplasma-addons
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install=${pkgname}.install
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('ab7ac39596e05755e890e3dca3c8fa5b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install (from 
rev 243657, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
===
--- kde-unstable-i686/kdeplasma-addons.install  (rev 0)
+++ kde-unstable-i686/kdeplasma-addons.install  2015-08-14 07:00:16 UTC (rev 
243658)
@@ -0,0 +1,11 @@
+post_install() {
+[[ -x xdg-icon-resource ]]  xdg-icon-resource forceupdate --theme 
hicolor  /dev/null || true
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 243657, 
kdeplasma-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:00:16 UTC (rev 243658)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeplasma-addons
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='All kind of addons to improve your Plasma experience'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kdeplasma-addons'
+license=('LGPL')
+depends=('krunner' 'kdelibs4support' 'knewstuff' 'kross')
+makedepends=('extra-cmake-modules' 'kdoctools' 'libibus' 'scim')
+optdepends=('ibus: kimpanel IBUS support'
+'scim: kimpanel SCIM support')
+install=${pkgname}.install
+conflicts=('kdebase-workspace' 'kdeplasma-addons-frameworks')
+replaces=('kdeplasma-addons-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('ab7ac39596e05755e890e3dca3c8fa5b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install 
(from rev 243657, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)

[arch-commits] Commit in khelpcenter/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:59:54
  Author: arojas
Revision: 243657

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  khelpcenter/repos/kde-unstable-i686/
  khelpcenter/repos/kde-unstable-i686/PKGBUILD
(from rev 243656, khelpcenter/kde-unstable/PKGBUILD)
  khelpcenter/repos/kde-unstable-x86_64/
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243656, khelpcenter/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   38 ++
 kde-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: khelpcenter/repos/kde-unstable-i686/PKGBUILD (from rev 243656, 
khelpcenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:59:54 UTC (rev 243657)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('7e1c78bab30783eb92e120ccae8d0dae')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 243656, 
khelpcenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:59:54 UTC (rev 243657)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=khelpcenter
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Application to show KDE Applications' documentation
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
+license=('LGPL')
+groups=('plasma')
+depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('7e1c78bab30783eb92e120ccae8d0dae')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in plasma-nm/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:59:17
  Author: arojas
Revision: 243655

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-nm/repos/kde-unstable-i686/
  plasma-nm/repos/kde-unstable-i686/PKGBUILD
(from rev 243654, plasma-nm/kde-unstable/PKGBUILD)
  plasma-nm/repos/kde-unstable-x86_64/
  plasma-nm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243654, plasma-nm/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   39 +++
 kde-unstable-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: plasma-nm/repos/kde-unstable-i686/PKGBUILD (from rev 243654, 
plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:59:17 UTC (rev 243655)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-nm
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8c2bedc105cddd50721c22d550f5975b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: plasma-nm/repos/kde-unstable-x86_64/PKGBUILD (from rev 243654, 
plasma-nm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:59:17 UTC (rev 243655)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-nm
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plasma applet written in QML for managing network connections'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/plasma-nm'
+license=('GPL2')
+depends=('plasma-framework' 'modemmanager-qt' 'networkmanager-qt' 
'kdelibs4support')
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('8c2bedc105cddd50721c22d550f5975b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in kwrited/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:59:36
  Author: arojas
Revision: 243656

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwrited/repos/kde-unstable-i686/
  kwrited/repos/kde-unstable-i686/PKGBUILD
(from rev 243655, kwrited/kde-unstable/PKGBUILD)
  kwrited/repos/kde-unstable-x86_64/
  kwrited/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243655, kwrited/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: kwrited/repos/kde-unstable-i686/PKGBUILD (from rev 243655, 
kwrited/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:59:36 UTC (rev 243656)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('614125c15995833a0ab5a6d42d4a140f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwrited/repos/kde-unstable-x86_64/PKGBUILD (from rev 243655, 
kwrited/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:59:36 UTC (rev 243656)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwrited
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE daemon listening for wall and write messages'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwrited'
+license=('LGPL')
+depends=('kpty' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('614125c15995833a0ab5a6d42d4a140f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in kwayland-integration/kde-unstable (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:41:01
  Author: arojas
Revision: 243669

Fix plugin install dir

Modified:
  kwayland-integration/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 07:38:34 UTC (rev 243668)
+++ PKGBUILD2015-08-14 07:41:01 UTC (rev 243669)
@@ -3,7 +3,7 @@
 
 pkgname=kwayland-integration
 pkgver=5.3.95
-pkgrel=1
+pkgrel=2
 pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
@@ -24,6 +24,7 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }


[arch-commits] Commit in kwayland-integration/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:41:29
  Author: arojas
Revision: 243670

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
(from rev 243669, kwayland-integration/kde-unstable/PKGBUILD)
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243669, kwayland-integration/kde-unstable/PKGBUILD)
Deleted:
  kwayland-integration/repos/kde-unstable-i686/PKGBUILD
  kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 +
 kde-unstable-i686/PKGBUILD   |   34 ---
 kde-unstable-x86_64/PKGBUILD |   34 ---
 3 files changed, 70 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 07:41:01 UTC (rev 243669)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:41:29 UTC (rev 243670)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwayland-integration
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwayland-integration/repos/kde-unstable-i686/PKGBUILD (from rev 243669, 
kwayland-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 07:41:29 UTC (rev 243670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=2
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 07:41:01 UTC (rev 243669)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:41:29 UTC (rev 243670)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=kwayland-integration
-pkgver=5.3.95
-pkgrel=1
-pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
-license=(LGPL)
-depends=(kwindowsystem kidletime kwayland)
-makedepends=(extra-cmake-modules)
-groups=(plasma)
-source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
-md5sums=('e8767792bd4e4541dbf04bd5a63ee4f5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kwayland-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
243669, kwayland-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 07:41:29 UTC (rev 243670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwayland-integration
+pkgver=5.3.95
+pkgrel=2
+pkgdesc='Provides integration plugins for various KDE frameworks for the 
wayland windowing system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kwayland-integration'
+license=(LGPL)
+depends=(kwindowsystem kidletime kwayland)

[arch-commits] Commit in kgamma5 (5 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:52:58
  Author: arojas
Revision: 243673

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kgamma5/repos/
  kgamma5/repos/kde-unstable-i686/
  kgamma5/repos/kde-unstable-i686/PKGBUILD
(from rev 243672, kgamma5/kde-unstable/PKGBUILD)
  kgamma5/repos/kde-unstable-x86_64/
  kgamma5/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243672, kgamma5/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: kgamma5/repos/kde-unstable-i686/PKGBUILD (from rev 243672, 
kgamma5/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-08-14 07:52:58 UTC (rev 243673)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kgamma5
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Adjust your monitor's gamma settings
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('236325ebb31787a192c9ed61402fbf57')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgamma-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kgamma5/repos/kde-unstable-x86_64/PKGBUILD (from rev 243672, 
kgamma5/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-08-14 07:52:58 UTC (rev 243673)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kgamma5
+pkgver=5.3.95
+pkgrel=1
+pkgdesc=Adjust your monitor's gamma settings
+arch=(i686 x86_64)
+url='https://projects.kde.org/kgamma5'
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('236325ebb31787a192c9ed61402fbf57')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgamma-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in kde-applications-meta/repos/kde-unstable-any (2 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:15:34
  Author: arojas
Revision: 243634

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 243633, kde-applications-meta/kde-unstable/PKGBUILD)
Deleted:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |  615 ++---
 1 file changed, 307 insertions(+), 308 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 06:14:14 UTC (rev 243633)
+++ PKGBUILD2015-08-14 06:15:34 UTC (rev 243634)
@@ -1,308 +0,0 @@
-# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-applications-meta
-pkgname=('kde-applications-meta'
-'kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev'
- 'telepathy-kde-meta')
-pkgver=15.08
-pkgrel=0.2
-arch=(any)
-url='http://www.archlinux.org/'
-license=(GPL)
-
-package_kde-applications-meta() {
-   pkgdesc=('Meta package for KDE Applications')
-depends=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
-}
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'konsole'
-'kate'
-'kwrite')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-artikulate'
-'blinken'
-'cantor'
-'kalgebra'
-'kdeedu-kalzium'
-'kanagram'
-'kbruch'
-'kgeography'
-'khangman'
-'kig'
-'kiten'
-'klettres'
-'kmplot'
-'kstars'
-'kdeedu-ktouch'
-'kturtle'
-'kwordquiz'
-'marble'
-'parley'
-'rocs'
-'step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('bomber'
-'bovo'
-'granatier'
-'kdegames-kajongg'
-'kapman'
-'katomic'
-'kblackbox'
-'kblocks'
-'kbounce'
-'kbreakout'
-'kdiamond'
-'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'killbots'
-'kiriki'
-'kjumpingcube'
-'klines'
-

[arch-commits] Commit in plasma-desktop/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:58:36
  Author: arojas
Revision: 243654

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-desktop/repos/kde-unstable-i686/
  plasma-desktop/repos/kde-unstable-i686/PKGBUILD
(from rev 243653, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install
(from rev 243653, plasma-desktop/kde-unstable/plasma-desktop.install)
  plasma-desktop/repos/kde-unstable-x86_64/
  plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243653, plasma-desktop/kde-unstable/PKGBUILD)
  plasma-desktop/repos/kde-unstable-x86_64/plasma-desktop.install
(from rev 243653, plasma-desktop/kde-unstable/plasma-desktop.install)

+
 kde-unstable-i686/PKGBUILD |   43 +++
 kde-unstable-i686/plasma-desktop.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   43 +++
 kde-unstable-x86_64/plasma-desktop.install |   12 +++
 4 files changed, 110 insertions(+)

Copied: plasma-desktop/repos/kde-unstable-i686/PKGBUILD (from rev 243653, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:58:36 UTC (rev 243654)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('a9a293ec776446ad75bf294f8cd3c6b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: plasma-desktop/repos/kde-unstable-i686/plasma-desktop.install (from rev 
243653, plasma-desktop/kde-unstable/plasma-desktop.install)
===
--- kde-unstable-i686/plasma-desktop.install(rev 0)
+++ kde-unstable-i686/plasma-desktop.install2015-08-14 06:58:36 UTC (rev 
243654)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: plasma-desktop/repos/kde-unstable-x86_64/PKGBUILD (from rev 243653, 
plasma-desktop/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:58:36 UTC (rev 243654)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-desktop
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KDE Plasma Desktop'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'kwin' 'libxkbfile' 
'kmenuedit'
+ 'systemsettings' 'ksysguard' 'kpeople' 'baloo')
+makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 
'xf86-input-synaptics' 'xorg-server-devel')
+optdepends=('plasma-nm: Network manager applet')
+conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks')
+replaces=('kcm-touchpad-frameworks')
+install=${pkgname}.install
+groups=('plasma')
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('a9a293ec776446ad75bf294f8cd3c6b4')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 

[arch-commits] Commit in plasma-pa (5 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 09:42:29
  Author: arojas
Revision: 243671

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  plasma-pa/repos/
  plasma-pa/repos/kde-unstable-i686/
  plasma-pa/repos/kde-unstable-i686/PKGBUILD
(from rev 243670, plasma-pa/kde-unstable/PKGBUILD)
  plasma-pa/repos/kde-unstable-x86_64/
  plasma-pa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243670, plasma-pa/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: plasma-pa/repos/kde-unstable-i686/PKGBUILD (from rev 243670, 
plasma-pa/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-08-14 07:42:29 UTC (rev 243671)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-pa
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('bcaeb4ddffc468db9c8d794efad23879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: plasma-pa/repos/kde-unstable-x86_64/PKGBUILD (from rev 243670, 
plasma-pa/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-08-14 07:42:29 UTC (rev 243671)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=plasma-pa
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='Plasma applet for audio volume management using PulseAudio'
+arch=(i686 x86_64)
+url='https://projects.kde.org/plasma-pa'
+license=(LGPL)
+depends=(plasma-workspace pulseaudio)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('bcaeb4ddffc468db9c8d794efad23879')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in lib32-libdrm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2015-08-14 Thread Laurent Carlier
Date: Friday, August 14, 2015 @ 15:55:47
  Author: lcarlier
Revision: 138355

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD
(from rev 138354, lib32-libdrm/trunk/PKGBUILD)
Deleted:
  lib32-libdrm/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  111 ++---
 1 file changed, 55 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 13:55:41 UTC (rev 138354)
+++ PKGBUILD2015-08-14 13:55:47 UTC (rev 138355)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-_pkgbasename=libdrm
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.62
-pkgrel=1
-pkgdesc=Userspace interface to kernel DRM services (32-bit)
-arch=(x86_64)
-license=('custom')
-depends=('lib32-libpciaccess' $_pkgbasename)
-makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
-options=('!libtool')
-url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc'
-'SKIP')
-validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 
maarten.lankho...@canonical.com
-validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 
damien.lesp...@intel.com
-validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 
airl...@redhat.com
-validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  # pthread is useless in Linux
-  sed -i /pthread-stubs/d configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr \
- --libdir=/usr/lib32 \
- --enable-udev
-
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-  mkdir -p $pkgdir/usr/share/licenses
-  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
-}
-

Copied: lib32-libdrm/repos/multilib-x86_64/PKGBUILD (from rev 138354, 
lib32-libdrm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-14 13:55:47 UTC (rev 138355)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+_pkgbasename=libdrm
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.63
+pkgrel=1
+pkgdesc=Userspace interface to kernel DRM services (32-bit)
+arch=(x86_64)
+license=('custom')
+depends=('lib32-libpciaccess' $_pkgbasename)
+makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
+options=('!libtool')
+url=http://dri.freedesktop.org/;
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('c7ae43520a9c74ee168a3393c7a6d138342e04d9f821f46c0589547c92a3e79e')
+validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 
maarten.lankho...@canonical.com
+validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 
damien.lesp...@intel.com
+validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 
airl...@redhat.com
+validpgpkeys+=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  # pthread is useless in Linux
+  sed -i /pthread-stubs/d configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr \
+ --libdir=/usr/lib32 \
+ --enable-udev
+
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+  mkdir -p $pkgdir/usr/share/licenses
+  ln -s $_pkgbasename $pkgdir/usr/share/licenses/$pkgname
+}
+


[arch-commits] Commit in lib32-libdrm/trunk (PKGBUILD)

2015-08-14 Thread Laurent Carlier
Date: Friday, August 14, 2015 @ 15:55:41
  Author: lcarlier
Revision: 138354

upgpkg: lib32-libdrm 2.4.63-1

upstream update 2.4.63

Modified:
  lib32-libdrm/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 12:31:36 UTC (rev 138353)
+++ PKGBUILD2015-08-14 13:55:41 UTC (rev 138354)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libdrm
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.62
+pkgver=2.4.63
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services (32-bit)
 arch=(x86_64)
@@ -13,9 +13,8 @@
 makedepends=(gcc-multilib xorg-util-macros valgrind-multilib)
 options=('!libtool')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc'
-'SKIP')
+source=(http://dri.freedesktop.org/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('c7ae43520a9c74ee168a3393c7a6d138342e04d9f821f46c0589547c92a3e79e')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 
maarten.lankho...@canonical.com
 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 
damien.lesp...@intel.com
 validpgpkeys+=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # David Airlie 
airl...@redhat.com


[arch-commits] Commit in python-setuptools_scm/trunk (PKGBUILD)

2015-08-14 Thread Felix Yan
Date: Friday, August 14, 2015 @ 16:06:08
  Author: fyan
Revision: 138356

upgpkg: python-setuptools_scm 1.7.0-1

Modified:
  python-setuptools_scm/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 13:55:47 UTC (rev 138355)
+++ PKGBUILD2015-08-14 14:06:08 UTC (rev 138356)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools_scm
 pkgname=(python-setuptools_scm python2-setuptools_scm)
 _pkgname=setuptools_scm
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc=Handles managing your python package versions in scm metadata.
 arch=('any')


[arch-commits] Commit in kmod/repos (8 files)

2015-08-14 Thread Dave Reisner
Date: Friday, August 14, 2015 @ 16:12:19
  Author: dreisner
Revision: 243692

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kmod/repos/testing-i686/
  
kmod/repos/testing-i686/0001-libkmod-module-fix-return-code-in-error-path.patch
(from rev 243691, 
kmod/trunk/0001-libkmod-module-fix-return-code-in-error-path.patch)
  kmod/repos/testing-i686/PKGBUILD
(from rev 243691, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 243691, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  
kmod/repos/testing-x86_64/0001-libkmod-module-fix-return-code-in-error-path.patch
(from rev 243691, 
kmod/trunk/0001-libkmod-module-fix-return-code-in-error-path.patch)
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 243691, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 243691, kmod/trunk/depmod-search.conf)

+
 testing-i686/0001-libkmod-module-fix-return-code-in-error-path.patch   |   34 

 testing-i686/PKGBUILD  |   79 
++
 testing-i686/depmod-search.conf|5 
 testing-x86_64/0001-libkmod-module-fix-return-code-in-error-path.patch |   34 

 testing-x86_64/PKGBUILD|   79 
++
 testing-x86_64/depmod-search.conf  |5 
 6 files changed, 236 insertions(+)

Copied: 
kmod/repos/testing-i686/0001-libkmod-module-fix-return-code-in-error-path.patch 
(from rev 243691, 
kmod/trunk/0001-libkmod-module-fix-return-code-in-error-path.patch)
===
--- testing-i686/0001-libkmod-module-fix-return-code-in-error-path.patch
(rev 0)
+++ testing-i686/0001-libkmod-module-fix-return-code-in-error-path.patch
2015-08-14 14:12:19 UTC (rev 243692)
@@ -0,0 +1,34 @@
+From 114ec87c85c35a2bd3682f9f891e494127be6fb5 Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@intel.com
+Date: Sat, 13 Jun 2015 18:29:47 -0300
+Subject: [PATCH] libkmod-module: fix return code in error path
+
+ENOSYS is the wrong errno to return when we don't find a module in
+kmod_module_insert_module(). Why is it there in the first place?  This
+goes back to kmod v1 when we couldn't load modules by names, but we
+should give a path instead.
+
+708624a (ELF: initial support for modinfo and strip of modversions and
+vermagic.) changed that so we do a lazy-search by the module path in
+this function. Later  f304afe (Change error message to reflect
+reality) fixed the log message but the return coded remained the same.
+---
+ libkmod/libkmod-module.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
+index 366308f..50b2ff9 100644
+--- a/libkmod/libkmod-module.c
 b/libkmod/libkmod-module.c
+@@ -830,7 +830,7 @@ KMOD_EXPORT int kmod_module_insert_module(struct 
kmod_module *mod,
+   path = kmod_module_get_path(mod);
+   if (path == NULL) {
+   ERR(mod-ctx, could not find module by name='%s'\n, 
mod-name);
+-  return -ENOSYS;
++  return -ENOENT;
+   }
+ 
+   mod-file = kmod_file_open(mod-ctx, path);
+-- 
+2.5.0
+

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 243691, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-14 14:12:19 UTC (rev 243692)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=21
+pkgrel=2
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib' 'xz')
+makedepends=('gtk-doc')
+checkdepends=('linux-headers')
+options=('strip' 'debug')
+provides=('module-init-tools=3.16' 'libkmod.so')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.{xz,sign}
+'0001-libkmod-module-fix-return-code-in-error-path.patch'
+depmod-search.conf)
+md5sums=('ee246fab2e1cba9fbdcad6a86ec31531'
+ 'SKIP'
+ '1825c63bd993a9b8a6b2395a1e25cdc6'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 ../0001-libkmod-module-fix-return-code-in-error-path.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-xz \
+--with-zlib
+
+  make
+}
+
+check() {
+  # As of kmod v20, the test suite needs to build some kernel modules, and thus
+  # needs headers available in order to run. 

[arch-commits] Commit in python-setuptools_scm/repos/community-any (PKGBUILD PKGBUILD)

2015-08-14 Thread Felix Yan
Date: Friday, August 14, 2015 @ 16:06:22
  Author: fyan
Revision: 138357

archrelease: copy trunk to community-any

Added:
  python-setuptools_scm/repos/community-any/PKGBUILD
(from rev 138356, python-setuptools_scm/trunk/PKGBUILD)
Deleted:
  python-setuptools_scm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 14:06:08 UTC (rev 138356)
+++ PKGBUILD2015-08-14 14:06:22 UTC (rev 138357)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Hugo Osvaldo Barrera h...@barrera.io
-
-pkgbase=python-setuptools_scm
-pkgname=(python-setuptools_scm python2-setuptools_scm)
-_pkgname=setuptools_scm
-pkgver=1.6.0
-pkgrel=1
-pkgdesc=Handles managing your python package versions in scm metadata.
-arch=('any')
-url=https://github.com/pypa/setuptools_scm;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a $_pkgname{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${_pkgname}
-  python setup.py build
-
-  cd ${srcdir}/${_pkgname}-py2
-  python2 setup.py build
-}
-
-package_python-setuptools_scm() {
-  depends=('python-setuptools')
-
-  cd ${srcdir}/${_pkgname}
-  python setup.py egg_info
-  python setup.py install --root $pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-setuptools_scm() {
-  depends=('python2-setuptools')
-
-  cd ${srcdir}/${_pkgname}-py2
-  python2 setup.py egg_info
-  python2 setup.py install --root $pkgdir
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-setuptools_scm/repos/community-any/PKGBUILD (from rev 138356, 
python-setuptools_scm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-14 14:06:22 UTC (rev 138357)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgbase=python-setuptools_scm
+pkgname=(python-setuptools_scm python2-setuptools_scm)
+_pkgname=setuptools_scm
+pkgver=1.7.0
+pkgrel=1
+pkgdesc=Handles managing your python package versions in scm metadata.
+arch=('any')
+url=https://github.com/pypa/setuptools_scm;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=(git+https://github.com/pypa/setuptools_scm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pkgname{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${_pkgname}
+  python setup.py build
+
+  cd ${srcdir}/${_pkgname}-py2
+  python2 setup.py build
+}
+
+package_python-setuptools_scm() {
+  depends=('python-setuptools')
+
+  cd ${srcdir}/${_pkgname}
+  python setup.py egg_info
+  python setup.py install --root $pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-setuptools_scm() {
+  depends=('python2-setuptools')
+
+  cd ${srcdir}/${_pkgname}-py2
+  python2 setup.py egg_info
+  python2 setup.py install --root $pkgdir
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in libdrm/repos (8 files)

2015-08-14 Thread Laurent Carlier
Date: Friday, August 14, 2015 @ 15:48:51
  Author: lcarlier
Revision: 243690

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libdrm/repos/extra-i686/COPYING
(from rev 243689, libdrm/trunk/COPYING)
  libdrm/repos/extra-i686/PKGBUILD
(from rev 243689, libdrm/trunk/PKGBUILD)
  libdrm/repos/extra-x86_64/COPYING
(from rev 243689, libdrm/trunk/COPYING)
  libdrm/repos/extra-x86_64/PKGBUILD
(from rev 243689, libdrm/trunk/PKGBUILD)
Deleted:
  libdrm/repos/extra-i686/COPYING
  libdrm/repos/extra-i686/PKGBUILD
  libdrm/repos/extra-x86_64/COPYING
  libdrm/repos/extra-x86_64/PKGBUILD

---+
 /COPYING  |   96 
 /PKGBUILD |   96 
 extra-i686/COPYING|   48 
 extra-i686/PKGBUILD   |   49 
 extra-x86_64/COPYING  |   48 
 extra-x86_64/PKGBUILD |   49 
 6 files changed, 192 insertions(+), 194 deletions(-)

Deleted: extra-i686/COPYING
===
--- extra-i686/COPYING  2015-08-14 13:48:42 UTC (rev 243689)
+++ extra-i686/COPYING  2015-08-14 13:48:51 UTC (rev 243690)
@@ -1,48 +0,0 @@
- Copyright 2005 Adam Jackson.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation on the rights to use, copy, modify, merge,
- publish, distribute, sub license, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-
-
- Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
- Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
- All Rights Reserved.
-
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- Software), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
-
- The above copyright notice and this permission notice (including the
- next paragraph) shall be included in all copies or substantial
- portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT.  IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS
- SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.

Copied: libdrm/repos/extra-i686/COPYING (from rev 243689, libdrm/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2015-08-14 13:48:51 UTC (rev 243690)
@@ -0,0 +1,48 @@
+ Copyright 2005 Adam Jackson.
+
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ Software), to deal in the Software without restriction, including
+ without limitation on the rights to use, copy, modify, merge,
+ publish, distribute, sub license, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice (including the
+ next paragraph) shall be included in all copies or substantial
+ portions of the Software.
+
+ THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NON-INFRINGEMENT.  IN NO EVENT SHALL ADAM JACKSON BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

[arch-commits] Commit in libdrm/trunk (PKGBUILD)

2015-08-14 Thread Laurent Carlier
Date: Friday, August 14, 2015 @ 15:48:42
  Author: lcarlier
Revision: 243689

upgpkg: libdrm 2.4.63-1

upstream update 2.4.63

Modified:
  libdrm/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 12:25:41 UTC (rev 243688)
+++ PKGBUILD2015-08-14 13:48:42 UTC (rev 243689)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libdrm
-pkgver=2.4.62
+pkgver=2.4.63
 pkgrel=1
 pkgdesc=Userspace interface to kernel DRM services
 arch=(i686 x86_64)
@@ -12,10 +12,9 @@
 checkdepends=('cairo')
 replaces=('libdrm-new' 'libdrm-nouveau')
 url=http://dri.freedesktop.org/;
-source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
+source=(http://dri.freedesktop.org/$pkgname/$pkgname-$pkgver.tar.bz2
 COPYING)
-sha256sums=('906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc'
-'SKIP'
+sha256sums=('c7ae43520a9c74ee168a3393c7a6d138342e04d9f821f46c0589547c92a3e79e'
 '9631d4f694952e3e6ae5a05534c2e93e994e47d3413677a3a00e45c8cef6db93')
 validpgpkeys=('B97BD6A80CAC4981091AE547FE558C72A67013C3') # Maarten Lankhorst 
maarten.lankho...@canonical.com
 validpgpkeys+=('215DEE688925CCB965BE5DA97C03D7797B6E1AE2') # Damien Lespiau 
damien.lesp...@intel.com


[arch-commits] Commit in kmod/trunk (2 files)

2015-08-14 Thread Dave Reisner
Date: Friday, August 14, 2015 @ 16:11:52
  Author: dreisner
Revision: 243691

upgpkg: kmod 21-2

- backport upstream-suggested fix for return code in error path

Added:
  kmod/trunk/0001-libkmod-module-fix-return-code-in-error-path.patch
Modified:
  kmod/trunk/PKGBUILD

-+
 0001-libkmod-module-fix-return-code-in-error-path.patch |   34 ++
 PKGBUILD|   10 +++-
 2 files changed, 43 insertions(+), 1 deletion(-)

Added: 0001-libkmod-module-fix-return-code-in-error-path.patch
===
--- 0001-libkmod-module-fix-return-code-in-error-path.patch 
(rev 0)
+++ 0001-libkmod-module-fix-return-code-in-error-path.patch 2015-08-14 
14:11:52 UTC (rev 243691)
@@ -0,0 +1,34 @@
+From 114ec87c85c35a2bd3682f9f891e494127be6fb5 Mon Sep 17 00:00:00 2001
+From: Lucas De Marchi lucas.demar...@intel.com
+Date: Sat, 13 Jun 2015 18:29:47 -0300
+Subject: [PATCH] libkmod-module: fix return code in error path
+
+ENOSYS is the wrong errno to return when we don't find a module in
+kmod_module_insert_module(). Why is it there in the first place?  This
+goes back to kmod v1 when we couldn't load modules by names, but we
+should give a path instead.
+
+708624a (ELF: initial support for modinfo and strip of modversions and
+vermagic.) changed that so we do a lazy-search by the module path in
+this function. Later  f304afe (Change error message to reflect
+reality) fixed the log message but the return coded remained the same.
+---
+ libkmod/libkmod-module.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c
+index 366308f..50b2ff9 100644
+--- a/libkmod/libkmod-module.c
 b/libkmod/libkmod-module.c
+@@ -830,7 +830,7 @@ KMOD_EXPORT int kmod_module_insert_module(struct 
kmod_module *mod,
+   path = kmod_module_get_path(mod);
+   if (path == NULL) {
+   ERR(mod-ctx, could not find module by name='%s'\n, 
mod-name);
+-  return -ENOSYS;
++  return -ENOENT;
+   }
+ 
+   mod-file = kmod_file_open(mod-ctx, path);
+-- 
+2.5.0
+

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 13:48:51 UTC (rev 243690)
+++ PKGBUILD2015-08-14 14:11:52 UTC (rev 243691)
@@ -3,7 +3,7 @@
 
 pkgname=kmod
 pkgver=21
-pkgrel=1
+pkgrel=2
 pkgdesc=Linux kernel module handling
 arch=('i686' 'x86_64')
 url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
@@ -17,12 +17,20 @@
 replaces=('module-init-tools')
 validpgpkeys=('EAB33C9690013C733916AC839BA2A5A630CBEA53')  # Lucas DeMarchi
 
source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.{xz,sign}
+'0001-libkmod-module-fix-return-code-in-error-path.patch'
 depmod-search.conf)
 md5sums=('ee246fab2e1cba9fbdcad6a86ec31531'
  'SKIP'
+ '1825c63bd993a9b8a6b2395a1e25cdc6'
  'dd62cbf62bd8f212f51ef8c43bec9a77')
 
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np1 ../0001-libkmod-module-fix-return-code-in-error-path.patch
+}
+
 build() {
   cd $pkgname-$pkgver
 


[arch-commits] Commit in user-manager (5 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:07:48
  Author: arojas
Revision: 243677

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  user-manager/repos/
  user-manager/repos/kde-unstable-i686/
  user-manager/repos/kde-unstable-i686/PKGBUILD
(from rev 243676, user-manager/kde-unstable/PKGBUILD)
  user-manager/repos/kde-unstable-x86_64/
  user-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243676, user-manager/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   35 +++
 kde-unstable-x86_64/PKGBUILD |   35 +++
 2 files changed, 70 insertions(+)

Copied: user-manager/repos/kde-unstable-i686/PKGBUILD (from rev 243676, 
user-manager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-08-14 08:07:48 UTC (rev 243677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=user-manager
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2aa588431a04b0a04671e9cdf57cb6fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: user-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 243676, 
user-manager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-08-14 08:07:48 UTC (rev 243677)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=user-manager
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2aa588431a04b0a04671e9cdf57cb6fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in plasma-meta/repos (2 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:16:46
  Author: arojas
Revision: 243679

archrelease: copy kde-unstable to kde-unstable-any

Added:
  plasma-meta/repos/kde-unstable-any/
  plasma-meta/repos/kde-unstable-any/PKGBUILD
(from rev 243678, plasma-meta/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Copied: plasma-meta/repos/kde-unstable-any/PKGBUILD (from rev 243678, 
plasma-meta/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-08-14 08:16:46 UTC (rev 243679)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-meta
+pkgver=5.4
+pkgrel=0.1
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil'
+'drkonqi'
+'kde-gtk-config'
+'kdeplasma-addons'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen'
+'ksshaskpass'
+'kwrited'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+   'plasma-mediacenter'
+   'plasma-pa'
+   'kwayland-integration'
+   'kwallet-pam'
+   'kgamma5'
+   'user-manager'
+)
+


[arch-commits] Commit in kwallet-pam (5 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:02:12
  Author: arojas
Revision: 243675

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kwallet-pam/repos/
  kwallet-pam/repos/kde-unstable-i686/
  kwallet-pam/repos/kde-unstable-i686/PKGBUILD
(from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)
  kwallet-pam/repos/kde-unstable-x86_64/
  kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243674, kwallet-pam/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: kwallet-pam/repos/kde-unstable-i686/PKGBUILD (from rev 243674, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-08-14 08:02:12 UTC (rev 243675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kwallet-pam/repos/kde-unstable-x86_64/PKGBUILD (from rev 243674, 
kwallet-pam/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-08-14 08:02:12 UTC (rev 243675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (3 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:01:32
  Author: arojas
Revision: 243674

Add kwallet-pam (new plasma package)

Added:
  kwallet-pam/
  kwallet-pam/kde-unstable/
  kwallet-pam/kde-unstable/PKGBUILD

--+
 PKGBUILD |   33 +
 1 file changed, 33 insertions(+)

Added: kwallet-pam/kde-unstable/PKGBUILD
===
--- kwallet-pam/kde-unstable/PKGBUILD   (rev 0)
+++ kwallet-pam/kde-unstable/PKGBUILD   2015-08-14 08:01:32 UTC (rev 243674)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=kwallet-pam
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='KWallet PAM integration'
+arch=(i686 x86_64)
+url='https://projects.kde.org/kwallet-pam'
+license=(LGPL)
+depends=(kwallet)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('c73ba2344ea3c0cedee7082aed0aa94d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=usr/lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kwallet-pam/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (3 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:06:48
  Author: arojas
Revision: 243676

Add user-manager (new plasma package)

Added:
  user-manager/
  user-manager/kde-unstable/
  user-manager/kde-unstable/PKGBUILD

--+
 PKGBUILD |   35 +++
 1 file changed, 35 insertions(+)

Added: user-manager/kde-unstable/PKGBUILD
===
--- user-manager/kde-unstable/PKGBUILD  (rev 0)
+++ user-manager/kde-unstable/PKGBUILD  2015-08-14 08:06:48 UTC (rev 243676)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=user-manager
+pkgver=5.3.95
+pkgrel=1
+pkgdesc='A simple system settings module to manage the users of your system'
+arch=(i686 x86_64)
+url='https://projects.kde.org/user-manager'
+license=(LGPL)
+depends=(accountsservice kdelibs4support libpwquality)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(plasma)
+source=(http://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('2aa588431a04b0a04671e9cdf57cb6fe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: user-manager/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in plasma-meta (kde-unstable kde-unstable/PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 10:14:37
  Author: arojas
Revision: 243678

Plasma 5.4

Added:
  plasma-meta/kde-unstable/
Modified:
  plasma-meta/kde-unstable/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-08-14 04:55:36 UTC (rev 243516)
+++ kde-unstable/PKGBUILD   2015-08-14 08:14:37 UTC (rev 243678)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=plasma-meta
-pkgver=5.3
-pkgrel=1
+pkgver=5.4
+pkgrel=0.1
 pkgdesc='Meta package to install KDE Plasma'
 arch=('any')
 url='https://www.archlinux.org/'
@@ -25,5 +26,10 @@
 'plasma-nm'
 'plasma-workspace-wallpapers'
'plasma-mediacenter'
+   'plasma-pa'
+   'kwayland-integration'
+   'kwallet-pam'
+   'kgamma5'
+   'user-manager'
 )
 


[arch-commits] Commit in (7 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 11:25:04
  Author: bisson
Revision: 138343

initial commit of sthttpd, soon to replace thttpd

Added:
  sthttpd/
  sthttpd/repos/
  sthttpd/trunk/
  sthttpd/trunk/PKGBUILD
  sthttpd/trunk/config
  sthttpd/trunk/discreet.patch
  sthttpd/trunk/service

+
 PKGBUILD   |   58 +++
 config |4 +++
 discreet.patch |   34 
 service|   10 +
 4 files changed, 106 insertions(+)

Added: sthttpd/trunk/PKGBUILD
===
--- sthttpd/trunk/PKGBUILD  (rev 0)
+++ sthttpd/trunk/PKGBUILD  2015-08-14 09:25:04 UTC (rev 138343)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Stewart Starbuck stew...@stewartstarbuck.co.uk
+
+pkgname=sthttpd
+pkgver=2.27.0
+pkgrel=1
+pkgdesc='Supported fork of the thttpd web server'
+url='http://opensource.dyc.edu/sthttpd'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA')
+source=(http://opensource.dyc.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+'discreet.patch'
+'service'
+'config')
+sha1sums=('27ea739c4e3c7922979c4357a80fe6d141da4356' 'SKIP'
+  'ae0143fce29cf7eb84ebbee9640b9a2c977b5093'
+  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
+  '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
+
+conflicts=('thttpd')
+provides=('thttpd')
+replaces=('thttpd')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   aclocal  automake --add-missing
+   patch -p1 -i ../discreet.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export WEBDIR=/srv/http
+   export WEBGROUP=http
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm -fr ${pkgdir}/srv
+
+   install -Dm644 ../config ${pkgdir}/etc/thttpd.conf
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/thttpd.service
+   install -Dm644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   # Avoid conflicts with Apache
+   mv ${pkgdir}/usr/bin/htpasswd{,-thttpd}
+   mv ${pkgdir}/usr/share/man/man1/htpasswd{,-thttpd}.1
+}


Property changes on: sthttpd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: sthttpd/trunk/config
===
--- sthttpd/trunk/config(rev 0)
+++ sthttpd/trunk/config2015-08-14 09:25:04 UTC (rev 138343)
@@ -0,0 +1,4 @@
+dir=/srv/http
+vhost
+user=http
+cgipat=**.cgi

Added: sthttpd/trunk/discreet.patch
===
--- sthttpd/trunk/discreet.patch(rev 0)
+++ sthttpd/trunk/discreet.patch2015-08-14 09:25:04 UTC (rev 138343)
@@ -0,0 +1,34 @@
+diff -Naur old/src/libhttpd.c new/src/libhttpd.c
+--- old/src/libhttpd.c 2014-10-04 03:43:00.0 +0900
 new/src/libhttpd.c 2015-08-14 17:15:30.081099286 +0900
+@@ -738,7 +738,7 @@
+ (void) my_snprintf( buf, sizeof(buf), \
+ HTML\n\
+ HEADTITLE%d %s/TITLE/HEAD\n\
+-BODY BGCOLOR=\#cc\ TEXT=\#00\ LINK=\#2020ff\ 
VLINK=\#4040cc\\n\
++BODY\n\
+ H2%d %s/H2\n,
+   status, title, status, title );
+ add_response( hc, buf );
+@@ -763,11 +763,8 @@
+ char buf[1000];
+ 
+ (void) my_snprintf( buf, sizeof(buf), \
+-HR\n\
+-ADDRESSA HREF=\%s\%s/A/ADDRESS\n\
+ /BODY\n\
+-/HTML\n,
+-  SERVER_ADDRESS, EXPOSED_SERVER_SOFTWARE );
++/HTML\n );
+ add_response( hc, buf );
+ }
+ 
+@@ -2768,7 +2765,7 @@
+   (void) fprintf( fp, \
+ HTML\n\
+ HEADTITLEIndex of %.80s/TITLE/HEAD\n\
+-BODY BGCOLOR=\#99cc99\ TEXT=\#00\ LINK=\#2020ff\ 
VLINK=\#4040cc\\n\
++BODY\n\
+ H2Index of %.80s/H2\n\
+ PRE\n\
+ mode  links  bytes  last-changed  name\n\

Added: sthttpd/trunk/service
===
--- sthttpd/trunk/service   (rev 0)
+++ sthttpd/trunk/service   2015-08-14 09:25:04 UTC (rev 138343)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Tiny HTTP Daemon
+
+[Service]
+PIDFile=/run/thttpd.pid
+ExecStart=/usr/bin/thttpd -D -C /etc/thttpd.conf
+Restart=always
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in sthttpd/repos (10 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 11:25:54
  Author: bisson
Revision: 138344

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sthttpd/repos/community-i686/
  sthttpd/repos/community-i686/PKGBUILD
(from rev 138343, sthttpd/trunk/PKGBUILD)
  sthttpd/repos/community-i686/config
(from rev 138343, sthttpd/trunk/config)
  sthttpd/repos/community-i686/discreet.patch
(from rev 138343, sthttpd/trunk/discreet.patch)
  sthttpd/repos/community-i686/service
(from rev 138343, sthttpd/trunk/service)
  sthttpd/repos/community-x86_64/
  sthttpd/repos/community-x86_64/PKGBUILD
(from rev 138343, sthttpd/trunk/PKGBUILD)
  sthttpd/repos/community-x86_64/config
(from rev 138343, sthttpd/trunk/config)
  sthttpd/repos/community-x86_64/discreet.patch
(from rev 138343, sthttpd/trunk/discreet.patch)
  sthttpd/repos/community-x86_64/service
(from rev 138343, sthttpd/trunk/service)

-+
 community-i686/PKGBUILD |   58 ++
 community-i686/config   |4 ++
 community-i686/discreet.patch   |   34 ++
 community-i686/service  |   10 ++
 community-x86_64/PKGBUILD   |   58 ++
 community-x86_64/config |4 ++
 community-x86_64/discreet.patch |   34 ++
 community-x86_64/service|   10 ++
 8 files changed, 212 insertions(+)

Copied: sthttpd/repos/community-i686/PKGBUILD (from rev 138343, 
sthttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-14 09:25:54 UTC (rev 138344)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Stewart Starbuck stew...@stewartstarbuck.co.uk
+
+pkgname=sthttpd
+pkgver=2.27.0
+pkgrel=1
+pkgdesc='Supported fork of the thttpd web server'
+url='http://opensource.dyc.edu/sthttpd'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+validpgpkeys=('1FEDFAD9D82C52A53BABDC799384FA6EF52D4BBA')
+source=(http://opensource.dyc.edu/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+'discreet.patch'
+'service'
+'config')
+sha1sums=('27ea739c4e3c7922979c4357a80fe6d141da4356' 'SKIP'
+  'ae0143fce29cf7eb84ebbee9640b9a2c977b5093'
+  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
+  '7a6413491b6ba68625d450caa3c6f071af0ca1ac')
+
+conflicts=('thttpd')
+provides=('thttpd')
+replaces=('thttpd')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   aclocal  automake --add-missing
+   patch -p1 -i ../discreet.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   export WEBDIR=/srv/http
+   export WEBGROUP=http
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   rm -fr ${pkgdir}/srv
+
+   install -Dm644 ../config ${pkgdir}/etc/thttpd.conf
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/thttpd.service
+   install -Dm644 README ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+   # Avoid conflicts with Apache
+   mv ${pkgdir}/usr/bin/htpasswd{,-thttpd}
+   mv ${pkgdir}/usr/share/man/man1/htpasswd{,-thttpd}.1
+}

Copied: sthttpd/repos/community-i686/config (from rev 138343, 
sthttpd/trunk/config)
===
--- community-i686/config   (rev 0)
+++ community-i686/config   2015-08-14 09:25:54 UTC (rev 138344)
@@ -0,0 +1,4 @@
+dir=/srv/http
+vhost
+user=http
+cgipat=**.cgi

Copied: sthttpd/repos/community-i686/discreet.patch (from rev 138343, 
sthttpd/trunk/discreet.patch)
===
--- community-i686/discreet.patch   (rev 0)
+++ community-i686/discreet.patch   2015-08-14 09:25:54 UTC (rev 138344)
@@ -0,0 +1,34 @@
+diff -Naur old/src/libhttpd.c new/src/libhttpd.c
+--- old/src/libhttpd.c 2014-10-04 03:43:00.0 +0900
 new/src/libhttpd.c 2015-08-14 17:15:30.081099286 +0900
+@@ -738,7 +738,7 @@
+ (void) my_snprintf( buf, sizeof(buf), \
+ HTML\n\
+ HEADTITLE%d %s/TITLE/HEAD\n\
+-BODY BGCOLOR=\#cc\ TEXT=\#00\ LINK=\#2020ff\ 
VLINK=\#4040cc\\n\
++BODY\n\
+ H2%d %s/H2\n,
+   status, title, status, title );
+ add_response( hc, buf );
+@@ -763,11 +763,8 @@
+ char buf[1000];
+ 
+ (void) my_snprintf( buf, sizeof(buf), \
+-HR\n\
+-ADDRESSA HREF=\%s\%s/A/ADDRESS\n\
+ /BODY\n\
+-/HTML\n,
+-  SERVER_ADDRESS, EXPOSED_SERVER_SOFTWARE );
++/HTML\n );
+ add_response( hc, buf );
+ }
+ 
+@@ -2768,7 +2765,7 @@
+   (void) 

[arch-commits] Commit in purpose/repos (8 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 22:09:48
  Author: arojas
Revision: 243706

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  purpose/repos/extra-i686/PKGBUILD
(from rev 243705, purpose/trunk/PKGBUILD)
  purpose/repos/extra-i686/purpose.install
(from rev 243705, purpose/trunk/purpose.install)
  purpose/repos/extra-x86_64/PKGBUILD
(from rev 243705, purpose/trunk/PKGBUILD)
  purpose/repos/extra-x86_64/purpose.install
(from rev 243705, purpose/trunk/purpose.install)
Deleted:
  purpose/repos/extra-i686/PKGBUILD
  purpose/repos/extra-i686/purpose.install
  purpose/repos/extra-x86_64/PKGBUILD
  purpose/repos/extra-x86_64/purpose.install

--+
 /PKGBUILD|   76 +
 /purpose.install |   24 
 extra-i686/PKGBUILD  |   35 --
 extra-i686/purpose.install   |   12 --
 extra-x86_64/PKGBUILD|   35 --
 extra-x86_64/purpose.install |   12 --
 6 files changed, 100 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-14 20:08:35 UTC (rev 243705)
+++ extra-i686/PKGBUILD 2015-08-14 20:09:48 UTC (rev 243706)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=purpose
-pkgver=1.0rc1
-pkgrel=1
-pkgdesc=Framework for providing abstractions to get the developer's purposes 
fulfilled
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool)
-source=(http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('57186bef4f8758a0252bd13f10c90fa2')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: purpose/repos/extra-i686/PKGBUILD (from rev 243705, 
purpose/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-14 20:09:48 UTC (rev 243706)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:Antonio Rojas aro...@archlinux.org
+
+pkgname=purpose
+pkgver=1.0rc1
+pkgrel=2
+pkgdesc=Framework for providing abstractions to get the developer's purposes 
fulfilled
+arch=(i686 x86_64)
+url='https://projects.kde.org/purpose'
+license=(LGPL)
+depends=(kaccounts-integration hicolor-icon-theme)
+makedepends=(extra-cmake-modules intltool)
+source=(http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('57186bef4f8758a0252bd13f10c90fa2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+# remove icons provided by kdevplatform
+  rm $pkgdir/usr/share/icons/hicolor/*/apps/reviewboard.png
+}

Deleted: extra-i686/purpose.install
===
--- extra-i686/purpose.install  2015-08-14 20:08:35 UTC (rev 243705)
+++ extra-i686/purpose.install  2015-08-14 20:09:48 UTC (rev 243706)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: purpose/repos/extra-i686/purpose.install (from rev 243705, 
purpose/trunk/purpose.install)
===
--- extra-i686/purpose.install  (rev 0)
+++ extra-i686/purpose.install  2015-08-14 20:09:48 UTC (rev 243706)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-14 20:08:35 UTC (rev 243705)
+++ extra-x86_64/PKGBUILD   2015-08-14 20:09:48 UTC (rev 243706)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer:Antonio Rojas aro...@archlinux.org
-
-pkgname=purpose
-pkgver=1.0rc1
-pkgrel=1
-pkgdesc=Framework for providing abstractions to get the developer's purposes 
fulfilled
-arch=(i686 x86_64)
-url='https://projects.kde.org/purpose'
-license=(LGPL)
-depends=(kaccounts-integration hicolor-icon-theme)
-makedepends=(extra-cmake-modules intltool)
-source=(http://download.kde.org/unstable/$pkgname/$pkgname-$pkgver.tar.xz;)

[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:25:04
  Author: bisson
Revision: 138368

rebuild for procps-ng-3.3.11

Modified:
  open-vm-tools/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 20:17:02 UTC (rev 138367)
+++ PKGBUILD2015-08-14 20:25:04 UTC (rev 138368)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=9.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=https://github.com/vmware/open-vm-tools;


[arch-commits] Commit in ksuperkey/repos (4 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 21:59:06
  Author: arojas
Revision: 138361

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ksuperkey/repos/community-i686/PKGBUILD
(from rev 138360, ksuperkey/trunk/PKGBUILD)
  ksuperkey/repos/community-x86_64/PKGBUILD
(from rev 138360, ksuperkey/trunk/PKGBUILD)
Deleted:
  ksuperkey/repos/community-i686/PKGBUILD
  ksuperkey/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   24 -
 community-x86_64/PKGBUILD |   24 -
 3 files changed, 50 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-14 19:58:36 UTC (rev 138360)
+++ community-i686/PKGBUILD 2015-08-14 19:59:06 UTC (rev 138361)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=ksuperkey
-pkgver=0.3
-pkgrel=2
-pkgdesc=Allows you to open the application launcher in KDE Plasma Desktop 
using the Super key
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/ksuperkey?content=154569;
-license=('GPL')
-depends=('libxtst')
-makedepends=()
-source=(http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz;)
-md5sums=('4aeffbcd6928cfeea6a19dc4a1508ed0')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: ksuperkey/repos/community-i686/PKGBUILD (from rev 138360, 
ksuperkey/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-14 19:59:06 UTC (rev 138361)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=ksuperkey
+pkgver=0.4
+pkgrel=1
+pkgdesc=Allows you to open the application launcher in KDE Plasma Desktop 
using the Super key
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/ksuperkey?content=154569;
+license=(GPL)
+depends=(libxtst)
+makedepends=()
+source=(http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz;)
+md5sums=('d07a6e43132ecf76bcbf8ad344979b44')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-14 19:58:36 UTC (rev 138360)
+++ community-x86_64/PKGBUILD   2015-08-14 19:59:06 UTC (rev 138361)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=ksuperkey
-pkgver=0.3
-pkgrel=2
-pkgdesc=Allows you to open the application launcher in KDE Plasma Desktop 
using the Super key
-arch=('i686' 'x86_64')
-url=http://kde-apps.org/content/show.php/ksuperkey?content=154569;
-license=('GPL')
-depends=('libxtst')
-makedepends=()
-source=(http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz;)
-md5sums=('4aeffbcd6928cfeea6a19dc4a1508ed0')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: ksuperkey/repos/community-x86_64/PKGBUILD (from rev 138360, 
ksuperkey/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-14 19:59:06 UTC (rev 138361)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=ksuperkey
+pkgver=0.4
+pkgrel=1
+pkgdesc=Allows you to open the application launcher in KDE Plasma Desktop 
using the Super key
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/ksuperkey?content=154569;
+license=(GPL)
+depends=(libxtst)
+makedepends=()
+source=(http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz;)
+md5sums=('d07a6e43132ecf76bcbf8ad344979b44')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+


[arch-commits] Commit in procps-ng/trunk (PKGBUILD)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:06:26
  Author: bisson
Revision: 243703

upstream update

Modified:
  procps-ng/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 19:31:10 UTC (rev 243702)
+++ PKGBUILD2015-08-14 20:06:26 UTC (rev 243703)
@@ -3,16 +3,16 @@
 # Contributor: Eric Bélanger e...@archlinux.org
 
 pkgname=procps-ng
-pkgver=3.3.10
-pkgrel=2
+pkgver=3.3.11
+pkgrel=1
 pkgdesc='Utilities for monitoring your system and its processes'
-url='http://sourceforge.net/projects/procps-ng/'
+url='https://gitlab.com/procps-ng/procps'
 license=('GPL' 'LGPL')
 arch=('i686' 'x86_64')
 makedepends=('systemd')
 depends=('ncurses' 'libsystemd')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('484db198d6a18a42b4011d5ecb2cb784a81b0e4f')
+sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
 
 groups=('base')
 


[arch-commits] Commit in thttpd/repos (community-i686)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:13:12
  Author: bisson
Revision: 138362

db-remove: thttpd removed by bisson

Deleted:
  thttpd/repos/community-i686/


[arch-commits] Commit in open-vm-tools/repos (16 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:26:49
  Author: bisson
Revision: 138369

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-i686/PKGBUILD
(from rev 138368, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-i686/network-script
(from rev 138368, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-i686/tools.conf
(from rev 138368, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-i686/vmtoolsd.service
(from rev 138368, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-i686/vmware-guestd
(from rev 138368, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-i686/vmware-vmblock-fuse.service
(from rev 138368, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-i686/xautostart.conf
(from rev 138368, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-staging-x86_64/
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 138368, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/network-script
(from rev 138368, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-x86_64/tools.conf
(from rev 138368, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 138368, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-guestd
(from rev 138368, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service
(from rev 138368, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-x86_64/xautostart.conf
(from rev 138368, open-vm-tools/trunk/xautostart.conf)

--+
 community-staging-i686/PKGBUILD  |   74 ++
 community-staging-i686/network-script|  195 +
 community-staging-i686/tools.conf|1 
 community-staging-i686/vmtoolsd.service  |9 
 community-staging-i686/vmware-guestd |6 
 community-staging-i686/vmware-vmblock-fuse.service   |   12 +
 community-staging-i686/xautostart.conf   |6 
 community-staging-x86_64/PKGBUILD|   74 ++
 community-staging-x86_64/network-script  |  195 +
 community-staging-x86_64/tools.conf  |1 
 community-staging-x86_64/vmtoolsd.service|9 
 community-staging-x86_64/vmware-guestd   |6 
 community-staging-x86_64/vmware-vmblock-fuse.service |   12 +
 community-staging-x86_64/xautostart.conf |6 
 14 files changed, 606 insertions(+)

Copied: open-vm-tools/repos/community-staging-i686/PKGBUILD (from rev 138368, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-14 20:26:49 UTC (rev 138369)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=9.10.2
+pkgrel=2
+pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-$pkgver.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('a0d3f69b3f4ebf0a13681522fa29d4e3'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ '1b9ae908fce4c623269f100ee9bdfdef'
+ '75a25d83417e683957321f97a00f8465'
+ 'a6c53243d31c765580f6dded7d5fa98f'
+ '84c0e820cb053def1742ea59af9f2dec')
+
+build() {
+  cd $srcdir/$pkgname-stable-${pkgver}/open-vm-tools
+  sh ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--without-xmlsecurity \
+--without-kernel-modules
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-stable-${pkgver}/open-vm-tools
+
+  make install DESTDIR=$pkgdir
+  install -Dm0644 

[arch-commits] Commit in mariadb/trunk (PKGBUILD)

2015-08-14 Thread Bartłomiej Piotrowski
Date: Friday, August 14, 2015 @ 21:13:21
  Author: bpiotrowski
Revision: 243694

upgpkg: mariadb 10.0.21-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 14:16:18 UTC (rev 243693)
+++ PKGBUILD2015-08-14 19:13:21 UTC (rev 243694)
@@ -3,7 +3,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.20
+pkgver=10.0.21
 _pkgver=${pkgver/.a/a}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('59d6c00827ad56f2ac76340fece32fc0'
+md5sums=('956561f3798d1fe8dfbe4b665287a87a'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')


[arch-commits] Commit in gnutls/trunk (PKGBUILD)

2015-08-14 Thread Andreas Radke
Date: Friday, August 14, 2015 @ 21:30:59
  Author: andyrtr
Revision: 243701

upgpkg: gnutls 3.4.4.1-1

upstream update 3.4.4.1

Modified:
  gnutls/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 19:29:23 UTC (rev 243700)
+++ PKGBUILD2015-08-14 19:30:59 UTC (rev 243701)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.4.3
+pkgver=3.4.4.1
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('8a119d7830b81a44faa721a6fde2a295'
+md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
  'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')


[arch-commits] Commit in gnutls/repos (6 files)

2015-08-14 Thread Andreas Radke
Date: Friday, August 14, 2015 @ 21:31:10
  Author: andyrtr
Revision: 243702

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnutls/repos/testing-i686/
  gnutls/repos/testing-i686/PKGBUILD
(from rev 243701, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-i686/gnutls.install
(from rev 243701, gnutls/trunk/gnutls.install)
  gnutls/repos/testing-x86_64/
  gnutls/repos/testing-x86_64/PKGBUILD
(from rev 243701, gnutls/trunk/PKGBUILD)
  gnutls/repos/testing-x86_64/gnutls.install
(from rev 243701, gnutls/trunk/gnutls.install)

---+
 testing-i686/PKGBUILD |   52 
 testing-i686/gnutls.install   |   20 +++
 testing-x86_64/PKGBUILD   |   52 
 testing-x86_64/gnutls.install |   20 +++
 4 files changed, 144 insertions(+)

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 243701, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-14 19:31:10 UTC (rev 243702)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.4.4.1
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable libidn for security reasons:
+  # http://lists.gnupg.org/pipermail/gnutls-devel/2015-May/007582.html
+
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --without-idn \
+   --enable-guile --with-guile-site-dir=no \
+   
--with-default-trust-store-pkcs11=pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Copied: gnutls/repos/testing-i686/gnutls.install (from rev 243701, 
gnutls/trunk/gnutls.install)
===
--- testing-i686/gnutls.install (rev 0)
+++ testing-i686/gnutls.install 2015-08-14 19:31:10 UTC (rev 243702)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info-6.gz gnutls.info.gz gnutls-guile.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 243701, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-14 19:31:10 UTC (rev 243702)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.4.4.1
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('474efaba6fd6c6c6c0ebac2a3f431946'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # disable 

[arch-commits] Commit in ksuperkey/trunk (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 21:58:36
  Author: arojas
Revision: 138360

Update to 0.4

Modified:
  ksuperkey/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 17:28:54 UTC (rev 138359)
+++ PKGBUILD2015-08-14 19:58:36 UTC (rev 138360)
@@ -2,16 +2,16 @@
 # Maintainer: Antonio Rojas aro...@archlinux.org
 
 pkgname=ksuperkey
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
 pkgdesc=Allows you to open the application launcher in KDE Plasma Desktop 
using the Super key
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url=http://kde-apps.org/content/show.php/ksuperkey?content=154569;
-license=('GPL')
-depends=('libxtst')
+license=(GPL)
+depends=(libxtst)
 makedepends=()
 
source=(http://kde-apps.org/CONTENT/content-files/154569-$pkgname-$pkgver.tar.gz;)
-md5sums=('4aeffbcd6928cfeea6a19dc4a1508ed0')
+md5sums=('d07a6e43132ecf76bcbf8ad344979b44')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in procps-ng/repos (6 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:06:51
  Author: bisson
Revision: 243704

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  procps-ng/repos/staging-i686/
  procps-ng/repos/staging-i686/PKGBUILD
(from rev 243703, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-i686/install
(from rev 243703, procps-ng/trunk/install)
  procps-ng/repos/staging-x86_64/
  procps-ng/repos/staging-x86_64/PKGBUILD
(from rev 243703, procps-ng/trunk/PKGBUILD)
  procps-ng/repos/staging-x86_64/install
(from rev 243703, procps-ng/trunk/install)

-+
 staging-i686/PKGBUILD   |   52 ++
 staging-i686/install|   14 
 staging-x86_64/PKGBUILD |   52 ++
 staging-x86_64/install  |   14 
 4 files changed, 132 insertions(+)

Copied: procps-ng/repos/staging-i686/PKGBUILD (from rev 243703, 
procps-ng/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-14 20:06:51 UTC (rev 243704)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.11
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:ncursesw/::g' -i watch.c
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-watch8bit \
+   --with-systemd \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/staging-i686/install (from rev 243703, 
procps-ng/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-08-14 20:06:51 UTC (rev 243704)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat EOF
+
+== The file /etc/sysctl.conf has been removed from this
+== package, as all its settings are now kernel defaults.
+
+== If you had customized it, you need to rename it as
+== /etc/sysctl.d/99-sysctl.conf since from version 207 on
+== systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/staging-x86_64/PKGBUILD (from rev 243703, 
procps-ng/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-08-14 20:06:51 UTC (rev 243704)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.11
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:ncursesw/::g' -i watch.c
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-watch8bit \
+   --with-systemd \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/staging-x86_64/install 

[arch-commits] Commit in apitrace/trunk (PKGBUILD)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:14:46
  Author: bisson
Revision: 138364

rebuild for procps-ng-3.3.11

Modified:
  apitrace/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 20:13:22 UTC (rev 138363)
+++ PKGBUILD2015-08-14 20:14:46 UTC (rev 138364)
@@ -5,7 +5,7 @@
 
 pkgname=apitrace
 pkgver=7.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Graphics API Tracing
 arch=('i686' 'x86_64')
 url=https://github.com/apitrace/apitrace;


[arch-commits] Commit in thttpd/repos (community-x86_64)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:13:22
  Author: bisson
Revision: 138363

db-remove: thttpd removed by bisson

Deleted:
  thttpd/repos/community-x86_64/


[arch-commits] Commit in apitrace/repos (6 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:15:07
  Author: bisson
Revision: 138365

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  apitrace/repos/staging-i686/
  apitrace/repos/staging-i686/PKGBUILD
(from rev 138364, apitrace/trunk/PKGBUILD)
  apitrace/repos/staging-i686/fix-python-executable.patch
(from rev 138364, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/staging-x86_64/
  apitrace/repos/staging-x86_64/PKGBUILD
(from rev 138364, apitrace/trunk/PKGBUILD)
  apitrace/repos/staging-x86_64/fix-python-executable.patch
(from rev 138364, apitrace/trunk/fix-python-executable.patch)

+
 staging-i686/PKGBUILD  |   36 ++
 staging-i686/fix-python-executable.patch   |   65 +++
 staging-x86_64/PKGBUILD|   36 ++
 staging-x86_64/fix-python-executable.patch |   65 +++
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/staging-i686/PKGBUILD (from rev 138364, 
apitrace/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-14 20:15:07 UTC (rev 138365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/staging-i686/fix-python-executable.patch (from rev 
138364, apitrace/trunk/fix-python-executable.patch)
===
--- staging-i686/fix-python-executable.patch(rev 0)
+++ staging-i686/fix-python-executable.patch2015-08-14 20:15:07 UTC (rev 
138365)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back(--apitrace);
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i  argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_castchar *(python);
++args[0] = const_castchar *(APITRACE_PYTHON_EXECUTABLE);
+ args[1] = const_castchar *(command.str());
+ args[2] = file1;
+ args[3] = file2;
+diff -ru apitrace-5.0/cli/CMakeLists.txt apitrace-5.0a/cli/CMakeLists.txt
+--- apitrace-5.0/cli/CMakeLists.txt2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/CMakeLists.txt   2014-08-03 02:46:05.803576581 +0200
+@@ -7,6 +7,7 @@
+ 

[arch-commits] Commit in mariadb/repos (20 files)

2015-08-14 Thread Bartłomiej Piotrowski
Date: Friday, August 14, 2015 @ 21:13:47
  Author: bpiotrowski
Revision: 243695

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 243694, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 243694, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 243694, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 243694, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 243694, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 243694, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 243694, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 243694, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 243694, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 243694, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  320 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   70 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  160 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   35 ---
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  160 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   35 ---
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 440 insertions(+), 440 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-14 19:13:21 UTC (rev 243694)
+++ extra-i686/PKGBUILD 2015-08-14 19:13:47 UTC (rev 243695)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.20
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre'
- 'jemalloc' 'lz4')
-source=(http://mariadb.kisiek.net/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('59d6c00827ad56f2ac76340fece32fc0'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks \
--DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 

[arch-commits] Commit in purpose/trunk (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 22:08:35
  Author: arojas
Revision: 243705

Fix conflicts with kdevplatform (FS#45986)

Modified:
  purpose/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 20:06:51 UTC (rev 243704)
+++ PKGBUILD2015-08-14 20:08:35 UTC (rev 243705)
@@ -3,7 +3,7 @@
 
 pkgname=purpose
 pkgver=1.0rc1
-pkgrel=1
+pkgrel=2
 pkgdesc=Framework for providing abstractions to get the developer's purposes 
fulfilled
 arch=(i686 x86_64)
 url='https://projects.kde.org/purpose'
@@ -32,4 +32,7 @@
 package() {
   cd build
   make DESTDIR=$pkgdir install
+
+# remove icons provided by kdevplatform
+  rm $pkgdir/usr/share/icons/hicolor/*/apps/reviewboard.png
 }


[arch-commits] Commit in apitrace/repos (staging-i686 staging-x86_64)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:16:29
  Author: bisson
Revision: 138366

wrong repo

Deleted:
  apitrace/repos/staging-i686/
  apitrace/repos/staging-x86_64/


[arch-commits] Commit in apitrace/repos (6 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:17:02
  Author: bisson
Revision: 138367

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-i686/PKGBUILD
(from rev 138366, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-i686/fix-python-executable.patch
(from rev 138366, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/community-staging-x86_64/
  apitrace/repos/community-staging-x86_64/PKGBUILD
(from rev 138366, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-x86_64/fix-python-executable.patch
(from rev 138366, apitrace/trunk/fix-python-executable.patch)

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/fix-python-executable.patch   |   65 +
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/fix-python-executable.patch |   65 +
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/community-staging-i686/PKGBUILD (from rev 138366, 
apitrace/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-14 20:17:02 UTC (rev 138367)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/community-staging-i686/fix-python-executable.patch (from 
rev 138366, apitrace/trunk/fix-python-executable.patch)
===
--- community-staging-i686/fix-python-executable.patch  
(rev 0)
+++ community-staging-i686/fix-python-executable.patch  2015-08-14 20:17:02 UTC 
(rev 138367)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back(--apitrace);
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i  argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_castchar *(python);
++args[0] = const_castchar *(APITRACE_PYTHON_EXECUTABLE);
+ args[1] = const_castchar *(command.str());
+ args[2] = file1;
+ args[3] = file2;
+diff -ru apitrace-5.0/cli/CMakeLists.txt apitrace-5.0a/cli/CMakeLists.txt
+--- apitrace-5.0/cli/CMakeLists.txt2014-05-03 

[arch-commits] Commit in (4 files)

2015-08-14 Thread Maxime Gauduin
Date: Friday, August 14, 2015 @ 19:28:12
  Author: alucryd
Revision: 138358

Add lightdm-gtk-greeter-settings

Added:
  lightdm-gtk-greeter-settings/
  lightdm-gtk-greeter-settings/trunk/
  lightdm-gtk-greeter-settings/trunk/PKGBUILD
  lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install

--+
 PKGBUILD |   31 +++
 lightdm-gtk-greeter-settings.install |   13 +
 2 files changed, 44 insertions(+)

Added: lightdm-gtk-greeter-settings/trunk/PKGBUILD
===
--- lightdm-gtk-greeter-settings/trunk/PKGBUILD (rev 0)
+++ lightdm-gtk-greeter-settings/trunk/PKGBUILD 2015-08-14 17:28:12 UTC (rev 
138358)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Arthur Zamarin arthur...@gmail.com
+# Contributor: andrew.p pan.pav@gmail.com
+
+pkgname=lightdm-gtk-greeter-settings
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Settings editor for the LightDM GTK+ Greeter'
+arch=('any')
+url='https://launchpad.net/lightdm-gtk-greeter-settings'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
+makedepends=('python-distutils-extra')
+install='lightdm-gtk-greeter-settings.install'
+source=(https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
+sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55')
+
+build() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lightdm-gtk-greeter-settings/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install
===
--- lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install 
(rev 0)
+++ lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install 
2015-08-14 17:28:12 UTC (rev 138358)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lightdm-gtk-greeter-settings (4 files)

2015-08-14 Thread Maxime Gauduin
Date: Friday, August 14, 2015 @ 19:28:54
  Author: alucryd
Revision: 138359

archrelease: copy trunk to community-any

Added:
  lightdm-gtk-greeter-settings/repos/
  lightdm-gtk-greeter-settings/repos/community-any/
  lightdm-gtk-greeter-settings/repos/community-any/PKGBUILD
(from rev 138358, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
  
lightdm-gtk-greeter-settings/repos/community-any/lightdm-gtk-greeter-settings.install
(from rev 138358, 
lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install)

--+
 PKGBUILD |   31 +++
 lightdm-gtk-greeter-settings.install |   13 +
 2 files changed, 44 insertions(+)

Copied: lightdm-gtk-greeter-settings/repos/community-any/PKGBUILD (from rev 
138358, lightdm-gtk-greeter-settings/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2015-08-14 17:28:54 UTC (rev 138359)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Arthur Zamarin arthur...@gmail.com
+# Contributor: andrew.p pan.pav@gmail.com
+
+pkgname=lightdm-gtk-greeter-settings
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Settings editor for the LightDM GTK+ Greeter'
+arch=('any')
+url='https://launchpad.net/lightdm-gtk-greeter-settings'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'lightdm-gtk-greeter' 'python-gobject')
+makedepends=('python-distutils-extra')
+install='lightdm-gtk-greeter-settings.install'
+source=(https://launchpad.net/lightdm-gtk-greeter-settings/${pkgver%.*}/${pkgver}/+download/lightdm-gtk-greeter-settings-${pkgver}.tar.gz;)
+sha256sums=('0450202639b947434695d5ff60b4c4b655d7399f52e5b56db4593241c8080a55')
+
+build() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py build
+}
+
+package() {
+  cd lightdm-gtk-greeter-settings-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
lightdm-gtk-greeter-settings/repos/community-any/lightdm-gtk-greeter-settings.install
 (from rev 138358, 
lightdm-gtk-greeter-settings/trunk/lightdm-gtk-greeter-settings.install)
===
--- repos/community-any/lightdm-gtk-greeter-settings.install
(rev 0)
+++ repos/community-any/lightdm-gtk-greeter-settings.install2015-08-14 
17:28:54 UTC (rev 138359)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in dolphin/repos (8 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 23:04:31
  Author: arojas
Revision: 243709

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  dolphin/repos/kde-unstable-i686/PKGBUILD
(from rev 243708, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/kde-unstable-i686/dolphin.install
(from rev 243708, dolphin/kde-unstable/dolphin.install)
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243708, dolphin/kde-unstable/PKGBUILD)
  dolphin/repos/kde-unstable-x86_64/dolphin.install
(from rev 243708, dolphin/kde-unstable/dolphin.install)
Deleted:
  dolphin/repos/kde-unstable-i686/PKGBUILD
  dolphin/repos/kde-unstable-i686/dolphin.install
  dolphin/repos/kde-unstable-x86_64/PKGBUILD
  dolphin/repos/kde-unstable-x86_64/dolphin.install

-+
 /PKGBUILD   |   92 ++
 /dolphin.install|   26 +
 kde-unstable-i686/PKGBUILD  |   41 ---
 kde-unstable-i686/dolphin.install   |   13 
 kde-unstable-x86_64/PKGBUILD|   41 ---
 kde-unstable-x86_64/dolphin.install |   13 
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 21:03:19 UTC (rev 243708)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 21:04:31 UTC (rev 243709)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas arojas@archlinux,org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=dolphin
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=File Manager
-arch=(i686 x86_64)
-url=http://kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=('kdebase-dolphin15.04.3-3')
-replaces=(kdebase-dolphin)
-groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('5a05b3fa09aec381e5a65ce0f037cc32')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 243708, 
dolphin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 21:04:31 UTC (rev 243709)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=dolphin
+pkgver=15.07.90
+pkgrel=2
+pkgdesc=File Manager
+arch=(i686 x86_64)
+url=http://kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=('kdebase-dolphin15.04.3-3')
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
http://download.kde.org/unstable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('5a05b3fa09aec381e5a65ce0f037cc32'
+ '563037d14e7c0930271946d52bca84a2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
+}

Deleted: kde-unstable-i686/dolphin.install
===
--- kde-unstable-i686/dolphin.install   2015-08-14 21:03:19 UTC (rev 243708)
+++ kde-unstable-i686/dolphin.install   2015-08-14 21:04:31 UTC (rev 243709)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: dolphin/repos/kde-unstable-i686/dolphin.install (from rev 243708, 
dolphin/kde-unstable/dolphin.install)
===
--- 

[arch-commits] Commit in sage-data-graphs/trunk (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:03:33
  Author: arojas
Revision: 138372

Update to 20150724

Modified:
  sage-data-graphs/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 20:41:02 UTC (rev 138371)
+++ PKGBUILD2015-08-14 22:03:33 UTC (rev 138372)
@@ -3,16 +3,17 @@
 
 _dbname=graphs
 pkgname=sage-data-$_dbname
-pkgver=20130920
+pkgver=20150724
 pkgrel=1
 pkgdesc=A database of graphs for Sage
-arch=('any')
+arch=(any)
 url=http://www.sagemath.org;
-license=('GPL')
+license=(GPL)
 depends=()
 makedepends=()
-source=(http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
-md5sums=('2621b6cfd61797ab0be179653d7bcf3e')
+#source=(http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+source=(http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+md5sums=('261a521fcdcab90a52992b166efc9293')
 
 package() {
   cd $_dbname-$pkgver


[arch-commits] Commit in kde-applications-meta/repos/kde-unstable-any (2 files)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:32:48
  Author: arojas
Revision: 243713

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 243712, kde-applications-meta/kde-unstable/PKGBUILD)
Deleted:
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD

--+
 PKGBUILD |  614 ++---
 1 file changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 22:31:01 UTC (rev 243712)
+++ PKGBUILD2015-08-14 22:32:48 UTC (rev 243713)
@@ -1,307 +0,0 @@
-# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kde-applications-meta
-pkgname=('kde-applications-meta'
-'kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdeartwork'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev'
- 'telepathy-kde-meta')
-pkgver=15.08
-pkgrel=0.3
-arch=(any)
-url='http://www.archlinux.org/'
-license=(GPL)
-
-package_kde-applications-meta() {
-   pkgdesc=('Meta package for KDE Applications')
-depends=('kde-meta-kdeaccessibility'
- 'kde-meta-kdeadmin'
- 'kde-meta-kdebase'
- 'kde-meta-kdeedu'
- 'kde-meta-kdegames'
- 'kde-meta-kdegraphics'
- 'kde-meta-kdemultimedia'
- 'kde-meta-kdenetwork'
- 'kde-meta-kdepim'
- 'kde-meta-kdesdk'
- 'kde-meta-kdetoys'
- 'kde-meta-kdeutils'
- 'kde-meta-kdewebdev')
-}
-
-package_kde-meta-kdeaccessibility() {
-   pkgdesc=('Meta package for kdeaccessibility')
-   depends=('kdeaccessibility-jovie'
- 'kdeaccessibility-kaccessible'
-'kdeaccessibility-kmag'
-'kdeaccessibility-kmousetool'
-'kdeaccessibility-kmouth')
-   replaces=('kdeaccessibility')
-   conflicts=('kdeaccessibility')
-}
-
-package_kde-meta-kdeadmin() {
-   pkgdesc=('Meta package for kdeadmin')
-   depends=('kcron'
-'kdeadmin-ksystemlog'
- 'kdeadmin-kuser')
-   replaces=('kdeadmin')
-   conflicts=('kdeadmin')
-}
-
-package_kde-meta-kdeartwork() {
-   pkgdesc=('Meta package for kdeartwork')
-   depends=('kdeartwork-colorschemes'
-'kdeartwork-desktopthemes'
-'kdeartwork-emoticons'
-'kdeartwork-iconthemes'
-'kdeartwork-kscreensaver'
-'kdeartwork-styles'
-'kdeartwork-wallpapers'
-'kdeartwork-weatherwallpapers')
-   replaces=('kdeartwork')
-   conflicts=('kdeartwork')
-}
-
-package_kde-meta-kdebase() {
-   pkgdesc=('Meta package for kdebase')
-   depends=('dolphin'
-'kdebase-kdepasswd'
-'kdebase-kdialog'
-'kdebase-kfind'
- 'kdebase-keditbookmarks'
-'kdebase-konqueror'
- 'kdebase-konq-plugins'
-'konsole'
-'kate'
-'kwrite')
-   replaces=('kdebase')
-   conflicts=('kdebase')
-}
-
-package_kde-meta-kdeedu() {
-   pkgdesc=('Meta package for kdeedu')
-   depends=('kdeedu-artikulate'
-'blinken'
-'cantor'
-'kalgebra'
-'kdeedu-kalzium'
-'kanagram'
-'kbruch'
-'kgeography'
-'khangman'
-'kig'
-'kiten'
-'klettres'
-'kmplot'
-'kstars'
-'kdeedu-ktouch'
-'kturtle'
-'kwordquiz'
-'marble'
-'parley'
-'rocs'
-'step')
-   replaces=('kdeedu')
-   conflicts=('kdeedu')
-}
-
-package_kde-meta-kdegames() {
-   pkgdesc=('Meta package for kdegames')
-   depends=('bomber'
-'bovo'
-'granatier'
-'kdegames-kajongg'
-'kapman'
-'katomic'
-'kblackbox'
-'kblocks'
-'kbounce'
-'kbreakout'
-'kdiamond'
-'kfourinline'
-'kdegames-kgoldrunner'
-'kdegames-kigo'
-'killbots'
-'kiriki'
-'kjumpingcube'
-'klines'
-

[arch-commits] Commit in kio/trunk (custom-folder-icons.patch)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:55:58
  Author: arojas
Revision: 243718

Add patch

Added:
  kio/trunk/custom-folder-icons.patch

---+
 custom-folder-icons.patch |   94 
 1 file changed, 94 insertions(+)

Added: custom-folder-icons.patch
===
--- custom-folder-icons.patch   (rev 0)
+++ custom-folder-icons.patch   2015-08-14 22:55:58 UTC (rev 243718)
@@ -0,0 +1,94 @@
+From: Emmanuel Pescosta emmanuelpescosta...@gmail.com
+Date: Tue, 11 Aug 2015 18:13:52 +
+Subject: Show custom folder icons again
+X-Git-Url: 
http://quickgit.kde.org/?p=kio.gita=commitdiffh=d8aafbc37daab3cd62ee77430a55b3d72ccc12e0
+---
+Show custom folder icons again
+
+Set mimetype as known when we assign the mime type for inode/directory
+
+This bug was introduced by commit 46cd152f
+
+BUG: 350612
+FIXED-IN: 5.14
+REVIEW: 124690
+---
+
+
+--- a/autotests/kfileitemtest.cpp
 b/autotests/kfileitemtest.cpp
+@@ -25,6 +25,8 @@
+ #include qtemporarydir.h
+ #include qtemporaryfile.h
+ #include kuser.h
++#include kdesktopfile.h
++#include kconfiggroup.h
+ 
+ QTEST_MAIN(KFileItemTest)
+ 
+@@ -472,6 +474,25 @@
+ QCOMPARE(fileItem.currentMimeType().name(), udsMimeType);
+ }
+ 
++void KFileItemTest::testIconNameForCustomFolderIcons()
++{
++// Custom folder icons should be displayed (bug 350612)
++
++const QString iconName = QStringLiteral(folder-music);
++
++QTemporaryDir tempDir;
++const QUrl url = QUrl::fromLocalFile(tempDir.path());
++KDesktopFile cfg(tempDir.path() + QString::fromLatin1(/.directory));
++cfg.desktopGroup().writeEntry(Icon, iconName);
++cfg.sync();
++
++KIO::UDSEntry entry;
++entry.insert(KIO::UDSEntry::UDS_FILE_TYPE, S_IFDIR);
++KFileItem fileItem(entry, url);
++
++QCOMPARE(fileItem.iconName(), iconName);
++}
++
+ #ifndef Q_OS_WIN // user/group/other write permissions are not handled on 
windows
+ 
+ void KFileItemTest::testIsReadable_data()
+
+--- a/autotests/kfileitemtest.h
 b/autotests/kfileitemtest.h
+@@ -41,6 +41,7 @@
+ void testMimetypeForRemoteFolderWithFileType();
+ void testCurrentMimetypeForRemoteFolder();
+ void testCurrentMimetypeForRemoteFolderWithFileType();
++void testIconNameForCustomFolderIcons();
+ 
+ #ifndef Q_OS_WIN
+ void testIsReadable_data();
+
+--- a/src/core/kfileitem.cpp
 b/src/core/kfileitem.cpp
+@@ -732,15 +732,15 @@
+ QMimeDatabase db;
+ if (isDir()) {
+ d-m_mimeType = db.mimeTypeForName(inode/directory);
+-return d-m_mimeType;
+-}
+-bool isLocalUrl;
+-const QUrl url = mostLocalUrl(isLocalUrl);
+-d-m_mimeType = db.mimeTypeForUrl(url);
+-// was:  d-m_mimeType = KMimeType::findByUrl( url, d-m_fileMode, 
isLocalUrl );
+-// = we are no longer using d-m_fileMode for remote URLs.
+-Q_ASSERT(d-m_mimeType.isValid());
+-//qDebug()  d  finding final mimetype for  url  :  
d-m_mimeType.name();
++} else {
++bool isLocalUrl;
++const QUrl url = mostLocalUrl(isLocalUrl);
++d-m_mimeType = db.mimeTypeForUrl(url);
++// was:  d-m_mimeType = KMimeType::findByUrl( url, 
d-m_fileMode, isLocalUrl );
++// = we are no longer using d-m_fileMode for remote URLs.
++Q_ASSERT(d-m_mimeType.isValid());
++//qDebug()  d  finding final mimetype for  url  :  
d-m_mimeType.name();
++}
+ d-m_bMimeTypeKnown = true;
+ }
+ 
+


[arch-commits] Commit in dolphin/kde-unstable (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 23:03:19
  Author: arojas
Revision: 243708

Workaround missing service menus (FS#45984)

Modified:
  dolphin/kde-unstable/PKGBUILD (contents, properties)

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 20:40:38 UTC (rev 243707)
+++ PKGBUILD2015-08-14 21:03:19 UTC (rev 243708)
@@ -6,7 +6,7 @@
 
 pkgname=dolphin
 pkgver=15.07.90
-pkgrel=1
+pkgrel=2
 pkgdesc=File Manager
 arch=(i686 x86_64)
 url=http://kde.org/applications/system/dolphin/;
@@ -16,9 +16,11 @@
 conflicts=('kdebase-dolphin15.04.3-3')
 replaces=(kdebase-dolphin)
 groups=(kde-applications kdebase)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;
+   
http://download.kde.org/unstable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('5a05b3fa09aec381e5a65ce0f037cc32')
+md5sums=('5a05b3fa09aec381e5a65ce0f037cc32'
+ '563037d14e7c0930271946d52bca84a2')
 
 prepare() {
   mkdir -p build
@@ -38,4 +40,7 @@
 package() {
   cd build
   make DESTDIR=$pkgdir install
+
+# Workaround for missing service menus 
https://bugs.kde.org/show_bug.cgi?id=350769
+  install -Dm644 $srcdir/kde-baseapps-$pkgver/lib/konq/konq*.desktop 
$pkgdir/usr/share/kservicetypes5/
 }


Property changes on: dolphin/kde-unstable/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in kdepim/repos (40 files)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:31:01
  Author: arojas
Revision: 243712

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdepim/repos/kde-unstable-i686/PKGBUILD
(from rev 243711, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-i686/akregator.install
(from rev 243711, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-i686/kaddressbook.install
(from rev 243711, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
(from rev 243711, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-i686/kdepim-ktnef.install
(from rev 243711, kdepim/kde-unstable/kdepim-ktnef.install)
  kdepim/repos/kde-unstable-i686/kdepim.install
(from rev 243711, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-i686/kleopatra.install
(from rev 243711, kdepim/kde-unstable/kleopatra.install)
  kdepim/repos/kde-unstable-i686/kmail.install
(from rev 243711, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-i686/korganizer.install
(from rev 243711, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-i686/ktnef.install
(from rev 243711, kdepim/kde-unstable/ktnef.install)
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243711, kdepim/kde-unstable/PKGBUILD)
  kdepim/repos/kde-unstable-x86_64/akregator.install
(from rev 243711, kdepim/kde-unstable/akregator.install)
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
(from rev 243711, kdepim/kde-unstable/kaddressbook.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
(from rev 243711, kdepim/kde-unstable/kdepim-knode.install)
  kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install
(from rev 243711, kdepim/kde-unstable/kdepim-ktnef.install)
  kdepim/repos/kde-unstable-x86_64/kdepim.install
(from rev 243711, kdepim/kde-unstable/kdepim.install)
  kdepim/repos/kde-unstable-x86_64/kleopatra.install
(from rev 243711, kdepim/kde-unstable/kleopatra.install)
  kdepim/repos/kde-unstable-x86_64/kmail.install
(from rev 243711, kdepim/kde-unstable/kmail.install)
  kdepim/repos/kde-unstable-x86_64/korganizer.install
(from rev 243711, kdepim/kde-unstable/korganizer.install)
  kdepim/repos/kde-unstable-x86_64/ktnef.install
(from rev 243711, kdepim/kde-unstable/ktnef.install)
Deleted:
  kdepim/repos/kde-unstable-i686/PKGBUILD
  kdepim/repos/kde-unstable-i686/akregator.install
  kdepim/repos/kde-unstable-i686/kaddressbook.install
  kdepim/repos/kde-unstable-i686/kdepim-knode.install
  kdepim/repos/kde-unstable-i686/kdepim-ktnef.install
  kdepim/repos/kde-unstable-i686/kdepim.install
  kdepim/repos/kde-unstable-i686/kleopatra.install
  kdepim/repos/kde-unstable-i686/kmail.install
  kdepim/repos/kde-unstable-i686/korganizer.install
  kdepim/repos/kde-unstable-i686/ktnef.install
  kdepim/repos/kde-unstable-x86_64/PKGBUILD
  kdepim/repos/kde-unstable-x86_64/akregator.install
  kdepim/repos/kde-unstable-x86_64/kaddressbook.install
  kdepim/repos/kde-unstable-x86_64/kdepim-knode.install
  kdepim/repos/kde-unstable-x86_64/kdepim-ktnef.install
  kdepim/repos/kde-unstable-x86_64/kdepim.install
  kdepim/repos/kde-unstable-x86_64/kleopatra.install
  kdepim/repos/kde-unstable-x86_64/kmail.install
  kdepim/repos/kde-unstable-x86_64/korganizer.install
  kdepim/repos/kde-unstable-x86_64/ktnef.install

--+
 /PKGBUILD|  434 +
 /akregator.install   |   24 +
 /kaddressbook.install|   24 +
 /kdepim-knode.install|   24 +
 /kdepim-ktnef.install|   24 +
 /kdepim.install  |   26 +
 /kleopatra.install   |   24 +
 /kmail.install   |   24 +
 /korganizer.install  |   24 +
 /ktnef.install   |   24 +
 kde-unstable-i686/PKGBUILD   |  228 ---
 kde-unstable-i686/akregator.install  |   12 
 kde-unstable-i686/kaddressbook.install   |   12 
 kde-unstable-i686/kdepim-knode.install   |   12 
 kde-unstable-i686/kdepim-ktnef.install   |   12 
 kde-unstable-i686/kdepim.install |   13 
 kde-unstable-i686/kleopatra.install  |   12 
 kde-unstable-i686/kmail.install  |   12 
 kde-unstable-i686/korganizer.install |   12 
 kde-unstable-i686/ktnef.install  |   12 
 kde-unstable-x86_64/PKGBUILD |  228 ---
 kde-unstable-x86_64/akregator.install|   12 
 kde-unstable-x86_64/kaddressbook.install |   12 
 kde-unstable-x86_64/kdepim-knode.install |   12 
 kde-unstable-x86_64/kdepim-ktnef.install |   12 
 kde-unstable-x86_64/kdepim.install   |   13 
 kde-unstable-x86_64/kleopatra.install|   12 
 kde-unstable-x86_64/kmail.install|   12 
 kde-unstable-x86_64/korganizer.install   |   12 
 

[arch-commits] Commit in kde-applications-meta/kde-unstable (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:30:00
  Author: arojas
Revision: 243711

kdepim-console - konsolekalendar, remove kdesdk-kioslaves for now

Modified:
  kde-applications-meta/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 22:26:16 UTC (rev 243710)
+++ PKGBUILD2015-08-14 22:30:00 UTC (rev 243711)
@@ -22,7 +22,7 @@
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
 pkgver=15.08
-pkgrel=0.3
+pkgrel=0.4
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
@@ -219,7 +219,7 @@
depends=('akonadiconsole'
 'akregator'
 'blogilo'
-'kdepim-console'
+'konsolekalendar'
 'kaddressbook'
 'kalarm'
 'kleopatra'
@@ -240,7 +240,7 @@
  'kdesdk-dev-utils'
  'kapptemplate'
 'kdesdk-kcachegrind'
-'kdesdk-kioslaves'
+#   'kdesdk-kioslaves'
 'kompare'
 'lokalize'
 'okteta'


[arch-commits] Commit in kio/repos (8 files)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:57:42
  Author: arojas
Revision: 243719

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kio/repos/testing-i686/PKGBUILD
(from rev 243718, kio/trunk/PKGBUILD)
  kio/repos/testing-i686/custom-folder-icons.patch
(from rev 243718, kio/trunk/custom-folder-icons.patch)
  kio/repos/testing-i686/kio.install
(from rev 243718, kio/trunk/kio.install)
  kio/repos/testing-x86_64/custom-folder-icons.patch
(from rev 243718, kio/trunk/custom-folder-icons.patch)
Deleted:
  kio/repos/testing-i686/PKGBUILD
  kio/repos/testing-i686/kio.install
  kio/repos/testing-x86_64/PKGBUILD
  kio/repos/testing-x86_64/kio.install

--+
 /PKGBUILD|   45 +
 /kio.install |   11 +++
 testing-i686/PKGBUILD|   45 -
 testing-i686/custom-folder-icons.patch   |   94 +
 testing-i686/kio.install |   11 ---
 testing-x86_64/PKGBUILD  |   45 -
 testing-x86_64/custom-folder-icons.patch |   94 +
 testing-x86_64/kio.install   |   11 ---
 8 files changed, 244 insertions(+), 112 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-14 22:55:58 UTC (rev 243718)
+++ testing-i686/PKGBUILD   2015-08-14 22:57:42 UTC (rev 243719)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kio
-pkgver=5.13.0
-pkgrel=2
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-install=kio.install
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'custom-folder-icons.patch')
-md5sums=('315c79dc4fb128343d18bfd9ef18a726'
- '9b534ca29ef53644344541c5c770ff51')
-
-prepare() {
-  mkdir -p build
-
-# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/custom-folder-icons.patch
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kio/repos/testing-i686/PKGBUILD (from rev 243718, kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-14 22:57:42 UTC (rev 243719)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+ '9b534ca29ef53644344541c5c770ff51')
+
+prepare() {
+  mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/custom-folder-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kio/repos/testing-i686/custom-folder-icons.patch (from rev 243718, 
kio/trunk/custom-folder-icons.patch)
===
--- testing-i686/custom-folder-icons.patch  (rev 0)
+++ testing-i686/custom-folder-icons.patch  2015-08-14 22:57:42 UTC (rev 
243719)
@@ -0,0 +1,94 @@
+From: Emmanuel Pescosta emmanuelpescosta...@gmail.com
+Date: Tue, 11 Aug 2015 18:13:52 +
+Subject: Show custom folder icons again
+X-Git-Url: 

[arch-commits] Commit in kdepim/kde-unstable (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:26:16
  Author: arojas
Revision: 243710

Don't replace KDE4 packages, rename kdepim-console to konsolekalendar

Modified:
  kdepim/kde-unstable/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 21:04:31 UTC (rev 243709)
+++ PKGBUILD2015-08-14 22:26:16 UTC (rev 243710)
@@ -4,10 +4,10 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgbase=kdepim
-pkgname=(akonadiconsole akregator blogilo kdepim-console kaddressbook kalarm 
kleopatra kmail knotes
+pkgname=(akonadiconsole akregator blogilo konsolekalendar kaddressbook kalarm 
kleopatra kmail knotes
  kontact korganizer ktnef libkdepim)
 pkgver=15.07.90
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -37,7 +37,6 @@
pkgdesc='Akonadi Management and Debugging Console'
depends=('libkdepim')
conflicts=(kdepim-$pkgname)
-   replaces=(kdepim-$pkgname)
url='http://pim.kde.org'
install='kdepim.install'
cd build/akonadiconsole
@@ -48,7 +47,6 @@
pkgdesc='A Feed Reader for KDE'
depends=('libkdepim' 'khtml' 'kontactinterface')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/internet/akregator/;
install='akregator.install'
cd build/akregator
@@ -61,7 +59,6 @@
pkgdesc='A KDE Blogging Client'
depends=('libkdepim' 'kblog' 'ktexteditor')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/internet/blogilo/;
install='kdepim.install'
cd build/blogilo
@@ -72,9 +69,11 @@
make DESTDIR=$pkgdir install
 }
 
-package_kdepim-console() {
+package_konsolekalendar() {
pkgdesc='Command line tool for accessing calendar files'
depends=('libkdepim')
+   conflicts=('kdepim-console')
+   replaces=('kdepim-console15')
url='http://pim.kde.org'
install='kdepim.install'
cd build/console
@@ -87,7 +86,6 @@
pkgdesc='Contact Manager'
depends=('libkdepim' 'kontactinterface')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/office/kaddressbook/;
install='kaddressbook.install'
for _i in kaddressbook kaddressbookgrantlee plugins/kaddressbook; do
@@ -100,7 +98,6 @@
pkgdesc='Personal Alarm Scheduler'
depends=('libkdepim')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/utilities/kalarm/;
install='kdepim.install'
cd build/kalarm
@@ -113,7 +110,6 @@
pkgdesc='Certificate Manager and Unified Crypto GUI'
depends=('libkdepim')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
install=kleopatra.install
url=http://kde.org/applications/utilities/kleopatra/;
cd build/kleopatra
@@ -128,7 +124,6 @@
pkgdesc='Mail Client'
depends=('kaddressbook' 'kontactinterface' 'kio-pim')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/internet/kmail/;
install='kmail.install'
for _i in kmail agents/archivemailagent agents/mailfilteragent 
agents/followupreminderagent \
@@ -146,7 +141,6 @@
pkgdesc='Popup Notes'
depends=('libkdepim' 'kontactinterface')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/utilities/knotes/;
install='kdepim.install'
cd $srcdir/build/knotes
@@ -163,7 +157,6 @@
pkgdesc='Personal Information Manager'
depends=('libkdepim' 'kontactinterface')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/office/kontact/;
install='kdepim.install'
cd build/kontact
@@ -178,7 +171,6 @@
pkgdesc='Calendar and Scheduling Program'
depends=('libkdepim' 'kontactinterface')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=http://kde.org/applications/office/korganizer;
install='korganizer.install'
for _i in korganizer korgac; do
@@ -193,7 +185,6 @@
pkgdesc='A viewer/extractor for TNEF files'
depends=('libktnef' 'hicolor-icon-theme')
 conflicts=(kdepim-$pkgname)
-replaces=(kdepim-$pkgname)
url=https://projects.kde.org/projects/kde/kdepim/ktnef;
install=ktnef.install
cd build/ktnef
@@ -207,8 +198,6 @@
 groups=()
depends=('kdepim-runtime' 'gpgmepp' 'grantlee-qt5' 'akonadi-search' 
'knewstuff' 'kldap' 'kdnssd')
 conflicts=('kdepim-libkdepim')
-   provides=('kdepim-libkdepim') # to 

[arch-commits] Commit in apitrace/repos (8 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:41:01
  Author: bisson
Revision: 138370

db-move: moved apitrace from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-i686/PKGBUILD
(from rev 138369, apitrace/repos/community-staging-i686/PKGBUILD)
  apitrace/repos/community-testing-i686/fix-python-executable.patch
(from rev 138369, 
apitrace/repos/community-staging-i686/fix-python-executable.patch)
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-testing-x86_64/PKGBUILD
(from rev 138369, apitrace/repos/community-staging-x86_64/PKGBUILD)
  apitrace/repos/community-testing-x86_64/fix-python-executable.patch
(from rev 138369, 
apitrace/repos/community-staging-x86_64/fix-python-executable.patch)
Deleted:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   36 +
 community-testing-i686/fix-python-executable.patch   |   65 +
 community-testing-x86_64/PKGBUILD|   36 +
 community-testing-x86_64/fix-python-executable.patch |   65 +
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/community-testing-i686/PKGBUILD (from rev 138369, 
apitrace/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-14 20:41:01 UTC (rev 138370)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/community-testing-i686/fix-python-executable.patch (from 
rev 138369, apitrace/repos/community-staging-i686/fix-python-executable.patch)
===
--- community-testing-i686/fix-python-executable.patch  
(rev 0)
+++ community-testing-i686/fix-python-executable.patch  2015-08-14 20:41:01 UTC 
(rev 138370)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back(--apitrace);
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i  argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_castchar *(python);
++args[0] = const_castchar 

[arch-commits] Commit in open-vm-tools/repos (18 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:41:02
  Author: bisson
Revision: 138371

db-move: moved open-vm-tools from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  open-vm-tools/repos/community-testing-i686/
  open-vm-tools/repos/community-testing-i686/PKGBUILD
(from rev 138369, open-vm-tools/repos/community-staging-i686/PKGBUILD)
  open-vm-tools/repos/community-testing-i686/network-script
(from rev 138369, open-vm-tools/repos/community-staging-i686/network-script)
  open-vm-tools/repos/community-testing-i686/tools.conf
(from rev 138369, open-vm-tools/repos/community-staging-i686/tools.conf)
  open-vm-tools/repos/community-testing-i686/vmtoolsd.service
(from rev 138369, 
open-vm-tools/repos/community-staging-i686/vmtoolsd.service)
  open-vm-tools/repos/community-testing-i686/vmware-guestd
(from rev 138369, open-vm-tools/repos/community-staging-i686/vmware-guestd)
  open-vm-tools/repos/community-testing-i686/vmware-vmblock-fuse.service
(from rev 138369, 
open-vm-tools/repos/community-staging-i686/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-testing-i686/xautostart.conf
(from rev 138369, 
open-vm-tools/repos/community-staging-i686/xautostart.conf)
  open-vm-tools/repos/community-testing-x86_64/
  open-vm-tools/repos/community-testing-x86_64/PKGBUILD
(from rev 138369, open-vm-tools/repos/community-staging-x86_64/PKGBUILD)
  open-vm-tools/repos/community-testing-x86_64/network-script
(from rev 138369, 
open-vm-tools/repos/community-staging-x86_64/network-script)
  open-vm-tools/repos/community-testing-x86_64/tools.conf
(from rev 138369, open-vm-tools/repos/community-staging-x86_64/tools.conf)
  open-vm-tools/repos/community-testing-x86_64/vmtoolsd.service
(from rev 138369, 
open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service)
  open-vm-tools/repos/community-testing-x86_64/vmware-guestd
(from rev 138369, 
open-vm-tools/repos/community-staging-x86_64/vmware-guestd)
  open-vm-tools/repos/community-testing-x86_64/vmware-vmblock-fuse.service
(from rev 138369, 
open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-testing-x86_64/xautostart.conf
(from rev 138369, 
open-vm-tools/repos/community-staging-x86_64/xautostart.conf)
Deleted:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-x86_64/

--+
 community-testing-i686/PKGBUILD  |   74 ++
 community-testing-i686/network-script|  195 +
 community-testing-i686/tools.conf|1 
 community-testing-i686/vmtoolsd.service  |9 
 community-testing-i686/vmware-guestd |6 
 community-testing-i686/vmware-vmblock-fuse.service   |   12 +
 community-testing-i686/xautostart.conf   |6 
 community-testing-x86_64/PKGBUILD|   74 ++
 community-testing-x86_64/network-script  |  195 +
 community-testing-x86_64/tools.conf  |1 
 community-testing-x86_64/vmtoolsd.service|9 
 community-testing-x86_64/vmware-guestd   |6 
 community-testing-x86_64/vmware-vmblock-fuse.service |   12 +
 community-testing-x86_64/xautostart.conf |6 
 14 files changed, 606 insertions(+)

Copied: open-vm-tools/repos/community-testing-i686/PKGBUILD (from rev 138369, 
open-vm-tools/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-14 20:41:02 UTC (rev 138371)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=9.10.2
+pkgrel=2
+pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-$pkgver.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('a0d3f69b3f4ebf0a13681522fa29d4e3'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ 

[arch-commits] Commit in procps-ng/repos (8 files)

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:40:38
  Author: bisson
Revision: 243707

db-move: moved procps-ng from [staging] to [testing] (i686, x86_64)

Added:
  procps-ng/repos/testing-i686/
  procps-ng/repos/testing-i686/PKGBUILD
(from rev 243706, procps-ng/repos/staging-i686/PKGBUILD)
  procps-ng/repos/testing-i686/install
(from rev 243706, procps-ng/repos/staging-i686/install)
  procps-ng/repos/testing-x86_64/
  procps-ng/repos/testing-x86_64/PKGBUILD
(from rev 243706, procps-ng/repos/staging-x86_64/PKGBUILD)
  procps-ng/repos/testing-x86_64/install
(from rev 243706, procps-ng/repos/staging-x86_64/install)
Deleted:
  procps-ng/repos/staging-i686/
  procps-ng/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   52 ++
 testing-i686/install|   14 
 testing-x86_64/PKGBUILD |   52 ++
 testing-x86_64/install  |   14 
 4 files changed, 132 insertions(+)

Copied: procps-ng/repos/testing-i686/PKGBUILD (from rev 243706, 
procps-ng/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-14 20:40:38 UTC (rev 243707)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.11
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:ncursesw/::g' -i watch.c
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-watch8bit \
+   --with-systemd \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   # provided by util-linux
+   rm ${pkgdir}/usr/bin/kill
+   rm ${pkgdir}/usr/share/man/man1/kill.1
+}

Copied: procps-ng/repos/testing-i686/install (from rev 243706, 
procps-ng/repos/staging-i686/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-08-14 20:40:38 UTC (rev 243707)
@@ -0,0 +1,14 @@
+post_upgrade() {
+   if [[ $(vercmp $2 3.3.8-3) = -1 ]]; then
+   cat EOF
+
+== The file /etc/sysctl.conf has been removed from this
+== package, as all its settings are now kernel defaults.
+
+== If you had customized it, you need to rename it as
+== /etc/sysctl.d/99-sysctl.conf since from version 207 on
+== systemd only applies settings from /etc/sysctl.d/* .
+
+EOF
+   fi
+}

Copied: procps-ng/repos/testing-x86_64/PKGBUILD (from rev 243706, 
procps-ng/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-14 20:40:38 UTC (rev 243707)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.11
+pkgrel=1
+pkgdesc='Utilities for monitoring your system and its processes'
+url='https://gitlab.com/procps-ng/procps'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('systemd')
+depends=('ncurses' 'libsystemd')
+source=(http://downloads.sourceforge.net/project/${pkgname}/Production/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('1bdca65547df9ed019bd83649b0f8b8eaa017e25')
+
+groups=('base')
+
+conflicts=('procps' 'sysvinit-tools')
+provides=('procps' 'sysvinit-tools')
+replaces=('procps' 'sysvinit-tools')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed 's:ncursesw/::g' -i watch.c
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --exec-prefix=/ \
+   --sysconfdir=/etc \
+   --libdir=/usr/lib \
+   --bindir=/usr/bin \
+   --sbindir=/usr/bin \
+   --enable-watch8bit \
+   --with-systemd \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make 

[arch-commits] Commit in sage-data-graphs/repos/community-any (PKGBUILD PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:04:23
  Author: arojas
Revision: 138373

archrelease: copy trunk to community-any

Added:
  sage-data-graphs/repos/community-any/PKGBUILD
(from rev 138372, sage-data-graphs/trunk/PKGBUILD)
Deleted:
  sage-data-graphs/repos/community-any/PKGBUILD

--+
 PKGBUILD |   43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 22:03:33 UTC (rev 138372)
+++ PKGBUILD2015-08-14 22:04:23 UTC (rev 138373)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-_dbname=graphs
-pkgname=sage-data-$_dbname
-pkgver=20130920
-pkgrel=1
-pkgdesc=A database of graphs for Sage
-arch=('any')
-url=http://www.sagemath.org;
-license=('GPL')
-depends=()
-makedepends=()
-source=(http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
-md5sums=('2621b6cfd61797ab0be179653d7bcf3e')
-
-package() {
-  cd $_dbname-$pkgver
-  mkdir -p $pkgdir/usr/share/sage/$_dbname
-  install -m644 * $pkgdir/usr/share/sage/$_dbname
-}

Copied: sage-data-graphs/repos/community-any/PKGBUILD (from rev 138372, 
sage-data-graphs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-14 22:04:23 UTC (rev 138373)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+_dbname=graphs
+pkgname=sage-data-$_dbname
+pkgver=20150724
+pkgrel=1
+pkgdesc=A database of graphs for Sage
+arch=(any)
+url=http://www.sagemath.org;
+license=(GPL)
+depends=()
+makedepends=()
+#source=(http://www.sagemath.org/packages/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+source=(http://mirrors.mit.edu/sage/spkg/upstream/graphs/$_dbname-$pkgver.tar.bz2;)
+md5sums=('261a521fcdcab90a52992b166efc9293')
+
+package() {
+  cd $_dbname-$pkgver
+  mkdir -p $pkgdir/usr/share/sage/$_dbname
+  install -m644 * $pkgdir/usr/share/sage/$_dbname
+}


[arch-commits] Commit in kio/repos (8 files)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:52:28
  Author: arojas
Revision: 243717

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kio/repos/testing-i686/PKGBUILD
(from rev 243716, kio/trunk/PKGBUILD)
  kio/repos/testing-i686/kio.install
(from rev 243716, kio/trunk/kio.install)
  kio/repos/testing-x86_64/PKGBUILD
(from rev 243716, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/kio.install
(from rev 243716, kio/trunk/kio.install)
Deleted:
  kio/repos/testing-i686/PKGBUILD
  kio/repos/testing-i686/kio.install
  kio/repos/testing-x86_64/PKGBUILD
  kio/repos/testing-x86_64/kio.install

+
 /PKGBUILD  |   90 +++
 /kio.install   |   22 ++
 testing-i686/PKGBUILD  |   40 ---
 testing-i686/kio.install   |   11 -
 testing-x86_64/PKGBUILD|   40 ---
 testing-x86_64/kio.install |   11 -
 6 files changed, 112 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-i686/PKGBUILD   2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kio
-pkgver=5.13.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-install=kio.install
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('315c79dc4fb128343d18bfd9ef18a726')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kio/repos/testing-i686/PKGBUILD (from rev 243716, kio/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+ '9b534ca29ef53644344541c5c770ff51')
+
+prepare() {
+  mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/custom-folder-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-i686/kio.install
===
--- testing-i686/kio.install2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-i686/kio.install2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kio/repos/testing-i686/kio.install (from rev 243716, 
kio/trunk/kio.install)
===
--- testing-i686/kio.install(rev 0)
+++ testing-i686/kio.install2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-x86_64/PKGBUILD 2015-08-14 22:52:28 UTC (rev 

[arch-commits] Commit in kio/trunk (PKGBUILD)

2015-08-14 Thread Antonio Rojas
Date: Saturday, August 15, 2015 @ 00:51:31
  Author: arojas
Revision: 243716

Fix custom folder icons (KDEBUG#350612)

Modified:
  kio/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 22:34:58 UTC (rev 243715)
+++ PKGBUILD2015-08-14 22:51:31 UTC (rev 243716)
@@ -4,7 +4,7 @@
 
 pkgname=kio
 pkgver=5.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kio'
@@ -15,11 +15,16 @@
 optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
 groups=('kf5')
 install=kio.install
-source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('315c79dc4fb128343d18bfd9ef18a726')
+source=(http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+ '9b534ca29ef53644344541c5c770ff51')
 
 prepare() {
   mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/custom-folder-icons.patch
 }
 
 build() {


[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

2015-08-14 Thread Evangelos Foutras
Date: Saturday, August 15, 2015 @ 04:16:51
  Author: foutrelis
Revision: 243720

upgpkg: thunderbird 38.2.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 22:57:42 UTC (rev 243719)
+++ PKGBUILD2015-08-15 02:16:51 UTC (rev 243720)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bostrom anders.bost...@home.se
 
 pkgname=thunderbird
-pkgver=38.1.0
+pkgver=38.2.0
 pkgrel=1
 pkgdesc=Standalone Mail/News reader
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 thunderbird-install-dir.patch
 vendor.js)
 options=('!emptydirs' '!makeflags')
-sha256sums=('ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787'
+sha256sums=('4881cf0a721a9d0204a6cff01e20a6c54010f4b576df2820cd699d17892ac2d0'
 '6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
@@ -67,6 +67,10 @@
   ln -sf /usr/share/hunspell $pkgdir/usr/lib/thunderbird/dictionaries
   ln -sf /usr/share/hyphen $pkgdir/usr/lib/thunderbird/hyphenation
 
+  # Replace duplicate binary with symlink
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=658850
+  ln -sf thunderbird $pkgdir/usr/lib/thunderbird/thunderbird-bin
+
   # Remove development stuff
   rm -r $pkgdir/usr/{include,lib/thunderbird-devel-*,share/idl}
 }


[arch-commits] Commit in thunderbird/repos (24 files)

2015-08-14 Thread Evangelos Foutras
Date: Saturday, August 15, 2015 @ 04:17:14
  Author: foutrelis
Revision: 243721

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 243720, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/mozconfig
(from rev 243720, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 243720, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 243720, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/thunderbird.install
(from rev 243720, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-i686/vendor.js
(from rev 243720, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 243720, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 243720, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 243720, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 243720, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/thunderbird.install
(from rev 243720, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 243720, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/thunderbird.install
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/thunderbird.install
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  152 +++
 /mozconfig |   86 ++
 /thunderbird-install-dir.patch |   24 +
 /thunderbird.desktop   |  346 +++
 /thunderbird.install   |   24 +
 /vendor.js |   18 +
 extra-i686/PKGBUILD|   72 -
 extra-i686/mozconfig   |   43 ---
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 -
 extra-i686/thunderbird.install |   12 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |   72 -
 extra-x86_64/mozconfig |   43 ---
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 -
 extra-x86_64/thunderbird.install   |   12 
 extra-x86_64/vendor.js |9 
 18 files changed, 650 insertions(+), 642 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 243720:243721 to see the changes.


[arch-commits] Commit in xfe/repos (4 files)

2015-08-14 Thread Sergej Pupykin
Date: Friday, August 14, 2015 @ 12:45:50
  Author: spupykin
Revision: 138351

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xfe/repos/community-i686/PKGBUILD
(from rev 138350, xfe/trunk/PKGBUILD)
  xfe/repos/community-x86_64/PKGBUILD
(from rev 138350, xfe/trunk/PKGBUILD)
Deleted:
  xfe/repos/community-i686/PKGBUILD
  xfe/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-14 10:45:34 UTC (rev 138350)
+++ community-i686/PKGBUILD 2015-08-14 10:45:50 UTC (rev 138351)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Ravi Desai ravst...@hotmail.com
-
-pkgname=xfe
-pkgver=1.40
-pkgrel=2
-pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
-arch=('i686' 'x86_64')
-url=http://roland65.free.fr/xfe;
-license=(GPL)
-depends=('fox=1:1.6' 'fox1:1.7')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-i686/PKGBUILD (from rev 138350, xfe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-14 10:45:50 UTC (rev 138351)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Ravi Desai ravst...@hotmail.com
+
+pkgname=xfe
+pkgver=1.40.1
+pkgrel=1
+pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
+arch=('i686' 'x86_64')
+url=http://roland65.free.fr/xfe;
+license=(GPL)
+depends=('fox=1:1.6' 'fox1:1.7')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('818aaf232ccaa27150ff23955bec7712')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake --add-missing
+  autoreconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-14 10:45:34 UTC (rev 138350)
+++ community-x86_64/PKGBUILD   2015-08-14 10:45:50 UTC (rev 138351)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Ravi Desai ravst...@hotmail.com
-
-pkgname=xfe
-pkgver=1.40
-pkgrel=2
-pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
-arch=('i686' 'x86_64')
-url=http://roland65.free.fr/xfe;
-license=(GPL)
-depends=('fox=1:1.6' 'fox1:1.7')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
-  aclocal
-  automake --add-missing
-  autoreconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xfe/repos/community-x86_64/PKGBUILD (from rev 138350, 
xfe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-14 10:45:50 UTC (rev 138351)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Ravi Desai ravst...@hotmail.com
+
+pkgname=xfe
+pkgver=1.40.1
+pkgrel=1
+pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
+arch=('i686' 'x86_64')
+url=http://roland65.free.fr/xfe;
+license=(GPL)
+depends=('fox=1:1.6' 'fox1:1.7')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('818aaf232ccaa27150ff23955bec7712')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|freetype/config/ftheader.h|config/ftheader.h|g' configure.ac
+  aclocal
+  automake 

[arch-commits] Commit in xfe/trunk (PKGBUILD)

2015-08-14 Thread Sergej Pupykin
Date: Friday, August 14, 2015 @ 12:45:34
  Author: spupykin
Revision: 138350

upgpkg: xfe 1.40.1-1

upd

Modified:
  xfe/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 10:45:28 UTC (rev 138349)
+++ PKGBUILD2015-08-14 10:45:34 UTC (rev 138350)
@@ -4,8 +4,8 @@
 # Contributor: Ravi Desai ravst...@hotmail.com
 
 pkgname=xfe
-pkgver=1.40
-pkgrel=2
+pkgver=1.40.1
+pkgrel=1
 pkgdesc=X File Explorer (Xfe) is an MS-Explorer like file manager for X.
 arch=('i686' 'x86_64')
 url=http://roland65.free.fr/xfe;
@@ -13,7 +13,7 @@
 depends=('fox=1:1.6' 'fox1:1.7')
 makedepends=('intltool')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('09854d424fd9e602b21aa3a363f3b5b7')
+md5sums=('818aaf232ccaa27150ff23955bec7712')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in phpmyadmin/trunk (PKGBUILD)

2015-08-14 Thread Sergej Pupykin
Date: Friday, August 14, 2015 @ 12:45:15
  Author: spupykin
Revision: 138348

upgpkg: phpmyadmin 4.4.13.1-1

upd

Modified:
  phpmyadmin/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 09:46:00 UTC (rev 138347)
+++ PKGBUILD2015-08-14 10:45:15 UTC (rev 138348)
@@ -7,7 +7,7 @@
 # Contributor: Simon Lackerbauer calypso at strpg.org
 
 pkgname=phpmyadmin
-pkgver=4.4.12
+pkgver=4.4.13.1
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -17,7 +17,7 @@
 optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('61647a8ab0f47bf99ed3c79103237017')
+md5sums=('be8ab49694ce0ea97a14143a68a5ea42')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/phpMyAdmin


[arch-commits] Commit in phpmyadmin/repos/community-any (PKGBUILD PKGBUILD)

2015-08-14 Thread Sergej Pupykin
Date: Friday, August 14, 2015 @ 12:45:28
  Author: spupykin
Revision: 138349

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 138348, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-14 10:45:15 UTC (rev 138348)
+++ PKGBUILD2015-08-14 10:45:28 UTC (rev 138349)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: tobias tob...@archlinux.org
-# Contributor: Manolis Tzanidakis mano...@archlinux.org
-# Contributor: Simon Lackerbauer calypso at strpg.org
-
-pkgname=phpmyadmin
-pkgver=4.4.12
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mariadb-clients' 'php')
-optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-md5sums=('61647a8ab0f47bf99ed3c79103237017')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
-  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
-  cd $_instdir
-
-  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
-  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 138348, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-14 10:45:28 UTC (rev 138349)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: tobias tob...@archlinux.org
+# Contributor: Manolis Tzanidakis mano...@archlinux.org
+# Contributor: Simon Lackerbauer calypso at strpg.org
+
+pkgname=phpmyadmin
+pkgver=4.4.13.1
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='http://www.phpmyadmin.net'
+license=('GPL')
+depends=('mariadb-clients' 'php')
+optdepends=('php-mcrypt: to use phpMyAdmin internal authentication')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+md5sums=('be8ab49694ce0ea97a14143a68a5ea42')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/phpMyAdmin
+  mkdir -p $_instdir $pkgdir/etc/webapps/phpmyadmin
+  cd $_instdir
+
+  cp -ra $srcdir/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php $_instdir/config.inc.php
+  cp $_instdir/config.sample.inc.php 
$pkgdir/etc/webapps/phpmyadmin/config.inc.php
+}


[arch-commits] Commit in firefox/trunk (PKGBUILD)

2015-08-14 Thread Evangelos Foutras
Date: Friday, August 14, 2015 @ 12:52:20
  Author: foutrelis
Revision: 243684

upgpkg: firefox 40.0.2-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-14 09:55:29 UTC (rev 243683)
+++ PKGBUILD2015-08-14 10:52:20 UTC (rev 243684)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=40.0
+pkgver=40.0.2
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@
 firefox-install-dir.patch
 vendor.js
 firefox-fixed-loading-icon.png)
-sha256sums=('e3a26164b3a7f1aefbe13a07f0fdcd322726e4bb8c7e9432d1671c8c9e37145a'
+sha256sums=('057dd75d6fb4fd264cd175788518d458cb7792fd905a6fa450968526305121fd'
 '4704798b46be00712a87443be8ed6184dfb5d337e8cc74dbe029c0a25a47add6'
 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'


  1   2   >