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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:14:39
  Author: arojas
Revision: 242551

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

Added:
  kdepimlibs/repos/kde-unstable-i686/
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 242550, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install
(from rev 242550, kdepimlibs/kde-unstable/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install
(from rev 242550, kdepimlibs/kde-unstable/akonadi-socialutils.install)
  kdepimlibs/repos/kde-unstable-x86_64/
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242550, kdepimlibs/kde-unstable/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-mime.install
(from rev 242550, kdepimlibs/kde-unstable/akonadi-mime.install)
  kdepimlibs/repos/kde-unstable-x86_64/akonadi-socialutils.install
(from rev 242550, kdepimlibs/kde-unstable/akonadi-socialutils.install)

-+
 kde-unstable-i686/PKGBUILD  |   77 ++
 kde-unstable-i686/akonadi-mime.install  |   11 +++
 kde-unstable-i686/akonadi-socialutils.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   77 ++
 kde-unstable-x86_64/akonadi-mime.install|   11 +++
 kde-unstable-x86_64/akonadi-socialutils.install |   11 +++
 6 files changed, 198 insertions(+)

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 242550, 
kdepimlibs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 07:14:39 UTC (rev 242551)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
+# makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('a989ddf15940a672bcf17a0319637f259fd6f6a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package_akonadi-client() {
+  depends=(akonadi kdelibs4support)
+
+  cd build/akonadi
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-contact() {
+  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
+
+  cd build/akonadi-contact
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-mime() {
+  depends=(akonadi-client kmime)
+  install=akonadi-mime.install
+
+  cd build/akonadi-mime
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-notes() {
+  depends=(kmime)
+
+  cd build/akonadi-notes
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-socialutils() {
+  depends=(akonadi-client)
+  install=akonadi-socialutils.install
+
+  cd build/akonadi-socialutils
+  make DESTDIR=$pkgdir install
+}
+
+package_kio-pim() {
+  pkgdesc='PIM kioslaves'
+  depends=(kldap kio)
+
+  cd build/kioslave
+  make DESTDIR=$pkgdir install
+}

Copied: kdepimlibs/repos/kde-unstable-i686/akonadi-mime.install (from rev 
242550, kdepimlibs/kde-unstable/akonadi-mime.install)
===
--- kde-unstable-i686/akonadi-mime.install  (rev 0)
+++ kde-unstable-i686/akonadi-mime.install  2015-07-28 07:14:39 UTC (rev 
242551)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-i686/akonadi-socialutils.install (from 
rev 242550, kdepimlibs/kde-unstable/akonadi-socialutils.install)
===
--- kde-unstable-i686/akonadi-socialutils.install   
(rev 0)
+++ kde-unstable-i686/akonadi-socialutils.install   2015-07-28 07:14:39 UTC 
(rev 242551)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 242550, 
kdepimlibs/kde-unstable/PKGBUILD)

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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:15:22
  Author: arojas
Revision: 242552

Modified:
  kdepimlibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 07:14:39 UTC (rev 242551)
+++ PKGBUILD2015-07-28 07:15:22 UTC (rev 242552)
@@ -12,7 +12,6 @@
 url='https://projects.kde.org/kdepimlibs'
 license=(GPL LGPL)
 makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
-# makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
 
source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
 sha1sums=('a989ddf15940a672bcf17a0319637f259fd6f6a8')
 


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:27:42
  Author: arojas
Revision: 242554

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

Added:
  kmailtransport/repos/
  kmailtransport/repos/kde-unstable-i686/
  kmailtransport/repos/kde-unstable-i686/PKGBUILD
(from rev 242553, kmailtransport/kde-unstable/PKGBUILD)
  kmailtransport/repos/kde-unstable-x86_64/
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242553, kmailtransport/kde-unstable/PKGBUILD)

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

Copied: kmailtransport/repos/kde-unstable-i686/PKGBUILD (from rev 242553, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 07:27:42 UTC (rev 242554)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmailtransport
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Mail Transport Service
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdepimlibs)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e4fe3f251a435db46ab43f2a7dc352e3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 242553, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 07:27:42 UTC (rev 242554)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmailtransport
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Mail Transport Service
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdepimlibs)
+makedepends=(extra-cmake-modules python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e4fe3f251a435db46ab43f2a7dc352e3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 12:11:52
  Author: arojas
Revision: 242562

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 242561, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 242561, kdepim-runtime/kde-unstable/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242561, kdepim-runtime/kde-unstable/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 242561, kdepim-runtime/kde-unstable/kdepim-runtime.install)

+
 kde-unstable-i686/PKGBUILD |   38 +++
 kde-unstable-i686/kdepim-runtime.install   |   13 +
 kde-unstable-x86_64/PKGBUILD   |   38 +++
 kde-unstable-x86_64/kdepim-runtime.install |   13 +
 4 files changed, 102 insertions(+)

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 242561, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 10:11:52 UTC (rev 242562)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi akonadi-notes 
akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5d933fc1542dc030594270c643677338045333be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
242561, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-i686/kdepim-runtime.install(rev 0)
+++ kde-unstable-i686/kdepim-runtime.install2015-07-28 10:11:52 UTC (rev 
242562)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 242561, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-28 10:11:52 UTC (rev 242562)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi akonadi-notes 
akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5d933fc1542dc030594270c643677338045333be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install (from 
rev 242561, kdepim-runtime/kde-unstable/kdepim-runtime.install)
===
--- kde-unstable-x86_64/kdepim-runtime.install  (rev 0)
+++ 

[arch-commits] Commit in akonadi-search (5 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:21:47
  Author: arojas
Revision: 242553

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

Added:
  akonadi-search/repos/
  akonadi-search/repos/kde-unstable-i686/
  akonadi-search/repos/kde-unstable-i686/PKGBUILD
(from rev 242552, akonadi-search/kde-unstable/PKGBUILD)
  akonadi-search/repos/kde-unstable-x86_64/
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242552, akonadi-search/kde-unstable/PKGBUILD)

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

Copied: akonadi-search/repos/kde-unstable-i686/PKGBUILD (from rev 242552, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 07:21:47 UTC (rev 242553)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=akonadi-search
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Libraries and daemons to implement searching in Akonadi
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e626035c81dd9f69f4c80db51b739d68')
+
+prepare() {
+  mkdir -p 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: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 242552, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 07:21:47 UTC (rev 242553)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=akonadi-search
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Libraries and daemons to implement searching in Akonadi
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('e626035c81dd9f69f4c80db51b739d68')
+
+prepare() {
+  mkdir -p 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 cbatticon/repos (4 files)

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 11:44:47
  Author: arodseth
Revision: 137547

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 09:44:33 UTC (rev 137546)
+++ community-i686/PKGBUILD 2015-07-28 09:44:47 UTC (rev 137547)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/valr/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
-
-build() {
-  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-i686/PKGBUILD (from rev 137546, 
cbatticon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 09:44:47 UTC (rev 137547)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('de64143ac188c63dd5c37ae785861c48681c8fb0f57b78d9a8afa53686ec3fb9')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-28 09:44:33 UTC (rev 137546)
+++ community-x86_64/PKGBUILD   2015-07-28 09:44:47 UTC (rev 137547)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/valr/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
-
-build() {
-  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 137546, 
cbatticon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-28 09:44:47 UTC (rev 137547)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('de64143ac188c63dd5c37ae785861c48681c8fb0f57b78d9a8afa53686ec3fb9')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:51:29
  Author: aginiewicz
Revision: 137545

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 08:51:24 UTC (rev 137544)
+++ PKGBUILD2015-07-28 08:51:29 UTC (rev 137545)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Aaron DeVore aaron.dev...@gmail.com
-# Contributor: tocer tocer.d...@gmail.com
-# Contributor: Piotr Beling q...@stud.ics.p.lodz.pl
-# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
-
-pkgbase=python-xlrd
-pkgname=('python2-xlrd' 'python-xlrd')
-pkgver=0.9.3
-pkgrel=1
-pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
-arch=('any')
-url=http://www.python-excel.org/;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz;)
-md5sums=('6f3325132f246594988171bc72e1a385')
-
-build() {
-  cd $srcdir
-  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
-
-  msg Building Python2
-  cd $srcdir/xlrd-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/xlrd-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlrd() {
-  depends=('python2')
-
-  cd $srcdir/xlrd-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-  mv $pkgdir/usr/bin/runxlrd{,2}.py
-
-  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
-}
-
-package_python-xlrd() {
-  depends=('python')
-
-  cd $srcdir/xlrd-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
-}
-

Copied: python-xlrd/repos/community-any/PKGBUILD (from rev 137544, 
python-xlrd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 08:51:29 UTC (rev 137545)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Aaron DeVore aaron.dev...@gmail.com
+# Contributor: tocer tocer.d...@gmail.com
+# Contributor: Piotr Beling q...@stud.ics.p.lodz.pl
+# Contributor: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgbase=python-xlrd
+pkgname=('python2-xlrd' 'python-xlrd')
+pkgver=0.9.4
+pkgrel=1
+pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
+arch=('any')
+url=http://www.python-excel.org/;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=(https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz;)
+md5sums=('911839f534d29fe04525ef8cd88fe865')
+
+build() {
+  cd $srcdir
+  cp -a xlrd-${pkgver} xlrd-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/xlrd-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/xlrd-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlrd() {
+  depends=('python2')
+
+  cd $srcdir/xlrd-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+  mv $pkgdir/usr/bin/runxlrd{,2}.py
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+
+package_python-xlrd() {
+  depends=('python')
+
+  cd $srcdir/xlrd-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -D -m644 xlrd/licences.py 
$pkgdir/usr/share/licenses/$pkgname/licences.py
+}
+


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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:51:24
  Author: aginiewicz
Revision: 137544

upgpkg: python-xlrd 0.9.4-1

python-xlrd: new upstream release

Modified:
  python-xlrd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:48:49 UTC (rev 137543)
+++ PKGBUILD2015-07-28 08:51:24 UTC (rev 137544)
@@ -7,7 +7,7 @@
 
 pkgbase=python-xlrd
 pkgname=('python2-xlrd' 'python-xlrd')
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc=Library for developers to extract data from Microsoft Excel (tm) 
spreadsheet files
 arch=('any')
@@ -15,7 +15,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 source=(https://pypi.python.org/packages/source/x/xlrd/xlrd-${pkgver}.tar.gz;)
-md5sums=('6f3325132f246594988171bc72e1a385')
+md5sums=('911839f534d29fe04525ef8cd88fe865')
 
 build() {
   cd $srcdir


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 11:35:51
  Author: arojas
Revision: 242560

Update to 1.0.0, build fails

Added:
  libkolab/kde-unstable/
Modified:
  libkolab/kde-unstable/PKGBUILD

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-05-06 11:51:05 UTC (rev 238545)
+++ kde-unstable/PKGBUILD   2015-07-28 09:35:51 UTC (rev 242560)
@@ -1,33 +1,28 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintaier: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkolab
-pkgver=0.6.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=Advanced Kolab Object Handling Library
 url='http://git.kolab.org/libkolab/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libkolabxml' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg}
 'check_for_generic_tag.patch')
-md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
- '237fe4fda389cb8cf167e84aea2b90b0'
- '6588bc470183e56ca77f12e1dbb5b1ee')
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=(http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz{,.gpg})
+md5sums=('3670aae0d6b2ad32f65abd65352e79eb'
+ 'c88d8e0945048f798a85b38e9d401460')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build against kdepimlibs 4.14
-  patch -p1 -i $srcdir/check_for_generic_tag.patch
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
@@ -34,5 +29,5 @@
 
 package() {
   cd build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }


[arch-commits] Commit in (19 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:37:54
  Author: arojas
Revision: 242557

Fix dependencies, disable tests

Modified:
  akonadi-calendar/kde-unstable/PKGBUILD
  akonadi-search/kde-unstable/PKGBUILD
  gpgmepp/kde-unstable/PKGBUILD
  kalarmcal/kde-unstable/PKGBUILD
  kblog/kde-unstable/PKGBUILD
  kcalcore/kde-unstable/PKGBUILD
  kcalutils/kde-unstable/PKGBUILD
  kcontacts/kde-unstable/PKGBUILD
  kde-syndication/kde-unstable/PKGBUILD
  kholidays/kde-unstable/PKGBUILD
  kidentitymanagement/kde-unstable/PKGBUILD
  kimap/kde-unstable/PKGBUILD
  kldap/kde-unstable/PKGBUILD
  kmailtransport/kde-unstable/PKGBUILD
  kmbox/kde-unstable/PKGBUILD
  kmime/kde-unstable/PKGBUILD
  kontactinterface/kde-unstable/PKGBUILD
  kpimtextedit/kde-unstable/PKGBUILD
  libktnef/kde-unstable/PKGBUILD

---+
 akonadi-calendar/kde-unstable/PKGBUILD|7 ---
 akonadi-search/kde-unstable/PKGBUILD  |4 ++--
 gpgmepp/kde-unstable/PKGBUILD |3 ++-
 kalarmcal/kde-unstable/PKGBUILD   |5 +++--
 kblog/kde-unstable/PKGBUILD   |5 +++--
 kcalcore/kde-unstable/PKGBUILD|5 +++--
 kcalutils/kde-unstable/PKGBUILD   |5 +++--
 kcontacts/kde-unstable/PKGBUILD   |3 ++-
 kde-syndication/kde-unstable/PKGBUILD |3 ++-
 kholidays/kde-unstable/PKGBUILD   |5 +++--
 kidentitymanagement/kde-unstable/PKGBUILD |5 +++--
 kimap/kde-unstable/PKGBUILD   |7 ---
 kldap/kde-unstable/PKGBUILD   |3 ++-
 kmailtransport/kde-unstable/PKGBUILD  |9 +
 kmbox/kde-unstable/PKGBUILD   |7 ---
 kmime/kde-unstable/PKGBUILD   |3 ++-
 kontactinterface/kde-unstable/PKGBUILD|3 ++-
 kpimtextedit/kde-unstable/PKGBUILD|3 ++-
 libktnef/kde-unstable/PKGBUILD|5 +++--
 19 files changed, 54 insertions(+), 36 deletions(-)

Modified: akonadi-calendar/kde-unstable/PKGBUILD
===
--- akonadi-calendar/kde-unstable/PKGBUILD  2015-07-28 07:36:52 UTC (rev 
242556)
+++ akonadi-calendar/kde-unstable/PKGBUILD  2015-07-28 07:37:54 UTC (rev 
242557)
@@ -7,8 +7,8 @@
 arch=(i686 x86_64)
 url=https://projects.kde.org/$pkgname;
 license=(LGPL)
-depends=(kmailtransport kcalutils)
-makedepends=(extra-cmake-modules kdoctools python)
+depends=(kmailtransport kcalutils akonadi-contact)
+makedepends=(extra-cmake-modules kdoctools python boost)
 
source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
 
@@ -22,7 +22,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
   make
 }
 

Modified: akonadi-search/kde-unstable/PKGBUILD
===
--- akonadi-search/kde-unstable/PKGBUILD2015-07-28 07:36:52 UTC (rev 
242556)
+++ akonadi-search/kde-unstable/PKGBUILD2015-07-28 07:37:54 UTC (rev 
242557)
@@ -8,8 +8,8 @@
 url='https://projects.kde.org/akonadi-search'
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
-depends=(xapian-core kdepimlibs)
-makedepends=(extra-cmake-modules kdoctools)
+depends=(xapian-core akonadi-mime kcontacts kcalcore)
+makedepends=(extra-cmake-modules kdoctools boost)
 
source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('e626035c81dd9f69f4c80db51b739d68')
 

Modified: gpgmepp/kde-unstable/PKGBUILD
===
--- gpgmepp/kde-unstable/PKGBUILD   2015-07-28 07:36:52 UTC (rev 242556)
+++ gpgmepp/kde-unstable/PKGBUILD   2015-07-28 07:37:54 UTC (rev 242557)
@@ -22,7 +22,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
   make
 }
 

Modified: kalarmcal/kde-unstable/PKGBUILD
===
--- kalarmcal/kde-unstable/PKGBUILD 2015-07-28 07:36:52 UTC (rev 242556)
+++ kalarmcal/kde-unstable/PKGBUILD 2015-07-28 07:37:54 UTC (rev 242557)
@@ -7,7 +7,7 @@
 arch=(i686 x86_64)
 url=https://projects.kde.org/$pkgname;
 license=(LGPL)
-depends=(kidentitymanagement kholidays kdepimlibs)
+depends=(kidentitymanagement kholidays kcalcore akonadi-client)
 makedepends=(extra-cmake-modules kdoctools python boost)
 
source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
 md5sums=('f12b2bba6130014c8a33abd9e2bafa88')
@@ -22,7 +22,8 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+

[arch-commits] Commit in kdepim-runtime (3 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 12:10:33
  Author: arojas
Revision: 242561

KDE PIM 15.08 beta

Added:
  kdepim-runtime/kde-unstable/
  kdepim-runtime/kde-unstable/PKGBUILD
(from rev 241398, kdepim-runtime/trunk/PKGBUILD)
Deleted:
  kdepim-runtime/kde-unstable/PKGBUILD

---+
 PKGBUILD  |   36 
 kde-unstable/PKGBUILD |   38 ++
 2 files changed, 38 insertions(+), 36 deletions(-)

Deleted: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-05-30 06:59:03 UTC (rev 239894)
+++ kde-unstable/PKGBUILD   2015-07-28 10:10:33 UTC (rev 242561)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.14.8
-_kdeappver=15.04.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi' 'libaccounts-qt' 
'libsignon-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('ba7cd8ca941e199497c817b70ba72522bd0a7d60')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/kde-unstable/PKGBUILD (from rev 241398, 
kdepim-runtime/trunk/PKGBUILD)
===
--- kde-unstable/PKGBUILD   (rev 0)
+++ kde-unstable/PKGBUILD   2015-07-28 10:10:33 UTC (rev 242561)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=(hicolor-icon-theme qt5-quick1 libkgapi akonadi-notes 
akonadi-socialutils akonadi-calendar
+ knotifyconfig kross kalarmcal kmbox kimap kde-syndication) # libkolab
+makedepends=(extra-cmake-modules kdoctools boost)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('5d933fc1542dc030594270c643677338045333be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:36:52
  Author: arojas
Revision: 242556

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

Added:
  kalarmcal/repos/
  kalarmcal/repos/kde-unstable-i686/
  kalarmcal/repos/kde-unstable-i686/PKGBUILD
(from rev 242555, kalarmcal/kde-unstable/PKGBUILD)
  kalarmcal/repos/kde-unstable-x86_64/
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242555, kalarmcal/kde-unstable/PKGBUILD)

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

Copied: kalarmcal/repos/kde-unstable-i686/PKGBUILD (from rev 242555, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 07:36:52 UTC (rev 242556)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kalarmcal
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KAlarm client library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kidentitymanagement kholidays kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f12b2bba6130014c8a33abd9e2bafa88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 242555, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 07:36:52 UTC (rev 242556)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kalarmcal
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The KAlarm client library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kidentitymanagement kholidays kdepimlibs)
+makedepends=(extra-cmake-modules kdoctools python boost)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f12b2bba6130014c8a33abd9e2bafa88')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:25:24
  Author: aginiewicz
Revision: 137536

upgpkg: python-patsy 0.4.0-1

python-patsy: new upstream release

Modified:
  python-patsy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 05:48:19 UTC (rev 137535)
+++ PKGBUILD2015-07-28 08:25:24 UTC (rev 137536)
@@ -6,7 +6,7 @@
 
 pkgbase=python-patsy
 pkgname=('python2-patsy' 'python-patsy')
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc=A Python package for describing statistical models and for building 
design matrices
 arch=('any')
@@ -14,7 +14,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'unzip')
 source=(https://pypi.python.org/packages/source/p/patsy/patsy-${pkgver}.zip;)
-md5sums=('7545518b413136ba8343dcebea07e5e2')
+md5sums=('9043a0d0695eaf5ec021676ccb0eb95d')
 
 build() {
   cd $srcdir


[arch-commits] Commit in python-openpyxl/repos/community-any (4 files)

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:43:07
  Author: aginiewicz
Revision: 137541

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 137540, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 137540, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 +-
 PKGBUILD |  124 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2015-07-28 08:43:00 UTC (rev 137540)
+++ LICENCE 2015-07-28 08:43:07 UTC (rev 137541)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-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 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 137540, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2015-07-28 08:43:07 UTC (rev 137541)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+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 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 THE AUTHORS OR COPYRIGHT HOLDERS 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.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 08:43:00 UTC (rev 137540)
+++ PKGBUILD2015-07-28 08:43:07 UTC (rev 137541)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley martin.cor...@ed.ac.uk
-
-pkgbase=python-openpyxl

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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:43:00
  Author: aginiewicz
Revision: 137540

upgpkg: python-openpyxl 2.2.4-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:32:34 UTC (rev 137539)
+++ PKGBUILD2015-07-28 08:43:00 UTC (rev 137540)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc=A Python library to read/write Excel 2007 xlsx/xlsm files
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=(https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz;
 LICENCE)
-md5sums=('77dbe64a9a43a3bf4791871cf8fe62a2'
+md5sums=('c18efe86fc96bbb9f62e2a4ed64ef430'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:13:27
  Author: arojas
Revision: 242550

KDE Applications 15.08 beta

Added:
  kdepimlibs/kde-unstable/
  kdepimlibs/kde-unstable/akonadi-mime.install
(from rev 242549, kdepimlibs/trunk/kdepimlibs.install)
  kdepimlibs/kde-unstable/akonadi-socialutils.install
(from rev 242549, kdepimlibs/trunk/kdepimlibs.install)
Modified:
  kdepimlibs/kde-unstable/PKGBUILD
Deleted:
  kdepimlibs/kde-unstable/kdepimlibs.install

--+
 PKGBUILD |   78 +
 kde-unstable/akonadi-mime.install|   11 
 kde-unstable/akonadi-socialutils.install |   11 
 kdepimlibs.install   |   11 
 4 files changed, 81 insertions(+), 30 deletions(-)

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-07-28 06:32:35 UTC (rev 242549)
+++ kde-unstable/PKGBUILD   2015-07-28 07:13:27 UTC (rev 242550)
@@ -3,35 +3,75 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=kdepimlibs
-pkgver=4.14.10
-_kdeappver=15.04.3
+pkgbase=kdepimlibs
+pkgname=(akonadi-client akonadi-contact akonadi-mime akonadi-notes 
akonadi-socialutils kio-pim)
+pkgver=15.07.80
 pkgrel=1
 pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
+arch=(i686 x86_64)
+url='https://projects.kde.org/kdepimlibs'
+license=(GPL LGPL)
+makedepends=(extra-cmake-modules qt5-tools kcalcore kmbox kcontacts kldap 
akonadi prison-frameworks boost kdoctools)
+# makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('a989ddf15940a672bcf17a0319637f259fd6f6a8')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgbase-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }
 
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
+package_akonadi-client() {
+  depends=(akonadi kdelibs4support)
+
+  cd build/akonadi
+  make DESTDIR=$pkgdir install
 }
+
+package_akonadi-contact() {
+  depends=(akonadi-client kmime kcontacts kcalcore prison-frameworks)
+
+  cd build/akonadi-contact
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-mime() {
+  depends=(akonadi-client kmime)
+  install=akonadi-mime.install
+
+  cd build/akonadi-mime
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-notes() {
+  depends=(kmime)
+
+  cd build/akonadi-notes
+  make DESTDIR=$pkgdir install
+}
+
+package_akonadi-socialutils() {
+  depends=(akonadi-client)
+  install=akonadi-socialutils.install
+
+  cd build/akonadi-socialutils
+  make DESTDIR=$pkgdir install
+}
+
+package_kio-pim() {
+  pkgdesc='PIM kioslaves'
+  depends=(kldap kio)
+
+  cd build/kioslave
+  make DESTDIR=$pkgdir install
+}

Copied: kdepimlibs/kde-unstable/akonadi-mime.install (from rev 242549, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- kde-unstable/akonadi-mime.install   (rev 0)
+++ kde-unstable/akonadi-mime.install   2015-07-28 07:13:27 UTC (rev 242550)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs/kde-unstable/akonadi-socialutils.install (from rev 242549, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- kde-unstable/akonadi-socialutils.install(rev 0)
+++ kde-unstable/akonadi-socialutils.install2015-07-28 07:13:27 UTC (rev 
242550)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: kde-unstable/kdepimlibs.install
===
--- trunk/kdepimlibs.install2015-07-28 06:32:35 UTC (rev 242549)
+++ kde-unstable/kdepimlibs.install 2015-07-28 07:13:27 UTC (rev 242550)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   

[arch-commits] Commit in akonadi-calendar (5 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:32:57
  Author: arojas
Revision: 242555

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

Added:
  akonadi-calendar/repos/
  akonadi-calendar/repos/kde-unstable-i686/
  akonadi-calendar/repos/kde-unstable-i686/PKGBUILD
(from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)
  akonadi-calendar/repos/kde-unstable-x86_64/
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242554, akonadi-calendar/kde-unstable/PKGBUILD)

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

Copied: akonadi-calendar/repos/kde-unstable-i686/PKGBUILD (from rev 242554, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 07:32:57 UTC (rev 242555)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Akonadi calendar integration
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 242554, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 07:32:57 UTC (rev 242555)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=akonadi-calendar
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Akonadi calendar integration
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kmailtransport kcalutils)
+makedepends=(extra-cmake-modules kdoctools python)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6e3feffacf3f3fbc75ac75f41ca546a8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:46:42
  Author: arojas
Revision: 242559

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

Added:
  libkgapi/repos/kde-unstable-i686/
  libkgapi/repos/kde-unstable-i686/PKGBUILD
(from rev 242558, libkgapi/kde-unstable/PKGBUILD)
  libkgapi/repos/kde-unstable-x86_64/
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242558, libkgapi/kde-unstable/PKGBUILD)

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

Copied: libkgapi/repos/kde-unstable-i686/PKGBUILD (from rev 242558, 
libkgapi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 07:46:42 UTC (rev 242559)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=4.80.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4602f8ded81bbd62f033e589fbd85203')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 242558, 
libkgapi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-28 07:46:42 UTC (rev 242559)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=4.80.0
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4602f8ded81bbd62f033e589fbd85203')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:32:26
  Author: aginiewicz
Revision: 137538

upgpkg: python-google-api-python-client 1.4.1-1

python-google-api-python-client: new upstream release

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:25:36 UTC (rev 137537)
+++ PKGBUILD2015-07-28 08:32:26 UTC (rev 137538)
@@ -4,7 +4,7 @@
 
 pkgbase=python-google-api-python-client
 pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc=Google API Client Library for Python
 arch=('any')
@@ -15,7 +15,7 @@
  'python-httplib2' 'python-oauth2client' 'python-uritemplate'
  'python-six')
 
source=(https://pypi.python.org/packages/source/g/google-api-python-client/google-api-python-client-${pkgver}.tar.gz;)
-md5sums=('48e600d261378804bf019c6d26676c1e')
+md5sums=('3e2cf16cf5502f6315aaf2fc8f1d7437')
 
 prepare() {
   cd $srcdir


[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:32:34
  Author: aginiewicz
Revision: 137539

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 137538, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 08:32:26 UTC (rev 137538)
+++ PKGBUILD2015-07-28 08:32:34 UTC (rev 137539)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: shadyabhi abhijeet.1...@gmail.com
-
-pkgbase=python-google-api-python-client
-pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Google API Client Library for Python
-arch=('any')
-url=https://github.com/google/google-api-python-client;
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python2-httplib2'
- 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
- 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
- 'python-six')
-source=(https://pypi.python.org/packages/source/g/google-api-python-client/google-api-python-client-${pkgver}.tar.gz;)
-md5sums=('48e600d261378804bf019c6d26676c1e')
-
-prepare() {
-  cd $srcdir
-  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
-  cd google-api-python-client-py2-${pkgver}
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  cd $srcdir/google-api-python-client-$pkgver
-
-  msg Building Python2
-  cd $srcdir/google-api-python-client-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/google-api-python-client-${pkgver}
-  python setup.py build
-}
- 
-package_python2-google-api-python-client() {
-  depends=('python2-httplib2' 'python2-oauth2client' 'python2-uritemplate' 
'python2-six')
-  cd $srcdir/google-api-python-client-py2-$pkgver
- 
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-
-package_python-google-api-python-client() {
-  depends=('python-httplib2' 'python-oauth2client' 'python-uritemplate' 
'python-six')
-  cd $srcdir/google-api-python-client-$pkgver
- 
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-}
-

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
137538, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 08:32:34 UTC (rev 137539)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: shadyabhi abhijeet.1...@gmail.com
+
+pkgbase=python-google-api-python-client
+pkgname=('python2-google-api-python-client' 'python-google-api-python-client')
+pkgver=1.4.1
+pkgrel=1
+pkgdesc=Google API Client Library for Python
+arch=('any')
+url=https://github.com/google/google-api-python-client;
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python2-httplib2'
+ 'python2-oauth2client' 'python2-uritemplate' 'python2-six'
+ 'python-httplib2' 'python-oauth2client' 'python-uritemplate'
+ 'python-six')
+source=(https://pypi.python.org/packages/source/g/google-api-python-client/google-api-python-client-${pkgver}.tar.gz;)
+md5sums=('3e2cf16cf5502f6315aaf2fc8f1d7437')
+
+prepare() {
+  cd $srcdir
+  cp -a google-api-python-client-${pkgver} 
google-api-python-client-py2-${pkgver}
+  cd google-api-python-client-py2-${pkgver}
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  cd $srcdir/google-api-python-client-$pkgver
+
+  msg Building Python2
+  cd $srcdir/google-api-python-client-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/google-api-python-client-${pkgver}
+  python setup.py build
+}
+ 
+package_python2-google-api-python-client() {
+  depends=('python2-httplib2' 'python2-oauth2client' 'python2-uritemplate' 
'python2-six')
+  cd $srcdir/google-api-python-client-py2-$pkgver
+ 
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+
+package_python-google-api-python-client() {
+  depends=('python-httplib2' 'python-oauth2client' 'python-uritemplate' 
'python-six')
+  cd $srcdir/google-api-python-client-$pkgver
+ 
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+}
+


[arch-commits] Commit in python2-pyface/repos/community-any (3 files)

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:48:49
  Author: aginiewicz
Revision: 137543

archrelease: copy trunk to community-any

Added:
  python2-pyface/repos/community-any/PKGBUILD
(from rev 137542, python2-pyface/trunk/PKGBUILD)
Deleted:
  python2-pyface/repos/community-any/PKGBUILD
  python2-pyface/repos/community-any/pygments2.patch

-+
 PKGBUILD|   81 --
 pygments2.patch |   20 -
 2 files changed, 37 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 08:48:42 UTC (rev 137542)
+++ PKGBUILD2015-07-28 08:48:49 UTC (rev 137543)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-
-pkgname=python2-pyface
-pkgver=4.5.0
-pkgrel=2
-pkgdesc=Traits-capable windowing framework
-arch=('any')
-url=https://github.com/enthought/pyface;
-license=('BSD')
-depends=('python2-traits')
-makedepends=('python2-setuptools')
-optdepends=('python2-pyqt4: for Qt backend'
-'wxpython2.8: for wx backend')
-options=(!emptydirs)
-
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;
 pygments2.patch)
-md5sums=('05ea27821ed63a457bf5d95892ac0cf0'
- 'e874bda3e3871120c7c47bf0c632582f')
-
-prepare() {
-  cd $srcdir/pyface-$pkgver
-
-  patch -p0  ../pygments2.patch
-}
-
-build() {
-  cd $srcdir/pyface-$pkgver
-
-  # force selection of wxpython 2.8
-  # (see https://github.com/enthought/pyface/issues/96)
-  sed -e s/^\(.*\)import wx$/\1import 
wxversion\n\1wxversion.select(\2.8\)\n\1import wx/g -i $(find . -name '*.py')
-
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/pyface-$pkgver
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python2-pyface/repos/community-any/PKGBUILD (from rev 137542, 
python2-pyface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 08:48:49 UTC (rev 137543)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+
+pkgname=python2-pyface
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Traits-capable windowing framework
+arch=('any')
+url=https://github.com/enthought/pyface;
+license=('BSD')
+depends=('python2-traits')
+makedepends=('python2-setuptools')
+optdepends=('python2-pyqt4: for Qt backend'
+'wxpython2.8: for wx backend')
+options=(!emptydirs)
+
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+md5sums=('61d4adadccd570f3d854a04186efea92')
+
+build() {
+  cd $srcdir/pyface-$pkgver
+
+  # force selection of wxpython 2.8
+  # (see https://github.com/enthought/pyface/issues/96)
+  sed -e s/^\(.*\)import wx$/\1import 
wxversion\n\1wxversion.select(\2.8\)\n\1import wx/g -i $(find . -name '*.py')
+
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/pyface-$pkgver
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  install -D LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: pygments2.patch
===
--- pygments2.patch 2015-07-28 08:48:42 UTC (rev 137542)
+++ pygments2.patch 2015-07-28 08:48:49 UTC (rev 137543)
@@ -1,20 +0,0 @@
 pyface/ui/qt4/code_editor/pygments_highlighter.py.orig 2015-07-07 
21:18:51.174941435 +0200
-+++ pyface/ui/qt4/code_editor/pygments_highlighter.py  2015-07-07 
21:19:29.448031232 +0200
-@@ -33,11 +33,12 @@
- for rexmatch, action, new_state in statetokens:
- m = rexmatch(text, pos)
- if m:
--if type(action) is _TokenType:
--yield pos, action, m.group()
--else:
--for item in action(self, m):
--yield item
-+if action is not None:
-+if type(action) is _TokenType:
-+yield pos, action, m.group()
-+else:
-+for item in action(self, m):
-+yield item
- pos = m.end()
- if new_state is not None:
- # state transition


[arch-commits] Commit in python2-pyface/trunk (PKGBUILD pygments2.patch)

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:48:42
  Author: aginiewicz
Revision: 137542

upgpkg: python2-pyface 4.5.1-1

python2-pyface: new upstream release, patch no longer needed

Modified:
  python2-pyface/trunk/PKGBUILD
Deleted:
  python2-pyface/trunk/pygments2.patch

-+
 PKGBUILD|   15 ---
 pygments2.patch |   20 
 2 files changed, 4 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:43:07 UTC (rev 137541)
+++ PKGBUILD2015-07-28 08:48:42 UTC (rev 137542)
@@ -2,8 +2,8 @@
 # Maintainer: Andrzej Giniewicz ggi...@gmail.com
 
 pkgname=python2-pyface
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.1
+pkgrel=1
 pkgdesc=Traits-capable windowing framework
 arch=('any')
 url=https://github.com/enthought/pyface;
@@ -14,16 +14,9 @@
 'wxpython2.8: for wx backend')
 options=(!emptydirs)
 
-source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;
 pygments2.patch)
-md5sums=('05ea27821ed63a457bf5d95892ac0cf0'
- 'e874bda3e3871120c7c47bf0c632582f')
+source=($pkgname-$pkgver.tar.gz::https://github.com/enthought/pyface/archive/${pkgver}.tar.gz;)
+md5sums=('61d4adadccd570f3d854a04186efea92')
 
-prepare() {
-  cd $srcdir/pyface-$pkgver
-
-  patch -p0  ../pygments2.patch
-}
-
 build() {
   cd $srcdir/pyface-$pkgver
 

Deleted: pygments2.patch
===
--- pygments2.patch 2015-07-28 08:43:07 UTC (rev 137541)
+++ pygments2.patch 2015-07-28 08:48:42 UTC (rev 137542)
@@ -1,20 +0,0 @@
 pyface/ui/qt4/code_editor/pygments_highlighter.py.orig 2015-07-07 
21:18:51.174941435 +0200
-+++ pyface/ui/qt4/code_editor/pygments_highlighter.py  2015-07-07 
21:19:29.448031232 +0200
-@@ -33,11 +33,12 @@
- for rexmatch, action, new_state in statetokens:
- m = rexmatch(text, pos)
- if m:
--if type(action) is _TokenType:
--yield pos, action, m.group()
--else:
--for item in action(self, m):
--yield item
-+if action is not None:
-+if type(action) is _TokenType:
-+yield pos, action, m.group()
-+else:
-+for item in action(self, m):
-+yield item
- pos = m.end()
- if new_state is not None:
- # state transition


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

2015-07-28 Thread Evangelos Foutras
Date: Wednesday, July 29, 2015 @ 02:11:39
  Author: foutrelis
Revision: 242635

upgpkg: chromium 44.0.2403.125-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 23:24:42 UTC (rev 242634)
+++ PKGBUILD2015-07-29 00:11:39 UTC (rev 242635)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=44.0.2403.107
+pkgver=44.0.2403.125
 pkgrel=1
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -30,7 +30,7 @@
 0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
 0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
 chromium-widevine.patch)
-sha256sums=('d0634ffbe4f158010852fde3ee32aaf7bdf200932573fdf57328dd9ba5983d71'
+sha256sums=('78568ec613443b5b7be83216f2c86cb4e64e7398eee9bbc0a35d1c0cef402452'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '46daf921ed7eaab175f5a86b09357c69c33a10ffe1d4e7c24476af510c1b28d0'


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

2015-07-28 Thread Evangelos Foutras
Date: Wednesday, July 29, 2015 @ 02:12:00
  Author: foutrelis
Revision: 242636

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

Added:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 242635, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 242635, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 242635, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 242635, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 242635, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 242635, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
(from rev 242635, 
chromium/trunk/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch)
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
(from rev 242635, 
chromium/trunk/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 242635, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 242635, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 242635, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 242635, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch
  
chromium/repos/extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  66 +
 /0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  64 +
 /PKGBUILD| 
 420 ++
 /chromium-widevine.patch | 
  24 
 /chromium.desktop| 
 224 +
 /chromium.install| 
  54 +
 extra-i686/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch| 
  33 
 extra-i686/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch   | 
  32 
 extra-i686/PKGBUILD  | 
 210 -
 extra-i686/chromium-widevine.patch   | 
  12 
 extra-i686/chromium.desktop  | 
 112 --
 extra-i686/chromium.install  | 
  27 
 extra-x86_64/0001-NSS-reject-DH-groups-smaller-than-1024-bits.patch  | 
  33 
 extra-x86_64/0001-Use-the-correct-URL-for-ERR_SSL_WEAK_SERVER_EPHEMERA.patch | 
  32 
 extra-x86_64/PKGBUILD| 
 210 -
 extra-x86_64/chromium-widevine.patch | 
  12 
 extra-x86_64/chromium.desktop| 
 112 --
 extra-x86_64/chromium.install| 
  27 
 18 files changed, 852 insertions(+), 852 deletions(-)

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


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

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 00:58:31
  Author: arojas
Revision: 242630

Drop merged patch

Modified:
  kompare/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 22:49:07 UTC (rev 242629)
+++ PKGBUILD2015-07-28 22:58:31 UTC (rev 242630)
@@ -15,17 +15,11 @@
 install=${pkgname}.install
 conflicts=('kdesdk-kompare')
 replaces=('kdesdk-kompare')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;
 
-'save-preferences.patch')
-sha1sums=('bc4d5cb3b92f2f24c2c1ae0c32d215c7dd993cef'
-  '8c4271c98bfb200c1630c37167aa410a775dcbf2')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz;)
+sha1sums=('bc4d5cb3b92f2f24c2c1ae0c32d215c7dd993cef')
 
 prepare() {
   mkdir build
-
-# Fix saving preferences https://bugs.kde.org/show_bug.cgi?id=346249
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/save-preferences.patch
 }
 
 build() {


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

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 01:20:50
  Author: arojas
Revision: 242632

Drop kdelibs4support dependency

Modified:
  klettres/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 23:16:57 UTC (rev 242631)
+++ PKGBUILD2015-07-28 23:20:50 UTC (rev 242632)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('kdelibs4support' 'knewstuff')
+depends=('knewstuff' 'kemoticons' 'kitemmodels')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 replaces=('kdeedu-klettres')


[arch-commits] Commit in wine/repos/multilib-x86_64 (6 files)

2015-07-28 Thread Sven-Hendrik Haase
Date: Wednesday, July 29, 2015 @ 04:27:11
  Author: svenstaro
Revision: 137584

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 137583, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 137583, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine.install
(from rev 137583, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-07-29 01:50:55 UTC (rev 137583)
+++ 30-win32-aliases.conf   2015-07-29 02:27:11 UTC (rev 137584)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 137583, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-07-29 02:27:11 UTC (rev 137584)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-29 01:50:55 UTC (rev 137583)
+++ PKGBUILD2015-07-29 02:27:11 UTC (rev 137584)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.47
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('08cbca1ac32e7250e9e9512ac9cbacecb54a2ff4'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  

[arch-commits] Commit in cantor/kde-unstable (PKGBUILD r-3.2.patch)

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 00:49:07
  Author: arojas
Revision: 242629

Remove merged patch

Modified:
  cantor/kde-unstable/PKGBUILD
Deleted:
  cantor/kde-unstable/r-3.2.patch

-+
 PKGBUILD|9 ++---
 r-3.2.patch |   44 
 2 files changed, 2 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 22:42:58 UTC (rev 242628)
+++ PKGBUILD2015-07-28 22:49:07 UTC (rev 242629)
@@ -22,16 +22,11 @@
 conflicts=('kdeedu-cantor')
 replaces=('kdeedu-cantor')
 install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;
 'r-3.2.patch')
-sha1sums=('4454de83a7542efecc009aa6b16d09d008bf86cc'
-  '97fa0a72f1b9b23d658f754b821da12215b255e7')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('4454de83a7542efecc009aa6b16d09d008bf86cc')
 
 prepare() {
   mkdir -p build
-
-# Fix build with R 3.2
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/r-3.2.patch
 }
 
 build() {

Deleted: r-3.2.patch
===
--- r-3.2.patch 2015-07-28 22:42:58 UTC (rev 242628)
+++ r-3.2.patch 2015-07-28 22:49:07 UTC (rev 242629)
@@ -1,44 +0,0 @@
-From: Raymond Wooninck tittiatc...@gmail.com
-Date: Mon, 25 May 2015 13:19:20 +
-Subject: Fix build with latest R (version 3.2)
-X-Git-Url: 
http://quickgit.kde.org/?p=cantor.gita=commitdiffh=88b14d85b9504af29fa34ac41109db6ff1d8bdf5

-Fix build with latest R (version 3.2)
-
-REVIEW: 123531

-
-
 a/src/backends/R/rserver/rcallbacks.cpp
-+++ b/src/backends/R/rserver/rcallbacks.cpp
-@@ -26,6 +26,7 @@
- #include QStringList
- 
- #include stdio.h
-+#include Rinterface.h
- 
- RServer* server;
- Expression* currentExpression;
-
 a/src/backends/R/rserver/rcallbacks.h
-+++ b/src/backends/R/rserver/rcallbacks.h
-@@ -30,7 +30,6 @@
- #include Rversion.h
- #include Rdefines.h
- #define R_INTERFACE_PTRS
--#include Rinterface.h
- #include R_ext/Parse.h
- 
- //This File implements the necessary callbacks for R
-
 a/src/backends/R/rserver/rserver.cpp
-+++ b/src/backends/R/rserver/rserver.cpp
-@@ -42,7 +42,6 @@
- #include Rversion.h
- #include Rdefines.h
- #define R_INTERFACE_PTRS
--#include Rinterface.h
- #include R_ext/Parse.h
- 
- // Not making a member to prevent pulling R headers into rserver.h
-


[arch-commits] Commit in (5 files)

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 00:42:58
  Author: arojas
Revision: 242628

kdepimlibs - kdepimlibs4

Modified:
  kdeadmin-kuser/kde-unstable/PKGBUILD
  kdenetwork-kget/kde-unstable/PKGBUILD
  kdeutils-kgpg/kde-unstable/PKGBUILD
  kdewebdev/kde-unstable/PKGBUILD
  libkdcraw/kde-unstable/PKGBUILD

---+
 kdeadmin-kuser/kde-unstable/PKGBUILD  |2 +-
 kdenetwork-kget/kde-unstable/PKGBUILD |2 +-
 kdeutils-kgpg/kde-unstable/PKGBUILD   |2 +-
 kdewebdev/kde-unstable/PKGBUILD   |4 ++--
 libkdcraw/kde-unstable/PKGBUILD   |3 +--
 5 files changed, 6 insertions(+), 7 deletions(-)

Modified: kdeadmin-kuser/kde-unstable/PKGBUILD
===
--- kdeadmin-kuser/kde-unstable/PKGBUILD2015-07-28 22:12:50 UTC (rev 
242627)
+++ kdeadmin-kuser/kde-unstable/PKGBUILD2015-07-28 22:42:58 UTC (rev 
242628)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs')
+depends=('kdebase-runtime' 'kdepimlibs4')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)

Modified: kdenetwork-kget/kde-unstable/PKGBUILD
===
--- kdenetwork-kget/kde-unstable/PKGBUILD   2015-07-28 22:12:50 UTC (rev 
242627)
+++ kdenetwork-kget/kde-unstable/PKGBUILD   2015-07-28 22:42:58 UTC (rev 
242628)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)

Modified: kdeutils-kgpg/kde-unstable/PKGBUILD
===
--- kdeutils-kgpg/kde-unstable/PKGBUILD 2015-07-28 22:12:50 UTC (rev 242627)
+++ kdeutils-kgpg/kde-unstable/PKGBUILD 2015-07-28 22:42:58 UTC (rev 242628)
@@ -9,7 +9,7 @@
 url='http://kde.org/applications/utilities/kgpg/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs')
+depends=('kdebase-runtime' 'kdepimlibs4')
 optdepends=('kde-agent: For starting and shutting down gpg-agent with KDE 
session manager')
 makedepends=('cmake' 'automoc4' 'boost')
 groups=('kde-applications' 'kdeutils')

Modified: kdewebdev/kde-unstable/PKGBUILD
===
--- kdewebdev/kde-unstable/PKGBUILD 2015-07-28 22:12:50 UTC (rev 242627)
+++ kdewebdev/kde-unstable/PKGBUILD 2015-07-28 22:42:58 UTC (rev 242628)
@@ -14,7 +14,7 @@
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs4' 'boost')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('8ad6822057b3d3d6ee2f38136b5ddca9592060e9')
 
@@ -54,7 +54,7 @@
 
 package_kdewebdev-klinkstatus() {
pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
+   depends=('kdebase-runtime' 'kdepimlibs4' 'tidyhtml')
 url=http://www.kde.org/applications/development/klinkstatus/;
install='kdewebdev.install'
cd $srcdir/build/klinkstatus

Modified: libkdcraw/kde-unstable/PKGBUILD
===
--- libkdcraw/kde-unstable/PKGBUILD 2015-07-28 22:12:50 UTC (rev 242627)
+++ libkdcraw/kde-unstable/PKGBUILD 2015-07-28 22:42:58 UTC (rev 242628)
@@ -15,8 +15,7 @@
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('862f0c38f5eb582eea34c2bb59fdb7dda96752d7'
-  'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
+sha1sums=('862f0c38f5eb582eea34c2bb59fdb7dda96752d7')
 
 prepare() {
   mkdir build


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

2015-07-28 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 01:16:57
  Author: arojas
Revision: 242631

Drop kdelibs4support dependency, add geogebra support

Modified:
  kig/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 22:58:31 UTC (rev 242630)
+++ PKGBUILD2015-07-28 23:16:57 UTC (rev 242631)
@@ -10,8 +10,9 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeedu')
-depends=('ktexteditor' 'kdelibs4support' 'boost-libs')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost')
+depends=('ktexteditor' 'boost-libs')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'python2' 'boost' 
'qt5-xmlpatterns')
+optdepends=('qt5-xmlpatterns: support for GeoGebra files')
 replaces=('kdeedu-kig')
 conflicts=('kdeedu-kig')
 install=${pkgname}.install


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

2015-07-28 Thread Levente Polyak
Date: Wednesday, July 29, 2015 @ 02:40:16
  Author: anthraxx
Revision: 137579

addpkg zmap 1.2.1-3

Added:
  zmap/
  zmap/repos/
  zmap/trunk/
  zmap/trunk/PKGBUILD

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

Added: zmap/trunk/PKGBUILD
===
--- zmap/trunk/PKGBUILD (rev 0)
+++ zmap/trunk/PKGBUILD 2015-07-29 00:40:16 UTC (rev 137579)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-28 Thread Levente Polyak
Date: Wednesday, July 29, 2015 @ 02:40:35
  Author: anthraxx
Revision: 137580

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

Added:
  zmap/repos/community-i686/
  zmap/repos/community-i686/PKGBUILD
(from rev 137579, zmap/trunk/PKGBUILD)
  zmap/repos/community-x86_64/
  zmap/repos/community-x86_64/PKGBUILD
(from rev 137579, zmap/trunk/PKGBUILD)

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

Copied: zmap/repos/community-i686/PKGBUILD (from rev 137579, 
zmap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-29 00:40:35 UTC (rev 137580)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:

Copied: zmap/repos/community-x86_64/PKGBUILD (from rev 137579, 
zmap/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-29 00:40:35 UTC (rev 137580)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jens Adam j...@byte.cx
+
+pkgname=zmap
+pkgver=1.2.1
+pkgrel=3
+pkgdesc='Fast network scanner designed for Internet-wide network surveys'
+url='https://zmap.io/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('gmp' 'hiredis' 'json-c' 'libpcap')
+makedepends=('byacc' 'cmake' 'gengetopt')
+backup=('etc/zmap/blacklist.conf' 'etc/zmap/zmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/zmap/zmap/archive/v${pkgver}.tar.gz)
+sha512sums=('1b3d7fa41bb75c859463f3ec8bcde31778f5d91a6f561aa9638ba93be97dacdba89493574581ce52aebcf093a86b042dcce41cffe6cb0849bb76a6005b714be2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake -DWITH_JSON=ON -DWITH_REDIS=ON
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 src/zmap ${pkgdir}/usr/bin/zmap
+  install -Dm 644 src/zmap.1 ${pkgdir}/usr/share/man/man1/zmap.1
+  install -Dm 644 conf/* -t ${pkgdir}/etc/zmap
+  for F in AUTHORS CHANGELOG INSTALL README; do
+install -Dm 644 ${F} ${pkgdir}/usr/share/doc/zmap/${F}
+  done
+  cp -a examples ${pkgdir}/usr/share/doc/zmap
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wine/repos/community-i686 (6 files)

2015-07-28 Thread Sven-Hendrik Haase
Date: Wednesday, July 29, 2015 @ 03:50:55
  Author: svenstaro
Revision: 137583

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 137582, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 137582, wine/trunk/PKGBUILD)
  wine/repos/community-i686/wine.install
(from rev 137582, wine/trunk/wine.install)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD
  wine/repos/community-i686/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  374 
 wine.install  |   24 +--
 3 files changed, 219 insertions(+), 219 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2015-07-29 01:50:48 UTC (rev 137582)
+++ 30-win32-aliases.conf   2015-07-29 01:50:55 UTC (rev 137583)
@@ -1,20 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-  alias binding=same
-familyMS Shell Dlg/family
-acceptfamilyMicrosoft Sans Serif/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-  alias binding=same
-familyMS Shell Dlg 2/family
-acceptfamilyTahoma/family/accept
-defaultfamilysans-serif/family/default
-  /alias
-
-  alias binding=same
-familyMS Sans Serif/family
-preferfamilyMicrosoft Sans Serif/family/prefer
-defaultfamilysans-serif/family/default
-  /alias
-/fontconfig

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 137582, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2015-07-29 01:50:55 UTC (rev 137583)
@@ -0,0 +1,20 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+  alias binding=same
+familyMS Shell Dlg/family
+acceptfamilyMicrosoft Sans Serif/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+  alias binding=same
+familyMS Shell Dlg 2/family
+acceptfamilyTahoma/family/accept
+defaultfamilysans-serif/family/default
+  /alias
+
+  alias binding=same
+familyMS Sans Serif/family
+preferfamilyMicrosoft Sans Serif/family/prefer
+defaultfamilysans-serif/family/default
+  /alias
+/fontconfig

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-29 01:50:48 UTC (rev 137582)
+++ PKGBUILD2015-07-29 01:50:55 UTC (rev 137583)
@@ -1,187 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=wine
-pkgver=1.7.47
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('08cbca1ac32e7250e9e9512ac9cbacecb54a2ff4'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)
-
-pkgdesc=A compatibility layer for running Windows programs
-url=http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-install=wine.install
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex prelink
-  'gcc=4.5.0-2'  'gcc-multilib=4.5.0-2'
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  gnutls  lib32-gnutls
-  libxinerama lib32-libxinerama
-  libxcomposite   lib32-libxcomposite
-  libxmu  lib32-libxmu
-  libxxf86vm  lib32-libxxf86vm
-  libxml2 lib32-libxml2
-  libldap lib32-libldap
-  lcms2   lib32-lcms2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  alsa-liblib32-alsa-lib
-  libxcomposite   lib32-libxcomposite
-  mesalib32-mesa
-  mesa-libgl  lib32-mesa-libgl
-  libcl   lib32-libcl
-  libxslt lib32-libxslt
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  giflib  lib32-giflib
-  libpng  lib32-libpng
-  libldap lib32-libldap
-  gnutls  lib32-gnutls
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  mpg123  lib32-mpg123
-  openal  lib32-openal
-  v4l-utils   lib32-v4l-utils
-  libpulselib32-libpulse
-  alsa-plugins

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

2015-07-28 Thread Sven-Hendrik Haase
Date: Wednesday, July 29, 2015 @ 03:50:48
  Author: svenstaro
Revision: 137582

upgpkg: wine 1.7.48-1

upstream release 1.7.48

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 00:58:56 UTC (rev 137581)
+++ PKGBUILD2015-07-29 01:50:48 UTC (rev 137582)
@@ -5,14 +5,14 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=wine
-pkgver=1.7.47
+pkgver=1.7.48
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
-source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
+source=(http://mirrors.ibiblio.org/wine/source/1.7/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('08cbca1ac32e7250e9e9512ac9cbacecb54a2ff4'
+sha1sums=('df9445e0912a937743f804d6256fa2ebb4a502dd'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7)


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

2015-07-28 Thread Daniel Micay
Date: Wednesday, July 29, 2015 @ 02:58:56
  Author: thestinger
Revision: 137581

fix silly mistake (wrong url fetched)

Modified:
  linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/trunk/PKGBUILD

--+
 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch |  158 +-
 PKGBUILD |2 
 2 files changed, 21 insertions(+), 139 deletions(-)

Modified: 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
===
--- 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
2015-07-29 00:40:35 UTC (rev 137580)
+++ 0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
2015-07-29 00:58:56 UTC (rev 137581)
@@ -1,110 +1,5 @@
-!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
-  http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
-html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'
-head
-titlesvntogit/packages.git - Git clone of the 'packages' repository
-/title
-meta name='generator' content='cgit v0.10.2'/
-meta name='robots' content='index, nofollow'/
-link rel='stylesheet' type='text/css' href='/cgit.css'/
-link rel='shortcut icon' href='/favicon.ico'/
-link rel='alternate' title='Atom feed' 
href='https://projects.archlinux.org/svntogit/packages.git/atom/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'
 type='application/atom+xml'/
-link rel='vcs-git' href='git://projects.archlinux.org/svntogit/packages.git' 
title='svntogit/packages.git Git repository'/
-link rel='vcs-git' 
href='http://projects.archlinux.org/git/svntogit/packages.git' 
title='svntogit/packages.git Git repository'/
-link rel='vcs-git' 
href='https://projects.archlinux.org/git/svntogit/packages.git' 
title='svntogit/packages.git Git repository'/
-link rel='vcs-git' 
href='ssh://gerolde.archlinux.org/srv/projects/git/svntogit/packages.git' 
title='svntogit/packages.git Git repository'/
-/head
-body
-   div id=archnavbar!-- Arch Linux global navigation bar --
-   div id=archnavbarlogo
-   pa href=http://www.archlinux.org/; title=Arch 
news, packages, projects and more/a/p
-   /div
-   div id=archnavbarmenu
-   ul id=archnavbarlist
-   li id=anb-homea 
href=http://www.archlinux.org/; title=Arch news, packages, projects and 
moreHome/a/li
-   li id=anb-packagesa 
href=http://www.archlinux.org/packages/; title=Arch Package 
DatabasePackages/a/li
-   li id=anb-forumsa 
href=https://bbs.archlinux.org/; title=Community forumsForums/a/li
-   li id=anb-wikia 
href=https://wiki.archlinux.org/; title=Community documentationWiki/a/li
-   li id=anb-bugsa 
href=https://bugs.archlinux.org/; title=Report and follow bugsBugs/a/li
-   li id=anb-aura 
href=https://aur.archlinux.org/; title=Arch Linux User 
RepositoryAUR/a/li
-   li id=anb-downloada 
href=http://www.archlinux.org/download/; title=Get Arch 
LinuxDownload/a/li
-   /ul
-   /div
-   /div!-- #archnavbar --
-div id='cgit'table id='header'
-tr
-td class='main'a href='/'index/a : a title='svntogit/packages.git' 
href='/svntogit/packages.git/'svntogit/packages.git/a/td/tr
-trtd class='sub'Git clone of the 'packages' repository
-/tdtd class='sub right'/td/tr/table
-table class='tabs'trtd
-a href='/svntogit/packages.git/?h=packages/linux'summary/aa 
href='/svntogit/packages.git/refs/?h=packages/linux'refs/aa 
href='/svntogit/packages.git/log/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'log/aa
 class='active' 
href='/svntogit/packages.git/tree/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'tree/aa
 
href='/svntogit/packages.git/commit/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'commit/aa
 
href='/svntogit/packages.git/diff/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'diff/aa
 
href='/svntogit/packages.git/stats/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch?h=packages/linux'stats/a/tdtd
 class='form'form class='right' method='get' 
action='/svntogit/packages.git/log/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch'
-input type='hidden' name='h' value='packages/linux'/select name='qt'
-option value='grep'log msg/option
-option value='author'author/option
-option value='committer'committer/option
-option value='range'range/option
-/select
-input class='txt' type='text' size='10' name='q' value=''/
-input type='submit' value='search'/
-/form
-/td/tr/table
-div class='path'path: a 

[arch-commits] Commit in qemu/trunk (4 files)

2015-07-28 Thread Sébastien Luttringer
Date: Wednesday, July 29, 2015 @ 01:23:27
  Author: seblu
Revision: 242633

upgpkg: qemu 2.3.0-5

- fix CVE-2015-3214 CVE-2015-5154 CVE-2015-5158

Added:
  qemu/trunk/CVE-2015-3214.patch
  qemu/trunk/CVE-2015-5154.patch
  qemu/trunk/CVE-2015-5158.patch
Modified:
  qemu/trunk/PKGBUILD

-+
 CVE-2015-3214.patch |   40 +++
 CVE-2015-5154.patch |  175 ++
 CVE-2015-5158.patch |   46 +
 PKGBUILD|   33 ++---
 4 files changed, 283 insertions(+), 11 deletions(-)

Added: CVE-2015-3214.patch
===
--- CVE-2015-3214.patch (rev 0)
+++ CVE-2015-3214.patch 2015-07-28 23:23:27 UTC (rev 242633)
@@ -0,0 +1,40 @@
+From 7d08e1fae6150a3c0867dba6f75cf00946b3163c Mon Sep 17 00:00:00 2001
+From: Petr Matousek pmato...@redhat.com
+Date: Tue, 2 Jun 2015 14:32:06 +0200
+Subject: [PATCH] i8254: fix out-of-bounds memory access in pit_ioport_read()
+
+Due converting PIO to the new memory read/write api we no longer provide
+separate I/O region lenghts for read and write operations. As a result,
+reading from PIT Mode/Command register will end with accessing
+pit-channels with invalid index.
+
+Fix this by ignoring read from the Mode/Command register.
+
+This is CVE-2015-3214.
+
+Signed-off-by: Petr Matousek pmato...@redhat.com
+Reported-by: Matt Tait mattt...@google.com
+---
+ hw/timer/i8254.c | 6 ++
+ 1 file changed, 6 insertions(+)
+
+diff --git a/hw/timer/i8254.c b/hw/timer/i8254.c
+index 3450c98..9b65a33 100644
+--- a/hw/timer/i8254.c
 b/hw/timer/i8254.c
+@@ -196,6 +196,12 @@ static uint64_t pit_ioport_read(void *opaque, hwaddr addr,
+ PITChannelState *s;
+ 
+ addr = 3;
++
++if (addr == 3) {
++/* Mode/Command register is write only, read is ignored */
++return 0;
++}
++
+ s = pit-channels[addr];
+ if (s-status_latched) {
+ s-status_latched = 0;
+-- 
+2.1.0
+

Added: CVE-2015-5154.patch
===
--- CVE-2015-5154.patch (rev 0)
+++ CVE-2015-5154.patch 2015-07-28 23:23:27 UTC (rev 242633)
@@ -0,0 +1,175 @@
+From a9de14175548c04e0f8be7fae219246509ba46a9 Mon Sep 17 00:00:00 2001
+From: Kevin Wolf kw...@redhat.com
+Date: Wed, 3 Jun 2015 14:13:31 +0200
+Subject: [PATCH 1/3] ide: Check array bounds before writing to io_buffer
+ (CVE-2015-5154)
+
+If the end_transfer_func of a command is called because enough data has
+been read or written for the current PIO transfer, and it fails to
+correctly call the command completion functions, the DRQ bit in the
+status register and s-end_transfer_func may remain set. This allows the
+guest to access further bytes in s-io_buffer beyond s-data_end, and
+eventually overflowing the io_buffer.
+
+One case where this currently happens is emulation of the ATAPI command
+START STOP UNIT.
+
+This patch fixes the problem by adding explicit array bounds checks
+before accessing the buffer instead of relying on end_transfer_func to
+function correctly.
+
+Cc: qemu-sta...@nongnu.org
+Signed-off-by: Kevin Wolf kw...@redhat.com
+---
+ hw/ide/core.c | 16 
+ 1 file changed, 16 insertions(+)
+
+diff --git a/hw/ide/core.c b/hw/ide/core.c
+index 122e955..44fcc23 100644
+--- a/hw/ide/core.c
 b/hw/ide/core.c
+@@ -2021,6 +2021,10 @@ void ide_data_writew(void *opaque, uint32_t addr, 
uint32_t val)
+ }
+ 
+ p = s-data_ptr;
++if (p + 2  s-data_end) {
++return;
++}
++
+ *(uint16_t *)p = le16_to_cpu(val);
+ p += 2;
+ s-data_ptr = p;
+@@ -2042,6 +2046,10 @@ uint32_t ide_data_readw(void *opaque, uint32_t addr)
+ }
+ 
+ p = s-data_ptr;
++if (p + 2  s-data_end) {
++return 0;
++}
++
+ ret = cpu_to_le16(*(uint16_t *)p);
+ p += 2;
+ s-data_ptr = p;
+@@ -2063,6 +2071,10 @@ void ide_data_writel(void *opaque, uint32_t addr, 
uint32_t val)
+ }
+ 
+ p = s-data_ptr;
++if (p + 4  s-data_end) {
++return;
++}
++
+ *(uint32_t *)p = le32_to_cpu(val);
+ p += 4;
+ s-data_ptr = p;
+@@ -2084,6 +2096,10 @@ uint32_t ide_data_readl(void *opaque, uint32_t addr)
+ }
+ 
+ p = s-data_ptr;
++if (p + 4  s-data_end) {
++return 0;
++}
++
+ ret = cpu_to_le32(*(uint32_t *)p);
+ p += 4;
+ s-data_ptr = p;
+-- 
+1.8.3.1
+From aa851d30acfbb9580098ac1dc82885530cb8b3c1 Mon Sep 17 00:00:00 2001
+From: Kevin Wolf kw...@redhat.com
+Date: Wed, 3 Jun 2015 14:17:46 +0200
+Subject: [PATCH 2/3] ide/atapi: Fix START STOP UNIT command completion
+
+The command must be completed on all code paths. START STOP UNIT with
+pwrcnd set should succeed without doing anything.
+
+Signed-off-by: Kevin Wolf kw...@redhat.com
+---
+ hw/ide/atapi.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c
+index 950e311..79dd167 100644
+--- a/hw/ide/atapi.c
 

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

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 13:08:48
  Author: arodseth
Revision: 137552

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 11:06:17 UTC (rev 137551)
+++ community-i686/PKGBUILD 2015-07-28 11:08:48 UTC (rev 137552)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.4
-pkgrel=3
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
-options=('!emptydirs')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $pkgname-$pkgver/conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-i686/PKGBUILD (from rev 137551, 
mosh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 11:08:48 UTC (rev 137552)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Neukirchen chneukirc...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
+
+pkgname=mosh
+pkgver=1.2.5
+pkgrel=1
+pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
+arch=('x86_64' 'i686')
+url='http://mosh.mit.edu/'
+license=('GPL3')
+depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
+source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
+sha256sums=('1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3')
+options=('!emptydirs')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm644 $pkgname-$pkgver/conf/bash-completion/completions/$pkgname \
+$pkgdir/usr/share/bash-completion/completions/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-28 11:06:17 UTC (rev 137551)
+++ community-x86_64/PKGBUILD   2015-07-28 11:08:48 UTC (rev 137552)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Christian Neukirchen chneukirc...@gmail.com
-# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
-
-pkgname=mosh
-pkgver=1.2.4
-pkgrel=3
-pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
-arch=('x86_64' 'i686')
-url='http://mosh.mit.edu/'
-license=('GPL3')
-depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
-source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
-options=('!emptydirs')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $pkgname-$pkgver/conf/bash_completion.d/$pkgname \
-$pkgdir/usr/share/bash-completion/completions/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mosh/repos/community-x86_64/PKGBUILD (from rev 137551, 
mosh/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-28 11:08:48 UTC (rev 137552)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Christian Neukirchen chneukirc...@gmail.com
+# Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
+

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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 09:45:24
  Author: arojas
Revision: 242558

Update to 4.80.0

Modified:
  libkgapi/kde-unstable/PKGBUILD

--+
 PKGBUILD |   29 +++--
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 07:37:54 UTC (rev 242557)
+++ PKGBUILD2015-07-28 07:45:24 UTC (rev 242558)
@@ -1,34 +1,35 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkgapi
-pkgver=2.2.0
+pkgver=4.80.0
 pkgrel=1
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4602f8ded81bbd62f033e589fbd85203')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
   make
 }
 
 package() {
   cd build
-  make DESTDIR=${pkgdir} install
+  make DESTDIR=$pkgdir install
 }


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

2015-07-28 Thread Andrzej Giniewicz
Date: Tuesday, July 28, 2015 @ 10:25:36
  Author: aginiewicz
Revision: 137537

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 08:25:24 UTC (rev 137536)
+++ PKGBUILD2015-07-28 08:25:36 UTC (rev 137537)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
-# Contributor: Nick Ward ward.nickja...@gmail.com
-# Contributor: Rich Lindsley rich at dranek dot com
-
-pkgbase=python-patsy
-pkgname=('python2-patsy' 'python-patsy')
-pkgver=0.3.0
-pkgrel=1
-pkgdesc=A Python package for describing statistical models and for building 
design matrices
-arch=('any')
-url=https://github.com/pydata/patsy;
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'unzip')
-source=(https://pypi.python.org/packages/source/p/patsy/patsy-${pkgver}.zip;)
-md5sums=('7545518b413136ba8343dcebea07e5e2')
-
-build() {
-  cd $srcdir
-  cp -a patsy-${pkgver} patsy-py2-${pkgver}
-
-  msg Building Python2
-  cd $srcdir/patsy-py2-${pkgver}
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/patsy-${pkgver}
-  python setup.py build
-}
-
-package_python2-patsy() {
-  depends=('python2-numpy')
-  optdepends=('python2-nose: needed for integrated test suite'
-  'python2-scipy: needed for spline-related functions')
-
-  cd $srcdir/patsy-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-patsy() {
-  depends=('python-numpy')
-  optdepends=('python-nose: needed for integrated test suite'
-  'python-scipy: needed for spline-related functions')
-
-  cd $srcdir/patsy-${pkgver}
-
-  python setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-patsy/repos/community-any/PKGBUILD (from rev 137536, 
python-patsy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 08:25:36 UTC (rev 137537)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Oliver Sherouse oliver DOT sherouse AT gmail DOT com
+# Contributor: Nick Ward ward.nickja...@gmail.com
+# Contributor: Rich Lindsley rich at dranek dot com
+
+pkgbase=python-patsy
+pkgname=('python2-patsy' 'python-patsy')
+pkgver=0.4.0
+pkgrel=1
+pkgdesc=A Python package for describing statistical models and for building 
design matrices
+arch=('any')
+url=https://github.com/pydata/patsy;
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'unzip')
+source=(https://pypi.python.org/packages/source/p/patsy/patsy-${pkgver}.zip;)
+md5sums=('9043a0d0695eaf5ec021676ccb0eb95d')
+
+build() {
+  cd $srcdir
+  cp -a patsy-${pkgver} patsy-py2-${pkgver}
+
+  msg Building Python2
+  cd $srcdir/patsy-py2-${pkgver}
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/patsy-${pkgver}
+  python setup.py build
+}
+
+package_python2-patsy() {
+  depends=('python2-numpy')
+  optdepends=('python2-nose: needed for integrated test suite'
+  'python2-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-patsy() {
+  depends=('python-numpy')
+  optdepends=('python-nose: needed for integrated test suite'
+  'python-scipy: needed for spline-related functions')
+
+  cd $srcdir/patsy-${pkgver}
+
+  python setup.py install --skip-build --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 11:44:33
  Author: arodseth
Revision: 137546

upgpkg: cbatticon 1.5.0-1

Modified:
  cbatticon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 08:51:29 UTC (rev 137545)
+++ PKGBUILD2015-07-28 09:44:33 UTC (rev 137546)
@@ -3,7 +3,7 @@
 # Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
 
 pkgname=cbatticon
-pkgver=1.4.2
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Lightweight and fast battery icon that sits in your system tray'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 provides=('cbatticon')
 conflicts=('cbatticon-git')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('987d979c426c12d7ef6ce7856a7c0d0d0a70720cafcada9ba6a4800d048ef502')
+sha256sums=('de64143ac188c63dd5c37ae785861c48681c8fb0f57b78d9a8afa53686ec3fb9')
 
 build() {
   make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1


[arch-commits] Commit in wordpress/repos/community-any (4 files)

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 11:51:15
  Author: arodseth
Revision: 137548

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 137547, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 137547, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   60 ++--
 wordpress.install |   42 ++--
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 09:44:47 UTC (rev 137547)
+++ PKGBUILD2015-07-28 09:51:15 UTC (rev 137548)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas Dziedzic gostrc at gmail
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
-# Contributor: Christopher Rogers slaxemulator.gmail.com
-
-pkgname=wordpress
-pkgver=4.2.3
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=('any')
-url='http://wordpress.org/'
-license=('GPL')
-depends=('php')
-optdepends=('apache: Web server to run wordpress'
-'nginx: Web server to run wordpress'
-'cherokee: Lightweight Web server to run wordpress'
-'mysql: Database server')
-options=('emptydirs')
-install=$pkgname.install
-source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
-sha256sums=('49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16')
-
-package() {
-  install -d $pkgdir/usr/share/webapps
-  cp -r wordpress $pkgdir/usr/share/webapps
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/PKGBUILD (from rev 137547, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 09:51:15 UTC (rev 137548)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas Dziedzic gostrc at gmail
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Kaos gianlucaatlas (at) gmail (dot) com
+# Contributor: Christopher Rogers slaxemulator.gmail.com
+
+pkgname=wordpress
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=('any')
+url='http://wordpress.org/'
+license=('GPL')
+depends=('php')
+optdepends=('apache: Web server to run wordpress'
+'nginx: Web server to run wordpress'
+'cherokee: Lightweight Web server to run wordpress'
+'mysql: Database server')
+options=('emptydirs')
+install=$pkgname.install
+source=(http://wordpress.org/$pkgname-$pkgver.tar.gz;)
+sha256sums=('49073745a56f8ddf740b95018071d69c3100d730dba014566a49c7b386786b16')
+
+package() {
+  install -d $pkgdir/usr/share/webapps
+  cp -r wordpress $pkgdir/usr/share/webapps
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: wordpress.install
===
--- wordpress.install   2015-07-28 09:44:47 UTC (rev 137547)
+++ wordpress.install   2015-07-28 09:51:15 UTC (rev 137548)
@@ -1,21 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'Wordpress is in /usr/share/webapps now'
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wordpress/repos/community-any/wordpress.install (from rev 137547, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2015-07-28 09:51:15 UTC (rev 137548)
@@ -0,0 +1,21 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
Wordpress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your Wordpress folder were backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'Wordpress is in /usr/share/webapps now'
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in netctl/repos/core-any (PKGBUILD PKGBUILD)

2015-07-28 Thread Florian Pritz
Date: Tuesday, July 28, 2015 @ 16:13:51
  Author: bluewind
Revision: 242565

archrelease: copy trunk to core-any

Added:
  netctl/repos/core-any/PKGBUILD
(from rev 242564, netctl/trunk/PKGBUILD)
Deleted:
  netctl/repos/core-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-28 14:12:54 UTC (rev 242564)
+++ PKGBUILD2015-07-28 14:13:51 UTC (rev 242565)
@@ -1,36 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netctl
-pkgver=1.11
-pkgrel=1
-pkgdesc='Profile based systemd network management'
-url='http://projects.archlinux.org/netctl.git/'
-license=('GPL')
-groups=('base')
-depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
-# The source tarball includes pre-built (using asciidoc) documentation.
-makedepends=('pkg-config')
-optdepends=('dialog: for the menu based wifi assistant'
-'dhclient: for DHCP support (or dhcpcd)'
-'dhcpcd: for DHCP support (or dhclient)'
-'wpa_supplicant: for wireless networking support'
-'ifplugd: for automatic wired connections through netctl-ifplugd'
-'wpa_actiond: for automatic wireless connections through 
netctl-auto'
-'ppp: for PPP connections'
-'openvswitch: for Open vSwitch connections'
-   )
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
-arch=('any')
-md5sums=('1465a0595af16fd88a5f1ecdcebc0f0c'
- 'c6a69063c4eb98099d34cbf19ca206a7')
-validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
-
-package() {
-  cd $srcdir/netctl-${pkgver}
-  make DESTDIR=$pkgdir install
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
-}
-

Copied: netctl/repos/core-any/PKGBUILD (from rev 242564, netctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-28 14:13:51 UTC (rev 242565)
@@ -0,0 +1,36 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netctl
+pkgver=1.11
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ppp: for PPP connections'
+'openvswitch: for Open vSwitch connections'
+   )
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('1465a0595af16fd88a5f1ecdcebc0f0c'
+ 'c6a69063c4eb98099d34cbf19ca206a7')
+validpgpkeys=('CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E')  # Florian Pritz
+
+package() {
+  cd $srcdir/netctl-${pkgver}
+  make DESTDIR=$pkgdir install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netctl
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netctl
+}
+


[arch-commits] Commit in qemu/repos (18 files)

2015-07-28 Thread Sébastien Luttringer
Date: Tuesday, July 28, 2015 @ 15:18:50
  Author: seblu
Revision: 242563

db-move: moved qemu from [testing] to [extra] (i686, x86_64)

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 242562, qemu/repos/testing-i686/65-kvm.rules)
  qemu/repos/extra-i686/CVE-2015-3456.patch
(from rev 242562, qemu/repos/testing-i686/CVE-2015-3456.patch)
  qemu/repos/extra-i686/PKGBUILD
(from rev 242562, qemu/repos/testing-i686/PKGBUILD)
  qemu/repos/extra-i686/qemu.install
(from rev 242562, qemu/repos/testing-i686/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 242562, qemu/repos/testing-x86_64/65-kvm.rules)
  qemu/repos/extra-x86_64/CVE-2015-3456.patch
(from rev 242562, qemu/repos/testing-x86_64/CVE-2015-3456.patch)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 242562, qemu/repos/testing-x86_64/PKGBUILD)
  qemu/repos/extra-x86_64/qemu.install
(from rev 242562, qemu/repos/testing-x86_64/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/CVE-2015-3456.patch
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/CVE-2015-3456.patch
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/qemu.install
  qemu/repos/testing-i686/
  qemu/repos/testing-x86_64/

--+
 /65-kvm.rules|4 
 /CVE-2015-3456.patch |  168 +
 /PKGBUILD|  212 +
 /qemu.install|   38 ++
 extra-i686/65-kvm.rules  |2 
 extra-i686/CVE-2015-3456.patch   |   84 --
 extra-i686/PKGBUILD  |  100 -
 extra-i686/qemu.install  |   19 ---
 extra-x86_64/65-kvm.rules|2 
 extra-x86_64/CVE-2015-3456.patch |   84 --
 extra-x86_64/PKGBUILD|  100 -
 extra-x86_64/qemu.install|   19 ---
 12 files changed, 422 insertions(+), 410 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2015-07-28 10:11:52 UTC (rev 242562)
+++ extra-i686/65-kvm.rules 2015-07-28 13:18:50 UTC (rev 242563)
@@ -1,2 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660
-KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 242562, 
qemu/repos/testing-i686/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2015-07-28 13:18:50 UTC (rev 242563)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Deleted: extra-i686/CVE-2015-3456.patch
===
--- extra-i686/CVE-2015-3456.patch  2015-07-28 10:11:52 UTC (rev 242562)
+++ extra-i686/CVE-2015-3456.patch  2015-07-28 13:18:50 UTC (rev 242563)
@@ -1,84 +0,0 @@
-From e907746266721f305d67bc0718795fedee2e824c Mon Sep 17 00:00:00 2001
-From: Petr Matousek pmato...@redhat.com
-Date: Wed, 6 May 2015 09:48:59 +0200
-Subject: [PATCH] fdc: force the fifo access to be in bounds of the allocated 
buffer
-
-During processing of certain commands such as FD_CMD_READ_ID and
-FD_CMD_DRIVE_SPECIFICATION_COMMAND the fifo memory access could
-get out of bounds leading to memory corruption with values coming
-from the guest.
-
-Fix this by making sure that the index is always bounded by the
-allocated memory.
-
-This is CVE-2015-3456.
-
-Signed-off-by: Petr Matousek pmato...@redhat.com
-Reviewed-by: John Snow js...@redhat.com
-Signed-off-by: John Snow js...@redhat.com

- hw/block/fdc.c |   17 +++--
- 1 files changed, 11 insertions(+), 6 deletions(-)
-
-diff --git a/hw/block/fdc.c b/hw/block/fdc.c
-index f72a392..d8a8edd 100644
 a/hw/block/fdc.c
-+++ b/hw/block/fdc.c
-@@ -1497,7 +1497,7 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
- {
- FDrive *cur_drv;
- uint32_t retval = 0;
--int pos;
-+uint32_t pos;
- 
- cur_drv = get_cur_drv(fdctrl);
- fdctrl-dsr = ~FD_DSR_PWRDOWN;
-@@ -1506,8 +1506,8 @@ static uint32_t fdctrl_read_data(FDCtrl *fdctrl)
- return 0;
- }
- pos = fdctrl-data_pos;
-+pos %= FD_SECTOR_LEN;
- if (fdctrl-msr  FD_MSR_NONDMA) {
--pos %= FD_SECTOR_LEN;
- if (pos == 0) {
- if (fdctrl-data_pos != 0)
- if (!fdctrl_seek_to_next_sect(fdctrl, cur_drv)) {
-@@ -1852,10 +1852,13 @@ static void fdctrl_handle_option(FDCtrl *fdctrl, int 
direction)
- static void fdctrl_handle_drive_specification_command(FDCtrl *fdctrl, int 
direction)
- {
- FDrive *cur_drv = get_cur_drv(fdctrl);
-+uint32_t pos;
- 
--if (fdctrl-fifo[fdctrl-data_pos - 1]  0x80) {
-+pos = 

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

2015-07-28 Thread Florian Pritz
Date: Tuesday, July 28, 2015 @ 16:12:54
  Author: bluewind
Revision: 242564

fix source url

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 13:18:50 UTC (rev 242563)
+++ PKGBUILD2015-07-28 14:12:54 UTC (rev 242564)
@@ -19,7 +19,7 @@
 'ppp: for PPP connections'
 'openvswitch: for Open vSwitch connections'
)
-source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+source=(https://sources.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
 md5sums=('1465a0595af16fd88a5f1ecdcebc0f0c'
  'c6a69063c4eb98099d34cbf19ca206a7')


[arch-commits] Commit in kdepim (14 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 17:35:08
  Author: arojas
Revision: 242566

KDE PIM 15.08 beta

Added:
  kdepim/kde-unstable/
  kdepim/kde-unstable/PKGBUILD
(from rev 241398, kdepim/trunk/PKGBUILD)
  kdepim/kde-unstable/akregator.install
(from rev 239894, kdepim/trunk/kdepim-akregator.install)
  kdepim/kde-unstable/kaddressbook.install
(from rev 239894, kdepim/trunk/kdepim-kaddressbook.install)
  kdepim/kde-unstable/kleopatra.install
(from rev 239894, kdepim/trunk/kdepim-kleopatra.install)
  kdepim/kde-unstable/kmail.install
(from rev 239894, kdepim/trunk/kdepim-kmail.install)
  kdepim/kde-unstable/korganizer.install
(from rev 239894, kdepim/trunk/kdepim-korganizer.install)
Modified:
  kdepim/kde-unstable/kdepim.install
Deleted:
  kdepim/kde-unstable/PKGBUILD
  kdepim/kde-unstable/kdepim-akregator.install
  kdepim/kde-unstable/kdepim-kaddressbook.install
  kdepim/kde-unstable/kdepim-kleopatra.install
  kdepim/kde-unstable/kdepim-kmail.install
  kdepim/kde-unstable/kdepim-korganizer.install

---+
 PKGBUILD  |  278 
 kde-unstable/PKGBUILD |  228 +
 kde-unstable/akregator.install|   12 +
 kde-unstable/kaddressbook.install |   12 +
 kde-unstable/kleopatra.install|   12 +
 kde-unstable/kmail.install|   12 +
 kde-unstable/korganizer.install   |   12 +
 kdepim-akregator.install  |   12 -
 kdepim-kaddressbook.install   |   12 -
 kdepim-kleopatra.install  |   12 -
 kdepim-kmail.install  |   12 -
 kdepim-korganizer.install |   12 -
 kdepim.install|2 
 13 files changed, 290 insertions(+), 338 deletions(-)

Deleted: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-05-30 06:59:03 UTC (rev 239894)
+++ kde-unstable/PKGBUILD   2015-07-28 15:35:08 UTC (rev 242566)
@@ -1,278 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdepim
-pkgname=('kdepim-akonadiconsole'
- 'kdepim-akregator'
- 'kdepim-blogilo'
- 'kdepim-console'
- 'kdepim-kaddressbook'
- 'kdepim-kalarm'
- 'kdepim-kjots'
- 'kdepim-kleopatra'
- 'kdepim-kmail'
- 'kdepim-knode'
- 'kdepim-knotes'
- 'kdepim-kontact'
- 'kdepim-korganizer'
- 'kdepim-kresources'
- 'kdepim-ktimetracker'
- 'kdepim-ktnef'
- 'kdepim-libkdepim')
-pkgver=4.14.8
-_kdeappver=15.04.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://pim.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdepim')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link'
- 'libbaloo4' 'grantlee-qt4')
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('93fd0155927737ea2944dced22f34d338d29ee02')
-
-build() {
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DKDEPIM_BUILD_MOBILE=OFF
-   make
-}
-
-package_kdepim-akonadiconsole() {
-   pkgdesc='Akonadi Management and Debugging Console'
-   depends=('kdepim-libkdepim')
-   url='http://pim.kde.org'
-   install='kdepim.install'
-   cd ${srcdir}/build/akonadiconsole
-   make DESTDIR=${pkgdir} install
-}
-
-package_kdepim-akregator() {
-   pkgdesc='A Feed Reader for KDE'
-   depends=('kdepim-libkdepim')
-   url=http://kde.org/applications/internet/akregator/;
-   install='kdepim-akregator.install'
-   cd ${srcdir}/build/akregator
-   make DESTDIR=${pkgdir} install
-   cd ${srcdir}/build/kontact/plugins/akregator
-   make DESTDIR=${pkgdir} install
-   cd ${srcdir}/build/doc/akregator
-   make DESTDIR=${pkgdir} install
-}
-
-package_kdepim-blogilo() {
-   pkgdesc='A KDE Blogging Client'
-   depends=('kdepim-libkdepim')
-   url=http://kde.org/applications/internet/blogilo/;
-   replaces=('blogilo')
-   conflicts=('blogilo')
-   install='kdepim.install'
-   cd ${srcdir}/build/blogilo
-   make DESTDIR=${pkgdir} install
-cd ${srcdir}/build/composereditor-ng
-   make DESTDIR=${pkgdir} install
-   cd ${srcdir}/build/doc/blogilo
-   make DESTDIR=${pkgdir} install
-}
-
-package_kdepim-console() {
-   pkgdesc='Command line tool for accessing calendar files'
-   depends=('kdepim-libkdepim')
-   url='http://pim.kde.org'
-   install='kdepim.install'
-   cd ${srcdir}/build/console
-   make DESTDIR=${pkgdir} install
-}
-
-package_kdepim-kaddressbook() {
-   

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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 17:36:33
  Author: arojas
Revision: 242567

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

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

--+
 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-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 +
 18 files changed, 650 insertions(+)

Copied: kdepim/repos/kde-unstable-i686/PKGBUILD (from rev 242566, 
kdepim/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 15:36:33 UTC (rev 242567)
@@ -0,0 +1,228 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim
+pkgname=(akonadiconsole akregator blogilo kdepim-console kaddressbook kalarm 
kleopatra kmail knotes
+ kontact korganizer libkdepim)
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdepim')
+makedepends=(extra-cmake-modules kdepim-runtime qt5-tools grantlee-qt5 
kdoctools knewstuff khtml
+   ktexteditor kdnssd kldap libktnef boost gpgmepp 
kontactinterface kxmlrpcclient kblog
+   akonadi-search)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz;)
+sha1sums=('d89a896e0782c817612f71163da41cbfedda9ed9')
+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgbase-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_TESTING=OFF \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+   make
+}
+
+package_akonadiconsole() {
+   pkgdesc='Akonadi Management and Debugging Console'
+   depends=('libkdepim')
+   conflicts=(kdepim-$pkgname)
+   replaces=(kdepim-$pkgname)

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

2015-07-28 Thread Kyle Keen
Date: Tuesday, July 28, 2015 @ 13:18:01
  Author: kkeen
Revision: 137554

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

Added:
  mbedtls/repos/community-staging-i686/
  mbedtls/repos/community-staging-i686/PKGBUILD
(from rev 137553, mbedtls/trunk/PKGBUILD)
  mbedtls/repos/community-staging-x86_64/
  mbedtls/repos/community-staging-x86_64/PKGBUILD
(from rev 137553, mbedtls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: mbedtls/repos/community-staging-i686/PKGBUILD (from rev 137553, 
mbedtls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-28 11:18:01 UTC (rev 137554)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mihai Militaru mihai militaru at xmpp dot ro
+# Contributor: carstene1ns arch carsten-teibes.de
+
+pkgname=mbedtls
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=Portable cryptographic and SSL/TLS library, aka polarssl
+arch=('i686' 'x86_64')
+url=https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=(https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
+source=(https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+sha1sums=('a456be169003b4644931a90613fdaa0429af06a7')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+  LDFLAGS+= -I../include  make SHARED=1 no_test
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make SHARED=1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/usr install
+}

Copied: mbedtls/repos/community-staging-x86_64/PKGBUILD (from rev 137553, 
mbedtls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-28 11:18:01 UTC (rev 137554)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Mihai Militaru mihai militaru at xmpp dot ro
+# Contributor: carstene1ns arch carsten-teibes.de
+
+pkgname=mbedtls
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=Portable cryptographic and SSL/TLS library, aka polarssl
+arch=('i686' 'x86_64')
+url=https://tls.mbed.org;
+license=('Apache')
+provides=('polarssl')
+replaces=('polarssl')
+conflicts=('polarssl')
+#source=(https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
+source=(https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+sha1sums=('a456be169003b4644931a90613fdaa0429af06a7')
+depends=('glibc')
+options=('staticlibs')
+
+# 
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/polarssl/files/polarssl-1.3.8-ssl_pthread_server.patch
+# https://github.com/alucryd/aur-alucryd/blob/master/personal/polarssl/PKGBUILD
+# https://aur.archlinux.org/packages/po/polarssl-git/PKGBUILD
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
+  LDFLAGS+= -I../include  make SHARED=1 no_test
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make SHARED=1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/usr install
+}


[arch-commits] Commit in mbedtls/trunk (PKGBUILD programs.makefile.patch)

2015-07-28 Thread Kyle Keen
Date: Tuesday, July 28, 2015 @ 13:17:36
  Author: kkeen
Revision: 137553

upgpkg: mbedtls 2.0.0-1

Modified:
  mbedtls/trunk/PKGBUILD
Deleted:
  mbedtls/trunk/programs.makefile.patch

-+
 PKGBUILD|   14 +-
 programs.makefile.patch |   22 --
 2 files changed, 5 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 11:08:48 UTC (rev 137552)
+++ PKGBUILD2015-07-28 11:17:36 UTC (rev 137553)
@@ -4,7 +4,7 @@
 # Contributor: carstene1ns arch carsten-teibes.de
 
 pkgname=mbedtls
-pkgver=1.3.11
+pkgver=2.0.0
 pkgrel=1
 pkgdesc=Portable cryptographic and SSL/TLS library, aka polarssl
 arch=('i686' 'x86_64')
@@ -14,10 +14,8 @@
 replaces=('polarssl')
 conflicts=('polarssl')
 #source=(https://polarssl.org/download/$pkgname-$pkgver-gpl.tgz;
-source=(https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;
-programs.makefile.patch)
-sha1sums=('3948084c9d3312b381d458b06d9a2066c3cc0184'
-  'f175944a09caf0b5b3a397ead4f9f13c990e0382')
+source=(https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz;)
+sha1sums=('a456be169003b4644931a90613fdaa0429af06a7')
 depends=('glibc')
 options=('staticlibs')
 
@@ -27,10 +25,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  sed -i 's|//\(#define POLARSSL_THREADING_C\)|\1|' include/polarssl/config.h
-  sed -i 's|//\(#define POLARSSL_THREADING_PTHREAD\)|\1|' 
include/polarssl/config.h
-  # enable cert_write
-  patch -p1 -d programs -i $srcdir/programs.makefile.patch
+  sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
+  sed -i 's|//\(#define MBEDTLS_THREADING_PTHREAD\)|\1|' 
include/mbedtls/config.h
   LDFLAGS+= -I../include  make SHARED=1 no_test
 }
 

Deleted: programs.makefile.patch
===
--- programs.makefile.patch 2015-07-28 11:08:48 UTC (rev 137552)
+++ programs.makefile.patch 2015-07-28 11:17:36 UTC (rev 137553)
@@ -1,22 +0,0 @@
 programs/Makefile  2014-07-31 12:20:17.748459143 -0400
-+++ programs/Makefile  2014-07-31 12:21:35.388454356 -0400
-@@ -43,7 +43,7 @@
-   test/selftest$(EXEXT)   test/ssl_test$(EXEXT)   \
-   util/pem2der$(EXEXT)util/strerror$(EXEXT)   \
-   x509/cert_app$(EXEXT)   x509/crl_app$(EXEXT)\
--  x509/cert_req$(EXEXT)
-+  x509/cert_req$(EXEXT)   x509/cert_write$(EXEXT)
- 
- ifdef OPENSSL
- APPS +=   test/o_p_test
-@@ -241,6 +241,10 @@
-   echo CCx509/cert_req.c
-   $(CC) $(CFLAGS) $(OFLAGS) x509/cert_req.c$(LDFLAGS) -o $@
- 
-+x509/cert_write$(EXEXT): x509/cert_write.c ../library/libmbedtls.a
-+  echo CCx509/cert_write.c
-+  $(CC) $(LOCAL_CFLAGS) $(CFLAGS) x509/cert_write.c$(LOCAL_LDFLAGS) 
$(LDFLAGS) -o $@
-+
- clean:
- ifndef WINDOWS
-   rm -f $(APPS)


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

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 13:05:54
  Author: arodseth
Revision: 137549

upgpkg: mosh 1.2.5-1

Modified:
  mosh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 09:51:15 UTC (rev 137548)
+++ PKGBUILD2015-07-28 11:05:54 UTC (rev 137549)
@@ -4,8 +4,8 @@
 # Contributor: Thomas Weißschuh thomas_weissschuh lavabit.com
 
 pkgname=mosh
-pkgver=1.2.4
-pkgrel=3
+pkgver=1.2.5
+pkgrel=1
 pkgdesc='Mobile shell, surviving disconnects with local echo and line editing'
 arch=('x86_64' 'i686')
 url='http://mosh.mit.edu/'
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('protobuf' 'ncurses' 'zlib' 'openssh' 'perl' 'perl-io-tty' 
'libutempter')
 source=(http://$pkgname.mit.edu/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46')
+sha256sums=('1af809e5d747c333a852fbf7acdbf4d354dc4bbc2839e3afe5cf798190074be3')
 options=('!emptydirs')
 
 build() {
@@ -25,7 +25,7 @@
 
 package() {
   make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm644 $pkgname-$pkgver/conf/bash_completion.d/$pkgname \
+  install -Dm644 $pkgname-$pkgver/conf/bash-completion/completions/$pkgname \
 $pkgdir/usr/share/bash-completion/completions/$pkgname
 }
 


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

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 13:06:17
  Author: arodseth
Revision: 137551

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

Added:
  julia/repos/community-i686/PKGBUILD
(from rev 137550, julia/trunk/PKGBUILD)
  julia/repos/community-i686/sysfix.install
(from rev 137550, julia/trunk/sysfix.install)
  julia/repos/community-x86_64/PKGBUILD
(from rev 137550, julia/trunk/PKGBUILD)
  julia/repos/community-x86_64/sysfix.install
(from rev 137550, julia/trunk/sysfix.install)
Deleted:
  julia/repos/community-i686/PKGBUILD
  julia/repos/community-i686/sysfix.install
  julia/repos/community-x86_64/PKGBUILD
  julia/repos/community-x86_64/sysfix.install

-+
 /PKGBUILD   |  222 ++
 /sysfix.install |   20 +++
 community-i686/PKGBUILD |  111 ---
 community-i686/sysfix.install   |   10 -
 community-x86_64/PKGBUILD   |  111 ---
 community-x86_64/sysfix.install |   10 -
 6 files changed, 242 insertions(+), 242 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 11:06:06 UTC (rev 137550)
+++ community-i686/PKGBUILD 2015-07-28 11:06:17 UTC (rev 137551)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Lex Black autumn-wind at web dot de
-# Contributor: Michael Jakl jakl.mich...@gmail.com
-# Contributor: devmotion nospam-archlinux@devmotion.de
-# Contributor: Valentin Churavy v.chur...@gmail.com
-
-pkgbase=julia
-pkgname=('julia' 'julia-docs')
-epoch=2
-pkgver=0.3.10
-pkgrel=2
-pkgdesc='High-level, high-performance, dynamic programming language'
-arch=('x86_64' 'i686')
-url='http://julialang.org/'
-license=('MIT')
-makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas' 'lapack' 'arpack' 
'libunwind' 'fftw' 'gmp' 'mpfr' 'pcre' 'zlib' 'suitesparse')
-optdepends=('gnuplot: If using the Gaston Package from julia')
-options=('!emptydirs' 'staticlibs')
-backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
-source=(git://github.com/JuliaLang/julia.git#tag=v$pkgver)
-sha256sums=('SKIP')
-
-prepare() {
-  # For /etc/ld.so.conf.d/
-  echo '/usr/lib/julia'  julia.conf
-}
-
-build() {
-  make -C $pkgname prefix=/usr sysconfdir=/etc \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0
-}
-
-package_julia() {
-  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib' 
'lapack' 'suitesparse')
-  install='sysfix.install'
-
-  make -C $pkgname DESTDIR=$pkgdir \
-prefix=/usr sysconfdir=/etc  \
-MARCH=${CARCH/_/-} \
-USE_SYSTEM_LLVM=0 \
-USE_SYSTEM_LIBUNWIND=1 \
-USE_SYSTEM_READLINE=0 \
-USE_SYSTEM_PCRE=1 \
-USE_SYSTEM_LIBM=1 \
-USE_SYSTEM_OPENLIBM=0 \
-USE_SYSTEM_OPENSPECFUN=0 \
-USE_SYSTEM_BLAS=0 \
-USE_SYSTEM_LAPACK=1 \
-USE_SYSTEM_FFTW=1 \
-USE_SYSTEM_GMP=1 \
-USE_SYSTEM_MPFR=1 \
-USE_SYSTEM_ARPACK=1 \
-USE_SYSTEM_SUITESPARSE=1 \
-USE_SYSTEM_ZLIB=1 \
-USE_SYSTEM_GRISU=0 \
-USE_SYSTEM_RMATH=0 \
-USE_SYSTEM_LIBUV=0 \
-USE_SYSTEM_UTF8PROC=0 \
-USE_MKL=0 \
-USE_BLAS64=0 \
-USE_LLVM_SHLIB=0 \
-install
-
-  # Remove duplicate man-page from julia/doc
-  rm -rvf $pkgdir/usr/share/julia/doc/man
-
-  # For /etc/ld.so.conf.d, FS#41731
-  install -Dm644 julia.conf $pkgdir/etc/ld.so.conf.d/julia.conf
-
-  # Documentation and examples are in the julia-docs package
-  rm -rvf $pkgdir/usr/share/doc/
-  rm -rvf $pkgdir/usr/share/julia/doc/
-  rm -rvf $pkgdir/usr/share/julia/examples/
-
-  cd $pkgname
-  install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE.md
-}
-
-package_julia-docs() {
-  pkgdesc='Documentation and examples for Julia'
-
-  install -d $pkgdir/usr/share/doc
-  cp -rv $srcdir/$pkgbase/doc $pkgdir/usr/share/doc/$pkgbase
-  cp -rv $srcdir/$pkgbase/examples $pkgdir/usr/share/doc/$pkgbase/examples
-}
-
-# getver: julialang.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: julia/repos/community-i686/PKGBUILD (from rev 137550, 
julia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 11:06:17 UTC (rev 137551)
@@ -0,0 +1,111 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Lex 

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

2015-07-28 Thread Alexander Rødseth
Date: Tuesday, July 28, 2015 @ 13:06:06
  Author: arodseth
Revision: 137550

upgpkg: julia 2:0.3.11-1

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 11:05:54 UTC (rev 137549)
+++ PKGBUILD2015-07-28 11:06:06 UTC (rev 137550)
@@ -8,8 +8,8 @@
 pkgbase=julia
 pkgname=('julia' 'julia-docs')
 epoch=2
-pkgver=0.3.10
-pkgrel=2
+pkgver=0.3.11
+pkgrel=1
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org/'


[arch-commits] Commit in jenkins/repos/community-any (12 files)

2015-07-28 Thread Felix Yan
Date: Wednesday, July 29, 2015 @ 05:20:11
  Author: fyan
Revision: 137586

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 137585, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 137585, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 137585, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 137585, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 137585, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 137585, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |2 
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-29 03:19:32 UTC (rev 137585)
+++ LICENSE 2015-07-29 03:20:11 UTC (rev 137586)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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 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 THE
-AUTHORS OR COPYRIGHT HOLDERS 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: jenkins/repos/community-any/LICENSE (from rev 137585, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-29 03:20:11 UTC (rev 137586)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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 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 THE
+AUTHORS OR COPYRIGHT HOLDERS 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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-29 03:19:32 UTC (rev 137585)
+++ PKGBUILD2015-07-29 03:20:11 UTC (rev 137586)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.621
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2015-07-28 Thread Felix Yan
Date: Wednesday, July 29, 2015 @ 05:19:32
  Author: fyan
Revision: 137585

upgpkg: jenkins 1.622-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 02:27:11 UTC (rev 137584)
+++ PKGBUILD2015-07-29 03:19:32 UTC (rev 137585)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.621
+pkgver=1.622
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('0dd7ee804582f1dd5fa0e12024d992dbcc53b10089786088e19429307c28f4b7ec58885d9302bb315c8062bbbaa2fc4ef89ea943d199b5e55178893f7fada608'
+sha512sums=('7ff6be395527dc3f512ad8fb1c1d8a5294aac9108ead851e7a8479cac58ab9b2ee28e0c0f87a70896be62096e92cdb8843d529d62ac73ce22a23f259a7106368'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2015-07-28 Thread Daniel Micay
Date: Wednesday, July 29, 2015 @ 06:02:53
  Author: thestinger
Revision: 137588

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137587, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137587, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137587, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 137587, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137587, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 137587, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 137587, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 137587, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 137587, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 137587, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
(from rev 137587, 
linux-grsec/trunk/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch)
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
(from rev 137587, 
linux-grsec/trunk/0001-block-loop-convert-to-per-device-workqueue.patch)
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
(from rev 137587, 
linux-grsec/trunk/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 137587, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
(from rev 137587, 
linux-grsec/trunk/bitmap-enable-booting-for-dm-md-raid1.patch)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 137587, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 137587, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 137587, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 137587, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 137587, linux-grsec/trunk/linux.preset)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-i686/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-i686/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
  
linux-grsec/repos/community-x86_64/0001-block-loop-convert-to-per-device-workqueue.patch
  
linux-grsec/repos/community-x86_64/0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/bitmap-enable-booting-for-dm-md-raid1.patch
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch   
  |   96 
 /0001-block-loop-convert-to-per-device-workqueue.patch 
  |  266 
 /0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch  
  |  104 
 /PKGBUILD  
  |  692 
 /bitmap-enable-booting-for-dm-md-raid1.patch   
  |  166 
 /change-default-console-loglevel.patch  

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

2015-07-28 Thread Daniel Micay
Date: Wednesday, July 29, 2015 @ 06:01:34
  Author: thestinger
Revision: 137587

upgpkg: linux-grsec 4.1.3.201507281943-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 03:20:11 UTC (rev 137586)
+++ PKGBUILD2015-07-29 04:01:34 UTC (rev 137587)
@@ -9,7 +9,7 @@
 _srcname=linux-4.1
 _pkgver=4.1.3
 _grsecver=3.1
-_timestamp=201507261932
+_timestamp=201507281943
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -37,7 +37,7 @@
 'SKIP'
 'b949517b832af2fc90c57a35e475340f32c186f391cbdbfbe0aba7720dbb0b3e'
 'SKIP'
-'f4149f7c269b463603ea681a6097cd6d0cc8c7d12d71679ac1c561d8c706213a'
+'1668188573c1ac509b1dec807c07fb7239e8b230945aed5b2c9dbee479791b3f'
 'SKIP'
 '275a521e38b7ccd280586b196e2e349c59577bcde0826c5e34696886e934a380'
 'c88c1b2b44d5f7565050147910739b4ebc1606933106af44bd4c112d94530e8f'


[arch-commits] Commit in libakonadi-qt4 (9 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 18:42:11
  Author: arojas
Revision: 242569

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

Added:
  libakonadi-qt4/repos/
  libakonadi-qt4/repos/kde-unstable-i686/
  libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD
(from rev 242568, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
(from rev 242568, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-i686/libakonadi-qt4.install
(from rev 242568, libakonadi-qt4/trunk/libakonadi-qt4.install)
  libakonadi-qt4/repos/kde-unstable-x86_64/
  libakonadi-qt4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242568, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-x86_64/dont-leak-old-external-payload-files.patch
(from rev 242568, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-x86_64/libakonadi-qt4.install
(from rev 242568, libakonadi-qt4/trunk/libakonadi-qt4.install)

+
 kde-unstable-i686/PKGBUILD |   48 +++
 kde-unstable-i686/dont-leak-old-external-payload-files.patch   |  135 
++
 kde-unstable-i686/libakonadi-qt4.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   48 +++
 kde-unstable-x86_64/dont-leak-old-external-payload-files.patch |  135 
++
 kde-unstable-x86_64/libakonadi-qt4.install |   11 
 6 files changed, 388 insertions(+)

Copied: libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD (from rev 242568, 
libakonadi-qt4/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 16:42:11 UTC (rev 242569)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=libakonadi-qt4
+pkgver=1.13.0
+pkgrel=1
+pkgdesc=Qt4 akonadi libraries
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+conflicts=('akonadi2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
+dont-leak-old-external-payload-files.patch)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
+ '9711e300dde3775a38637daa3c20befe')
+
+prepare() {
+  mkdir -p build
+
+  cd akonadi-$pkgver
+  # https://bugs.kde.org/show_bug.cgi?id=341884
+  patch -p1 -i ../dont-leak-old-external-payload-files.patch
+}
+
+build() {
+  cd build
+  cmake ../akonadi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DDATABASE_BACKEND=SQLITE \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+# conflicts with akonadi
+  rm -r $pkgdir/usr/{bin,share}
+}

Copied: 
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
 (from rev 242568, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
===
--- repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch  
(rev 0)
+++ repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch  
2015-07-28 16:42:11 UTC (rev 242569)
@@ -0,0 +1,135 @@
+From: Dan Vrátil dvra...@redhat.com
+Date: Mon, 29 Jun 2015 20:45:11 +
+Subject: Don't leak old external payload files
+X-Git-Url: 
http://quickgit.kde.org/?p=akonadi.gita=commitdiffh=9c0dc6b3f0826d32eac310b2e7ecd858ca3df681
+---
+Don't leak old external payload files
+
+Actually delete old payload files after we increase the payload revision or
+switch from external to internal payload. This caused 
~/.local/share/akonadi/file_db_data
+to grow insanely for all users, leaving them with many duplicated files (just 
with
+different revisions).
+
+It is recommended that users run akonadictl fsck to clean up the leaked payload
+files.
+
+Note that there won't be any more releases of Akonadi 1.13 (and this has been
+fixed in master already), so I strongly recommend distributions to pick this
+patch into their packaging.
+
+BUG: 341884
+CCBUG: 338402
+---
+
+
+--- a/server/src/storage/partstreamer.cpp
 b/server/src/storage/partstreamer.cpp
+@@ -290,6 +290,12 @@
+ mDataChanged = true;
+ }
+ 
++// If the part is external, remember it's current file name
++QString originalFile;
++if (part.isValid()  part.external()) {
++originalFile = PartHelper::resolveAbsolutePath(part.data());
++}
++
+

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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:03:33
  Author: andyrtr
Revision: 242575

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 242574, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 242574, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 242574, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 242574, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |   96 +++
 testing-i686/license.txt   |   33 ++
 testing-x86_64/PKGBUILD|   96 +++
 testing-x86_64/license.txt |   33 ++
 4 files changed, 258 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 242574, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-28 17:03:33 UTC (rev 242575)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3081100
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.11
+pkgrel=1
+pkgdesc=A C library that implements an SQL database engine
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url=http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/2015/sqlite-autoconf-$_amalgamationver.tar.gz
+   http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!emptydirs' '!makeflags')
+sha1sums=('da1322d883548bdb0f6312941b20ed497e3754fa'
+  '8a0011fc13c2544902a6da426091c3b7e70d68aa'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+build() {
+  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
+
+  # build sqlite
+  cd $srcdir/sqlite-autoconf-$_amalgamationver
+
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc=A C library that implements an SQL database engine
+ depends=('readline')
+ provides=(sqlite3=$pkgver)
+ replaces=(sqlite3)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc=sqlite Tcl Extension Architecture (TEA)
+ depends=('sqlite')
+ provides=(sqlite3-tcl=$pkgver)
+ replaces=(sqlite3-tcl)
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+package_sqlite-doc() {
+
+ pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
+ #arch=('any') - not yet supported
+ provides=(sqlite3-doc=$pkgver)
+ replaces=(sqlite3-doc)
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 242574, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-07-28 17:03:33 UTC (rev 242575)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code 

[arch-commits] Commit in libakonadi-qt4/repos (12 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:19:25
  Author: arojas
Revision: 242577

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

Added:
  libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD
(from rev 242576, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
(from rev 242576, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-i686/libakonadi-qt4.install
(from rev 242576, libakonadi-qt4/trunk/libakonadi-qt4.install)
  libakonadi-qt4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242576, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-x86_64/dont-leak-old-external-payload-files.patch
(from rev 242576, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-x86_64/libakonadi-qt4.install
(from rev 242576, libakonadi-qt4/trunk/libakonadi-qt4.install)
Deleted:
  libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD
  
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
  libakonadi-qt4/repos/kde-unstable-i686/libakonadi-qt4.install
  libakonadi-qt4/repos/kde-unstable-x86_64/PKGBUILD
  
libakonadi-qt4/repos/kde-unstable-x86_64/dont-leak-old-external-payload-files.patch
  libakonadi-qt4/repos/kde-unstable-x86_64/libakonadi-qt4.install

+
 /PKGBUILD  |  114 
 /dont-leak-old-external-payload-files.patch|  270 
++
 /libakonadi-qt4.install|   22 
 kde-unstable-i686/PKGBUILD |   48 -
 kde-unstable-i686/dont-leak-old-external-payload-files.patch   |  135 -
 kde-unstable-i686/libakonadi-qt4.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   48 -
 kde-unstable-x86_64/dont-leak-old-external-payload-files.patch |  135 -
 kde-unstable-x86_64/libakonadi-qt4.install |   11 
 9 files changed, 406 insertions(+), 388 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-07-28 17:19:00 UTC (rev 242576)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 17:19:25 UTC (rev 242577)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=libakonadi-qt4
-pkgver=1.13.0
-pkgrel=1
-pkgdesc=Qt4 akonadi libraries
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('boost-libs' 'qt4' 'libxslt')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
-conflicts=('akonadi2')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
-dont-leak-old-external-payload-files.patch)
-md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
- '9711e300dde3775a38637daa3c20befe')
-
-prepare() {
-  mkdir -p build
-
-  cd akonadi-$pkgver
-  # https://bugs.kde.org/show_bug.cgi?id=341884
-  patch -p1 -i ../dont-leak-old-external-payload-files.patch
-}
-
-build() {
-  cd build
-  cmake ../akonadi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DDATABASE_BACKEND=SQLITE \
--DWITH_SOPRANO=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-# conflicts with akonadi
-  rm -r $pkgdir/usr/{bin,share}
-}

Copied: libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD (from rev 242576, 
libakonadi-qt4/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 17:19:25 UTC (rev 242577)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=libakonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4-dbus)
+pkgver=1.13.0
+pkgrel=2
+pkgdesc=Qt4 akonadi libraries
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+conflicts=('akonadi2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
+dont-leak-old-external-payload-files.patch)
+md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
+ '9711e300dde3775a38637daa3c20befe')
+
+prepare() {
+  mkdir -p build
+
+  cd akonadi-$pkgver
+  # https://bugs.kde.org/show_bug.cgi?id=341884
+  patch -p1 -i ../dont-leak-old-external-payload-files.patch
+}
+
+build() {
+  

[arch-commits] Commit in libakonadi-qt4/repos (12 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:20:17
  Author: arojas
Revision: 242578

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

Added:
  libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD
(from rev 242577, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
(from rev 242577, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-i686/libakonadi-qt4.install
(from rev 242577, libakonadi-qt4/trunk/libakonadi-qt4.install)
  libakonadi-qt4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242577, libakonadi-qt4/trunk/PKGBUILD)
  
libakonadi-qt4/repos/kde-unstable-x86_64/dont-leak-old-external-payload-files.patch
(from rev 242577, 
libakonadi-qt4/trunk/dont-leak-old-external-payload-files.patch)
  libakonadi-qt4/repos/kde-unstable-x86_64/libakonadi-qt4.install
(from rev 242577, libakonadi-qt4/trunk/libakonadi-qt4.install)
Deleted:
  libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD
  
libakonadi-qt4/repos/kde-unstable-i686/dont-leak-old-external-payload-files.patch
  libakonadi-qt4/repos/kde-unstable-i686/libakonadi-qt4.install
  libakonadi-qt4/repos/kde-unstable-x86_64/PKGBUILD
  
libakonadi-qt4/repos/kde-unstable-x86_64/dont-leak-old-external-payload-files.patch
  libakonadi-qt4/repos/kde-unstable-x86_64/libakonadi-qt4.install

+
 /PKGBUILD  |  114 
 /dont-leak-old-external-payload-files.patch|  270 
++
 /libakonadi-qt4.install|   22 
 kde-unstable-i686/PKGBUILD |   57 --
 kde-unstable-i686/dont-leak-old-external-payload-files.patch   |  135 -
 kde-unstable-i686/libakonadi-qt4.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   57 --
 kde-unstable-x86_64/dont-leak-old-external-payload-files.patch |  135 -
 kde-unstable-x86_64/libakonadi-qt4.install |   11 
 9 files changed, 406 insertions(+), 406 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-07-28 17:19:25 UTC (rev 242577)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 17:20:17 UTC (rev 242578)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=libakonadi-qt4
-pkgname=(libakonadi-qt4 akonadi-qt4-dbus)
-pkgver=1.13.0
-pkgrel=2
-pkgdesc=Qt4 akonadi libraries
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('boost-libs' 'qt4' 'libxslt')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
-conflicts=('akonadi2')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
-dont-leak-old-external-payload-files.patch)
-md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
- '9711e300dde3775a38637daa3c20befe')
-
-prepare() {
-  mkdir -p build
-
-  cd akonadi-$pkgver
-  # https://bugs.kde.org/show_bug.cgi?id=341884
-  patch -p1 -i ../dont-leak-old-external-payload-files.patch
-}
-
-build() {
-  cd build
-  cmake ../akonadi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DDATABASE_BACKEND=SQLITE \
--DWITH_SOPRANO=OFF
-  make
-}
-
-package_libakonadi-qt4() {
-  cd build
-  make DESTDIR=${pkgdir} install
-
-# conflicts with akonadi
-  rm -r $pkgdir/usr/{bin,share}
-}
-
-package_akonadi-qt4-dbus() {
-  depends=()
-  conflicts=(akonadi)
-
-  mkdir -p $pkgdir/usr/share/dbus-1/interfaces
-  install -m644 $srcdir/akonadi-$pkgver/interfaces/*.xml 
$pkgdir/usr/share/dbus-1/interfaces/
-}

Copied: libakonadi-qt4/repos/kde-unstable-i686/PKGBUILD (from rev 242577, 
libakonadi-qt4/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-28 17:20:17 UTC (rev 242578)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=libakonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4-dbus)
+pkgver=1.13.0
+pkgrel=2
+pkgdesc=Qt4 akonadi libraries
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('boost-libs' 'qt4' 'libxslt')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
+conflicts=('akonadi2')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
+dont-leak-old-external-payload-files.patch)

[arch-commits] Commit in libvisio/trunk (PKGBUILD fix_test.diff)

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:25:29
  Author: andyrtr
Revision: 242579

upgpkg: libvisio 0.1.3-1

upstream update 0.1.3

Added:
  libvisio/trunk/fix_test.diff
Modified:
  libvisio/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +
 fix_test.diff |   49 +
 2 files changed, 62 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:20:17 UTC (rev 242578)
+++ PKGBUILD2015-07-28 17:25:29 UTC (rev 242579)
@@ -5,8 +5,8 @@
 # Contributor: philacs
 
 pkgname=libvisio
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.3
+pkgrel=1
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
 url=https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
@@ -13,9 +13,18 @@
 license=('LGPL')
 depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
 makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+fix_test.diff)
+md5sums=('fda521a18bbfccc5f034ea02119e7998'
+ 'f7f3d18896d7e76536267238bf85be42')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # 
https://gerrit.libreoffice.org/gitweb?p=libvisio.git;a=commit;h=75a02c586f6ec49d4316f79004834250ef42b0e0
+  patch -Np1 -i $srcdir/fix_test.diff
+  autoreconf -vfi
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr

Added: fix_test.diff
===
--- fix_test.diff   (rev 0)
+++ fix_test.diff   2015-07-28 17:25:29 UTC (rev 242579)
@@ -0,0 +1,49 @@
+From 75a02c586f6ec49d4316f79004834250ef42b0e0 Mon Sep 17 00:00:00 2001
+From: David Tardon dtar...@redhat.com
+Date: Sat, 25 Jul 2015 15:11:19 +0200
+Subject: [PATCH 1/1] fix test
+
+The previous version only worked with libxml2  2.9.2, because of a bug
+in handling nested elements of the same name.
+
+Change-Id: I1368cedf5845895154806d4ecf427bfbed19165f
+---
+ configure.ac|4 
+ src/test/importtest.cpp |6 +++---
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1611dcb..a075e73 100644
+--- a/configure.ac
 b/configure.ac
+@@ -128,6 +128,10 @@ AS_IF([test x$enable_tools = xyes], [
+   PKG_CHECK_MODULES([REVENGE_STREAM],[
+   librevenge-stream-0.0
+   ])
++PKG_CHECK_EXISTS([libxml-2.0 = 2.9.2],
++[],
++[AC_MSG_ERROR([libxml2 = 2.9.2 is needed to run tests])]
++)
+ ])
+ AC_SUBST([REVENGE_GENERATORS_CFLAGS])
+ AC_SUBST([REVENGE_GENERATORS_LIBS])
+diff --git a/src/test/importtest.cpp b/src/test/importtest.cpp
+index 8554309..0296380 100644
+--- a/src/test/importtest.cpp
 b/src/test/importtest.cpp
+@@ -272,9 +272,9 @@ void ImportTest::testVsdxImportBgColorFromTheme()
+ void ImportTest::testVsdxCharBgColor()
+ {
+   m_doc = parse(bgcolor.vsdx, m_buffer);
+-  assertXPathNoAttribute(m_doc, 
/document/page/layer/textObject/paragraph/span, background-color);
+-  assertXPath(m_doc, 
/document/page/layer/layer[2]/textObject/paragraph/span, background-color, 
#9dbb61);
+-  assertXPath(m_doc, 
/document/page/layer/layer[2]/layer[2]/textObject/paragraph/span, 
background-color, #9dbb61);
++  assertXPathNoAttribute(m_doc, 
/document/page/layer[1]/textObject/paragraph/span, background-color);
++  assertXPath(m_doc, /document/page/layer[2]/textObject/paragraph/span, 
background-color, #9dbb61);
++  assertXPath(m_doc, /document/page/layer[3]/textObject/paragraph/span, 
background-color, #9dbb61);
+ }
+ 
+ CPPUNIT_TEST_SUITE_REGISTRATION(ImportTest);
+-- 
+1.7.9.5
+


[arch-commits] Commit in baloo-widgets (5 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:36:28
  Author: arojas
Revision: 242586

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

Added:
  baloo-widgets/repos/
  baloo-widgets/repos/kde-unstable-i686/
  baloo-widgets/repos/kde-unstable-i686/PKGBUILD
(from rev 242585, baloo-widgets/kde-unstable/PKGBUILD)
  baloo-widgets/repos/kde-unstable-x86_64/
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242585, baloo-widgets/kde-unstable/PKGBUILD)

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

Copied: baloo-widgets/repos/kde-unstable-i686/PKGBUILD (from rev 242585, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 17:36:28 UTC (rev 242586)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aaf775b6c98a4c6ce183fe804c685cfc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 242585, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 17:36:28 UTC (rev 242586)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aaf775b6c98a4c6ce183fe804c685cfc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+


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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 18:57:35
  Author: andyrtr
Revision: 242570

upgpkg: mesa 10.6.3-1

upstream update 10.6.3

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:42:11 UTC (rev 242569)
+++ PKGBUILD2015-07-28 16:57:35 UTC (rev 242570)
@@ -4,7 +4,7 @@
 
 pkgbase=mesa
 pkgname=('opencl-mesa' 'libva-mesa-driver' 'mesa-vdpau' 'mesa' 'mesa-libgl')
-pkgver=10.6.2
+pkgver=10.6.3
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE)
-sha256sums=('05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9'
+sha256sums=('58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-07-28 Thread Anatol Pomozov
Date: Tuesday, July 28, 2015 @ 19:01:51
  Author: anatolik
Revision: 242573

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

Added:
  dhcpcd/repos/testing-i686/
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 242572, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 242572, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/dhcpcd_.service
(from rev 242572, dhcpcd/trunk/dhcpcd_.service)
  dhcpcd/repos/testing-x86_64/
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 242572, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 242572, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/dhcpcd_.service
(from rev 242572, dhcpcd/trunk/dhcpcd_.service)

+
 testing-i686/PKGBUILD  |   60 +++
 testing-i686/dhcpcd.service|   13 
 testing-i686/dhcpcd_.service   |   15 +
 testing-x86_64/PKGBUILD|   60 +++
 testing-x86_64/dhcpcd.service  |   13 
 testing-x86_64/dhcpcd_.service |   15 +
 6 files changed, 176 insertions(+)

Copied: dhcpcd/repos/testing-i686/PKGBUILD (from rev 242572, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-28 17:01:51 UTC (rev 242573)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.9.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;
+arch=('i686' 'x86_64')
+license=('BSD')
+groups=('base')
+depends=('glibc' 'sh')
+provides=('dhcp-client')
+backup=('etc/dhcpcd.conf')
+options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
+'dhcpcd_.service'
+   'dhcpcd.service')
+sha1sums=('b4c32d5ef1fe23e1d8541566f41a15173e005f74'
+  '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
+  '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # configure variables
+  ./configure \
+  --sbindir=/usr/bin \
+  --libexecdir=/usr/lib/dhcpcd \
+  --dbdir=/var/lib/dhcpcd \
+  --rundir=/run
+
+  # Build
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # Install License
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  sed 26q $srcdir/$pkgname-$pkgver/control.h \
+  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # Set Options in /etc/dhcpcd.conf
+  echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd_.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd.service # FS#31543
+}

Copied: dhcpcd/repos/testing-i686/dhcpcd.service (from rev 242572, 
dhcpcd/trunk/dhcpcd.service)
===
--- testing-i686/dhcpcd.service (rev 0)
+++ testing-i686/dhcpcd.service 2015-07-28 17:01:51 UTC (rev 242573)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on all interfaces
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd.pid
+ExecStart=/usr/bin/dhcpcd -q -b
+ExecStop=/usr/bin/dhcpcd -x
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-i686/dhcpcd_.service (from rev 242572, 
dhcpcd/trunk/dhcpcd_.service)
===
--- testing-i686/dhcpcd_.service(rev 0)
+++ testing-i686/dhcpcd_.service2015-07-28 17:01:51 UTC (rev 242573)
@@ -0,0 +1,15 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+BindsTo=sys-subsystem-net-devices-%i.device
+After=sys-subsystem-net-devices-%i.device
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/usr/bin/dhcpcd -q -w %I
+ExecStop=/usr/bin/dhcpcd -x %I
+
+[Install]
+WantedBy=multi-user.target

Copied: dhcpcd/repos/testing-x86_64/PKGBUILD (from rev 242572, 
dhcpcd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-28 17:01:51 UTC (rev 242573)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Tom Killian tom.archlinux.org
+# Contributor: Judd Vinet jvinet.zeroflux.org
+
+pkgname=dhcpcd
+pkgver=6.9.1
+pkgrel=1
+pkgdesc=RFC2131 compliant DHCP client daemon
+url=http://roy.marples.name/projects/dhcpcd/;

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

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:19:00
  Author: arojas
Revision: 242576

Ugly hack to allow building kdepimlibs4

Modified:
  libakonadi-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:03:33 UTC (rev 242575)
+++ PKGBUILD2015-07-28 17:19:00 UTC (rev 242576)
@@ -3,9 +3,10 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=libakonadi-qt4
+pkgbase=libakonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4-dbus)
 pkgver=1.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Qt4 akonadi libraries
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -39,7 +40,7 @@
   make
 }
 
-package() {
+package_libakonadi-qt4() {
   cd build
   make DESTDIR=${pkgdir} install
 
@@ -46,3 +47,11 @@
 # conflicts with akonadi
   rm -r $pkgdir/usr/{bin,share}
 }
+
+package_akonadi-qt4-dbus() {
+  depends=()
+  conflicts=(akonadi)
+
+  mkdir -p $pkgdir/usr/share/dbus-1/interfaces
+  install -m644 $srcdir/akonadi-$pkgver/interfaces/*.xml 
$pkgdir/usr/share/dbus-1/interfaces/
+}


[arch-commits] Commit in qjackctl/trunk (PKGBUILD qjackctl.install)

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 19:39:48
  Author: schiv
Revision: 242587

upgpkg: qjackctl 0.4.0-2

FS#45797; update icon cache

Added:
  qjackctl/trunk/qjackctl.install
Modified:
  qjackctl/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 qjackctl.install |7 +++
 2 files changed, 9 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:36:28 UTC (rev 242586)
+++ PKGBUILD2015-07-28 17:39:48 UTC (rev 242587)
@@ -4,30 +4,20 @@
 
 pkgname=qjackctl
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A Qt front-end for the JACK low-latency audio server
 url=http://qjackctl.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('jack' 'qt4')
+install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('2081b96e4facf3c2be641848b1c184fd')
 
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
-#}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 
   ./configure --prefix=/usr
-
   make
 }
 

Added: qjackctl.install
===
--- qjackctl.install(rev 0)
+++ qjackctl.install2015-07-28 17:39:48 UTC (rev 242587)
@@ -0,0 +1,7 @@
+post_install() {
+   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}


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

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:39
  Author: anthraxx
Revision: 137558

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 16:51:31 UTC (rev 137557)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
-url=http://invisible-island.net/byacc/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
-  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137557, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:51:39 UTC (rev 137558)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=3
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-28 16:51:31 UTC (rev 137557)
+++ community-x86_64/PKGBUILD   2015-07-28 16:51:39 UTC (rev 137558)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jens Adam j...@byte.cx
-# Contributor: Abel Stern abel.stern AT gmail.com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-
-pkgname=byacc
-pkgver=20150711
-pkgrel=2
-pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
-url=http://invisible-island.net/byacc/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
-
-build() {
-  cd ${pkgname}-${pkgver}
-  sed -n '/is distributed/,/distributed 

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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 18:57:51
  Author: andyrtr
Revision: 242571

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

Added:
  mesa/repos/extra-i686/LICENSE
(from rev 242570, mesa/trunk/LICENSE)
  mesa/repos/extra-i686/PKGBUILD
(from rev 242570, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/LICENSE
(from rev 242570, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 242570, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-i686/LICENSE
  mesa/repos/extra-i686/PKGBUILD
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |  164 +++
 /PKGBUILD |  330 
 extra-i686/LICENSE|   82 ---
 extra-i686/PKGBUILD   |  165 
 extra-x86_64/LICENSE  |   82 ---
 extra-x86_64/PKGBUILD |  165 
 6 files changed, 494 insertions(+), 494 deletions(-)

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


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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:03:23
  Author: andyrtr
Revision: 242574

upgpkg: sqlite 3.8.11-1

upstream update 3.8.11

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:01:51 UTC (rev 242573)
+++ PKGBUILD2015-07-28 17:03:23 UTC (rev 242574)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3081002
+_amalgamationver=3081100
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.10.2
+pkgver=3.8.11
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs' '!makeflags')
-sha1sums=('c2f2c17d3dc4c4e179d35cc04e4420636d48a152'
-  '2e816999255e4fced7d93b6ad3650a361a446288'
+sha1sums=('da1322d883548bdb0f6312941b20ed497e3754fa'
+  '8a0011fc13c2544902a6da426091c3b7e70d68aa'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-07-28 Thread Laurent Carlier
Date: Tuesday, July 28, 2015 @ 19:16:54
  Author: lcarlier
Revision: 137559

upgpkg: lib32-mesa 10.6.3-1

upstream update 10.6.3

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:51:39 UTC (rev 137558)
+++ PKGBUILD2015-07-28 17:16:54 UTC (rev 137559)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.6.2
+pkgver=10.6.3
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('05753d3db4212900927b9894221a1669a10f56786e86a7e818b6e18a0817dca9'
+sha256sums=('58592e07c350cd2e8969b73fa83048c657a39fe2f13f3b88f5e5818fe2e4676d'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2015-07-28 Thread Laurent Carlier
Date: Tuesday, July 28, 2015 @ 19:16:59
  Author: lcarlier
Revision: 137560

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 137559, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 137559, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-28 17:16:54 UTC (rev 137559)
+++ LICENSE 2015-07-28 17:16:59 UTC (rev 137560)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   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 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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 137559, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-28 17:16:59 UTC (rev 137560)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an 

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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:25:40
  Author: andyrtr
Revision: 242580

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

Added:
  libvisio/repos/extra-i686/PKGBUILD
(from rev 242579, libvisio/trunk/PKGBUILD)
  libvisio/repos/extra-i686/fix_test.diff
(from rev 242579, libvisio/trunk/fix_test.diff)
  libvisio/repos/extra-x86_64/PKGBUILD
(from rev 242579, libvisio/trunk/PKGBUILD)
  libvisio/repos/extra-x86_64/fix_test.diff
(from rev 242579, libvisio/trunk/fix_test.diff)
Deleted:
  libvisio/repos/extra-i686/PKGBUILD
  libvisio/repos/extra-x86_64/PKGBUILD

+
 /PKGBUILD  |   88 +++
 extra-i686/PKGBUILD|   33 
 extra-i686/fix_test.diff   |   49 +++
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/fix_test.diff |   49 +++
 5 files changed, 186 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 17:25:29 UTC (rev 242579)
+++ extra-i686/PKGBUILD 2015-07-28 17:25:40 UTC (rev 242580)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-# Contributor: philacs
-
-pkgname=libvisio
-pkgver=0.1.1
-pkgrel=2
-pkgdesc='Library providing ability to interpret and import visio diagrams'
-arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libvisio'
-license=('LGPL')
-depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
-makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
-source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('299c02fa08a1b9dc2be8ffa9deb0457a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libvisio/repos/extra-i686/PKGBUILD (from rev 242579, 
libvisio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-28 17:25:40 UTC (rev 242580)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+# Contributor: philacs
+
+pkgname=libvisio
+pkgver=0.1.3
+pkgrel=1
+pkgdesc='Library providing ability to interpret and import visio diagrams'
+arch=('i686' 'x86_64')
+url=https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
+license=('LGPL')
+depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
+makedepends=('boost' 'gperf' 'doxygen' 'cppunit')
+source=(http://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz
+fix_test.diff)
+md5sums=('fda521a18bbfccc5f034ea02119e7998'
+ 'f7f3d18896d7e76536267238bf85be42')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # 
https://gerrit.libreoffice.org/gitweb?p=libvisio.git;a=commit;h=75a02c586f6ec49d4316f79004834250ef42b0e0
+  patch -Np1 -i $srcdir/fix_test.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # Need to set timezone to CET to work around a test failure
+  # https://bugs.documentfoundation.org/show_bug.cgi?id=92396
+  make -k check TZ=CET
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: libvisio/repos/extra-i686/fix_test.diff (from rev 242579, 
libvisio/trunk/fix_test.diff)
===
--- extra-i686/fix_test.diff(rev 0)
+++ extra-i686/fix_test.diff2015-07-28 17:25:40 UTC (rev 242580)
@@ -0,0 +1,49 @@
+From 75a02c586f6ec49d4316f79004834250ef42b0e0 Mon Sep 17 00:00:00 2001
+From: David Tardon dtar...@redhat.com
+Date: Sat, 25 Jul 2015 15:11:19 +0200
+Subject: [PATCH 1/1] fix test
+
+The previous version only worked with libxml2  2.9.2, because of a bug
+in handling nested elements of the same name.
+
+Change-Id: I1368cedf5845895154806d4ecf427bfbed19165f
+---
+ configure.ac|4 
+ src/test/importtest.cpp |6 +++---
+ 2 files changed, 7 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1611dcb..a075e73 100644
+--- a/configure.ac
 b/configure.ac
+@@ -128,6 +128,10 @@ AS_IF([test x$enable_tools = xyes], [
+   PKG_CHECK_MODULES([REVENGE_STREAM],[
+   librevenge-stream-0.0
+   ])
++PKG_CHECK_EXISTS([libxml-2.0 = 2.9.2],
++[],
++[AC_MSG_ERROR([libxml2 = 2.9.2 is needed to run tests])]
++)
+ ])
+ AC_SUBST([REVENGE_GENERATORS_CFLAGS])
+ AC_SUBST([REVENGE_GENERATORS_LIBS])
+diff --git a/src/test/importtest.cpp 

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

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:37:28
  Author: anthraxx
Revision: 137555

addpkg byacc 20150711-2

Added:
  byacc/
  byacc/repos/
  byacc/trunk/
  byacc/trunk/PKGBUILD

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

Added: byacc/trunk/PKGBUILD
===
--- byacc/trunk/PKGBUILD(rev 0)
+++ byacc/trunk/PKGBUILD2015-07-28 16:37:28 UTC (rev 137555)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-28 Thread Anatol Pomozov
Date: Tuesday, July 28, 2015 @ 19:01:11
  Author: anatolik
Revision: 242572

upgpkg: dhcpcd 6.9.1-1

Modified:
  dhcpcd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:57:51 UTC (rev 242571)
+++ PKGBUILD2015-07-28 17:01:11 UTC (rev 242572)
@@ -4,7 +4,7 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=6.9.0
+pkgver=6.9.1
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
 url=http://roy.marples.name/projects/dhcpcd/;
@@ -15,10 +15,10 @@
 provides=('dhcp-client')
 backup=('etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
-source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2;
+source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz;
 'dhcpcd_.service'
'dhcpcd.service')
-sha1sums=('0e4900e05c01b795508b51f882e1316aad5ad932'
+sha1sums=('b4c32d5ef1fe23e1d8541566f41a15173e005f74'
   '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
   '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 


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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:35:08
  Author: andyrtr
Revision: 242584

upgpkg: x2goclient 4.0.5.0-1

upstream update 4.0.5.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:35:04 UTC (rev 242583)
+++ PKGBUILD2015-07-28 17:35:08 UTC (rev 242584)
@@ -5,7 +5,7 @@
 
 pkgbase=x2goclient
 pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.4.0
+pkgver=4.0.5.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -12,7 +12,7 @@
 url=http://www.x2go.org;
 makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
+sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org


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

2015-07-28 Thread Andreas Radke
Date: Tuesday, July 28, 2015 @ 19:35:19
  Author: andyrtr
Revision: 242585

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

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

-+
 /PKGBUILD   |  140 ++
 /x2goclient.install |   22 +
 extra-i686/PKGBUILD |   70 ---
 extra-i686/x2goclient.install   |   11 --
 extra-x86_64/PKGBUILD   |   70 ---
 extra-x86_64/x2goclient.install |   11 --
 6 files changed, 162 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 17:35:08 UTC (rev 242584)
+++ extra-i686/PKGBUILD 2015-07-28 17:35:19 UTC (rev 242585)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgbase=x2goclient
-pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.0.4.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.x2go.org;
-makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
-  'SKIP')
-validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
-  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i s:-o root -g root :: Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
-# return 1
-
-  make PREFIX=/usr
-  make PREFIX=/usr build_man # target broken and making the build hang
-
-#  make PREFIX=/usr build_pluginprovider
-#  make PREFIX=/usr build_client 
-#  make PREFIX=/usr build_plugin
-}
-
-package_x2goclient() {
-  
-  pkgdesc=a graphical client (Qt4) for the X2Go system
-  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-  install=x2goclient.install
-
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install_client install_man
-}
-
-package_x2goplugin() {
-  pkgdesc=provides X2Go Client as QtBrowser-based Mozilla plugin
-  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
-  
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install_plugin
-}
-
-package_x2goplugin-provider() {
-  
-  pkgdesc=an example configuration for providing the X2Go Plugin via an 
Apache webserver
-  depends=('apache')
-  backup=(etc/x2go/plugin-provider/x2goplugin.html
-  etc/x2go/x2goplugin-apache.conf
-  etc/httpd/conf/x2goplugin-apache.conf)
-   
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install_pluginprovider
-  
-  install -dm755 ${pkgdir}/etc/httpd/conf
-  cd ${pkgdir}/etc/httpd/conf
-  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 242584, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-28 17:35:19 UTC (rev 242585)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.5.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.x2go.org;
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('242e91720c1e5830f64a632c111ac3c4b6f6690d5005454c8e025b00bfbe42a1'
+  'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 
mike.gabr...@das-netzwerkteam.de
+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  X2go Git 
Administrator git-ad...@x2go.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i s:-o root 

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

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 19:40:00
  Author: schiv
Revision: 242588

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

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

---+
 /PKGBUILD |   60 
 extra-i686/PKGBUILD   |   40 --
 extra-i686/qjackctl.install   |7 
 extra-x86_64/PKGBUILD |   40 --
 extra-x86_64/qjackctl.install |7 
 5 files changed, 74 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 17:39:48 UTC (rev 242587)
+++ extra-i686/PKGBUILD 2015-07-28 17:40:00 UTC (rev 242588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2081b96e4facf3c2be641848b1c184fd')
-
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-i686/PKGBUILD (from rev 242587, 
qjackctl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-28 17:40:00 UTC (rev 242588)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+
+pkgname=qjackctl
+pkgver=0.4.0
+pkgrel=2
+pkgdesc=A Qt front-end for the JACK low-latency audio server
+url=http://qjackctl.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('jack' 'qt4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('2081b96e4facf3c2be641848b1c184fd')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-i686/qjackctl.install (from rev 242587, 
qjackctl/trunk/qjackctl.install)
===
--- extra-i686/qjackctl.install (rev 0)
+++ extra-i686/qjackctl.install 2015-07-28 17:40:00 UTC (rev 242588)
@@ -0,0 +1,7 @@
+post_install() {
+   gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-28 17:39:48 UTC (rev 242587)
+++ extra-x86_64/PKGBUILD   2015-07-28 17:40:00 UTC (rev 242588)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-
-pkgname=qjackctl
-pkgver=0.4.0
-pkgrel=1
-pkgdesc=A Qt front-end for the JACK low-latency audio server
-url=http://qjackctl.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('jack' 'qt4')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('2081b96e4facf3c2be641848b1c184fd')
-
-# hack not working as-is, needs inspection
-# in the meantime, please build in a chroot
-#prepare() {
-#  cd $srcdir/$pkgname-$pkgver
-#
-#  # qt4+qt5 co-existing compatibility
-#  # see http://www.rncbc.org/drupal/node/753
-#  sed -i 's/ac_qtdirs=.*/ac_qtdirs=qt4/' configure
-#}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qjackctl/repos/extra-x86_64/PKGBUILD (from rev 242587, 
qjackctl/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-28 17:40:00 UTC (rev 

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

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:38:56
  Author: anthraxx
Revision: 137556

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

Added:
  byacc/repos/community-i686/
  byacc/repos/community-i686/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)
  byacc/repos/community-x86_64/
  byacc/repos/community-x86_64/PKGBUILD
(from rev 137555, byacc/trunk/PKGBUILD)

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

Copied: byacc/repos/community-i686/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: byacc/repos/community-x86_64/PKGBUILD (from rev 137555, 
byacc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-28 16:38:56 UTC (rev 137556)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jens Adam j...@byte.cx
+# Contributor: Abel Stern abel.stern AT gmail.com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+
+pkgname=byacc
+pkgver=20150711
+pkgrel=2
+pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
+url=http://invisible-island.net/byacc/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+replaces=('byacc-noconflict')
+source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+  sed -n '/is distributed/,/distributed freely/p' README  LICENSE
+  ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (5 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 18:41:26
  Author: arojas
Revision: 242568

Add legacy qt4 akonadi libraries

Added:
  libakonadi-qt4/
  libakonadi-qt4/trunk/
  libakonadi-qt4/trunk/libakonadi-qt4.install
(from rev 242562, akonadi/trunk/akonadi.install)
Modified:
  libakonadi-qt4/trunk/PKGBUILD
Deleted:
  libakonadi-qt4/trunk/akonadi.install

-+
 libakonadi-qt4/trunk/libakonadi-qt4.install |   11 +
 trunk/PKGBUILD  |   30 ++
 trunk/akonadi.install   |   11 -
 3 files changed, 23 insertions(+), 29 deletions(-)

Modified: libakonadi-qt4/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2015-07-28 10:11:52 UTC (rev 242562)
+++ libakonadi-qt4/trunk/PKGBUILD   2015-07-28 16:41:26 UTC (rev 242568)
@@ -3,28 +3,26 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=akonadi
+pkgname=libakonadi-qt4
 pkgver=1.13.0
-pkgrel=6
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+pkgrel=1
+pkgdesc=Qt4 akonadi libraries
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
 license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'qt4' 'libxslt')
+depends=('boost-libs' 'qt4' 'libxslt')
 makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb')
-checkdepends=('xorg-server-xvfb')
-optdepends=('postgresql: PostgreSQL backend'
-'mariadb: MariaDB backend')
+conflicts=('akonadi2')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;
+source=(http://download.kde.org/stable/akonadi/src/akonadi-${pkgver}.tar.bz2;
 dont-leak-old-external-payload-files.patch)
 md5sums=('84eb2e471bd6bdfe54a2a2f1d858c07d'
  '9711e300dde3775a38637daa3c20befe')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 
-  cd $pkgname-$pkgver
+  cd akonadi-$pkgver
   # https://bugs.kde.org/show_bug.cgi?id=341884
   patch -p1 -i ../dont-leak-old-external-payload-files.patch
 }
@@ -31,7 +29,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../akonadi-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
@@ -41,14 +39,10 @@
   make
 }
 
-check() {
-  # 17 akonadi-dbconfigtest failed as we changed the default backend
-  # 24~30 failed due to qt cannot find the sqldriver which is not installed yet
-  cd build
-  xvfb-run -a dbus-launch --exit-with-session make test || warning Tests 
failed
-}
-
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+
+# conflicts with akonadi
+  rm -r $pkgdir/usr/{bin,share}
 }

Deleted: libakonadi-qt4/trunk/akonadi.install
===
--- akonadi/trunk/akonadi.install   2015-07-28 10:11:52 UTC (rev 242562)
+++ libakonadi-qt4/trunk/akonadi.install2015-07-28 16:41:26 UTC (rev 
242568)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libakonadi-qt4/trunk/libakonadi-qt4.install (from rev 242562, 
akonadi/trunk/akonadi.install)
===
--- libakonadi-qt4/trunk/libakonadi-qt4.install (rev 0)
+++ libakonadi-qt4/trunk/libakonadi-qt4.install 2015-07-28 16:41:26 UTC (rev 
242568)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-28 Thread Levente Polyak
Date: Tuesday, July 28, 2015 @ 18:51:31
  Author: anthraxx
Revision: 137557

upgpkg: byacc 20150711-3

updpkg byacc 20150711-3

Modified:
  byacc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 16:38:56 UTC (rev 137556)
+++ PKGBUILD2015-07-28 16:51:31 UTC (rev 137557)
@@ -6,7 +6,7 @@
 
 pkgname=byacc
 pkgver=20150711
-pkgrel=2
+pkgrel=3
 pkgdesc=A Berkeley reimplementation of the Unix parser generator Yacc
 url=http://invisible-island.net/byacc/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('custom')
 depends=('glibc')
 replaces=('byacc-noconflict')
-source=(${pkgname}-${pkgver}.tgz::ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
 
sha512sums=('348558046acca31a39e8df480ae4c46ad03a1b073a51877a8981914bce65e8922e83e14c45eecd0e122c9d3d018cd4b6ab8c7f29b8dbfa13d648f2f86104a4e9'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 
dic...@invisible-island.net


[arch-commits] Commit in kdepimlibs4 (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:28:13
  Author: arojas
Revision: 242582

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

Added:
  kdepimlibs4/repos/
  kdepimlibs4/repos/kde-unstable-i686/
  kdepimlibs4/repos/kde-unstable-i686/PKGBUILD
(from rev 242581, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/kde-unstable-i686/kdepimlibs4.install
(from rev 242581, kdepimlibs4/trunk/kdepimlibs4.install)
  kdepimlibs4/repos/kde-unstable-x86_64/
  kdepimlibs4/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242581, kdepimlibs4/trunk/PKGBUILD)
  kdepimlibs4/repos/kde-unstable-x86_64/kdepimlibs4.install
(from rev 242581, kdepimlibs4/trunk/kdepimlibs4.install)

-+
 kde-unstable-i686/PKGBUILD  |   44 ++
 kde-unstable-i686/kdepimlibs4.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD|   44 ++
 kde-unstable-x86_64/kdepimlibs4.install |   11 +++
 4 files changed, 110 insertions(+)

Copied: kdepimlibs4/repos/kde-unstable-i686/PKGBUILD (from rev 242581, 
kdepimlibs4/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 17:28:13 UTC (rev 242582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs4
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=1
+pkgdesc=KDE4 PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4-dbus')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+install='kdepimlibs4.install'
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz;)
+sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdepimlibs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+# Conflicts with KF5 libs
+  rm -r $pkgdir/usr/{bin,share/{config.kcfg,mime}}
+}
+

Copied: kdepimlibs4/repos/kde-unstable-i686/kdepimlibs4.install (from rev 
242581, kdepimlibs4/trunk/kdepimlibs4.install)
===
--- repos/kde-unstable-i686/kdepimlibs4.install (rev 0)
+++ repos/kde-unstable-i686/kdepimlibs4.install 2015-07-28 17:28:13 UTC (rev 
242582)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Copied: kdepimlibs4/repos/kde-unstable-x86_64/PKGBUILD (from rev 242581, 
kdepimlibs4/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 17:28:13 UTC (rev 242582)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs4
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=1
+pkgdesc=KDE4 PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4-dbus')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+install='kdepimlibs4.install'
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz;)
+sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kdepimlibs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+# Conflicts with KF5 libs
+  rm -r $pkgdir/usr/{bin,share/{config.kcfg,mime}}
+}
+

Copied: kdepimlibs4/repos/kde-unstable-x86_64/kdepimlibs4.install (from rev 
242581, kdepimlibs4/trunk/kdepimlibs4.install)
===
--- repos/kde-unstable-x86_64/kdepimlibs4.install   
(rev 0)
+++ repos/kde-unstable-x86_64/kdepimlibs4.install   2015-07-28 17:28:13 UTC 
(rev 242582)
@@ -0,0 +1,11 @@
+post_install() {
+  

[arch-commits] Commit in (5 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:27:50
  Author: arojas
Revision: 242581

Add KDE4 kdepimlibs compatibility package

Added:
  kdepimlibs4/
  kdepimlibs4/trunk/
  kdepimlibs4/trunk/kdepimlibs4.install
(from rev 242562, kdepimlibs/trunk/kdepimlibs.install)
Modified:
  kdepimlibs4/trunk/PKGBUILD
Deleted:
  kdepimlibs4/trunk/kdepimlibs.install

---+
 kdepimlibs4/trunk/kdepimlibs4.install |   11 +++
 trunk/PKGBUILD|   23 +++
 trunk/kdepimlibs.install  |   11 ---
 3 files changed, 26 insertions(+), 19 deletions(-)

Modified: kdepimlibs4/trunk/PKGBUILD
===
--- kdepimlibs/trunk/PKGBUILD   2015-07-28 10:11:52 UTC (rev 242562)
+++ kdepimlibs4/trunk/PKGBUILD  2015-07-28 17:27:50 UTC (rev 242581)
@@ -3,27 +3,30 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgname=kdepimlibs
+pkgname=kdepimlibs4
 pkgver=4.14.10
 _kdeappver=15.04.3
 pkgrel=1
-pkgdesc=KDE PIM Libraries
+pkgdesc=KDE4 PIM Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdepimlibs'
 license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz;)
+depends=('kdelibs' 'gpgme' 'libakonadi-qt4' 'libical' 'prison' 'qjson')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'akonadi-qt4-dbus')
+conflicts=('kdepimlibs')
+provides=('kdepimlibs')
+replaces=('kdepimlibs')
+install='kdepimlibs4.install'
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepimlibs-${pkgver}.tar.xz;)
 sha1sums=('8db2f59b8a33f4d1bbebfdff8b772d30669c9932')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../kdepimlibs-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DKDE4_BUILD_TESTS=OFF \
 -DCMAKE_SKIP_RPATH=ON \
@@ -34,4 +37,8 @@
 package() {
   cd build
   make DESTDIR=${pkgdir} install
+
+# Conflicts with KF5 libs
+  rm -r $pkgdir/usr/{bin,share/{config.kcfg,mime}}
 }
+

Deleted: kdepimlibs4/trunk/kdepimlibs.install
===
--- kdepimlibs/trunk/kdepimlibs.install 2015-07-28 10:11:52 UTC (rev 242562)
+++ kdepimlibs4/trunk/kdepimlibs.install2015-07-28 17:27:50 UTC (rev 
242581)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs4/trunk/kdepimlibs4.install (from rev 242562, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- kdepimlibs4/trunk/kdepimlibs4.install   (rev 0)
+++ kdepimlibs4/trunk/kdepimlibs4.install   2015-07-28 17:27:50 UTC (rev 
242581)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file


[arch-commits] Commit in (3 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:35:04
  Author: arojas
Revision: 242583

Add baloo-widgets

Added:
  baloo-widgets/
  baloo-widgets/kde-unstable/
  baloo-widgets/kde-unstable/PKGBUILD

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

Added: baloo-widgets/kde-unstable/PKGBUILD
===
--- baloo-widgets/kde-unstable/PKGBUILD (rev 0)
+++ baloo-widgets/kde-unstable/PKGBUILD 2015-07-28 17:35:04 UTC (rev 242583)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=baloo-widgets
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A framework for searching and managing metadata
+arch=(i686 x86_64)
+url='https://projects.kde.org/baloo-widgets'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('aaf775b6c98a4c6ce183fe804c685cfc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+


[arch-commits] Commit in (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:52:39
  Author: arojas
Revision: 242591

Add KF5 version of dragon player

Added:
  dragon/
  dragon/kde-unstable/
  dragon/kde-unstable/PKGBUILD
  dragon/kde-unstable/dragon.install

+
 PKGBUILD   |   37 +
 dragon.install |   13 +
 2 files changed, 50 insertions(+)

Added: dragon/kde-unstable/PKGBUILD
===
--- dragon/kde-unstable/PKGBUILD(rev 0)
+++ dragon/kde-unstable/PKGBUILD2015-07-28 17:52:39 UTC (rev 242591)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=dragon
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('58d9d173b631813e49d2ede339f82722')
+
+prepare() {
+  mkdir -p 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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Added: dragon/kde-unstable/dragon.install
===
--- dragon/kde-unstable/dragon.install  (rev 0)
+++ dragon/kde-unstable/dragon.install  2015-07-28 17:52:39 UTC (rev 242591)
@@ -0,0 +1,13 @@
+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 qtractor/repos (8 files)

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 19:56:40
  Author: schiv
Revision: 137562

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

Added:
  qtractor/repos/community-i686/PKGBUILD
(from rev 137561, qtractor/trunk/PKGBUILD)
  qtractor/repos/community-i686/qtractor.install
(from rev 137561, qtractor/trunk/qtractor.install)
  qtractor/repos/community-x86_64/PKGBUILD
(from rev 137561, qtractor/trunk/PKGBUILD)
  qtractor/repos/community-x86_64/qtractor.install
(from rev 137561, qtractor/trunk/qtractor.install)
Deleted:
  qtractor/repos/community-i686/PKGBUILD
  qtractor/repos/community-i686/qtractor.install
  qtractor/repos/community-x86_64/PKGBUILD
  qtractor/repos/community-x86_64/qtractor.install

---+
 /PKGBUILD |   96 
 /qtractor.install |   26 +
 community-i686/PKGBUILD   |   48 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-28 17:56:27 UTC (rev 137561)
+++ community-i686/PKGBUILD 2015-07-28 17:56:40 UTC (rev 137562)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif sc...@archlinux.org
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.6.7
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('787757fba50723dcbadf230b78458820')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  export ac_qmake=/usr/bin/qmake-qt4 \
- ac_moc=/usr/bin/moc-qt4 \
- ac_uic=/usr/bin/uic-qt4 \
- ac_lupdate=/usr/bin/lupdate-qt4 \
- ac_lrelease=/usr/bin/lrelease-qt4 \
- QMAKE=qmake-qt4
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 137561, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-28 17:56:40 UTC (rev 137562)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Ray Rashif sc...@archlinux.org
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.7.0
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=(http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('dadada3a62e54fd083caad1698c19868')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2015-07-28 17:56:27 UTC (rev 137561)
+++ community-i686/qtractor.install 2015-07-28 17:56:40 UTC (rev 137562)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 137561, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install (rev 0)
+++ 

[arch-commits] Commit in (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:09:20
  Author: arojas
Revision: 242593

Add KF5 version of Umbrello

Added:
  umbrello/
  umbrello/kde-unstable/
  umbrello/kde-unstable/PKGBUILD
  umbrello/kde-unstable/umbrello.install

--+
 PKGBUILD |   39 +++
 umbrello.install |   13 +
 2 files changed, 52 insertions(+)

Added: umbrello/kde-unstable/PKGBUILD
===
--- umbrello/kde-unstable/PKGBUILD  (rev 0)
+++ umbrello/kde-unstable/PKGBUILD  2015-07-28 18:09:20 UTC (rev 242593)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=umbrello
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('cc1d87543e0e55fc15dde02a0997545c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Added: umbrello/kde-unstable/umbrello.install
===
--- umbrello/kde-unstable/umbrello.install  (rev 0)
+++ umbrello/kde-unstable/umbrello.install  2015-07-28 18:09:20 UTC (rev 
242593)
@@ -0,0 +1,13 @@
+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 dolphin (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:45:06
  Author: arojas
Revision: 242590

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

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

-+
 kde-unstable-i686/PKGBUILD  |   38 ++
 kde-unstable-i686/dolphin.install   |   13 +++
 kde-unstable-x86_64/PKGBUILD|   38 ++
 kde-unstable-x86_64/dolphin.install |   13 +++
 4 files changed, 102 insertions(+)

Copied: dolphin/repos/kde-unstable-i686/PKGBUILD (from rev 242589, 
dolphin/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 17:45:06 UTC (rev 242590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+
+pkgname=dolphin
+pkgver=15.07.80
+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-dolphin)
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('3de90082afaf1e635347f5f08267d713')
+
+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/dolphin.install (from rev 242589, 
dolphin/kde-unstable/dolphin.install)
===
--- repos/kde-unstable-i686/dolphin.install (rev 0)
+++ repos/kde-unstable-i686/dolphin.install 2015-07-28 17:45:06 UTC (rev 
242590)
@@ -0,0 +1,13 @@
+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-x86_64/PKGBUILD (from rev 242589, 
dolphin/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 17:45:06 UTC (rev 242590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+
+pkgname=dolphin
+pkgver=15.07.80
+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-dolphin)
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('3de90082afaf1e635347f5f08267d713')
+
+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-x86_64/dolphin.install (from rev 242589, 
dolphin/kde-unstable/dolphin.install)
===
--- repos/kde-unstable-x86_64/dolphin.install   (rev 0)
+++ repos/kde-unstable-x86_64/dolphin.install   2015-07-28 17:45:06 UTC (rev 
242590)
@@ -0,0 +1,13 @@
+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 (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:15:07
  Author: arojas
Revision: 242597

Add KF5 version of kwalletmanager

Added:
  kwalletmanager/
  kwalletmanager/kde-unstable/
  kwalletmanager/kde-unstable/PKGBUILD
  kwalletmanager/kde-unstable/kwalletmanager.install

+
 PKGBUILD   |   39 +++
 kwalletmanager.install |   13 +
 2 files changed, 52 insertions(+)

Added: kwalletmanager/kde-unstable/PKGBUILD
===
--- kwalletmanager/kde-unstable/PKGBUILD(rev 0)
+++ kwalletmanager/kde-unstable/PKGBUILD2015-07-28 18:15:07 UTC (rev 
242597)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kwalletmanager
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support kcmutils hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('29ef28481e7b476f4d9302c2e83a9249')
+
+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
+}
+

Added: kwalletmanager/kde-unstable/kwalletmanager.install
===
--- kwalletmanager/kde-unstable/kwalletmanager.install  
(rev 0)
+++ kwalletmanager/kde-unstable/kwalletmanager.install  2015-07-28 18:15:07 UTC 
(rev 242597)
@@ -0,0 +1,13 @@
+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 kwalletmanager (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:15:35
  Author: arojas
Revision: 242598

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

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

+
 kde-unstable-i686/PKGBUILD |   39 +++
 kde-unstable-i686/kwalletmanager.install   |   13 +
 kde-unstable-x86_64/PKGBUILD   |   39 +++
 kde-unstable-x86_64/kwalletmanager.install |   13 +
 4 files changed, 104 insertions(+)

Copied: kwalletmanager/repos/kde-unstable-i686/PKGBUILD (from rev 242597, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 18:15:35 UTC (rev 242598)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kwalletmanager
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support kcmutils hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('29ef28481e7b476f4d9302c2e83a9249')
+
+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: kwalletmanager/repos/kde-unstable-i686/kwalletmanager.install (from rev 
242597, kwalletmanager/kde-unstable/kwalletmanager.install)
===
--- repos/kde-unstable-i686/kwalletmanager.install  
(rev 0)
+++ repos/kde-unstable-i686/kwalletmanager.install  2015-07-28 18:15:35 UTC 
(rev 242598)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 242597, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 18:15:35 UTC (rev 242598)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kwalletmanager
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(i686 x86_64)
+url='http://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kdelibs4support kcmutils hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+conflicts=(kdeutils-kwalletmanager)
+replaces=(kdeutils-kwalletmanager)
+groups=(kde-applications kdeutils)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('29ef28481e7b476f4d9302c2e83a9249')
+
+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: kwalletmanager/repos/kde-unstable-x86_64/kwalletmanager.install (from 
rev 242597, kwalletmanager/kde-unstable/kwalletmanager.install)
===
--- repos/kde-unstable-x86_64/kwalletmanager.install
(rev 0)
+++ repos/kde-unstable-x86_64/kwalletmanager.install2015-07-28 18:15:35 UTC 
(rev 242598)
@@ -0,0 +1,13 @@
+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 (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:47:39
  Author: arojas
Revision: 242605

Add KF5 version of picmi

Added:
  picmi/
  picmi/kde-unstable/
  picmi/kde-unstable/PKGBUILD
  picmi/kde-unstable/picmi.install

---+
 PKGBUILD  |   39 +++
 picmi.install |   11 +++
 2 files changed, 50 insertions(+)

Added: picmi/kde-unstable/PKGBUILD
===
--- picmi/kde-unstable/PKGBUILD (rev 0)
+++ picmi/kde-unstable/PKGBUILD 2015-07-28 18:47:39 UTC (rev 242605)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=picmi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A nonogram logic game for KDE
+url=http://kde.org/applications/games/picmi/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('cb1cbb54e07711dd9ab35660475defdee3564636')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Added: picmi/kde-unstable/picmi.install
===
--- picmi/kde-unstable/picmi.install(rev 0)
+++ picmi/kde-unstable/picmi.install2015-07-28 18:47:39 UTC (rev 242605)
@@ -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 (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:44:23
  Author: arojas
Revision: 242589

Add KF5 version of dolphin

Added:
  dolphin/
  dolphin/kde-unstable/
  dolphin/kde-unstable/PKGBUILD
  dolphin/kde-unstable/dolphin.install

-+
 PKGBUILD|   38 ++
 dolphin.install |   13 +
 2 files changed, 51 insertions(+)

Added: dolphin/kde-unstable/PKGBUILD
===
--- dolphin/kde-unstable/PKGBUILD   (rev 0)
+++ dolphin/kde-unstable/PKGBUILD   2015-07-28 17:44:23 UTC (rev 242589)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+
+pkgname=dolphin
+pkgver=15.07.80
+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-dolphin)
+replaces=(kdebase-dolphin)
+groups=(kde-applications kdebase)
+source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('3de90082afaf1e635347f5f08267d713')
+
+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
+}

Added: dolphin/kde-unstable/dolphin.install
===
--- dolphin/kde-unstable/dolphin.install(rev 0)
+++ dolphin/kde-unstable/dolphin.install2015-07-28 17:44:23 UTC (rev 
242589)
@@ -0,0 +1,13 @@
+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 qtractor/trunk (PKGBUILD)

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 19:56:27
  Author: schiv
Revision: 137561

upgpkg: qtractor 0.7.0-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 17:16:59 UTC (rev 137560)
+++ PKGBUILD2015-07-28 17:56:27 UTC (rev 137561)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.6.7
+pkgver=0.7.0
 pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@
 makedepends=('ladspa' 'dssi')
 optdepends=('dssi-vst: win32 VST support')
 install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('787757fba50723dcbadf230b78458820')
+source=(http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('dadada3a62e54fd083caad1698c19868')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in umbrello (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:10:04
  Author: arojas
Revision: 242594

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

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

--+
 kde-unstable-i686/PKGBUILD   |   39 +
 kde-unstable-i686/umbrello.install   |   13 +++
 kde-unstable-x86_64/PKGBUILD |   39 +
 kde-unstable-x86_64/umbrello.install |   13 +++
 4 files changed, 104 insertions(+)

Copied: umbrello/repos/kde-unstable-i686/PKGBUILD (from rev 242593, 
umbrello/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 18:10:04 UTC (rev 242594)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=umbrello
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('cc1d87543e0e55fc15dde02a0997545c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: umbrello/repos/kde-unstable-i686/umbrello.install (from rev 242593, 
umbrello/kde-unstable/umbrello.install)
===
--- repos/kde-unstable-i686/umbrello.install(rev 0)
+++ repos/kde-unstable-i686/umbrello.install2015-07-28 18:10:04 UTC (rev 
242594)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 242593, 
umbrello/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 18:10:04 UTC (rev 242594)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=umbrello
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(i686 x86_64)
+url='http://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(hicolor-icon-theme ktexteditor kinit)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdesdk-umbrello)
+replaces=(kdesdk-umbrello)
+groups=(kde-applications kdesdk)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('cc1d87543e0e55fc15dde02a0997545c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_KF5=ON \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: umbrello/repos/kde-unstable-x86_64/umbrello.install (from rev 242593, 
umbrello/kde-unstable/umbrello.install)
===
--- repos/kde-unstable-x86_64/umbrello.install  (rev 0)
+++ repos/kde-unstable-x86_64/umbrello.install  2015-07-28 18:10:04 UTC (rev 
242594)
@@ -0,0 +1,13 @@
+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 hydrogen/trunk (PKGBUILD)

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 20:14:00
  Author: schiv
Revision: 242595

upgpkg: hydrogen 0.9.6.1-2

FS#45675; desktop icon fix

Modified:
  hydrogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-28 18:10:04 UTC (rev 242594)
+++ PKGBUILD2015-07-28 18:14:00 UTC (rev 242595)
@@ -5,7 +5,7 @@
 
 pkgname=hydrogen
 pkgver=0.9.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An advanced drum machine
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -31,6 +31,10 @@
   cd $srcdir/$pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
+
+  # TODO: tell upstream to comply with freedesktop.org icon conventions
+  sed -i 's:Icon=h2-icon:Icon=/usr/share/hydrogen/data/img/gray/h2-icon.svg:' \
+$pkgdir/usr/share/applications/$pkgname.desktop
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in hydrogen/repos (12 files)

2015-07-28 Thread Ray Rashif
Date: Tuesday, July 28, 2015 @ 20:14:14
  Author: schiv
Revision: 242596

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

Added:
  hydrogen/repos/extra-i686/.contrib
(from rev 242595, hydrogen/trunk/.contrib)
  hydrogen/repos/extra-i686/PKGBUILD
(from rev 242595, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-i686/hydrogen.install
(from rev 242595, hydrogen/trunk/hydrogen.install)
  hydrogen/repos/extra-x86_64/.contrib
(from rev 242595, hydrogen/trunk/.contrib)
  hydrogen/repos/extra-x86_64/PKGBUILD
(from rev 242595, hydrogen/trunk/PKGBUILD)
  hydrogen/repos/extra-x86_64/hydrogen.install
(from rev 242595, hydrogen/trunk/hydrogen.install)
Deleted:
  hydrogen/repos/extra-i686/.contrib
  hydrogen/repos/extra-i686/PKGBUILD
  hydrogen/repos/extra-i686/hydrogen.install
  hydrogen/repos/extra-x86_64/.contrib
  hydrogen/repos/extra-x86_64/PKGBUILD
  hydrogen/repos/extra-x86_64/hydrogen.install

---+
 /.contrib |4 ++
 /PKGBUILD |   80 
 /hydrogen.install |   18 +
 extra-i686/.contrib   |2 -
 extra-i686/PKGBUILD   |   36 --
 extra-i686/hydrogen.install   |9 
 extra-x86_64/.contrib |2 -
 extra-x86_64/PKGBUILD |   36 --
 extra-x86_64/hydrogen.install |9 
 9 files changed, 102 insertions(+), 94 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2015-07-28 18:14:00 UTC (rev 242595)
+++ extra-i686/.contrib 2015-07-28 18:14:14 UTC (rev 242596)
@@ -1,2 +0,0 @@
-# Contributor: K. Piche kpi...@rogers.com
-# Contributor: Giovanni Scafora giova...@archlinux.org

Copied: hydrogen/repos/extra-i686/.contrib (from rev 242595, 
hydrogen/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2015-07-28 18:14:14 UTC (rev 242596)
@@ -0,0 +1,2 @@
+# Contributor: K. Piche kpi...@rogers.com
+# Contributor: Giovanni Scafora giova...@archlinux.org

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-28 18:14:00 UTC (rev 242595)
+++ extra-i686/PKGBUILD 2015-07-28 18:14:14 UTC (rev 242596)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: see .contrib
-
-pkgname=hydrogen
-pkgver=0.9.6.1
-pkgrel=1
-pkgdesc=An advanced drum machine
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.hydrogen-music.org/;
-depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
-optdepends=('rubberband')
-makedepends=('cmake')
-source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;)
-install=$pkgname.install
-md5sums=('527a44eec22fd31f55e6b3cf1089613d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # lash will have to wait until I bring it into [extra] --schiv
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWANT_CPPUNIT=OFF \
-  -DWANT_LRDF=ON
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hydrogen/repos/extra-i686/PKGBUILD (from rev 242595, 
hydrogen/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-28 18:14:14 UTC (rev 242596)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: tobias tob...@archlinux.org
+# Contributor: see .contrib
+
+pkgname=hydrogen
+pkgver=0.9.6.1
+pkgrel=2
+pkgdesc=An advanced drum machine
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.hydrogen-music.org/;
+depends=('libarchive' 'liblrdf' 'qt4' 'jack' 'libpulse')
+optdepends=('rubberband')
+makedepends=('cmake')
+source=(https://github.com/hydrogen-music/hydrogen/archive/$pkgver.tar.gz;)
+install=$pkgname.install
+md5sums=('527a44eec22fd31f55e6b3cf1089613d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # lash will have to wait until I bring it into [extra] --schiv
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWANT_CPPUNIT=OFF \
+  -DWANT_LRDF=ON
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # TODO: tell upstream to comply with freedesktop.org icon conventions
+  sed -i 's:Icon=h2-icon:Icon=/usr/share/hydrogen/data/img/gray/h2-icon.svg:' \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/hydrogen.install
===
--- extra-i686/hydrogen.install 2015-07-28 18:14:00 UTC (rev 242595)
+++ extra-i686/hydrogen.install 2015-07-28 18:14:14 UTC (rev 242596)
@@ -1,9 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-

[arch-commits] Commit in (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:23:52
  Author: arojas
Revision: 242599

Add KF5 version of ark

Added:
  ark/
  ark/kde-unstable/
  ark/kde-unstable/PKGBUILD
  ark/kde-unstable/ark.install

-+
 PKGBUILD|   40 
 ark.install |   13 +
 2 files changed, 53 insertions(+)

Added: ark/kde-unstable/PKGBUILD
===
--- ark/kde-unstable/PKGBUILD   (rev 0)
+++ ark/kde-unstable/PKGBUILD   2015-07-28 18:23:52 UTC (rev 242599)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=ark
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f16f8a354bcec5928bec1f57e2ce5339')
+
+prepare() {
+  mkdir -p 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
+}
+

Added: ark/kde-unstable/ark.install
===
--- ark/kde-unstable/ark.install(rev 0)
+++ ark/kde-unstable/ark.install2015-07-28 18:23:52 UTC (rev 242599)
@@ -0,0 +1,13 @@
+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 ark (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:24:30
  Author: arojas
Revision: 242600

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

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

-+
 kde-unstable-i686/PKGBUILD  |   40 ++
 kde-unstable-i686/ark.install   |   13 
 kde-unstable-x86_64/PKGBUILD|   40 ++
 kde-unstable-x86_64/ark.install |   13 
 4 files changed, 106 insertions(+)

Copied: ark/repos/kde-unstable-i686/PKGBUILD (from rev 242599, 
ark/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 18:24:30 UTC (rev 242600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=ark
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f16f8a354bcec5928bec1f57e2ce5339')
+
+prepare() {
+  mkdir -p 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: ark/repos/kde-unstable-i686/ark.install (from rev 242599, 
ark/kde-unstable/ark.install)
===
--- repos/kde-unstable-i686/ark.install (rev 0)
+++ repos/kde-unstable-i686/ark.install 2015-07-28 18:24:30 UTC (rev 242600)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 242599, 
ark/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 18:24:30 UTC (rev 242600)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=ark
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(i686 x86_64)
+url='http://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kpty khtml libarchive hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+optdepends=(p7zip zip unzip unrar)
+conflicts=(kdeutils-ark)
+replaces=(kdeutils-ark)
+groups=(kde-applications kdeutils)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f16f8a354bcec5928bec1f57e2ce5339')
+
+prepare() {
+  mkdir -p 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: ark/repos/kde-unstable-x86_64/ark.install (from rev 242599, 
ark/kde-unstable/ark.install)
===
--- repos/kde-unstable-x86_64/ark.install   (rev 0)
+++ repos/kde-unstable-x86_64/ark.install   2015-07-28 18:24:30 UTC (rev 
242600)
@@ -0,0 +1,13 @@
+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 (3 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:32:47
  Author: arojas
Revision: 242601

Add KF5 version of dolphin-plugins

Added:
  dolphin-plugins/
  dolphin-plugins/kde-unstable/
  dolphin-plugins/kde-unstable/PKGBUILD

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

Added: dolphin-plugins/kde-unstable/PKGBUILD
===
--- dolphin-plugins/kde-unstable/PKGBUILD   (rev 0)
+++ dolphin-plugins/kde-unstable/PKGBUILD   2015-07-28 18:32:47 UTC (rev 
242601)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas arojas@archlinux,org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=dolphin-plugins
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Extra Dolphin plugins
+arch=(i686 x86_64)
+url=https://projects.kde.org/dolphin-plugins;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('7fda6a1302e0c490485bf264ab5b46a1')
+
+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 (4 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:43:21
  Author: arojas
Revision: 242603

Add KF5 version of kiriki

Added:
  kiriki/
  kiriki/kde-unstable/
  kiriki/kde-unstable/PKGBUILD
  kiriki/kde-unstable/kiriki.install

+
 PKGBUILD   |   39 +++
 kiriki.install |   11 +++
 2 files changed, 50 insertions(+)

Added: kiriki/kde-unstable/PKGBUILD
===
--- kiriki/kde-unstable/PKGBUILD(rev 0)
+++ kiriki/kde-unstable/PKGBUILD2015-07-28 18:43:21 UTC (rev 242603)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kiriki
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An addictive and fun dice game
+url=http://kde.org/applications/games/kiriki/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-kiriki)
+replaces=(kdegames-kiriki)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('0d90664bb7f66af8cc38fb8c3f7e72496553fe9a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Added: kiriki/kde-unstable/kiriki.install
===
--- kiriki/kde-unstable/kiriki.install  (rev 0)
+++ kiriki/kde-unstable/kiriki.install  2015-07-28 18:43:21 UTC (rev 242603)
@@ -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 picmi (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 20:48:17
  Author: arojas
Revision: 242606

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

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

---+
 kde-unstable-i686/PKGBUILD|   39 
 kde-unstable-i686/picmi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD  |   39 
 kde-unstable-x86_64/picmi.install |   11 ++
 4 files changed, 100 insertions(+)

Copied: picmi/repos/kde-unstable-i686/PKGBUILD (from rev 242605, 
picmi/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 18:48:17 UTC (rev 242606)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=picmi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A nonogram logic game for KDE
+url=http://kde.org/applications/games/picmi/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('cb1cbb54e07711dd9ab35660475defdee3564636')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: picmi/repos/kde-unstable-i686/picmi.install (from rev 242605, 
picmi/kde-unstable/picmi.install)
===
--- repos/kde-unstable-i686/picmi.install   (rev 0)
+++ repos/kde-unstable-i686/picmi.install   2015-07-28 18:48:17 UTC (rev 
242606)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: picmi/repos/kde-unstable-x86_64/PKGBUILD (from rev 242605, 
picmi/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 18:48:17 UTC (rev 242606)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=picmi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A nonogram logic game for KDE
+url=http://kde.org/applications/games/picmi/;
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+conflicts=(kdegames-picmi)
+replaces=(kdegames-picmi)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('cb1cbb54e07711dd9ab35660475defdee3564636')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: picmi/repos/kde-unstable-x86_64/picmi.install (from rev 242605, 
picmi/kde-unstable/picmi.install)
===
--- repos/kde-unstable-x86_64/picmi.install (rev 0)
+++ repos/kde-unstable-x86_64/picmi.install 2015-07-28 18:48:17 UTC (rev 
242606)
@@ -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 dragon (7 files)

2015-07-28 Thread Antonio Rojas
Date: Tuesday, July 28, 2015 @ 19:53:19
  Author: arojas
Revision: 242592

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

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

+
 kde-unstable-i686/PKGBUILD |   37 +++
 kde-unstable-i686/dragon.install   |   13 
 kde-unstable-x86_64/PKGBUILD   |   37 +++
 kde-unstable-x86_64/dragon.install |   13 
 4 files changed, 100 insertions(+)

Copied: dragon/repos/kde-unstable-i686/PKGBUILD (from rev 242591, 
dragon/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-28 17:53:19 UTC (rev 242592)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=dragon
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('58d9d173b631813e49d2ede339f82722')
+
+prepare() {
+  mkdir -p 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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: dragon/repos/kde-unstable-i686/dragon.install (from rev 242591, 
dragon/kde-unstable/dragon.install)
===
--- repos/kde-unstable-i686/dragon.install  (rev 0)
+++ repos/kde-unstable-i686/dragon.install  2015-07-28 17:53:19 UTC (rev 
242592)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: dragon/repos/kde-unstable-x86_64/PKGBUILD (from rev 242591, 
dragon/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-28 17:53:19 UTC (rev 242592)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=dragon
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(i686 x86_64)
+url='http://kde.org/applications/multimedia/dragon'
+license=(GPL)
+depends=(hicolor-icon-theme kparts)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdemultimedia-dragonplayer)
+replaces=(kdemultimedia-dragonplayer)
+groups=(kde-applications kdemultimedia)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('58d9d173b631813e49d2ede339f82722')
+
+prepare() {
+  mkdir -p 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
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: dragon/repos/kde-unstable-x86_64/dragon.install (from rev 242591, 
dragon/kde-unstable/dragon.install)
===
--- repos/kde-unstable-x86_64/dragon.install(rev 0)
+++ repos/kde-unstable-x86_64/dragon.install2015-07-28 17:53:19 UTC (rev 
242592)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


  1   2   >