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

2015-08-19 Thread Sergej Pupykin
Date: Wednesday, August 19, 2015 @ 13:16:39
  Author: spupykin
Revision: 138503

upgpkg: libvirt 1.2.18-2

upd

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 06:34:50 UTC (rev 138502)
+++ PKGBUILD2015-08-19 11:16:39 UTC (rev 138503)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=1.2.18
-pkgrel=1
+pkgrel=2
 pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
 arch=('i686' 'x86_64')
 url=http://libvirt.org/;
@@ -12,7 +12,7 @@
 depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap'
 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2')
+'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
 'libiscsi' 'open-iscsi'
 'perl-xml-xpath' 'libxslt')
@@ -98,7 +98,7 @@
--with-storage-lvm --without-xen --with-udev --without-hal 
--disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
-   --without-netcf --with-interface --with-lxc --with-storage-iscsi
+   --with-netcf --with-interface --with-lxc --with-storage-iscsi
# --with-audit
   make
 }


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

2015-08-19 Thread Sergej Pupykin
Date: Wednesday, August 19, 2015 @ 13:19:13
  Author: spupykin
Revision: 138504

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 138503, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 138503, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 138503, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 138503, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 138503, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 138503, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 138503, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 138503, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 138503, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 138503, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  252 ++
 /libvirt.install|   30 +++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  126 ---
 community-i686/libvirt.install  |   15 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  126 ---
 community-x86_64/libvirt.install|   15 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 11:16:39 UTC (rev 138503)
+++ community-i686/PKGBUILD 2015-08-19 11:19:13 UTC (rev 138504)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=libvirt
-pkgver=1.2.18
-pkgrel=1
-pkgdesc=API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)
-arch=('i686' 'x86_64')
-url=http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode'
-   'pm-utils: host power management')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   

[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 13:49:01
  Author: seblu
Revision: 138506

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 138505, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 138505, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 138505, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-19 11:48:46 UTC (rev 138505)
+++ PKGBUILD2015-08-19 11:49:01 UTC (rev 138506)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel mail at jsteel dot org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('8d9f1d600ff65d1230b9b4e386f2ad48'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
-  install -Dm 644 $srcdir/license \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 138505, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-19 11:49:01 UTC (rev 138506)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel mail at jsteel dot org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=(http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('09cbaeb7d93dc3daeed0ffb6fc141478'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso
+  install -Dm 644 $srcdir/license \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: license
===
--- license 2015-08-19 11:48:46 UTC (rev 138505)
+++ license 2015-08-19 11:49:01 UTC (rev 138506)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 13:48:46
  Author: seblu
Revision: 138505

upgpkg: virtualbox-guest-iso 5.0.2-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 11:19:13 UTC (rev 138504)
+++ PKGBUILD2015-08-19 11:48:46 UTC (rev 138505)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych ro...@archlinux.org
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.0
+pkgver=5.0.2
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('8d9f1d600ff65d1230b9b4e386f2ad48'
+md5sums=('09cbaeb7d93dc3daeed0ffb6fc141478'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


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

2015-08-19 Thread Felix Yan
Date: Wednesday, August 19, 2015 @ 14:07:28
  Author: fyan
Revision: 138508

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-19 12:06:56 UTC (rev 138507)
+++ PKGBUILD2015-08-19 12:07:28 UTC (rev 138508)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-praw
-pkgname=('python-praw' 'python2-praw')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc=Python Reddit API Wrapper that allows for simple access to reddit's 
API
-arch=('any')
-license=('GPL')
-url=http://praw.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
- 'python-requests' 'python2-requests' 'python-six' 'python2-six'
- 'python-update_checker' 'python2-update_checker' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 
'python2-betamax-matchers')
-source=(git+https://github.com/praw-dev/praw.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a praw{,-py2}
-}
-
-check() {
-  cd $srcdir/praw
-  python setup.py test
-
-  cd $srcdir/praw-py2
-  python2 setup.py test
-}
-
-package_python-praw() {
-  depends=('python-decorator' 'python-requests' 'python-six' 
'python-update_checker')
-
-  cd ${srcdir}/praw
-  python setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-praw() {
-  depends=('python2-decorator' 'python2-requests' 'python2-six' 
'python2-update_checker')
-
-  cd ${srcdir}/praw-py2
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  mv $pkgdir/usr/bin/praw-multiprocess{,2}
-}

Copied: python-praw/repos/community-any/PKGBUILD (from rev 138507, 
python-praw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-19 12:07:28 UTC (rev 138508)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-praw
+pkgname=('python-praw' 'python2-praw')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc=Python Reddit API Wrapper that allows for simple access to reddit's 
API
+arch=('any')
+license=('GPL')
+url=http://praw.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator'
+ 'python-requests' 'python2-requests' 'python-six' 'python2-six'
+ 'python-update_checker' 'python2-update_checker' 'git')
+checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 
'python2-betamax-matchers')
+source=(git+https://github.com/praw-dev/praw.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a praw{,-py2}
+}
+
+check() {
+  cd $srcdir/praw
+  python setup.py test
+
+  cd $srcdir/praw-py2
+  python2 setup.py test
+}
+
+package_python-praw() {
+  depends=('python-decorator' 'python-requests' 'python-six' 
'python-update_checker')
+
+  cd ${srcdir}/praw
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-praw() {
+  depends=('python2-decorator' 'python2-requests' 'python2-six' 
'python2-update_checker')
+
+  cd ${srcdir}/praw-py2
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  mv $pkgdir/usr/bin/praw-multiprocess{,2}
+}


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

2015-08-19 Thread Felix Yan
Date: Wednesday, August 19, 2015 @ 14:06:56
  Author: fyan
Revision: 138507

upgpkg: python-praw 3.2.1-1

Modified:
  python-praw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 11:49:01 UTC (rev 138506)
+++ PKGBUILD2015-08-19 12:06:56 UTC (rev 138507)
@@ -3,7 +3,7 @@
 
 pkgbase=python-praw
 pkgname=('python-praw' 'python2-praw')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc=Python Reddit API Wrapper that allows for simple access to reddit's 
API
 arch=('any')


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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:23:29
  Author: seblu
Revision: 138515

upgpkg: virtualbox-modules 5.0.2-1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:21:52 UTC (rev 138514)
+++ PKGBUILD2015-08-19 16:23:29 UTC (rev 138515)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.0
-pkgrel=3
+pkgver=5.0.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -60,4 +60,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=()
+


[arch-commits] Commit in virtualbox/repos (92 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:21:52
  Author: seblu
Revision: 138514

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

Added:
  virtualbox/repos/community-i686/001-vboxdrv-reference.patch
(from rev 138513, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 138513, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 138513, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 138513, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 138513, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 138513, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 138513, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 138513, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 138513, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 138513, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 138513, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 138513, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 138513, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 138513, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 138513, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 138513, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 138513, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 138513, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 138513, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 138513, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 138513, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 138513, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 138513, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/001-vboxdrv-reference.patch
(from rev 138513, virtualbox/trunk/001-vboxdrv-reference.patch)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 138513, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 138513, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 138513, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 138513, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 138513, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 138513, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 138513, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 138513, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 138513, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 138513, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 138513, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 138513, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 138513, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 138513, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 138513, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 138513, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 138513, 

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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:21:21
  Author: seblu
Revision: 138513

upgpkg: virtualbox 5.0.2-1

Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/vboxreload

+
 PKGBUILD   |6 +++---
 vboxreload |2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 15:41:17 UTC (rev 138512)
+++ PKGBUILD2015-08-19 16:21:21 UTC (rev 138513)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.0
+pkgver=5.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -67,7 +67,7 @@
 '007-python2-path.patch'
 '010-no-update.patch'
 )
-md5sums=('1f43c53b49c50bd7700a86000ca85dda'
+md5sums=('627f9b161bba73f43e752e463bd4d9ac'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -76,7 +76,7 @@
  '8ba9179c4a3516904417d773816dd992'
  'fcf6bcef98b16849d5c9f048592739c0'
  'bc9efed88e0469cd7fc460d5a5cd7b4b'
- '177c0e849790a825480cb9fba785f11b'
+ '44a8e105517a1e04769b50469a87bdcb'
  '5ebaaf351419a58db6fdddbc19c58c5e'
  '9be7e2703afeee1fca9368bd8750e710'
  '9e49bbaa2192b141c27ee43cef8cbab7'

Modified: vboxreload
===
--- vboxreload  2015-08-19 15:41:17 UTC (rev 138512)
+++ vboxreload  2015-08-19 16:21:21 UTC (rev 138513)
@@ -18,6 +18,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 
+(( UID  0 ))  { echo 'You must be root' 2; exit 1; }
+
 modules=(vboxnetadp vboxnetflt vboxpci vboxdrv)
 
 echo -n 'Unloading modules: '


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

2015-08-19 Thread speps
Date: Wednesday, August 19, 2015 @ 16:40:20
  Author: speps
Revision: 138509

upgpkg: nomacs 2.4.6-1

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 12:07:28 UTC (rev 138508)
+++ PKGBUILD2015-08-19 14:40:20 UTC (rev 138509)
@@ -2,8 +2,8 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
+pkgver=2.4.6
+pkgrel=1
 pkgdesc=A Qt image viewer
 arch=(i686 x86_64)
 url=http://www.nomacs.org/;
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
+md5sums=('a154966dc5c1fed71279bc70d8078935')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-08-19 Thread speps
Date: Wednesday, August 19, 2015 @ 16:40:33
  Author: speps
Revision: 138510

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

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

-+
 /PKGBUILD   |   66 ++
 /nomacs.install |   22 
 community-i686/PKGBUILD |   33 ---
 community-i686/nomacs.install   |   11 --
 community-x86_64/PKGBUILD   |   33 ---
 community-x86_64/nomacs.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 14:40:20 UTC (rev 138509)
+++ community-i686/PKGBUILD 2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
-pkgdesc=A Qt image viewer
-arch=(i686 x86_64)
-url=http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-i686/PKGBUILD (from rev 138509, 
nomacs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-19 14:40:33 UTC (rev 138510)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=nomacs
+pkgver=2.4.6
+pkgrel=1
+pkgdesc=A Qt image viewer
+arch=(i686 x86_64)
+url=http://www.nomacs.org/;
+license=('GPL3')
+depends=('qt4' 'exiv2' 'libraw' 'opencv')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
+md5sums=('a154966dc5c1fed71279bc70d8078935')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/nomacs.install
===
--- community-i686/nomacs.install   2015-08-19 14:40:20 UTC (rev 138509)
+++ community-i686/nomacs.install   2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 138509, 
nomacs/trunk/nomacs.install)
===
--- community-i686/nomacs.install   (rev 0)
+++ community-i686/nomacs.install   2015-08-19 14:40:33 UTC (rev 138510)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-19 14:40:20 UTC (rev 138509)
+++ community-x86_64/PKGBUILD   2015-08-19 14:40:33 UTC (rev 138510)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=nomacs
-pkgver=2.4.4
-pkgrel=2
-pkgdesc=A Qt image viewer
-arch=(i686 x86_64)
-url=http://www.nomacs.org/;
-license=('GPL3')
-depends=('qt4' 'exiv2' 'libraw' 'opencv')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('88c1e2f9adc37bbd4c2fbbc4b7aabd37')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-x86_64/PKGBUILD (from rev 138509, 

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

2015-08-19 Thread Christian Hesse
Date: Wednesday, August 19, 2015 @ 17:41:07
  Author: eworm
Revision: 138511

upgpkg: packagekit 1.0.8-1

Modified:
  packagekit/trunk/PKGBUILD

--+
 PKGBUILD |   14 +-
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 14:40:33 UTC (rev 138510)
+++ PKGBUILD2015-08-19 15:41:07 UTC (rev 138511)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Conder jonno.con...@gmail.com
 
 pkgname='packagekit'
-pkgver=1.0.7
+pkgver=1.0.8
 pkgrel=1
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
 makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
-   'networkmanager' 'bash-completion')
+   'networkmanager' 'bash-completion' 'vala')
 optdepends=('networkmanager: detect connection status'
'bash-completion: command completion in bash')
 install='packagekit.install'
@@ -19,13 +19,17 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc})
-sha256sums=('b186c5b4d53a5dd2ebf8b0c5b255c8a5ef3de6728a6cbeccbf5d1c353cc89c4e'
-'SKIP')
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   
'https://raw.githubusercontent.com/hughsie/PackageKit/master/lib/packagekit-glib2/PackageKitGlib-1.0.metadata')
+sha256sums=('74b013689561322527429addbe1858d450d196bd64226407b8a6f3c627b15ded'
+'SKIP'
+'c906451b6a0462e48cbdf05de7efdbf0bc9ca58d686b8329f5dfb29cacdc260a')
 
 build() {
cd ${srcdir}/PackageKit-${pkgver}
 
+   cp ${srcdir}/PackageKitGlib-1.0.metadata lib/packagekit-glib2/
+
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \


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

2015-08-19 Thread Christian Hesse
Date: Wednesday, August 19, 2015 @ 17:41:17
  Author: eworm
Revision: 138512

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

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 138511, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-i686/packagekit.install
(from rev 138511, packagekit/trunk/packagekit.install)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 138511, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/packagekit.install
(from rev 138511, packagekit/trunk/packagekit.install)

-+
 community-testing-i686/PKGBUILD |   58 ++
 community-testing-i686/packagekit.install   |   11 
 community-testing-x86_64/PKGBUILD   |   58 ++
 community-testing-x86_64/packagekit.install |   11 
 4 files changed, 138 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 138511, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-19 15:41:17 UTC (rev 138512)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+install='packagekit.install'
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=(http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz{,.asc}
+   
'https://raw.githubusercontent.com/hughsie/PackageKit/master/lib/packagekit-glib2/PackageKitGlib-1.0.metadata')
+sha256sums=('74b013689561322527429addbe1858d450d196bd64226407b8a6f3c627b15ded'
+'SKIP'
+'c906451b6a0462e48cbdf05de7efdbf0bc9ca58d686b8329f5dfb29cacdc260a')
+
+build() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   cp ${srcdir}/PackageKitGlib-1.0.metadata lib/packagekit-glib2/
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   --disable-static \
+   --disable-gtk-doc \
+   --disable-local \
+   --disable-browser-plugin \
+   --disable-gstreamer-plugin \
+   --disable-gtk-module \
+   --disable-command-not-found \
+   --disable-cron \
+   --disable-dummy \
+   --enable-alpm
+   make
+}
+
+package() {
+   cd ${srcdir}/PackageKit-${pkgver}
+
+   # install directory with polkit's owner and permission
+   install -d -m0700 -o 102 ${pkgdir}/usr/share/polkit-1/rules.d
+
+   make DESTDIR=${pkgdir} install
+}
+

Copied: packagekit/repos/community-testing-i686/packagekit.install (from rev 
138511, packagekit/trunk/packagekit.install)
===
--- community-testing-i686/packagekit.install   (rev 0)
+++ community-testing-i686/packagekit.install   2015-08-19 15:41:17 UTC (rev 
138512)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 138511, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-08-19 15:41:17 UTC (rev 138512)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: Jonathan Conder jonno.con...@gmail.com
+
+pkgname='packagekit'
+pkgver=1.0.8
+pkgrel=1
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman=4.2.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala')
+optdepends=('networkmanager: detect connection status'
+   

[arch-commits] Commit in akonadi/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:54
  Author: arojas
Revision: 244170

db-remove: akonadi removed by arojas

Deleted:
  akonadi/repos/extra-i686/


[arch-commits] Commit in kdepim-runtime/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:55
  Author: arojas
Revision: 244171

db-remove: kdepim-runtime removed by arojas

Deleted:
  kdepim-runtime/repos/extra-i686/


[arch-commits] Commit in libkolab/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:58
  Author: arojas
Revision: 244174

db-remove: libkolab removed by arojas

Deleted:
  libkolab/repos/extra-i686/


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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:12:32
  Author: giovanni
Revision: 138528

archrelease: copy trunk to community-any

Added:
  python2-pycountry/repos/community-any/PKGBUILD
(from rev 138527, python2-pycountry/trunk/PKGBUILD)
Deleted:
  python2-pycountry/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-19 17:12:22 UTC (rev 138527)
+++ PKGBUILD2015-08-19 17:12:32 UTC (rev 138528)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
-
-pkgname=python2-pycountry
-pkgver=1.13
-pkgrel=1
-pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
-arch=('any')
-url=http://pypi.python.org/pypi/pycountry;
-license=('LGPL2.1')
-depends=('python2-lxml')
-makedepends=('python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('f1d79d0d9027122804eca99656c34bfc')
-
-package() {
-  cd ${srcdir}/pycountry-${pkgver}
-
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-}

Copied: python2-pycountry/repos/community-any/PKGBUILD (from rev 138527, 
python2-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-19 17:12:32 UTC (rev 138528)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor:  Pawel kTT Salata rockplayer...@gmail.com
+
+pkgname=python2-pycountry
+pkgver=1.14
+pkgrel=1
+pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
+arch=('any')
+url=http://pypi.python.org/pypi/pycountry;
+license=('LGPL2.1')
+depends=('python2-lxml')
+makedepends=('python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+md5sums=('f601972df38b39f02247e218e81ecf71')
+
+package() {
+  cd ${srcdir}/pycountry-${pkgver}
+
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


[arch-commits] Commit in kdepim/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:20
  Author: arojas
Revision: 244181

db-remove: kdepim removed by arojas

Deleted:
  kdepim/repos/extra-x86_64/


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:44:37
  Author: arojas
Revision: 244392

db-remove: kde-applications-meta removed by arojas

Deleted:
  kde-applications-meta/repos/kde-unstable-any/


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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 20:04:42
  Author: seblu
Revision: 138529

upgpkg: netcf 0.2.8-3

- fortunately netctl crap is not really required

Modified:
  netcf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 17:12:32 UTC (rev 138528)
+++ PKGBUILD2015-08-19 18:04:42 UTC (rev 138529)
@@ -4,12 +4,12 @@
 
 pkgname=netcf
 pkgver=0.2.8
-pkgrel=2
+pkgrel=3
 pkgdesc=A library for configuring network interfaces
 arch=('i686' 'x86_64')
 license=('LGPL')
 url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
+depends=('augeas=0.7.4' 'libxslt' 'libxml2' 'libnl')
 makedepends=('gcc')
 source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
 md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')


[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:26:30
  Author: seblu
Revision: 138517

upgpkg: virtualbox-modules-lts 5.0.2-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:26:23 UTC (rev 138516)
+++ PKGBUILD2015-08-19 16:26:30 UTC (rev 138517)
@@ -5,7 +5,7 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=5.0.0
+pkgver=5.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
@@ -63,4 +63,4 @@
 }
 
 # vim:set ts=2 sw=2 et:
-md5sums=()
+


[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:35:14
  Author: seblu
Revision: 138522

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 138521, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 138521, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 138521, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 138521, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 138521, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 138521, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 138521, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 138521, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   58 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   58 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
138521, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-19 16:35:14 UTC (rev 138522)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=5.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.14.42' 'linux-lts3.15'
+ 'linux-lts-headers=3.14.42' 'linux-lts-headers3.15'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.14-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.14.40' 'linux-lts3.15')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.14.40' 'linux-lts3.15')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: 

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:35:07
  Author: seblu
Revision: 138521

upgpkg: virtualbox-modules-lts 5.0.2-2

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:32:11 UTC (rev 138520)
+++ PKGBUILD2015-08-19 16:35:07 UTC (rev 138521)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:08:03
  Author: arojas
Revision: 244185

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

Added:
  libkgapi4/repos/extra-i686/
  libkgapi4/repos/extra-i686/PKGBUILD
(from rev 244181, libkgapi4/repos/testing-i686/PKGBUILD)
  libkgapi4/repos/extra-x86_64/
  libkgapi4/repos/extra-x86_64/PKGBUILD
(from rev 244181, libkgapi4/repos/testing-x86_64/PKGBUILD)
Deleted:
  libkgapi4/repos/testing-i686/
  libkgapi4/repos/testing-x86_64/

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

Copied: libkgapi4/repos/extra-i686/PKGBUILD (from rev 244181, 
libkgapi4/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:08:03 UTC (rev 244185)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=3
+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=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkgapi4/repos/extra-x86_64/PKGBUILD (from rev 244181, 
libkgapi4/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-19 17:08:03 UTC (rev 244185)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi4
+pkgver=2.2.0
+pkgrel=3
+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=('kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkgapi4')
+replaces=('libkgapi4')
+source=(http://download.kde.org/stable/libkgapi/${pkgver}/src/libkgapi-${pkgver}.tar.bz2;)
+md5sums=('f3f2e4e68bb8baf849935f2f2eecf781')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libkgapi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in kdepim/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:59
  Author: arojas
Revision: 244175

db-remove: kdepim removed by arojas

Deleted:
  kdepim/repos/extra-i686/


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:59
  Author: arojas
Revision: 244182

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

Added:
  akonadi-qt4/repos/extra-i686/
  akonadi-qt4/repos/extra-i686/PKGBUILD
(from rev 244181, akonadi-qt4/repos/testing-i686/PKGBUILD)
  akonadi-qt4/repos/extra-i686/akonadi-qt4.install
(from rev 244181, akonadi-qt4/repos/testing-i686/akonadi-qt4.install)
  akonadi-qt4/repos/extra-i686/dont-leak-old-external-payload-files.patch
(from rev 244181, 
akonadi-qt4/repos/testing-i686/dont-leak-old-external-payload-files.patch)
  akonadi-qt4/repos/extra-x86_64/
  akonadi-qt4/repos/extra-x86_64/PKGBUILD
(from rev 244181, akonadi-qt4/repos/testing-x86_64/PKGBUILD)
  akonadi-qt4/repos/extra-x86_64/akonadi-qt4.install
(from rev 244181, akonadi-qt4/repos/testing-x86_64/akonadi-qt4.install)
  akonadi-qt4/repos/extra-x86_64/dont-leak-old-external-payload-files.patch
(from rev 244181, 
akonadi-qt4/repos/testing-x86_64/dont-leak-old-external-payload-files.patch)
Deleted:
  akonadi-qt4/repos/testing-i686/
  akonadi-qt4/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   62 ++
 extra-i686/akonadi-qt4.install  |   11 +
 extra-i686/dont-leak-old-external-payload-files.patch   |  135 ++
 extra-x86_64/PKGBUILD   |   62 ++
 extra-x86_64/akonadi-qt4.install|   11 +
 extra-x86_64/dont-leak-old-external-payload-files.patch |  135 ++
 6 files changed, 416 insertions(+)

Copied: akonadi-qt4/repos/extra-i686/PKGBUILD (from rev 244181, 
akonadi-qt4/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:07:59 UTC (rev 244182)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=akonadi-qt4
+pkgname=(libakonadi-qt4 akonadi-qt4)
+pkgver=1.13.0
+pkgrel=5
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data (Qt4 version)
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql' 'mariadb' 'qt4' 'libxslt')
+install=$pkgbase.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 \
+-DWITH_SOPRANO=OFF
+  make
+}
+
+package_libakonadi-qt4() {
+  pkgdesc='Qt4 akonadi libraries'
+  depends=('qt4')
+  conflicts=('akonadi15')
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+# conflicts with akonadi
+  rm -r $pkgdir/usr/{bin,share}
+}
+
+package_akonadi-qt4() {
+  depends=(libakonadi-qt4 boost-libs mariadb)
+  conflicts=(akonadi)
+  replaces=('akonadi15')
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+# provided by libakonadi-qt4
+  rm -r $pkgdir/usr/{lib,include}
+}

Copied: akonadi-qt4/repos/extra-i686/akonadi-qt4.install (from rev 244181, 
akonadi-qt4/repos/testing-i686/akonadi-qt4.install)
===
--- extra-i686/akonadi-qt4.install  (rev 0)
+++ extra-i686/akonadi-qt4.install  2015-08-19 17:07:59 UTC (rev 244182)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: akonadi-qt4/repos/extra-i686/dont-leak-old-external-payload-files.patch 
(from rev 244181, 
akonadi-qt4/repos/testing-i686/dont-leak-old-external-payload-files.patch)
===
--- extra-i686/dont-leak-old-external-payload-files.patch   
(rev 0)
+++ extra-i686/dont-leak-old-external-payload-files.patch   2015-08-19 
17:07:59 UTC (rev 244182)
@@ -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 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:08:02
  Author: arojas
Revision: 244184

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

Added:
  kdepimlibs4/repos/extra-i686/
  kdepimlibs4/repos/extra-i686/PKGBUILD
(from rev 244181, kdepimlibs4/repos/testing-i686/PKGBUILD)
  kdepimlibs4/repos/extra-i686/kdepimlibs4.install
(from rev 244181, kdepimlibs4/repos/testing-i686/kdepimlibs4.install)
  kdepimlibs4/repos/extra-x86_64/
  kdepimlibs4/repos/extra-x86_64/PKGBUILD
(from rev 244181, kdepimlibs4/repos/testing-x86_64/PKGBUILD)
  kdepimlibs4/repos/extra-x86_64/kdepimlibs4.install
(from rev 244181, kdepimlibs4/repos/testing-x86_64/kdepimlibs4.install)
Deleted:
  kdepimlibs4/repos/testing-i686/
  kdepimlibs4/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   43 +
 extra-i686/kdepimlibs4.install   |   11 +
 extra-x86_64/PKGBUILD|   43 +
 extra-x86_64/kdepimlibs4.install |   11 +
 4 files changed, 108 insertions(+)

Copied: kdepimlibs4/repos/extra-i686/PKGBUILD (from rev 244181, 
kdepimlibs4/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:08:02 UTC (rev 244184)
@@ -0,0 +1,43 @@
+# $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=3
+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')
+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
+  rm -r $pkgdir/usr/{bin,share/config.kcfg}
+}

Copied: kdepimlibs4/repos/extra-i686/kdepimlibs4.install (from rev 244181, 
kdepimlibs4/repos/testing-i686/kdepimlibs4.install)
===
--- extra-i686/kdepimlibs4.install  (rev 0)
+++ extra-i686/kdepimlibs4.install  2015-08-19 17:08:02 UTC (rev 244184)
@@ -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/extra-x86_64/PKGBUILD (from rev 244181, 
kdepimlibs4/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-19 17:08:02 UTC (rev 244184)
@@ -0,0 +1,43 @@
+# $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=3
+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')
+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
+  rm -r $pkgdir/usr/{bin,share/config.kcfg}
+}

Copied: kdepimlibs4/repos/extra-x86_64/kdepimlibs4.install (from rev 244181, 
kdepimlibs4/repos/testing-x86_64/kdepimlibs4.install)
===
--- extra-x86_64/kdepimlibs4.install(rev 0)
+++ extra-x86_64/kdepimlibs4.install2015-08-19 17:08:02 UTC (rev 244184)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  

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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:08:08
  Author: giovanni
Revision: 138525

upgpkg: ccache 3.2.3-1

upstream release

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:37:24 UTC (rev 138524)
+++ PKGBUILD2015-08-19 17:08:08 UTC (rev 138525)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=ccache
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=A compiler cache
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('zlib')
 source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7e5e6245b21ccc84a66a9c39a83ed8a9')
+md5sums=('608c78632086a4a051514722d6067a7b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in kdepim4/repos (22 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:08:06
  Author: arojas
Revision: 244187

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

Added:
  kdepim4/repos/extra-i686/
  kdepim4/repos/extra-i686/PKGBUILD
(from rev 244181, kdepim4/repos/testing-i686/PKGBUILD)
  kdepim4/repos/extra-i686/kdepim-akregator.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-akregator.install)
  kdepim4/repos/extra-i686/kdepim-kaddressbook.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-kaddressbook.install)
  kdepim4/repos/extra-i686/kdepim-kleopatra.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-kleopatra.install)
  kdepim4/repos/extra-i686/kdepim-kmail.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-kmail.install)
  kdepim4/repos/extra-i686/kdepim-knode.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-knode.install)
  kdepim4/repos/extra-i686/kdepim-korganizer.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-korganizer.install)
  kdepim4/repos/extra-i686/kdepim-ktnef.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim-ktnef.install)
  kdepim4/repos/extra-i686/kdepim4.install
(from rev 244181, kdepim4/repos/testing-i686/kdepim4.install)
  kdepim4/repos/extra-x86_64/
  kdepim4/repos/extra-x86_64/PKGBUILD
(from rev 244181, kdepim4/repos/testing-x86_64/PKGBUILD)
  kdepim4/repos/extra-x86_64/kdepim-akregator.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-akregator.install)
  kdepim4/repos/extra-x86_64/kdepim-kaddressbook.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-kaddressbook.install)
  kdepim4/repos/extra-x86_64/kdepim-kleopatra.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-kleopatra.install)
  kdepim4/repos/extra-x86_64/kdepim-kmail.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-kmail.install)
  kdepim4/repos/extra-x86_64/kdepim-knode.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-knode.install)
  kdepim4/repos/extra-x86_64/kdepim-korganizer.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-korganizer.install)
  kdepim4/repos/extra-x86_64/kdepim-ktnef.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim-ktnef.install)
  kdepim4/repos/extra-x86_64/kdepim4.install
(from rev 244181, kdepim4/repos/testing-x86_64/kdepim4.install)
Deleted:
  kdepim4/repos/testing-i686/
  kdepim4/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  287 +
 extra-i686/kdepim-akregator.install  |   12 +
 extra-i686/kdepim-kaddressbook.install   |   12 +
 extra-i686/kdepim-kleopatra.install  |   12 +
 extra-i686/kdepim-kmail.install  |   12 +
 extra-i686/kdepim-knode.install  |   12 +
 extra-i686/kdepim-korganizer.install |   12 +
 extra-i686/kdepim-ktnef.install  |   12 +
 extra-i686/kdepim4.install   |   11 +
 extra-x86_64/PKGBUILD|  287 +
 extra-x86_64/kdepim-akregator.install|   12 +
 extra-x86_64/kdepim-kaddressbook.install |   12 +
 extra-x86_64/kdepim-kleopatra.install|   12 +
 extra-x86_64/kdepim-kmail.install|   12 +
 extra-x86_64/kdepim-knode.install|   12 +
 extra-x86_64/kdepim-korganizer.install   |   12 +
 extra-x86_64/kdepim-ktnef.install|   12 +
 extra-x86_64/kdepim4.install |   11 +
 18 files changed, 764 insertions(+)

Copied: kdepim4/repos/extra-i686/PKGBUILD (from rev 244181, 
kdepim4/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:08:06 UTC (rev 244187)
@@ -0,0 +1,287 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdepim4
+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.10
+_kdeappver=15.04.3
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://pim.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim4-runtime' 'libxss' 'pilot-link'
+ 'libbaloo4' 'grantlee-qt4')
+groups=('kdepim4')
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-${pkgver}.tar.xz;)
+sha1sums=('6f74763dda68dbb44394e807eab9204777bddf0a')
+
+build() {
+   mkdir build
+   cd build
+   cmake ../kdepim-${pkgver} 

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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:08:26
  Author: giovanni
Revision: 138526

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 17:08:08 UTC (rev 138525)
+++ community-i686/PKGBUILD 2015-08-19 17:08:26 UTC (rev 138526)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7e5e6245b21ccc84a66a9c39a83ed8a9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
-  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
-}

Copied: ccache/repos/community-i686/PKGBUILD (from rev 138525, 
ccache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-19 17:08:26 UTC (rev 138526)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=ccache
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=A compiler cache
+arch=('i686' 'x86_64')
+url=http://ccache.samba.org/;
+license=('GPL3')
+depends=('zlib')
+source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('608c78632086a4a051514722d6067a7b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
+  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
+
+  install -d ${pkgdir}/usr/lib/ccache/bin
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cc 
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/c++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-gcc
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-g++
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-cpp
+  ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-19 17:08:08 UTC (rev 138525)
+++ community-x86_64/PKGBUILD   2015-08-19 17:08:26 UTC (rev 138526)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=ccache
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=A compiler cache
-arch=('i686' 'x86_64')
-url=http://ccache.samba.org/;
-license=('GPL3')
-depends=('zlib')
-source=(http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7e5e6245b21ccc84a66a9c39a83ed8a9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -Dm 755 ccache ${pkgdir}/usr/bin/ccache
-  install -Dm 644 ccache.1 ${pkgdir}/usr/share/man/man1/ccache.1
-
-  install -d ${pkgdir}/usr/lib/ccache/bin
-  ln -sf /usr/bin/ccache 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:08:04
  Author: arojas
Revision: 244186

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

Added:
  libkolab4/repos/extra-i686/
  libkolab4/repos/extra-i686/PKGBUILD
(from rev 244181, libkolab4/repos/testing-i686/PKGBUILD)
  libkolab4/repos/extra-i686/check_for_generic_tag.patch
(from rev 244181, libkolab4/repos/testing-i686/check_for_generic_tag.patch)
  libkolab4/repos/extra-x86_64/
  libkolab4/repos/extra-x86_64/PKGBUILD
(from rev 244181, libkolab4/repos/testing-x86_64/PKGBUILD)
  libkolab4/repos/extra-x86_64/check_for_generic_tag.patch
(from rev 244181, 
libkolab4/repos/testing-x86_64/check_for_generic_tag.patch)
Deleted:
  libkolab4/repos/testing-i686/
  libkolab4/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   41 +++
 extra-i686/check_for_generic_tag.patch   |   44 +
 extra-x86_64/PKGBUILD|   41 +++
 extra-x86_64/check_for_generic_tag.patch |   44 +
 4 files changed, 170 insertions(+)

Copied: libkolab4/repos/extra-i686/PKGBUILD (from rev 244181, 
libkolab4/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:08:04 UTC (rev 244186)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab4
+pkgver=0.6.0
+pkgrel=3
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('libkolab')
+replaces=('libkolab1')
+source=(http://mirror.kolabsys.com/pub/releases/libkolab-${pkgver}.tar.gz{,.gpg}
 'check_for_generic_tag.patch')
+md5sums=('3c4fc1fec2dfcc0841f29de8f6ff0cd3'
+ '237fe4fda389cb8cf167e84aea2b90b0'
+ '6588bc470183e56ca77f12e1dbb5b1ee')
+
+prepare() {
+  mkdir -p build
+
+  cd libkolab-$pkgver
+# fix build against kdepimlibs 4.14
+  patch -p1 -i $srcdir/check_for_generic_tag.patch
+}
+
+build() {
+  cd build
+  cmake ../libkolab-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkolab4/repos/extra-i686/check_for_generic_tag.patch (from rev 
244181, libkolab4/repos/testing-i686/check_for_generic_tag.patch)
===
--- extra-i686/check_for_generic_tag.patch  (rev 0)
+++ extra-i686/check_for_generic_tag.patch  2015-08-19 17:08:04 UTC (rev 
244186)
@@ -0,0 +1,44 @@
+From 34edc0a846b87570c06a5942b458adb720a34a9b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sandro=20Knau=C3=9F?= m...@sandroknauss.de
+Date: Tue, 10 Feb 2015 10:59:18 +0100
+Subject: Make libkolab compile with upstream kdepimlibs
+
+Because GENERIC tags have not entered upstream, we have to test for
+support. Our integration branch not supports a feature flag to indicate
+the availability of that feature.
+
+KOLAB: #4448
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 365edac..bd53e27 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -78,6 +78,11 @@ add_definitions( 
-DKDEPIMLIBS_VERSION_MAJOR=${KdepimLibs_VERSION_MAJOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_MINOR=${KdepimLibs_VERSION_MINOR} )
+ add_definitions( -DKDEPIMLIBS_VERSION_PATCH=${KdepimLibs_VERSION_PATCH} )
+ 
++#Tag::GENERIC is only available at the moment at the kolab/integration 
branches
++if (KDEPIMLIBS_HAS_GENERIC_TAG)
++add_definitions( -DKDEPIMLIBS_HAS_GENERIC_TAG)
++endif()
++
+ if(${KdepimLibs_VERSION} VERSION_GREATER 4.8.40 OR USE_LIBCALENDARING)
+ add_definitions(-DKDEPIMLIBS_VERSION_DEVEL)
+ endif()
+diff --git a/kolabformat/kolabobject.cpp b/kolabformat/kolabobject.cpp
+index 681b4a5..e5c404d 100644
+--- a/kolabformat/kolabobject.cpp
 b/kolabformat/kolabobject.cpp
+@@ -435,8 +435,11 @@ ObjectType KolabObjectReader::Private::readKolabV3(const 
KMime::Message::Ptr ms
+ mTag = Akonadi::Tag();
+ mTag.setName(Conversion::fromStdString(relation.name()));
+ 
mTag.setGid(Conversion::fromStdString(configuration.uid()).toLatin1());
++#ifdef KDEPIMLIBS_HAS_GENERIC_TAG
+ mTag.setType(Akonadi::Tag::GENERIC);
+-
++#else
++mTag.setType(Akonadi::Tag::PLAIN);
++#endif
+ mTagMembers.reserve(relation.members().size());
+ foreach (const std::string member, relation.members()) {
+ mTagMembers  Conversion::fromStdString(member);

Copied: libkolab4/repos/extra-x86_64/PKGBUILD (from rev 244181, 
libkolab4/repos/testing-x86_64/PKGBUILD)

[arch-commits] Commit in libkgapi/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:18
  Author: arojas
Revision: 244179

db-remove: libkgapi removed by arojas

Deleted:
  libkgapi/repos/extra-x86_64/


[arch-commits] Commit in kdepim-runtime/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:15
  Author: arojas
Revision: 244177

db-remove: kdepim-runtime removed by arojas

Deleted:
  kdepim-runtime/repos/extra-x86_64/


[arch-commits] Commit in libkgapi/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:57
  Author: arojas
Revision: 244173

db-remove: libkgapi removed by arojas

Deleted:
  libkgapi/repos/extra-i686/


[arch-commits] Commit in kdepimlibs/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:06:56
  Author: arojas
Revision: 244172

db-remove: kdepimlibs removed by arojas

Deleted:
  kdepimlibs/repos/extra-i686/


[arch-commits] Commit in libkolab/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:19
  Author: arojas
Revision: 244180

db-remove: libkolab removed by arojas

Deleted:
  libkolab/repos/extra-x86_64/


[arch-commits] Commit in akonadi/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:14
  Author: arojas
Revision: 244176

db-remove: akonadi removed by arojas

Deleted:
  akonadi/repos/extra-x86_64/


[arch-commits] Commit in libkfbapi/repos (extra-i686)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:25:40
  Author: arojas
Revision: 244385

db-remove: libkfbapi removed by arojas

Deleted:
  libkfbapi/repos/extra-i686/


[arch-commits] Commit in libkfbapi/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:25:50
  Author: arojas
Revision: 244386

db-remove: libkfbapi removed by arojas

Deleted:
  libkfbapi/repos/extra-x86_64/


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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:32:04
  Author: seblu
Revision: 138519

upgpkg: virtualbox-modules 5.0.2-2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:26:39 UTC (rev 138518)
+++ PKGBUILD2015-08-19 16:32:04 UTC (rev 138519)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:40:02
  Author: arojas
Revision: 244391

archrelease: copy trunk to testing-any

Added:
  kde-applications-meta/repos/testing-any/
  kde-applications-meta/repos/testing-any/PKGBUILD
(from rev 244390, kde-applications-meta/trunk/PKGBUILD)

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

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

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:39:12
  Author: arojas
Revision: 244390

KDE Applications 15.08

Modified:
  kde-applications-meta/trunk/PKGBUILD  (contents, properties)

--+
 PKGBUILD |   79 +
 1 file changed, 38 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 17:32:22 UTC (rev 244389)
+++ PKGBUILD2015-08-19 17:39:12 UTC (rev 244390)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 233809 2015-03-14 17:55:07Z arojas $
+# $Id$
 # Maintainer: Felix Yan felixonm...@archlinux.org
 # Maintainer: Antonio Rojas aro...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
@@ -21,8 +21,8 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
-pkgver=15.04
-pkgrel=7
+pkgver=15.08
+pkgrel=1
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
@@ -80,13 +80,13 @@
 
 package_kde-meta-kdebase() {
pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
+   depends=('dolphin'
 'kdebase-kdepasswd'
 'kdebase-kdialog'
 'kdebase-kfind'
- 'kdebase-keditbookmarks'
+ 'kdebase-keditbookmarks'
 'kdebase-konqueror'
- 'kdebase-konq-plugins'
+ 'kdebase-konq-plugins'
 'konsole'
 'kate'
 'kwrite')
@@ -113,8 +113,7 @@
 'kdeedu-ktouch'
 'kturtle'
 'kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
+'marble'
 'parley'
 'rocs'
 'step')
@@ -139,7 +138,7 @@
 'kdegames-kgoldrunner'
 'kdegames-kigo'
 'killbots'
-'kdegames-kiriki'
+'kiriki'
 'kjumpingcube'
 'klines'
 'kdegames-klickety'
@@ -154,7 +153,7 @@
 'kdegames-kreversi'
 'kshisen'
 'kdegames-ksirk'
- 'kdegames-ksnakeduel'
+ 'kdegames-ksnakeduel'
 'kdegames-kspaceduel'
 'ksquares'
 'kdegames-ksudoku'
@@ -162,7 +161,7 @@
 'kdegames-kubrick'
 'kdegames-lskat'
 'kdegames-palapeli'
- 'kdegames-picmi')
+ 'picmi')
replaces=('kdegames')
conflicts=('kdegames')
 }
@@ -172,16 +171,15 @@
depends=('gwenview'
 'kdegraphics-kamera'
 'kdegraphics-kcolorchooser'
-'kdegraphics-kgamma'
 'kdegraphics-kolourpaint'
 'kruler'
- 'kdegraphics-ksaneplugin'
+ 'kdegraphics-ksaneplugin'
 'kdegraphics-ksnapshot'
- 'kdegraphics-mobipocket'
+ 'kdegraphics-mobipocket'
 'kdegraphics-okular'
- 'kdegraphics-strigi-analyzer'
- 'kdegraphics-svgpart'
- 'kdegraphics-thumbnailers')
+ 'kdegraphics-strigi-analyzer'
+ 'kdegraphics-svgpart'
+ 'kdegraphics-thumbnailers')
replaces=('kdegraphics')
conflicts=('kdegraphics')
 }
@@ -189,7 +187,7 @@
 package_kde-meta-kdemultimedia() {
pkgdesc=('Meta package for kdemultimedia')
depends=('kdemultimedia-audiocd-kio'
- 'kdemultimedia-dragonplayer'
+ 'dragon'
 'kdemultimedia-ffmpegthumbs'
 'kdemultimedia-juk'
 'kdenlive'
@@ -210,6 +208,7 @@
 'kdenetwork-krfb'
 'kdenetwork-strigi-analyzers'
 'kdenetwork-zeroconf-ioslave'
+'kio-extras'
 'telepathy-kde-meta')
replaces=('kdenetwork')
conflicts=('kdenetwork')
@@ -217,22 +216,18 @@
 
 package_kde-meta-kdepim() {
pkgdesc=('Meta package for kdepim')
-   depends=('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')
+   depends=('akonadiconsole'
+'akregator'
+'blogilo'
+'konsolekalendar'
+'kaddressbook'
+'kalarm'
+'kleopatra'
+'kmail'
+'knotes'
+'kontact'
+

[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:26:39
  Author: seblu
Revision: 138518

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 138517, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 138517, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 138517, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 138517, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 138517, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 138517, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 138517, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 138517, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 16:26:30 UTC (rev 138517)
+++ community-i686/PKGBUILD 2015-08-19 16:26:39 UTC (rev 138518)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=5.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts=3.14.42' 'linux-lts3.15'
- 'linux-lts-headers=3.14.42' 'linux-lts-headers3.15'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts=3.14.40' 'linux-lts3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=(virtualbox-host-modules=$pkgver)
-  install=virtualbox-host-modules-lts.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts=3.14.40' 'linux-lts3.15')

[arch-commits] Commit in virtualbox-modules/repos (16 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:26:23
  Author: seblu
Revision: 138516

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 138515, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 138515, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 138515, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 138515, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 138515, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 138515, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 138515, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 138515, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  126 
 /build.sh |  122 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-19 16:23:29 UTC (rev 138515)
+++ community-i686/PKGBUILD 2015-08-19 16:26:23 UTC (rev 138516)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.0
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=4.1' 'linux4.2'
- 'linux-headers=4.1' 'linux-headers4.2'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.1-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=4.1' 'linux4.2')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=4.1' 'linux4.2')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-# vim:set ts=2 

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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:32:11
  Author: seblu
Revision: 138520

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 138519, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 138519, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 138519, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 138519, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 138519, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 138519, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 138519, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 138519, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   63 
 community-testing-i686/build.sh   |   61 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   63 
 community-testing-x86_64/build.sh |   61 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
138519, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-08-19 16:32:11 UTC (rev 138520)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux=4.1' 'linux4.2'
+ 'linux-headers=4.1' 'linux-headers4.2'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-ARCH
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux=4.1' 'linux4.2')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
138519, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-08-19 16:32:11 UTC (rev 138520)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+shopt -s nullglob
+
+usage() {
+  echo 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:08:01
  Author: arojas
Revision: 244183

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

Added:
  kdepim4-runtime/repos/extra-i686/
  kdepim4-runtime/repos/extra-i686/PKGBUILD
(from rev 244181, kdepim4-runtime/repos/testing-i686/PKGBUILD)
  kdepim4-runtime/repos/extra-i686/kdepim4-runtime.install
(from rev 244181, 
kdepim4-runtime/repos/testing-i686/kdepim4-runtime.install)
  kdepim4-runtime/repos/extra-x86_64/
  kdepim4-runtime/repos/extra-x86_64/PKGBUILD
(from rev 244181, kdepim4-runtime/repos/testing-x86_64/PKGBUILD)
  kdepim4-runtime/repos/extra-x86_64/kdepim4-runtime.install
(from rev 244181, 
kdepim4-runtime/repos/testing-x86_64/kdepim4-runtime.install)
Deleted:
  kdepim4-runtime/repos/testing-i686/
  kdepim4-runtime/repos/testing-x86_64/

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

Copied: kdepim4-runtime/repos/extra-i686/PKGBUILD (from rev 244181, 
kdepim4-runtime/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:08:01 UTC (rev 244183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim4-runtime
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=3
+pkgdesc='Extends the functionality of kdepim4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 
'libsignon-qt4' 'akonadi-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('kdepim-runtime')
+replaces=('kdepim-runtime15')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz;)
+sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdepim-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepim4-runtime/repos/extra-i686/kdepim4-runtime.install (from rev 
244181, kdepim4-runtime/repos/testing-i686/kdepim4-runtime.install)
===
--- extra-i686/kdepim4-runtime.install  (rev 0)
+++ extra-i686/kdepim4-runtime.install  2015-08-19 17:08:01 UTC (rev 244183)
@@ -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: kdepim4-runtime/repos/extra-x86_64/PKGBUILD (from rev 244181, 
kdepim4-runtime/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-19 17:08:01 UTC (rev 244183)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim4-runtime
+pkgver=4.14.10
+_kdeappver=15.04.3
+pkgrel=3
+pkgdesc='Extends the functionality of kdepim4'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi4' 'libkolab4' 'libaccounts-qt4' 
'libsignon-qt4' 'akonadi-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+conflicts=('kdepim-runtime')
+replaces=('kdepim-runtime15')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz;)
+sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdepim-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdepim4-runtime/repos/extra-x86_64/kdepim4-runtime.install (from rev 
244181, kdepim4-runtime/repos/testing-x86_64/kdepim4-runtime.install)
===
--- extra-x86_64/kdepim4-runtime.install(rev 0)
+++ extra-x86_64/kdepim4-runtime.install2015-08-19 17:08:01 UTC (rev 
244183)
@@ -0,0 +1,13 

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

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 20:04:50
  Author: seblu
Revision: 138530

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

Added:
  netcf/repos/community-i686/PKGBUILD
(from rev 138529, netcf/trunk/PKGBUILD)
  netcf/repos/community-x86_64/PKGBUILD
(from rev 138529, netcf/trunk/PKGBUILD)
Deleted:
  netcf/repos/community-i686/PKGBUILD
  netcf/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-08-19 18:04:42 UTC (rev 138529)
+++ community-i686/PKGBUILD 2015-08-19 18:04:50 UTC (rev 138530)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.8
-pkgrel=2
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat \
-   --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: netcf/repos/community-i686/PKGBUILD (from rev 138529, 
netcf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-08-19 18:04:50 UTC (rev 138530)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.8
+pkgrel=3
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  automake --add-missing || true
+  autoreconf
+  ./configure --prefix=/usr \
+   --disable-static \
+   --with-init-script=none \
+   --with-driver=redhat \
+   --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc/rc.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-08-19 18:04:42 UTC (rev 138529)
+++ community-x86_64/PKGBUILD   2015-08-19 18:04:50 UTC (rev 138530)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.8
-pkgrel=2
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat \
-   --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d
-}

Copied: netcf/repos/community-x86_64/PKGBUILD (from rev 138529, 
netcf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-08-19 18:04:50 UTC (rev 138530)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.8
+pkgrel=3
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('8edfc9a5856468ae4f8ee97415a3dbf3')
+
+build() {
+ 

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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:12:22
  Author: giovanni
Revision: 138527

upgpkg: python2-pycountry 1.14-1

upstream release

Modified:
  python2-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 17:08:26 UTC (rev 138526)
+++ PKGBUILD2015-08-19 17:12:22 UTC (rev 138527)
@@ -3,7 +3,7 @@
 # Contributor:  Pawel kTT Salata rockplayer...@gmail.com
 
 pkgname=python2-pycountry
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc=ISO country, subdivision, language, currency and script definitions 
and their translations
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python2-lxml')
 makedepends=('python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-md5sums=('f1d79d0d9027122804eca99656c34bfc')
+md5sums=('f601972df38b39f02247e218e81ecf71')
 
 package() {
   cd ${srcdir}/pycountry-${pkgver}


[arch-commits] Commit in kdepimlibs/repos (extra-x86_64)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:07:17
  Author: arojas
Revision: 244178

db-remove: kdepimlibs removed by arojas

Deleted:
  kdepimlibs/repos/extra-x86_64/


[arch-commits] Commit in (dolphinpart4)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:24:21
  Author: arojas
Revision: 244384

Merged in kdebase

Deleted:
  dolphinpart4/


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:30:26
  Author: arojas
Revision: 244388

Cleanup

Deleted:
  libkgapi/kde-unstable/
  libkolab/kde-unstable/


[arch-commits] Commit in (libkfbapi)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:27:31
  Author: arojas
Revision: 244387

Facebook API doesn't work anymore

Deleted:
  libkfbapi/


[arch-commits] Commit in openldap/repos (26 files)

2015-08-19 Thread Sébastien Luttringer
Date: Wednesday, August 19, 2015 @ 18:31:17
  Author: seblu
Revision: 244166

db-move: moved openldap from [testing] to [core] (i686, x86_64)

Added:
  openldap/repos/core-i686/PKGBUILD
(from rev 244165, openldap/repos/testing-i686/PKGBUILD)
  openldap/repos/core-i686/openldap-ntlm.patch
(from rev 244165, openldap/repos/testing-i686/openldap-ntlm.patch)
  openldap/repos/core-i686/openldap.install
(from rev 244165, openldap/repos/testing-i686/openldap.install)
  openldap/repos/core-i686/openldap.sysusers
(from rev 244165, openldap/repos/testing-i686/openldap.sysusers)
  openldap/repos/core-i686/openldap.tmpfiles
(from rev 244165, openldap/repos/testing-i686/openldap.tmpfiles)
  openldap/repos/core-i686/slapd.service
(from rev 244165, openldap/repos/testing-i686/slapd.service)
  openldap/repos/core-x86_64/PKGBUILD
(from rev 244165, openldap/repos/testing-x86_64/PKGBUILD)
  openldap/repos/core-x86_64/openldap-ntlm.patch
(from rev 244165, openldap/repos/testing-x86_64/openldap-ntlm.patch)
  openldap/repos/core-x86_64/openldap.install
(from rev 244165, openldap/repos/testing-x86_64/openldap.install)
  openldap/repos/core-x86_64/openldap.sysusers
(from rev 244165, openldap/repos/testing-x86_64/openldap.sysusers)
  openldap/repos/core-x86_64/openldap.tmpfiles
(from rev 244165, openldap/repos/testing-x86_64/openldap.tmpfiles)
  openldap/repos/core-x86_64/slapd.service
(from rev 244165, openldap/repos/testing-x86_64/slapd.service)
Deleted:
  openldap/repos/core-i686/PKGBUILD
  openldap/repos/core-i686/openldap-ntlm.patch
  openldap/repos/core-i686/openldap.install
  openldap/repos/core-i686/slapd.service
  openldap/repos/core-i686/slapd.sysusers
  openldap/repos/core-i686/slapd.tmpfiles
  openldap/repos/core-x86_64/PKGBUILD
  openldap/repos/core-x86_64/openldap-ntlm.patch
  openldap/repos/core-x86_64/openldap.install
  openldap/repos/core-x86_64/slapd.service
  openldap/repos/core-x86_64/slapd.sysusers
  openldap/repos/core-x86_64/slapd.tmpfiles
  openldap/repos/testing-i686/
  openldap/repos/testing-x86_64/

-+
 /PKGBUILD   |  236 +++
 /openldap-ntlm.patch|  460 ++
 /openldap.install   |   28 ++
 /slapd.service  |   18 +
 core-i686/PKGBUILD  |  118 -
 core-i686/openldap-ntlm.patch   |  230 ---
 core-i686/openldap.install  |4 
 core-i686/openldap.sysusers |1 
 core-i686/openldap.tmpfiles |3 
 core-i686/slapd.service |9 
 core-i686/slapd.sysusers|1 
 core-i686/slapd.tmpfiles|1 
 core-x86_64/PKGBUILD|  118 -
 core-x86_64/openldap-ntlm.patch |  230 ---
 core-x86_64/openldap.install|4 
 core-x86_64/openldap.sysusers   |1 
 core-x86_64/openldap.tmpfiles   |3 
 core-x86_64/slapd.service   |9 
 core-x86_64/slapd.sysusers  |1 
 core-x86_64/slapd.tmpfiles  |1 
 20 files changed, 750 insertions(+), 726 deletions(-)

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


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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:02:53
  Author: giovanni
Revision: 244168

upgpkg: weechat 1.3-1

upstream release

Modified:
  weechat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 16:37:02 UTC (rev 244167)
+++ PKGBUILD2015-08-19 17:02:53 UTC (rev 244168)
@@ -3,8 +3,8 @@
 # Contributor: lucke lucke at o2 dot pl
 
 pkgname=weechat
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc=Fast, light and extensible IRC client (curses UI)
 arch=('i686' 'x86_64')
 url=http://www.weechat.org/;
@@ -13,7 +13,7 @@
 makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
 source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3458efd51cdc1abfb6a5c33cc5ef7713')
+md5sums=('d315ceb66b03442ded0715f4277bd65f')
 
 prepare() {
   mkdir build


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

2015-08-19 Thread Giovanni Scafora
Date: Wednesday, August 19, 2015 @ 19:03:02
  Author: giovanni
Revision: 244169

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

Added:
  weechat/repos/extra-i686/PKGBUILD
(from rev 244168, weechat/trunk/PKGBUILD)
  weechat/repos/extra-x86_64/PKGBUILD
(from rev 244168, weechat/trunk/PKGBUILD)
Deleted:
  weechat/repos/extra-i686/PKGBUILD
  weechat/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-08-19 17:02:53 UTC (rev 244168)
+++ extra-i686/PKGBUILD 2015-08-19 17:03:02 UTC (rev 244169)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=1.2
-pkgrel=2
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3458efd51cdc1abfb6a5c33cc5ef7713')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-i686/PKGBUILD (from rev 244168, 
weechat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-08-19 17:03:02 UTC (rev 244169)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=1.3
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
+source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('d315ceb66b03442ded0715f4277bd65f')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+-DENABLE_MAN=ON \
+-DENABLE_DOC=ON
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir}/ install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-08-19 17:02:53 UTC (rev 244168)
+++ extra-x86_64/PKGBUILD   2015-08-19 17:03:02 UTC (rev 244169)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: lucke lucke at o2 dot pl
-
-pkgname=weechat
-pkgver=1.2
-pkgrel=2
-pkgdesc=Fast, light and extensible IRC client (curses UI)
-arch=('i686' 'x86_64')
-url=http://www.weechat.org/;
-license=('GPL')
-depends=('gnutls' 'curl' 'libgcrypt')
-makedepends=('asciidoc' 'source-highlight' 'cmake' 'pkg-config' 'perl' 
'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-optdepends=('perl' 'python2' 'lua' 'tcl' 'ruby' 'aspell' 'guile')
-source=(http://www.weechat.org/files/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3458efd51cdc1abfb6a5c33cc5ef7713')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake -Wno-dev ../${pkgname}-${pkgver} -DPREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
--DENABLE_MAN=ON \
--DENABLE_DOC=ON
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir}/ install
-}

Copied: weechat/repos/extra-x86_64/PKGBUILD (from rev 244168, 
weechat/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-08-19 17:03:02 UTC (rev 244169)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: lucke lucke at o2 dot pl
+
+pkgname=weechat
+pkgver=1.3
+pkgrel=1
+pkgdesc=Fast, light and extensible IRC client (curses UI)
+arch=('i686' 'x86_64')
+url=http://www.weechat.org/;
+license=('GPL')
+depends=('gnutls' 'curl' 'libgcrypt')
+makedepends=('asciidoc' 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:23:25
  Author: arojas
Revision: 244382

db-move: moved libkgapi from [kde-unstable] to [testing] (i686, x86_64)

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

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

Copied: libkgapi/repos/testing-i686/PKGBUILD (from rev 244381, 
libkgapi/repos/kde-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-19 17:23:25 UTC (rev 244382)
@@ -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/testing-x86_64/PKGBUILD (from rev 244381, 
libkgapi/repos/kde-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-08-19 17:23:25 UTC (rev 244382)
@@ -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 libkolab/repos (8 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:23:26
  Author: arojas
Revision: 244383

db-move: moved libkolab from [kde-unstable] to [testing] (i686, x86_64)

Added:
  libkolab/repos/testing-i686/
  libkolab/repos/testing-i686/PKGBUILD
(from rev 244381, libkolab/repos/kde-unstable-i686/PKGBUILD)
  libkolab/repos/testing-i686/fix-build.patch
(from rev 244381, libkolab/repos/kde-unstable-i686/fix-build.patch)
  libkolab/repos/testing-x86_64/
  libkolab/repos/testing-x86_64/PKGBUILD
(from rev 244381, libkolab/repos/kde-unstable-x86_64/PKGBUILD)
  libkolab/repos/testing-x86_64/fix-build.patch
(from rev 244381, libkolab/repos/kde-unstable-x86_64/fix-build.patch)
Deleted:
  libkolab/repos/kde-unstable-i686/
  libkolab/repos/kde-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   38 ++
 testing-i686/fix-build.patch   |   67 +++
 testing-x86_64/PKGBUILD|   38 ++
 testing-x86_64/fix-build.patch |   67 +++
 4 files changed, 210 insertions(+)

Copied: libkolab/repos/testing-i686/PKGBUILD (from rev 244381, 
libkolab/repos/kde-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-08-19 17:23:26 UTC (rev 244383)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintaier: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=1.0.1
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+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}
 'fix-build.patch')
+md5sums=('3e6a023da106fd6723f92cf96aad47c6'
+ 'e406079c5bd1bbc5eab96d9dead42714'
+ '46198b207b39d9f067812ce10114ab19')
+
+prepare() {
+  mkdir -p build
+
+# Fix build against kcontacts 15.08
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/fix-build.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: libkolab/repos/testing-i686/fix-build.patch (from rev 244381, 
libkolab/repos/kde-unstable-i686/fix-build.patch)
===
--- testing-i686/fix-build.patch(rev 0)
+++ testing-i686/fix-build.patch2015-08-19 17:23:26 UTC (rev 244383)
@@ -0,0 +1,67 @@
+diff --git a/conversion/kabcconversion.cpp b/conversion/kabcconversion.cpp
+--- a/conversion/kabcconversion.cpp
 b/conversion/kabcconversion.cpp
+@@ -488,7 +488,9 @@
+   addressee.setTitle(fromStdString(contact.titles().at(0))); //TODO 
support multiple
+   }
+   if (!contact.urls().empty()) {
+-  addressee.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; 
//TODO support multiple
++  KContacts::ResourceLocatorUrl url;
++  url.setUrl(QUrl(fromStdString(contact.urls().at(0).url(; //TODO 
support multiple
++  addressee.setUrl(url);
+   foreach(const Kolab::Url u, contact.urls()) {
+   if (u.type() == Kolab::Url::Blog) {
+   addressee.insertCustom(KADDRESSBOOK, BlogFeed, 
fromStdString(u.url()));
+@@ -664,8 +666,8 @@
+ }
+ 
+ std::vectorKolab::Url urls;
+-if (!addressee.url().isEmpty()) {
+-urls.push_back(Kolab::Url(toStdString(addressee.url().url(;
++if (!addressee.url().url().isEmpty()) {
++urls.push_back(Kolab::Url(toStdString(addressee.url().url().url(;
+ }   
+ const QString blogUrl = addressee.custom(QLatin1String(KADDRESSBOOK), 
QLatin1String(BlogFeed));
+ if (!blogUrl.isEmpty()) {
+@@ -703,7 +705,7 @@
+ c.setRelateds(std::vectorKolab::Related()  
Kolab::Related(Kolab::Related::Text, toStdString(spouse), 
Kolab::Related::Spouse));
+ }
+ c.setBDay(fromDate(KDateTime(addressee.birthday(), 
KDateTime::ClockTime)));
+-c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String(KADDRESSBOOK), 
QLatin1String(X-Anniversary)), Qt::ISODate ), KDateTime::ClockTime)));
++c.setAnniversary(fromDate(KDateTime(QDate::fromString( 
addressee.custom(QLatin1String(KADDRESSBOOK), 
QLatin1String(X-Anniversary)), Qt::ISODate ), 
KDateTime::Spec(KDateTime::ClockTime;
+ if (!addressee.photo().isEmpty()) {
+ std::string mimetype;
+ const std::string photo = fromPicture(addressee.photo(), mimetype);
+diff --git a/kolabformatV2/contact.cpp b/kolabformatV2/contact.cpp
+--- a/kolabformatV2/contact.cpp
 b/kolabformatV2/contact.cpp
+@@ -947,7 +947,7 @@
+   setPrefix( addressee-prefix() );
+   setSuffix( addressee-suffix() );
+   

[arch-commits] Commit in (195 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 19:32:22
  Author: arojas
Revision: 244389

Cleanup

Deleted:
  akonadi-calendar/kde-unstable/
  akonadi-search/kde-unstable/
  akonadi/kde-unstable/
  analitza/kde-unstable/
  ark/kde-unstable/
  baloo-widgets/kde-unstable/
  blinken/kde-unstable/
  bomber/kde-unstable/
  bovo/kde-unstable/
  cantor/kde-unstable/
  dolphin-plugins/kde-unstable/
  dolphin/kde-unstable/
  dragon/kde-unstable/
  filelight/kde-unstable/
  gpgmepp/kde-unstable/
  granatier/kde-unstable/
  gwenview/kde-unstable/
  kaccounts-integration/kde-unstable/
  kaccounts-providers/kde-unstable/
  kalarmcal/kde-unstable/
  kalgebra/kde-unstable/
  kanagram/kde-unstable/
  kapman/kde-unstable/
  kapptemplate/kde-unstable/
  kate/kde-unstable/
  katomic/kde-unstable/
  kblackbox/kde-unstable/
  kblocks/kde-unstable/
  kblog/kde-unstable/
  kbounce/kde-unstable/
  kbreakout/kde-unstable/
  kbruch/kde-unstable/
  kcalc/kde-unstable/
  kcalcore/kde-unstable/
  kcalutils/kde-unstable/
  kcharselect/kde-unstable/
  kcontacts/kde-unstable/
  kcron/kde-unstable/
  kde-applications-meta/kde-unstable/
  kde-base-artwork/kde-unstable/
  kde-dev-scripts/kde-unstable/
  kde-syndication/kde-unstable/
  kde-wallpapers/kde-unstable/
  kdeaccessibility-jovie/kde-unstable/
  kdeaccessibility-kaccessible/kde-unstable/
  kdeaccessibility-kmag/kde-unstable/
  kdeaccessibility-kmousetool/kde-unstable/
  kdeaccessibility-kmouth/kde-unstable/
  kdeadmin-ksystemlog/kde-unstable/
  kdeadmin-kuser/kde-unstable/
  kdeartwork/kde-unstable/
  kdebase-runtime/kde-unstable/
  kdebase/kde-unstable/
  kdebugsettings/kde-unstable/
  kdeedu-artikulate/kde-unstable/
  kdeedu-data/kde-unstable/
  kdeedu-kalzium/kde-unstable/
  kdeedu-ktouch/kde-unstable/
  kdeedu-pairs/kde-unstable/
  kdegames-kajongg/kde-unstable/
  kdegames-kgoldrunner/kde-unstable/
  kdegames-kigo/kde-unstable/
  kdegames-klickety/kde-unstable/
  kdegames-kmahjongg/kde-unstable/
  kdegames-knavalbattle/kde-unstable/
  kdegames-kolf/kde-unstable/
  kdegames-konquest/kde-unstable/
  kdegames-kreversi/kde-unstable/
  kdegames-ksirk/kde-unstable/
  kdegames-ksnakeduel/kde-unstable/
  kdegames-kspaceduel/kde-unstable/
  kdegames-ksudoku/kde-unstable/
  kdegames-ktuberling/kde-unstable/
  kdegames-kubrick/kde-unstable/
  kdegames-lskat/kde-unstable/
  kdegames-palapeli/kde-unstable/
  kdegraphics-kamera/kde-unstable/
  kdegraphics-kcolorchooser/kde-unstable/
  kdegraphics-kgamma/kde-unstable/
  kdegraphics-kolourpaint/kde-unstable/
  kdegraphics-ksaneplugin/kde-unstable/
  kdegraphics-ksnapshot/kde-unstable/
  kdegraphics-mobipocket/kde-unstable/
  kdegraphics-okular/kde-unstable/
  kdegraphics-strigi-analyzer/kde-unstable/
  kdegraphics-svgpart/kde-unstable/
  kdegraphics-thumbnailers/kde-unstable/
  kdemultimedia-audiocd-kio/kde-unstable/
  kdemultimedia-ffmpegthumbs/kde-unstable/
  kdemultimedia-juk/kde-unstable/
  kdemultimedia-kmix/kde-unstable/
  kdemultimedia-kscd/kde-unstable/
  kdemultimedia-mplayerthumbs/kde-unstable/
  kdenetwork-filesharing/kde-unstable/
  kdenetwork-kget/kde-unstable/
  kdenetwork-kopete/kde-unstable/
  kdenetwork-kppp/kde-unstable/
  kdenetwork-krdc/kde-unstable/
  kdenetwork-krfb/kde-unstable/
  kdenetwork-strigi-analyzers/kde-unstable/
  kdenetwork-zeroconf-ioslave/kde-unstable/
  kdenlive/kde-unstable/
  kdepim-runtime/kde-unstable/
  kdepim/kde-unstable/
  kdepimlibs/kde-unstable/
  kdesdk-cervisia/kde-unstable/
  kdesdk-dev-utils/kde-unstable/
  kdesdk-kcachegrind/kde-unstable/
  kdesdk-kioslaves/kde-unstable/
  kdesdk-poxml/kde-unstable/
  kdesdk-strigi-analyzers/kde-unstable/
  kdesdk-thumbnailers/kde-unstable/
  kdetoys-amor/kde-unstable/
  kdetoys-ktux/kde-unstable/
  kdeutils-kdf/kde-unstable/
  kdeutils-kfloppy/kde-unstable/
  kdeutils-kgpg/kde-unstable/
  kdeutils-kremotecontrol/kde-unstable/
  kdeutils-superkaramba/kde-unstable/
  kdeutils-sweeper/kde-unstable/
  kdewebdev/kde-unstable/
  kdiamond/kde-unstable/
  kfourinline/kde-unstable/
  kgeography/kde-unstable/
  khangman/kde-unstable/
  kholidays/kde-unstable/
  kidentitymanagement/kde-unstable/
  kig/kde-unstable/
  killbots/kde-unstable/
  kimap/kde-unstable/
  kio-extras/kde-unstable/
  kiriki/kde-unstable/
  kiten/kde-unstable/
  kjumpingcube/kde-unstable/
  kldap/kde-unstable/
  klettres/kde-unstable/
  klines/kde-unstable/
  kmailtransport/kde-unstable/
  kmbox/kde-unstable/
  kmime/kde-unstable/
  kmines/kde-unstable/
  kmplot/kde-unstable/
  knetwalk/kde-unstable/
  kollision/kde-unstable/
  kompare/kde-unstable/
  konsole/kde-unstable/
  kontactinterface/kde-unstable/
  kpatience/kde-unstable/
  kpimtextedit/kde-unstable/
  kqtquickcharts/kde-unstable/
  kross-interpreters/kde-unstable/
  kruler/kde-unstable/
  kshisen/kde-unstable/
  ksquares/kde-unstable/
  kstars/kde-unstable/
  kteatime/kde-unstable/
  ktimer/kde-unstable/
  kturtle/kde-unstable/
  kwalletmanager/kde-unstable/
  kwordquiz/kde-unstable/
  libkcddb/kde-unstable/
  libkcompactdisc/kde-unstable/
  

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

2015-08-19 Thread Daniel Micay
Date: Wednesday, August 19, 2015 @ 20:44:23
  Author: thestinger
Revision: 138531

upgpkg: linux-grsec 4.1.6.201508181953-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 18:04:50 UTC (rev 138530)
+++ PKGBUILD2015-08-19 18:44:23 UTC (rev 138531)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.1
-_pkgver=4.1.5
+_pkgver=4.1.6
 _grsecver=3.1
-_timestamp=201508142233
+_timestamp=201508181953
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -31,9 +31,9 @@
 'change-default-console-loglevel.patch')
 sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
 'SKIP'
-'b495cf8a7b978986dd2b757b687751c62f635d15cc2228edb80934bc0d449dcc'
+'64e4deb16a279e233b0c91463b131bd0f3de6aabdb49efded8314bcf5dbfe070'
 'SKIP'
-'152287f56b4c3bed9628a7847506ab43cc8ee5fcad0b5098ff79c19eff42f982'
+'09e95197aae810d1d93d46e56dacfa978369d067cfd63737420587c5c33c42d4'
 'SKIP'
 '4f43efbca3e5b1ed0e3cf18d2edb34c6b85bfc6de4400773ab682ac2f748df4b'
 '6651f43dbb41b6925bc8eb44c692aebebb07ed94e9fddee36b3bd3be27a7d3da'


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

2015-08-19 Thread Daniel Micay
Date: Wednesday, August 19, 2015 @ 20:45:24
  Author: thestinger
Revision: 138532

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 138531, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 138531, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 138531, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 138531, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 138531, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 138531, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 138531, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 138531, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 138531, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 138531, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 138531, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 138531, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  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/PKGBUILD
  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

+
 /PKGBUILD  |  648 
 /change-default-console-loglevel.patch |   22 
 /config|15356 +++
 /config.x86_64 |14770 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  324 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7678 ---
 community-i686/config.x86_64   | 7385 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  324 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7678 ---
 community-x86_64/config.x86_64 | 7385 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30898 insertions(+), 30898 deletions(-)

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


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

2015-08-19 Thread Daniel Micay
Date: Wednesday, August 19, 2015 @ 21:58:02
  Author: thestinger
Revision: 138533

upgpkg: linux-grsec-lts 3.14.51.201508181951-1

Modified:
  linux-grsec-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 18:45:24 UTC (rev 138532)
+++ PKGBUILD2015-08-19 19:58:02 UTC (rev 138533)
@@ -5,9 +5,9 @@
 
 pkgbase=linux-grsec-lts
 _srcname=linux-3.14
-_pkgver=3.14.50
+_pkgver=3.14.51
 _grsecver=3.1
-_timestamp=201508142232
+_timestamp=201508181951
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -35,9 +35,9 @@
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'SKIP'
-'12b938ea1f10aa8f8d34833fd2464abde33a7f9eae5a71dad60a50358e9fcca0'
+'8c6a569868a0df5f895ed4095f4ccf406655358871b51d8d3955fe04a46c80a5'
 'SKIP'
-'e1594ffb98018b5f0056da518a73f2f9b2feb512805c7f93ac877f936172eb20'
+'ce44e5f6c158deae8673772c18fa2f362f25ca5ba12caf0ea6ee4375147fe1ea'
 'SKIP'
 'c023b0a2886cf0c6883cf836b722a5319453471e2e276f088a8e93f6b937ab88'
 '33fc62ad665793260e249b553dd9e2063f2d7fecd0b159ad5b3dab61550070ed'


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 20:38:58
  Author: arojas
Revision: 244394

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

Added:
  kdebase/repos/testing-i686/PKGBUILD
(from rev 244393, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-i686/kdebase-konqueror.install
(from rev 244393, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-i686/kdebase.install
(from rev 244393, kdebase/trunk/kdebase.install)
  kdebase/repos/testing-x86_64/PKGBUILD
(from rev 244393, kdebase/trunk/PKGBUILD)
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
(from rev 244393, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/testing-x86_64/kdebase.install
(from rev 244393, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/repos/testing-i686/PKGBUILD
  kdebase/repos/testing-i686/kdebase-konqueror.install
  kdebase/repos/testing-i686/kdebase.install
  kdebase/repos/testing-x86_64/PKGBUILD
  kdebase/repos/testing-x86_64/kdebase-konqueror.install
  kdebase/repos/testing-x86_64/kdebase.install

--+
 /PKGBUILD|  264 +
 /kdebase-konqueror.install   |   24 ++
 /kdebase.install |   22 ++
 testing-i686/PKGBUILD|  130 --
 testing-i686/kdebase-konqueror.install   |   12 -
 testing-i686/kdebase.install |   11 -
 testing-x86_64/PKGBUILD  |  130 --
 testing-x86_64/kdebase-konqueror.install |   12 -
 testing-x86_64/kdebase.install   |   11 -
 9 files changed, 310 insertions(+), 306 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-08-19 18:37:15 UTC (rev 244393)
+++ testing-i686/PKGBUILD   2015-08-19 18:38:58 UTC (rev 244394)
@@ -1,130 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma'
-'dolphinpart4')
-pkgver=15.08.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('637d91462557487fe2e1a1fc7cf38729658ded81')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kde-baseapps-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-kdepasswd() {
-  pkgdesc='Change Password'
-  depends=('kdebase-runtime' 'kdebase-lib')
-
-  cd $srcdir/build/kdepasswd
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc/kdepasswd
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-  pkgdesc='A utility for displaying dialog boxes from shell scripts'
-  depends=('kdebase-runtime')
-
-  cd $srcdir/build/kdialog
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-  pkgdesc='Bookmark Organizer and Editor'
-  depends=('kdebase-runtime')
-
-  cd $srcdir/build/keditbookmarks
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-  pkgdesc='Find Files/Folders'
-  depends=('kdebase-runtime' 'kdebase-lib')
-  url=http://kde.org/applications/utilities/kfind/;
-  install='kdebase.install'
-
-  cd $srcdir/build/kfind
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc/kfind
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-  pkgdesc='Extra plugins for Konqueror'
-  depends=('kdebase-konqueror' 'tidyhtml')
-  replaces=('konq-plugins')
-  install='kdebase.install'
-
-  cd $srcdir/build/konq-plugins
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konqueror() {
-  pkgdesc='KDE File Manager  Web Browser'
-  depends=('dolphinpart4' 'kdebase-keditbookmarks')
-  optdepends=('kwebkitpart: to enable webkit engine')
-  url=http://kde.org/applications/internet/konqueror/;
-  install='kdebase-konqueror.install'
-  conflicts=('kdebase-nsplugins')
-  replaces=('kdebase-nsplugins')
-
-  for i in konqueror doc/konqueror nsplugins; do
-cd $srcdir/build/${i}
-make DESTDIR=$pkgdir install
-  done
-}
-
-package_kdebase-lib() {
-  pkgdesc='KDE libraries for the basic desktop applications'
-  groups=()
-  depends=('kdelibs')
-
-  cd $srcdir/build/lib
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-plasma() {
-  pkgdesc='Display the contents of folders (User´s home folder as default)'
-  depends=('kdebase-workspace' 'kdebase-lib')
-  groups=()
-
-  cd $srcdir/build/plasma
-  make 

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

2015-08-19 Thread Daniel Micay
Date: Wednesday, August 19, 2015 @ 21:59:37
  Author: thestinger
Revision: 138534

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

Added:
  
linux-grsec-lts/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 138533, 
linux-grsec-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec-lts/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 138533, 
linux-grsec-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec-lts/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 138533, 
linux-grsec-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec-lts/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 138533, 
linux-grsec-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec-lts/repos/community-i686/PKGBUILD
(from rev 138533, linux-grsec-lts/trunk/PKGBUILD)
  linux-grsec-lts/repos/community-i686/change-default-console-loglevel.patch
(from rev 138533, 
linux-grsec-lts/trunk/change-default-console-loglevel.patch)
  linux-grsec-lts/repos/community-i686/config
(from rev 138533, linux-grsec-lts/trunk/config)
  linux-grsec-lts/repos/community-i686/config.x86_64
(from rev 138533, linux-grsec-lts/trunk/config.x86_64)
  linux-grsec-lts/repos/community-i686/gcc5_buildfixes.diff
(from rev 138533, linux-grsec-lts/trunk/gcc5_buildfixes.diff)
  linux-grsec-lts/repos/community-i686/linux-grsec-lts.install
(from rev 138533, linux-grsec-lts/trunk/linux-grsec-lts.install)
  linux-grsec-lts/repos/community-i686/linux.preset
(from rev 138533, linux-grsec-lts/trunk/linux.preset)
  
linux-grsec-lts/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 138533, 
linux-grsec-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec-lts/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 138533, 
linux-grsec-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec-lts/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 138533, 
linux-grsec-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec-lts/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 138533, 
linux-grsec-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec-lts/repos/community-x86_64/PKGBUILD
(from rev 138533, linux-grsec-lts/trunk/PKGBUILD)
  linux-grsec-lts/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 138533, 
linux-grsec-lts/trunk/change-default-console-loglevel.patch)
  linux-grsec-lts/repos/community-x86_64/config
(from rev 138533, linux-grsec-lts/trunk/config)
  linux-grsec-lts/repos/community-x86_64/config.x86_64
(from rev 138533, linux-grsec-lts/trunk/config.x86_64)
  linux-grsec-lts/repos/community-x86_64/gcc5_buildfixes.diff
(from rev 138533, linux-grsec-lts/trunk/gcc5_buildfixes.diff)
  linux-grsec-lts/repos/community-x86_64/linux-grsec-lts.install
(from rev 138533, linux-grsec-lts/trunk/linux-grsec-lts.install)
  linux-grsec-lts/repos/community-x86_64/linux.preset
(from rev 138533, linux-grsec-lts/trunk/linux.preset)
Deleted:
  
linux-grsec-lts/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec-lts/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec-lts/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec-lts/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  linux-grsec-lts/repos/community-i686/PKGBUILD
  linux-grsec-lts/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec-lts/repos/community-i686/config
  linux-grsec-lts/repos/community-i686/config.x86_64
  linux-grsec-lts/repos/community-i686/gcc5_buildfixes.diff
  linux-grsec-lts/repos/community-i686/linux-grsec-lts.install
  linux-grsec-lts/repos/community-i686/linux.preset
  
linux-grsec-lts/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec-lts/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec-lts/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec-lts/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  linux-grsec-lts/repos/community-x86_64/PKGBUILD
  linux-grsec-lts/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec-lts/repos/community-x86_64/config
  linux-grsec-lts/repos/community-x86_64/config.x86_64
  linux-grsec-lts/repos/community-x86_64/gcc5_buildfixes.diff
  linux-grsec-lts/repos/community-x86_64/linux-grsec-lts.install
  linux-grsec-lts/repos/community-x86_64/linux.preset

--+
 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 20:37:15
  Author: arojas
Revision: 244393

Add provides and replaces to dolphinpart4

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-19 17:44:37 UTC (rev 244392)
+++ PKGBUILD2015-08-19 18:37:15 UTC (rev 244393)
@@ -14,7 +14,7 @@
  'kdebase-plasma'
 'dolphinpart4')
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -121,6 +121,8 @@
 package_dolphinpart4() {
   pkgdesc='KDE4 Dolphin KPart'
   depends=('libkactivities4' 'kdebase-lib')
+  conflicts=('kdebase-dolphin')
+  provides=('kdebase-dolphin')
   groups=()
 
   cd $srcdir/build/dolphin


[arch-commits] Commit in kdebase-workspace/repos (46 files)

2015-08-19 Thread Antonio Rojas
Date: Thursday, August 20, 2015 @ 00:46:58
  Author: arojas
Revision: 244395

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 244394, kdebase-workspace/repos/testing-i686/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 244394, kdebase-workspace/repos/testing-i686/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 244394, kdebase-workspace/repos/testing-i686/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 244394, kdebase-workspace/repos/testing-i686/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 244394, 
kdebase-workspace/repos/testing-i686/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 244394, kdebase-workspace/repos/testing-i686/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 244394, kdebase-workspace/repos/testing-i686/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 244394, kdebase-workspace/repos/testing-i686/kdm.service)
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
(from rev 244394, kdebase-workspace/repos/testing-i686/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 244394, kdebase-workspace/repos/testing-i686/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 244394, 
kdebase-workspace/repos/testing-i686/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 244394, kdebase-workspace/repos/testing-x86_64/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 244394, kdebase-workspace/repos/testing-x86_64/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 244394, 
kdebase-workspace/repos/testing-x86_64/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kdm.service)
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
(from rev 244394, kdebase-workspace/repos/testing-x86_64/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 244394, kdebase-workspace/repos/testing-x86_64/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 244394, 
kdebase-workspace/repos/testing-x86_64/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
  kdebase-workspace/repos/testing-i686/
  kdebase-workspace/repos/testing-x86_64/

+
 /PKGBUILD  |  186 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   50 
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /khotkeys-qt4.patch|   44 +++
 /kscreensaver.pam  |4 
 /terminate-server.patch|   22 +++
 extra-i686/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:07:52
  Author: arojas
Revision: 243969

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

Added:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
(from rev 243968, kdegraphics-mobipocket/trunk/PKGBUILD)
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
(from rev 243968, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243968, kdegraphics-mobipocket/trunk/PKGBUILD)
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install
(from rev 243968, 
kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
Deleted:
  kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install
  kdegraphics-mobipocket/repos/kde-unstable-x86_64/PKGBUILD
  
kdegraphics-mobipocket/repos/kde-unstable-x86_64/kdegraphics-mobipocket.install

+
 /PKGBUILD  |   74 +++
 /kdegraphics-mobipocket.install|   22 +
 kde-unstable-i686/PKGBUILD |   37 -
 kde-unstable-i686/kdegraphics-mobipocket.install   |   11 --
 kde-unstable-x86_64/PKGBUILD   |   37 -
 kde-unstable-x86_64/kdegraphics-mobipocket.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:07:07 UTC (rev 243968)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:07:52 UTC (rev 243969)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-mobipocket
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A collection of plugins to handle mobipocket files
-url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdegraphics')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('3de1fd2a70ea9a884e98095bb9e6a264a07f62c0')
-
-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: kdegraphics-mobipocket/repos/kde-unstable-i686/PKGBUILD (from rev 
243968, kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:07:52 UTC (rev 243969)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-mobipocket
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A collection of plugins to handle mobipocket files
+url=https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-mobipocket;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdegraphics')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('05bf2216fa46ad5a4e0ed17230033fdad334233a')
+
+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
+}

Deleted: kde-unstable-i686/kdegraphics-mobipocket.install
===
--- kde-unstable-i686/kdegraphics-mobipocket.install2015-08-19 06:07:07 UTC 
(rev 243968)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2015-08-19 06:07:52 UTC 
(rev 243969)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
kdegraphics-mobipocket/repos/kde-unstable-i686/kdegraphics-mobipocket.install 
(from rev 243968, kdegraphics-mobipocket/trunk/kdegraphics-mobipocket.install)
===
--- kde-unstable-i686/kdegraphics-mobipocket.install
(rev 0)
+++ kde-unstable-i686/kdegraphics-mobipocket.install2015-08-19 06:07:52 UTC 
(rev 243969)
@@ -0,0 +1,11 @@
+post_install() {
+ 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:07:07
  Author: arojas
Revision: 243968

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 243967, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 243967, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243967, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 243967, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 /PKGBUILD   |  208 ++
 /kdebase-runtime.install|   26 +++
 kde-unstable-i686/PKGBUILD  |  104 -
 kde-unstable-i686/kdebase-runtime.install   |   13 -
 kde-unstable-x86_64/PKGBUILD|  104 -
 kde-unstable-x86_64/kdebase-runtime.install |   13 -
 6 files changed, 234 insertions(+), 234 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:06:07 UTC (rev 243967)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:07:07 UTC (rev 243968)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase-runtime
-pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('kdelibs' 'libkactivities4' 'smbclient' 'libssh' 'libcanberra' 
'libwebp'
-   'pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('542fa305fb8ee073a57139914b41ad4061293403')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF
-  make
-}
-
-package_khelpcenter4() {
-  pkgdesc=(Application to show KDE Applications' documentation)
-  depends=('kdebase-runtime' 'htdig' 'rarian' 'kdebase-runtime-doc')
-  provides=(khelpcenter=$pkgver)
-  conflicts=('khelpcenter')
-
-  cd build/khelpcenter
-  make DESTDIR=$pkgdir install
-}
-
-package_kdebase-runtime() {
-  depends=('kdelibs' 'kactivities' 'libkactivities4' 'smbclient' 'libssh' 
'libcanberra'
- 'oxygen-icons' 'xorg-xauth' 'libwebp')
-  optdepends=('kdepimlibs: for kwalletd, and is needed by DrKonqi to send 
crash reports to KDE.org' 'kdebase-runtime-doc: KDE4 documentation'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-  provides=('notification-daemon')
-  install=$pkgname.install
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  rm ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-# Remove khelpcenter
-  cd $pkgdir
-  find -name '*khelpcenter*' | xargs rm -fr
-  find -name 'khc*' | xargs rm -fr
-  rm usr/share/applications/kde4/Help.desktop
-
-# Remove docs
-  rm -r $pkgdir/usr/share/{doc,man}
-
-# Remove kdesu
-  rm $pkgdir/usr/lib/kde4/libexec/kdesu*
-}
-
-package_kdebase-runtime-doc() {
-  pkgdesc=(KDE4 documentation)
-  conflicts=('khelpcenter15' 'plasma-desktop' 'kio-extras')
-
-  cd build/doc
-  make DESTDIR=$pkgdir install
-
-# Remove kdesu docs
-  rm -r $pkgdir/usr/share/doc/HTML/en/kdesu/
-  rm $pkgdir/usr/share/man/man1/kdesu.1
-
-# Remove kcm_ssl docs, provided by kdelibs4support
-  rm -r $pkgdir/usr/share/doc/HTML/en/kcontrol/kcm_ssl
-}
-
-package_kdesu4() {
-  pkgdesc=(Run KDE applications as root)
-  depends=('kdebase-runtime')
-  conflicts=('kde-cli-tools')
-
-  cd build/kdesu
-  make DESTDIR=$pkgdir install
-
-  cd ../doc/kdesu
-  make DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/bin
-  ln -sf /usr/lib/kde4/libexec/kdesu $pkgdir/usr/bin/
-
-  # FS#36668
-  chown :nobody ${pkgdir}/usr/lib/kde4/libexec/kdesud
-  chmod g+s ${pkgdir}/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 243967, 
kdebase-runtime/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD   

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:08:12
  Author: arojas
Revision: 243970

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

Added:
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
(from rev 243969, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243969, libkexiv2/trunk/PKGBUILD)
Deleted:
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:07:52 UTC (rev 243969)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:08:12 UTC (rev 243970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0330a71c838c480161bcb8982f0dff7cbefdc297')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 243969, 
libkexiv2/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:08:12 UTC (rev 243970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('bd83a15f0727a2b2b712fc8c66bed4ee173c4a6e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:07:52 UTC (rev 243969)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:08:12 UTC (rev 243970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0330a71c838c480161bcb8982f0dff7cbefdc297')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 243969, 
libkexiv2/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:08:12 UTC (rev 243970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:13:11
  Author: arojas
Revision: 243983

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

Added:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 243982, libkmahjongg/trunk/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243982, libkmahjongg/trunk/PKGBUILD)
Deleted:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:12:27 UTC (rev 243982)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:13:11 UTC (rev 243983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkmahjongg
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
-url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1c31a283b35e8faa42521803d8c12ad96c087d11')
-
-prepare() {
-  mkdir 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: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 243982, 
libkmahjongg/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:13:11 UTC (rev 243983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('b61e4a95861dc0d6533e24054aa9ef4db50705cf')
+
+prepare() {
+  mkdir 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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:12:27 UTC (rev 243982)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:13:11 UTC (rev 243983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkmahjongg
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
-url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('1c31a283b35e8faa42521803d8c12ad96c087d11')
-
-prepare() {
-  mkdir 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: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 243982, 
libkmahjongg/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:13:11 UTC (rev 243983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:17:27
  Author: arojas
Revision: 243996

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

Added:
  kmime/repos/kde-unstable-i686/PKGBUILD
(from rev 243995, kmime/trunk/PKGBUILD)
  kmime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243995, kmime/trunk/PKGBUILD)
Deleted:
  kmime/repos/kde-unstable-i686/PKGBUILD
  kmime/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:17:08 UTC (rev 243995)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:17:27 UTC (rev 243996)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kmime
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Library for handling mail messages and newsgroup articles
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python boost)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('56f7d957c465cb08f22edb052b3cf46a')
-
-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: kmime/repos/kde-unstable-i686/PKGBUILD (from rev 243995, 
kmime/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:17:27 UTC (rev 243996)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmime
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Library for handling mail messages and newsgroup articles
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c5fd470a5c87d176cc04abe43165c4d7')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:17:08 UTC (rev 243995)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:17:27 UTC (rev 243996)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kmime
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Library for handling mail messages and newsgroup articles
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python boost)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('56f7d957c465cb08f22edb052b3cf46a')
-
-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: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 243995, 
kmime/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:17:27 UTC (rev 243996)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kmime
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Library for handling mail messages and newsgroup articles
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python boost)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c5fd470a5c87d176cc04abe43165c4d7')
+
+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 kholidays/repos (4 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:16:29
  Author: arojas
Revision: 243993

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

Added:
  kholidays/repos/kde-unstable-i686/PKGBUILD
(from rev 243992, kholidays/trunk/PKGBUILD)
  kholidays/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243992, kholidays/trunk/PKGBUILD)
Deleted:
  kholidays/repos/kde-unstable-i686/PKGBUILD
  kholidays/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:16:10 UTC (rev 243992)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:16:29 UTC (rev 243993)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kholidays
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=KDE library for regional holiday information
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6e507e74b35b27ae0cb92a9702200bad')
-
-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: kholidays/repos/kde-unstable-i686/PKGBUILD (from rev 243992, 
kholidays/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:16:29 UTC (rev 243993)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kholidays
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=KDE library for regional holiday information
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools qt5-tools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1b6e2eeedef346b59614dd722a01cc8f')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:10 UTC (rev 243992)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:29 UTC (rev 243993)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kholidays
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=KDE library for regional holiday information
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kdelibs4support)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6e507e74b35b27ae0cb92a9702200bad')
-
-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: kholidays/repos/kde-unstable-x86_64/PKGBUILD (from rev 243992, 
kholidays/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:29 UTC (rev 243993)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kholidays
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=KDE library for regional holiday information
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kdelibs4support)
+makedepends=(extra-cmake-modules python kdoctools qt5-tools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1b6e2eeedef346b59614dd722a01cc8f')
+
+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
+}
+

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:16:10
  Author: arojas
Revision: 243992

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

Added:
  kcalutils/repos/kde-unstable-i686/PKGBUILD
(from rev 243991, kcalutils/trunk/PKGBUILD)
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243991, kcalutils/trunk/PKGBUILD)
Deleted:
  kcalutils/repos/kde-unstable-i686/PKGBUILD
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:15:50 UTC (rev 243991)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:16:10 UTC (rev 243992)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kcalutils
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=The KDE calendar utility library
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('796f6cad491f55fab4b74cd418aa3e80')
-
-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: kcalutils/repos/kde-unstable-i686/PKGBUILD (from rev 243991, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:16:10 UTC (rev 243992)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalutils
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=The KDE calendar utility library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c9e35b7437086ffecab0fef5bfc60066')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:15:50 UTC (rev 243991)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:10 UTC (rev 243992)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kcalutils
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=The KDE calendar utility library
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('796f6cad491f55fab4b74cd418aa3e80')
-
-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: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 243991, 
kcalutils/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:10 UTC (rev 243992)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kcalutils
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=The KDE calendar utility library
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c9e35b7437086ffecab0fef5bfc60066')
+
+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

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:15:50
  Author: arojas
Revision: 243991

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

Added:
  kidentitymanagement/repos/kde-unstable-i686/PKGBUILD
(from rev 243990, kidentitymanagement/trunk/PKGBUILD)
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243990, kidentitymanagement/trunk/PKGBUILD)
Deleted:
  kidentitymanagement/repos/kde-unstable-i686/PKGBUILD
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:15:31 UTC (rev 243990)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:15:50 UTC (rev 243991)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kidentitymanagement
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=KDE PIM libraries
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d574ea42863789deb1b8a3b760eed093')
-
-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: kidentitymanagement/repos/kde-unstable-i686/PKGBUILD (from rev 243990, 
kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:15:50 UTC (rev 243991)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kidentitymanagement
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=KDE PIM libraries
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('57c130914dae987d249b6702560b5779')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:15:31 UTC (rev 243990)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:15:50 UTC (rev 243991)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kidentitymanagement
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=KDE PIM libraries
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('d574ea42863789deb1b8a3b760eed093')
-
-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: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
243990, kidentitymanagement/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:15:50 UTC (rev 243991)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kidentitymanagement
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=KDE PIM libraries
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('57c130914dae987d249b6702560b5779')
+
+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
+}
+

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:17:08
  Author: arojas
Revision: 243995

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

Added:
  kblog/repos/kde-unstable-i686/PKGBUILD
(from rev 243994, kblog/trunk/PKGBUILD)
  kblog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243994, kblog/trunk/PKGBUILD)
Deleted:
  kblog/repos/kde-unstable-i686/PKGBUILD
  kblog/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:16:49 UTC (rev 243994)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:17:08 UTC (rev 243995)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kblog
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A blogging library for KDE
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kxmlrpcclient kde-syndication kcalcore)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('495f4c11802abc6acdc5d1bf5e816e9a')
-
-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: kblog/repos/kde-unstable-i686/PKGBUILD (from rev 243994, 
kblog/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:17:08 UTC (rev 243995)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kblog
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A blogging library for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('27c72ba16909404f6f09626e3c8801b4')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:16:49 UTC (rev 243994)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:17:08 UTC (rev 243995)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kblog
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A blogging library for KDE
-arch=(i686 x86_64)
-url=https://projects.kde.org/$pkgname;
-license=(LGPL)
-depends=(kxmlrpcclient kde-syndication kcalcore)
-makedepends=(extra-cmake-modules python kdoctools)
-source=(http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('495f4c11802abc6acdc5d1bf5e816e9a')
-
-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: kblog/repos/kde-unstable-x86_64/PKGBUILD (from rev 243994, 
kblog/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:17:08 UTC (rev 243995)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kblog
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A blogging library for KDE
+arch=(i686 x86_64)
+url=https://projects.kde.org/$pkgname;
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules python kdoctools)
+source=(http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('27c72ba16909404f6f09626e3c8801b4')
+
+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 kcron/repos (4 files)

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:24:07
  Author: arojas
Revision: 244017

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

Added:
  kcron/repos/kde-unstable-i686/PKGBUILD
(from rev 244016, kcron/trunk/PKGBUILD)
  kcron/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244016, kcron/trunk/PKGBUILD)
Deleted:
  kcron/repos/kde-unstable-i686/PKGBUILD
  kcron/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:23:46 UTC (rev 244016)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:07 UTC (rev 244017)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcron
-pkgver=15.07.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('e5d232e21b7acb3a315f259cdfd8465f8c2f4129')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${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: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 244016, 
kcron/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:07 UTC (rev 244017)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('c8cbe5f35d8fbd060393d8e3733177e53544090b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:23:46 UTC (rev 244016)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:24:07 UTC (rev 244017)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kcron
-pkgver=15.07.90
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='http://userbase.kde.org/KCron'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeadmin-kcron')
-replaces=('kdeadmin-kcron')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
-sha1sums=('e5d232e21b7acb3a315f259cdfd8465f8c2f4129')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcron-${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: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 244016, 
kcron/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:24:07 UTC (rev 244017)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:23:46
  Author: arojas
Revision: 244016

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

Added:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 244015, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 244015, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244015, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 244015, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install

-+
 /PKGBUILD   |   66 ++
 /kdeaccessibility-kmouth.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   33 -
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD|   33 -
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   11 ---
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:23:29 UTC (rev 244015)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:46 UTC (rev 244016)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmouth
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Speech Synthesizer Frontend'
-url='http://kde.org/applications/utilities/kmouth/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('fd25b0a40593fd00c5a3393d7bb5c401ec31d80c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 
244015, kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:46 UTC (rev 244016)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('9c862431e0f17ee1ac6a4527b4394e4efded5a7d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmouth.install
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   2015-08-19 06:23:29 UTC 
(rev 244015)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2015-08-19 06:23:46 UTC 
(rev 244016)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 244015, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2015-08-19 06:23:46 UTC 
(rev 244016)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:24:25
  Author: arojas
Revision: 244018

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

Added:
  kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD
(from rev 244017, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch
(from rev 244017, kdeadmin-ksystemlog/trunk/syslog-path.patch)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244017, kdeadmin-ksystemlog/trunk/PKGBUILD)
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch
(from rev 244017, kdeadmin-ksystemlog/trunk/syslog-path.patch)
Deleted:
  kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD
  kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin-ksystemlog/repos/kde-unstable-x86_64/syslog-path.patch

---+
 /PKGBUILD |   76 
 /syslog-path.patch|   22 +
 kde-unstable-i686/PKGBUILD|   38 
 kde-unstable-i686/syslog-path.patch   |   11 
 kde-unstable-x86_64/PKGBUILD  |   38 
 kde-unstable-x86_64/syslog-path.patch |   11 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:24:07 UTC (rev 244017)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:25 UTC (rev 244018)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-ksystemlog
-pkgver=15.07.90
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='http://kde.org/applications/system/ksystemlog/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
-'syslog-path.patch')
-sha1sums=('853975b644615dc387c1800f61e6d1af9b50fea9'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-prepare() {
-  cd ksystemlog-${pkgver}
-  patch -p2 -i ${srcdir}/syslog-path.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksystemlog-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-ksystemlog/repos/kde-unstable-i686/PKGBUILD (from rev 244017, 
kdeadmin-ksystemlog/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:25 UTC (rev 244018)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-ksystemlog
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='http://kde.org/applications/system/ksystemlog/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksystemlog-${pkgver}.tar.xz;
+'syslog-path.patch')
+sha1sums=('e6babe9ab111b64aafb7d7baaf09dd1f27c2f52d'
+  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
+
+prepare() {
+  cd ksystemlog-${pkgver}
+  patch -p2 -i ${srcdir}/syslog-path.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksystemlog-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/syslog-path.patch
===
--- kde-unstable-i686/syslog-path.patch 2015-08-19 06:24:07 UTC (rev 244017)
+++ kde-unstable-i686/syslog-path.patch 2015-08-19 06:24:25 UTC (rev 244018)
@@ -1,11 +0,0 @@
 kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h~  
2011-01-27 14:24:29.84005 +0100
-+++ kdeadmin-4.6.0/ksystemlog/src/modes/system/systemConfiguration.h   
2011-01-27 14:24:53.80335 +0100
-@@ -39,7 +39,7 @@
-   SystemConfiguration() :
-   GenericLogModeConfiguration(
-   QLatin1String( SYSTEM_LOG_MODE_ID ),
--  QStringList()  QLatin1String( 
/var/log/syslog ),
-+  QStringList()  QLatin1String( 
/var/log/messages.log ),
-   QListint()  INFORMATION_LOG_LEVEL_ID
-   ) {
- 

Copied: kdeadmin-ksystemlog/repos/kde-unstable-i686/syslog-path.patch (from rev 
244017, 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:23:29
  Author: arojas
Revision: 244015

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

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 244014, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 244014, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244014, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 244014, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install

-+
 /PKGBUILD   |   66 ++
 /kdeaccessibility-kmousetool.install|   22 
 kde-unstable-i686/PKGBUILD  |   33 ---
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   33 ---
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:23:12 UTC (rev 244014)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:29 UTC (rev 244015)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('4ee97fb315bd46aba800dc0f4646a829c1c4b3b0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
244014, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:29 UTC (rev 244015)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('4e9c28536e98af8e6c9f835559457c9d4e13cbf4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmousetool.install
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   2015-08-19 
06:23:12 UTC (rev 244014)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2015-08-19 
06:23:29 UTC (rev 244015)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 244014, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:23:12
  Author: arojas
Revision: 244014

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

Added:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
(from rev 244013, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 244013, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244013, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 244013, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
Deleted:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install

---+
 /PKGBUILD |   70 
 /kdeaccessibility-kmag.install|   22 ++
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeaccessibility-kmag.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeaccessibility-kmag.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:22:55 UTC (rev 244013)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:12 UTC (rev 244014)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmag
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Screen Magnifier'
-url='http://kde.org/applications/utilities/kmag/'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('21795b326be6dc2e38fdc0272c9d19af18a056ff')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
244013, kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:23:12 UTC (rev 244014)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('3a1aee876559a8c055e52059cb21dea7cc36b298')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeaccessibility-kmag.install
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 2015-08-19 06:22:55 UTC 
(rev 244013)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-08-19 06:23:12 UTC 
(rev 244014)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 244013, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-08-19 06:23:12 UTC 
(rev 244014)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:22:55
  Author: arojas
Revision: 244013

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

Added:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
(from rev 244012, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244012, kdeaccessibility-kaccessible/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:22:34 UTC (rev 244012)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:22:55 UTC (rev 244013)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('dcfed60c4660849115952f0502302efd7e864159')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD (from rev 
244012, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:22:55 UTC (rev 244013)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('a4c2f452f8dd239baead4b28a186287b08bad640')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:22:34 UTC (rev 244012)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:22:55 UTC (rev 244013)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='https://projects.kde.org/projects/kde/kdeaccessibility/kaccessible'
-license=('GPL' 'FDL')
-groups=('kde-applications' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('dcfed60c4660849115952f0502302efd7e864159')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 244012, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:22:55 UTC (rev 244013)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:24:44
  Author: arojas
Revision: 244019

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

Added:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
(from rev 244018, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
(from rev 244018, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244018, kdeadmin-kuser/trunk/PKGBUILD)
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install
(from rev 244018, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
Deleted:
  kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install
  kdeadmin-kuser/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin-kuser/repos/kde-unstable-x86_64/kdeadmin-kuser.install

+
 /PKGBUILD  |   64 +++
 /kdeadmin-kuser.install|   22 +
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdeadmin-kuser.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdeadmin-kuser.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:24:25 UTC (rev 244018)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:44 UTC (rev 244019)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeadmin-kuser
-pkgver=15.07.90
-pkgrel=1
-pkgdesc='User Manager'
-url='http://kde.org/applications/system/kuser/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeadmin')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
-sha1sums=('fbacbcd669be383af651b194440a74c6c8d753a8')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kuser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/PKGBUILD (from rev 244018, 
kdeadmin-kuser/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:24:44 UTC (rev 244019)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeadmin-kuser
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='User Manager'
+url='http://kde.org/applications/system/kuser/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kuser-${pkgver}.tar.xz;)
+sha1sums=('263e39913b5bc2ab3869548040f8c17b6aeca705')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kuser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeadmin-kuser.install
===
--- kde-unstable-i686/kdeadmin-kuser.install2015-08-19 06:24:25 UTC (rev 
244018)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-08-19 06:24:44 UTC (rev 
244019)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeadmin-kuser/repos/kde-unstable-i686/kdeadmin-kuser.install (from rev 
244018, kdeadmin-kuser/trunk/kdeadmin-kuser.install)
===
--- kde-unstable-i686/kdeadmin-kuser.install(rev 0)
+++ kde-unstable-i686/kdeadmin-kuser.install2015-08-19 06:24:44 UTC (rev 
244019)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:24:25 UTC (rev 244018)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:24:44 UTC (rev 244019)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino 

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

2015-08-19 Thread Felix Yan
Date: Wednesday, August 19, 2015 @ 08:33:40
  Author: fyan
Revision: 138501

addpkg: pflask 0.2.20150731-1

Added:
  pflask/
  pflask/repos/
  pflask/trunk/
  pflask/trunk/PKGBUILD

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

Added: pflask/trunk/PKGBUILD
===
--- pflask/trunk/PKGBUILD   (rev 0)
+++ pflask/trunk/PKGBUILD   2015-08-19 06:33:40 UTC (rev 138501)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pflask
+pkgver=0.2.20150731
+_commit=bd93136a22f36ab6481f9d081ec06478cf3c83ec
+_wafver=1.8.6
+pkgrel=1
+pkgdesc=Lightweight process containers for Linux
+arch=('i686' 'x86_64')
+url=http://ghedo.github.io/pflask/;
+license=('BSD')
+depends=('libdbus' 'bash')
+makedepends=('python-sphinx' 'git')
+source=(git+https://github.com/ghedo/pflask.git#commit=$_commit;
+http://ftp.waf.io/pub/release/waf-$_wafver;)
+sha256sums=('SKIP'
+'81c4e6a3144c7b2021a839e7277bdaf1cedbbc87302186897b4ae03f4effcbf5')
+
+prepare() {
+  install -Dm755 waf-$_wafver pflask/waf
+}
+
+build() {
+  cd pflask
+  PREFIX=/usr ./waf configure
+  ./waf build
+}
+
+package() {
+  cd pflask
+  DESTDIR=$pkgdir/ ./waf install
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:33:05
  Author: arojas
Revision: 244022

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

Added:
  kate/repos/kde-unstable-i686/PKGBUILD
(from rev 244021, kate/trunk/PKGBUILD)
  kate/repos/kde-unstable-i686/kate.install
(from rev 244021, kate/trunk/kate.install)
  kate/repos/kde-unstable-i686/kwrite.install
(from rev 244021, kate/trunk/kwrite.install)
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244021, kate/trunk/PKGBUILD)
  kate/repos/kde-unstable-x86_64/kate.install
(from rev 244021, kate/trunk/kate.install)
  kate/repos/kde-unstable-x86_64/kwrite.install
(from rev 244021, kate/trunk/kwrite.install)
Deleted:
  kate/repos/kde-unstable-i686/PKGBUILD
  kate/repos/kde-unstable-i686/kate.install
  kate/repos/kde-unstable-i686/kwrite.install
  kate/repos/kde-unstable-x86_64/PKGBUILD
  kate/repos/kde-unstable-x86_64/kate.install
  kate/repos/kde-unstable-x86_64/kwrite.install

+
 /PKGBUILD  |  134 +++
 /kate.install  |   26 ++
 /kwrite.install|   24 ++
 kde-unstable-i686/PKGBUILD |   67 -
 kde-unstable-i686/kate.install |   13 ---
 kde-unstable-i686/kwrite.install   |   12 ---
 kde-unstable-x86_64/PKGBUILD   |   67 -
 kde-unstable-x86_64/kate.install   |   13 ---
 kde-unstable-x86_64/kwrite.install |   12 ---
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:32:40 UTC (rev 244021)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:05 UTC (rev 244022)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kate
-pkgname=('kwrite'
- 'kate')
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('bf8e85215eb2eaf00b66d7156c987c0722edfc3f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kwrite() {
-  pkgdesc=Text Editor
-  groups=('kde-applications' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kwrite.install'
-  replaces=('kdebase-kwrite')
-  conflicts=('kdebase-kwrite')
-  provides=('kdebase-kwrite')
-
-  cd build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kate() {
-  pkgdesc=Advanced Text Editor
-  groups=('kde-applications' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kate.install'
-  replaces=('kdesdk-kate')
-  conflicts=('kdesdk-kate')
-  provides=('kdesdk-kate')
-  optdepends=('konsole: open a terminal in Kate')
-
-  cd build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../build/doc/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ../../../build/addons
-  make DESTDIR=${pkgdir} install
-}

Copied: kate/repos/kde-unstable-i686/PKGBUILD (from rev 244021, 
kate/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:05 UTC (rev 244022)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('knewstuff' 'ktexteditor' 'threadweaver' 'kded' 'kitemmodels' 
'kactivities-frameworks')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('cd842f71a556c2d0bb979948840083f7c1f54380')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kwrite() {
+  pkgdesc=Text Editor
+  groups=('kde-applications' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
+  install='kwrite.install'
+  replaces=('kdebase-kwrite')
+  

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:33:29
  Author: arojas
Revision: 244023

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

Added:
  konsole/repos/kde-unstable-i686/PKGBUILD
(from rev 244022, konsole/trunk/PKGBUILD)
  konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244022, konsole/trunk/PKGBUILD)
Deleted:
  konsole/repos/kde-unstable-i686/PKGBUILD
  konsole/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   72 +
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:33:05 UTC (rev 244022)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:29 UTC (rev 244023)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=konsole
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole4.14.3-2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('431dd1f605fa2382f53d4cb4235be86421cc7137')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: konsole/repos/kde-unstable-i686/PKGBUILD (from rev 244022, 
konsole/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:29 UTC (rev 244023)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole
+pkgver=15.08.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole4.14.3-2')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('04df0367b89cca62dd6754de5d1dc6b32d626b6d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:05 UTC (rev 244022)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:29 UTC (rev 244023)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=konsole
-pkgver=15.07.90
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdebase')
-depends=('kdelibs4support' 'knotifyconfig' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdebase-konsole')
-conflicts=('kdebase-konsole4.14.3-2')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('431dd1f605fa2382f53d4cb4235be86421cc7137')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 244022, 
konsole/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:29 UTC (rev 244023)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=konsole

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:34:36
  Author: arojas
Revision: 244026

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

Added:
  blinken/repos/kde-unstable-i686/PKGBUILD
(from rev 244025, blinken/trunk/PKGBUILD)
  blinken/repos/kde-unstable-i686/blinken.install
(from rev 244025, blinken/trunk/blinken.install)
  blinken/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244025, blinken/trunk/PKGBUILD)
  blinken/repos/kde-unstable-x86_64/blinken.install
(from rev 244025, blinken/trunk/blinken.install)
Deleted:
  blinken/repos/kde-unstable-i686/PKGBUILD
  blinken/repos/kde-unstable-i686/blinken.install
  blinken/repos/kde-unstable-x86_64/PKGBUILD
  blinken/repos/kde-unstable-x86_64/blinken.install

-+
 /PKGBUILD   |   74 ++
 /blinken.install|   24 +++
 kde-unstable-i686/PKGBUILD  |   37 -
 kde-unstable-i686/blinken.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   37 -
 kde-unstable-x86_64/blinken.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:34:10 UTC (rev 244025)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:34:36 UTC (rev 244026)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=blinken
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Memory Enhancement Game
-url=http://kde.org/applications/education/blinken/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kxmlgui' 'phonon-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-install=${pkgname}.install
-replaces=('kdeedu-blinken')
-conflicts=('kdeedu-blinken')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('951b8e0de914086bb85e739a3285321a4eecc4f6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../blinken-${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 ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 244025, 
blinken/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:34:36 UTC (rev 244026)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=blinken
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('c89cc33813a3094c041a415ffa1ea3d135980ba5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${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 ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/blinken.install
===
--- kde-unstable-i686/blinken.install   2015-08-19 06:34:10 UTC (rev 244025)
+++ kde-unstable-i686/blinken.install   2015-08-19 06:34:36 UTC (rev 244026)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: blinken/repos/kde-unstable-i686/blinken.install (from rev 244025, 
blinken/trunk/blinken.install)
===
--- kde-unstable-i686/blinken.install   (rev 0)
+++ kde-unstable-i686/blinken.install   2015-08-19 06:34:36 UTC (rev 244026)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:34:10 UTC (rev 244025)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:34:36 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:33:50
  Author: arojas
Revision: 244024

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

Added:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
(from rev 244023, kross-interpreters/trunk/PKGBUILD)
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244023, kross-interpreters/trunk/PKGBUILD)
Deleted:
  kross-interpreters/repos/kde-unstable-i686/PKGBUILD
  kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:33:29 UTC (rev 244023)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:50 UTC (rev 244024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kross-interpreters
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2abb1d06905dd0716d01339178ecad2b7b00aaed26fe07211da3ab497274ef72')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: kross-interpreters/repos/kde-unstable-i686/PKGBUILD (from rev 244023, 
kross-interpreters/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:33:50 UTC (rev 244024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kross-interpreters
+pkgver=15.08.0
+pkgrel=1
+pkgdesc='Language interpreters to enable in-process scripting with Kross'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kross-interpreters'
+license=(GPL)
+depends=(kross kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools python2)
+optdepends=('python2: kross-python plugin')
+groups=(kde-applications kdebindings)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('5f6c4857880a212bd23a125da1de68fa59b9facc56cecd114c278bdfa13a2c86')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:29 UTC (rev 244023)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:50 UTC (rev 244024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=kross-interpreters
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Language interpreters to enable in-process scripting with Kross'
-arch=(i686 x86_64)
-url='http://projects.kde.org/kross-interpreters'
-license=(GPL)
-depends=(kross kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools python2)
-optdepends=('python2: kross-python plugin')
-groups=(kde-applications kdebindings)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2abb1d06905dd0716d01339178ecad2b7b00aaed26fe07211da3ab497274ef72')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: kross-interpreters/repos/kde-unstable-x86_64/PKGBUILD (from rev 244023, 
kross-interpreters/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:50 UTC (rev 244024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kross-interpreters
+pkgver=15.08.0
+pkgrel=1

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:34:10
  Author: arojas
Revision: 244025

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

Added:
  kdeedu-artikulate/repos/kde-unstable-i686/PKGBUILD
(from rev 244024, kdeedu-artikulate/trunk/PKGBUILD)
  kdeedu-artikulate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244024, kdeedu-artikulate/trunk/PKGBUILD)
Deleted:
  kdeedu-artikulate/repos/kde-unstable-i686/PKGBUILD
  kdeedu-artikulate/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:33:50 UTC (rev 244024)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:34:10 UTC (rev 244025)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-artikulate
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Improve your pronunciation by listening to native speakers
-url=https://projects.kde.org/projects/kde/kdeedu/artikulate;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz;)
-sha1sums=('619b47a28f5ee37ab90c01f313b4c1268346ab81')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../artikulate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-artikulate/repos/kde-unstable-i686/PKGBUILD (from rev 244024, 
kdeedu-artikulate/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:34:10 UTC (rev 244025)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-artikulate
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Improve your pronunciation by listening to native speakers
+url=https://projects.kde.org/projects/kde/kdeedu/artikulate;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
+makedepends=('cmake' 'automoc4' 'boost')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz;)
+sha1sums=('63db1c040d70624063ef9e6a1d441f5c056eef33')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../artikulate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:33:50 UTC (rev 244024)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:34:10 UTC (rev 244025)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-artikulate
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Improve your pronunciation by listening to native speakers
-url=https://projects.kde.org/projects/kde/kdeedu/artikulate;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'qt-gstreamer' 'kqtquickcharts')
-makedepends=('cmake' 'automoc4' 'boost')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/artikulate-${pkgver}.tar.xz;)
-sha1sums=('619b47a28f5ee37ab90c01f313b4c1268346ab81')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../artikulate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-artikulate/repos/kde-unstable-x86_64/PKGBUILD (from rev 244024, 
kdeedu-artikulate/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:34:10 UTC (rev 244025)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-artikulate
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Improve your pronunciation by listening to native speakers

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:41:04
  Author: arojas
Revision: 244039

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

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
(from rev 244038, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
(from rev 244038, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244038, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install
(from rev 244038, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install

---+
 /PKGBUILD |   70 
 /kdeedu-ktouch.install|   22 
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeedu-ktouch.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeedu-ktouch.install |   11 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:40:04 UTC (rev 244038)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:04 UTC (rev 244039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Touch Typing Tutor
-url=http://kde.org/applications/education/ktouch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
-makedepends=('cmake' 'automoc4' 'mesa')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('4980ae4394e92e5743747eee0b8b975d4bace2bd')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 244038, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:04 UTC (rev 244039)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'kqtquickcharts' 'libxkbfile')
+makedepends=('cmake' 'automoc4' 'mesa')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('0c192dccee382fc35fe727e8841c8151235df762')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdeedu-ktouch.install
===
--- kde-unstable-i686/kdeedu-ktouch.install 2015-08-19 06:40:04 UTC (rev 
244038)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-08-19 06:41:04 UTC (rev 
244039)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
244038, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- kde-unstable-i686/kdeedu-ktouch.install (rev 0)
+++ kde-unstable-i686/kdeedu-ktouch.install 2015-08-19 06:41:04 UTC (rev 
244039)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:40:04 UTC (rev 244038)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:41:04 UTC (rev 244039)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:41:28
  Author: arojas
Revision: 244040

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

Added:
  kturtle/repos/kde-unstable-i686/PKGBUILD
(from rev 244039, kturtle/trunk/PKGBUILD)
  kturtle/repos/kde-unstable-i686/kturtle.install
(from rev 244039, kturtle/trunk/kturtle.install)
  kturtle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244039, kturtle/trunk/PKGBUILD)
  kturtle/repos/kde-unstable-x86_64/kturtle.install
(from rev 244039, kturtle/trunk/kturtle.install)
Deleted:
  kturtle/repos/kde-unstable-i686/PKGBUILD
  kturtle/repos/kde-unstable-i686/kturtle.install
  kturtle/repos/kde-unstable-x86_64/PKGBUILD
  kturtle/repos/kde-unstable-x86_64/kturtle.install

-+
 /PKGBUILD   |   72 ++
 /kturtle.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   36 -
 kde-unstable-i686/kturtle.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   36 -
 kde-unstable-x86_64/kturtle.install |   11 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:41:04 UTC (rev 244039)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:28 UTC (rev 244040)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kturtle
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Educational Programming Environment
-url=http://kde.org/applications/education/kturtle/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knewstuff' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kturtle')
-replaces=('kdeedu-kturtle')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
-sha1sums=('8b81967fc4092b4741ccfc0cd1a2fa5b82bc75f5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kturtle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 244039, 
kturtle/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:28 UTC (rev 244040)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kturtle
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kturtle')
+replaces=('kdeedu-kturtle')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('e0eaf0e5e175d8d590d14bfb6ecd89b22da8a01a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kturtle.install
===
--- kde-unstable-i686/kturtle.install   2015-08-19 06:41:04 UTC (rev 244039)
+++ kde-unstable-i686/kturtle.install   2015-08-19 06:41:28 UTC (rev 244040)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kturtle/repos/kde-unstable-i686/kturtle.install (from rev 244039, 
kturtle/trunk/kturtle.install)
===
--- kde-unstable-i686/kturtle.install   (rev 0)
+++ kde-unstable-i686/kturtle.install   2015-08-19 06:41:28 UTC (rev 244040)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:41:04 UTC (rev 244039)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:41:28 UTC (rev 244040)
@@ -1,36 +0,0 @@
-# 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:41:45
  Author: arojas
Revision: 244041

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

Added:
  kwordquiz/repos/kde-unstable-i686/PKGBUILD
(from rev 244040, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/kde-unstable-i686/kwordquiz.install
(from rev 244040, kwordquiz/trunk/kwordquiz.install)
  kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244040, kwordquiz/trunk/PKGBUILD)
  kwordquiz/repos/kde-unstable-x86_64/kwordquiz.install
(from rev 244040, kwordquiz/trunk/kwordquiz.install)
Deleted:
  kwordquiz/repos/kde-unstable-i686/PKGBUILD
  kwordquiz/repos/kde-unstable-i686/kwordquiz.install
  kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
  kwordquiz/repos/kde-unstable-x86_64/kwordquiz.install

---+
 /PKGBUILD |   70 
 /kwordquiz.install|   24 ++
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kwordquiz.install   |   12 -
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kwordquiz.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:41:28 UTC (rev 244040)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:45 UTC (rev 244041)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kwordquiz
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Flash Card Trainer
-url=http://kde.org/applications/education/kwordquiz/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdeedu-kwordquiz')
-replaces=('kdeedu-kwordquiz')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('889b03620349b7ddc3aa7f122d5577dc8ad026bd')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kwordquiz-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 244040, 
kwordquiz/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:41:45 UTC (rev 244041)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwordquiz
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knotifyconfig' 'libkeduvocdocument' 'knewstuff' 'kdelibs4support' 
'kdeclarative')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdeedu-kwordquiz')
+replaces=('kdeedu-kwordquiz')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('ea002f131f8aaa41ab5ad8c6b07fdb836d7ea0e2')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kwordquiz.install
===
--- kde-unstable-i686/kwordquiz.install 2015-08-19 06:41:28 UTC (rev 244040)
+++ kde-unstable-i686/kwordquiz.install 2015-08-19 06:41:45 UTC (rev 244041)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kwordquiz/repos/kde-unstable-i686/kwordquiz.install (from rev 244040, 
kwordquiz/trunk/kwordquiz.install)
===
--- kde-unstable-i686/kwordquiz.install (rev 0)
+++ kde-unstable-i686/kwordquiz.install 2015-08-19 06:41:45 UTC (rev 244041)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:40:04
  Author: arojas
Revision: 244038

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

Added:
  kstars/repos/kde-unstable-i686/PKGBUILD
(from rev 244037, kstars/trunk/PKGBUILD)
  kstars/repos/kde-unstable-i686/kstars.install
(from rev 244037, kstars/trunk/kstars.install)
  kstars/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244037, kstars/trunk/PKGBUILD)
  kstars/repos/kde-unstable-x86_64/kstars.install
(from rev 244037, kstars/trunk/kstars.install)
Deleted:
  kstars/repos/kde-unstable-i686/PKGBUILD
  kstars/repos/kde-unstable-i686/kstars.install
  kstars/repos/kde-unstable-x86_64/PKGBUILD
  kstars/repos/kde-unstable-x86_64/kstars.install

+
 /PKGBUILD  |   94 +++
 /kstars.install|   22 
 kde-unstable-i686/PKGBUILD |   47 -
 kde-unstable-i686/kstars.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   47 -
 kde-unstable-x86_64/kstars.install |   11 
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:39:43 UTC (rev 244037)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:40:04 UTC (rev 244038)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixona...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kstars
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Desktop Planetarium
-url=http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
-optdepends=('xplanet: XPlanet support')
-install=${pkgname}.install
-replaces=('kdeedu-kstars')
-conflicts=('kdeedu-kstars')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('3d2243b9aadd652fd9d5bcbfd44471a8876640b7')
-
-prepare() {
-  mkdir build
-
-# Use python2
-  cd $pkgname-$pkgver
-  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
-}
-
-build() {
-  cd build
-  cmake ../kstars-${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
-
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
-${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
-}

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 244037, 
kstars/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:40:04 UTC (rev 244038)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('343d67f10fbe0a5b9e86909706306fa2afbfa108')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${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
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Deleted: kde-unstable-i686/kstars.install
===
--- kde-unstable-i686/kstars.install2015-08-19 06:39:43 UTC (rev 244037)
+++ kde-unstable-i686/kstars.install2015-08-19 06:40:04 UTC (rev 244038)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 244037, 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:42:07
  Author: arojas
Revision: 244042

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

Added:
  marble/repos/kde-unstable-i686/PKGBUILD
(from rev 244041, marble/trunk/PKGBUILD)
  marble/repos/kde-unstable-i686/marble.install
(from rev 244041, marble/trunk/marble.install)
  marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244041, marble/trunk/PKGBUILD)
  marble/repos/kde-unstable-x86_64/marble.install
(from rev 244041, marble/trunk/marble.install)
Deleted:
  marble/repos/kde-unstable-i686/PKGBUILD
  marble/repos/kde-unstable-i686/marble.install
  marble/repos/kde-unstable-x86_64/PKGBUILD
  marble/repos/kde-unstable-x86_64/marble.install

+
 /PKGBUILD  |  172 +++
 /marble.install|   26 +
 kde-unstable-i686/PKGBUILD |   86 -
 kde-unstable-i686/marble.install   |   13 --
 kde-unstable-x86_64/PKGBUILD   |   86 -
 kde-unstable-x86_64/marble.install |   13 --
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:41:45 UTC (rev 244041)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:42:07 UTC (rev 244042)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Gustavo Alvarez sl1pk...@gmail.com
-
-pkgbase=marble
-pkgname=(marble libastro marble-data)
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Desktop Globe
-arch=(i686 x86_64)
-url=https://www.kde.org/applications/system/marble;
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 
qt5-webkit krunner kparts knewstuff qt5-tools)
-source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('f8eac4432f2c65373dbff2ec197a1959')
-
-prepare() {
-  mkdir -p build
-
-  # fix installation designer plugins path
-  sed 's|LIB_SUFFIX}/plugins|LIB_SUFFIX}/qt/plugins|g' -i 
$pkgbase-$pkgver/CMakeLists.txt
-
-  # only build the KDE app
-  sed -e '/mobile/d' \
-  -e '/qt/d'  \
-  -e '/Quick/d' \
-  -e '/touch/d' \
-  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TOOLS=ON \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_libastro() {
-  pkgdesc='Marble astronomy library'
-  depends=(gcc-libs)
-  conflicts=('kdeedu-marble15.07' marble-qt)
-
-  cd build/src/lib/astro
-  make DESTDIR=$pkgdir install
-}
-
-package_marble() {
-  depends=(libastro marble-data qt5-webkit kparts knewstuff hicolor-icon-theme)
-  optdepends=('gpsd: GPS based geolocation'
-'quazip-qt5: reading and displaying .kmz files'
-'libwlocate: WLAN based geolocation'
-'phonon-qt5: enables the use of audio and video content'
-'krunner: Krunner plugin')
-  conflicts=('kdeedu-marble15.04.3-3' marble-qt)
-  replaces=(kdeedu-marble 'marble-qt15.07')
-  groups=(kde-applications kdeedu)
-  install=marble.install
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-# provided by libastro
-  rm -r $pkgdir/usr/include/astro
-  rm $pkgdir/usr/lib/libastro.*
-
-# provided by marble-data
-  rm -r $pkgdir/usr/share/{icons,marble/data}
-}
-
-package_marble-data() {
-  pkgdesc='Data for Marble'
-  conflicts=('kdeedu-marble15.07' 'marble15.07.80-3' marble-qt)
-
-  cd build/data
-  make DESTDIR=$pkgdir install
-}

Copied: marble/repos/kde-unstable-i686/PKGBUILD (from rev 244041, 
marble/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:42:07 UTC (rev 244042)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgbase=marble
+pkgname=(marble libastro marble-data)
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Desktop Globe
+arch=(i686 x86_64)
+url=https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 
qt5-webkit krunner kparts knewstuff qt5-tools)
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('26bdda01bfa6b1012ff1ae5832facf16')
+
+prepare() {
+  mkdir -p build
+
+  # fix installation designer plugins path
+  sed 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:48:46
  Author: arojas
Revision: 244058

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

Added:
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
(from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
(from rev 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244057, kdegames-kgoldrunner/trunk/PKGBUILD)
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install
(from rev 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
Deleted:
  kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD
  kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kgoldrunner/repos/kde-unstable-x86_64/kdegames-kgoldrunner.install

--+
 /PKGBUILD|   64 +
 /kdegames-kgoldrunner.install|   22 +++
 kde-unstable-i686/PKGBUILD   |   32 --
 kde-unstable-i686/kdegames-kgoldrunner.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD |   32 --
 kde-unstable-x86_64/kdegames-kgoldrunner.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:48:28 UTC (rev 244057)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:48:46 UTC (rev 244058)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kgoldrunner
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A game of action and puzzle solving
-url=http://kde.org/applications/games/kgoldrunner/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
-sha1sums=('2df99955cdb7fe38fd2684f6e5df756375cd60b3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kgoldrunner-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kgoldrunner/repos/kde-unstable-i686/PKGBUILD (from rev 244057, 
kdegames-kgoldrunner/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:48:46 UTC (rev 244058)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kgoldrunner
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A game of action and puzzle solving
+url=http://kde.org/applications/games/kgoldrunner/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kgoldrunner-${pkgver}.tar.xz;)
+sha1sums=('d6288ca4374a429d20effc88264bd4a42b10a620')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kgoldrunner-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kgoldrunner.install
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  2015-08-19 06:48:28 UTC 
(rev 244057)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2015-08-19 06:48:46 UTC 
(rev 244058)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegames-kgoldrunner/repos/kde-unstable-i686/kdegames-kgoldrunner.install (from 
rev 244057, kdegames-kgoldrunner/trunk/kdegames-kgoldrunner.install)
===
--- kde-unstable-i686/kdegames-kgoldrunner.install  
(rev 0)
+++ kde-unstable-i686/kdegames-kgoldrunner.install  2015-08-19 06:48:46 UTC 
(rev 244058)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:47:54
  Author: arojas
Revision: 244056

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

Added:
  kdiamond/repos/kde-unstable-i686/PKGBUILD
(from rev 244055, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/kde-unstable-i686/kdiamond.install
(from rev 244055, kdiamond/trunk/kdiamond.install)
  kdiamond/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244055, kdiamond/trunk/PKGBUILD)
  kdiamond/repos/kde-unstable-x86_64/kdiamond.install
(from rev 244055, kdiamond/trunk/kdiamond.install)
Deleted:
  kdiamond/repos/kde-unstable-i686/PKGBUILD
  kdiamond/repos/kde-unstable-i686/kdiamond.install
  kdiamond/repos/kde-unstable-x86_64/PKGBUILD
  kdiamond/repos/kde-unstable-x86_64/kdiamond.install

--+
 /PKGBUILD|   70 +
 /kdiamond.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kdiamond.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kdiamond.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdiamond
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A single player puzzle game
-url=http://kde.org/applications/games/kdiamond/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kdiamond')
-replaces=('kdegames-kdiamond')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
-sha1sums=('23d159177e55fa7f6a0531714dbf27c2d5d13356')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdiamond-${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: kdiamond/repos/kde-unstable-i686/PKGBUILD (from rev 244055, 
kdiamond/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:47:54 UTC (rev 244056)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdiamond
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A single player puzzle game
+url=http://kde.org/applications/games/kdiamond/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kdiamond')
+replaces=('kdegames-kdiamond')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kdiamond-${pkgver}.tar.xz;)
+sha1sums=('1cf25d1590c208ce0df52485010b1a86b73ab592')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdiamond-${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
+}

Deleted: kde-unstable-i686/kdiamond.install
===
--- kde-unstable-i686/kdiamond.install  2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-i686/kdiamond.install  2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdiamond/repos/kde-unstable-i686/kdiamond.install (from rev 244055, 
kdiamond/trunk/kdiamond.install)
===
--- kde-unstable-i686/kdiamond.install  (rev 0)
+++ kde-unstable-i686/kdiamond.install  2015-08-19 06:47:54 UTC (rev 244056)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:47:33 UTC (rev 244055)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:47:54 UTC (rev 244056)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:48:28
  Author: arojas
Revision: 244057

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

Added:
  kfourinline/repos/kde-unstable-i686/PKGBUILD
(from rev 244056, kfourinline/trunk/PKGBUILD)
  kfourinline/repos/kde-unstable-i686/kfourinline.install
(from rev 244056, kfourinline/trunk/kfourinline.install)
  kfourinline/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244056, kfourinline/trunk/PKGBUILD)
  kfourinline/repos/kde-unstable-x86_64/kfourinline.install
(from rev 244056, kfourinline/trunk/kfourinline.install)
Deleted:
  kfourinline/repos/kde-unstable-i686/PKGBUILD
  kfourinline/repos/kde-unstable-i686/kfourinline.install
  kfourinline/repos/kde-unstable-x86_64/PKGBUILD
  kfourinline/repos/kde-unstable-x86_64/kfourinline.install

-+
 /PKGBUILD   |   70 ++
 /kfourinline.install|   24 ++
 kde-unstable-i686/PKGBUILD  |   35 ---
 kde-unstable-i686/kfourinline.install   |   12 -
 kde-unstable-x86_64/PKGBUILD|   35 ---
 kde-unstable-x86_64/kfourinline.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:47:54 UTC (rev 244056)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:48:28 UTC (rev 244057)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kfourinline
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A four-in-a-row game
-url=http://kde.org/applications/games/kfourinline/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kfourinline')
-replaces=('kdegames-kfourinline')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
-sha1sums=('a24cd9722e319879f0058543bed6862a38092efd')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kfourinline-${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: kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 244056, 
kfourinline/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:48:28 UTC (rev 244057)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfourinline
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A four-in-a-row game
+url=http://kde.org/applications/games/kfourinline/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kfourinline')
+replaces=('kdegames-kfourinline')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz;)
+sha1sums=('7c21ecfb5d72a8c1617687e6ba5ea835282480d1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kfourinline-${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
+}

Deleted: kde-unstable-i686/kfourinline.install
===
--- kde-unstable-i686/kfourinline.install   2015-08-19 06:47:54 UTC (rev 
244056)
+++ kde-unstable-i686/kfourinline.install   2015-08-19 06:48:28 UTC (rev 
244057)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kfourinline/repos/kde-unstable-i686/kfourinline.install (from rev 
244056, kfourinline/trunk/kfourinline.install)
===
--- kde-unstable-i686/kfourinline.install   (rev 0)
+++ kde-unstable-i686/kfourinline.install   2015-08-19 06:48:28 UTC (rev 
244057)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:53:56
  Author: arojas
Revision: 244073

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

Added:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
(from rev 244072, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
(from rev 244072, kdegames-kreversi/trunk/kdegames-kreversi.install)
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244072, kdegames-kreversi/trunk/PKGBUILD)
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install
(from rev 244072, kdegames-kreversi/trunk/kdegames-kreversi.install)
Deleted:
  kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install
  kdegames-kreversi/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kreversi/repos/kde-unstable-x86_64/kdegames-kreversi.install

---+
 /PKGBUILD |   64 
 /kdegames-kreversi.install|   22 
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-kreversi.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-kreversi.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:53:30 UTC (rev 244072)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:56 UTC (rev 244073)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-kreversi
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A simple one player strategy game played against the computer
-url=http://kde.org/applications/games/kreversi/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
-sha1sums=('c4ee181cd175c67ae6e9a62fea42b0ae199f1076')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kreversi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/PKGBUILD (from rev 244072, 
kdegames-kreversi/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:56 UTC (rev 244073)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kreversi
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A simple one player strategy game played against the computer
+url=http://kde.org/applications/games/kreversi/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kreversi-${pkgver}.tar.xz;)
+sha1sums=('1e47311f34fd85969d87847e3dafde2ad0ad47ca')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kreversi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-kreversi.install
===
--- kde-unstable-i686/kdegames-kreversi.install 2015-08-19 06:53:30 UTC (rev 
244072)
+++ kde-unstable-i686/kdegames-kreversi.install 2015-08-19 06:53:56 UTC (rev 
244073)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kreversi/repos/kde-unstable-i686/kdegames-kreversi.install 
(from rev 244072, kdegames-kreversi/trunk/kdegames-kreversi.install)
===
--- kde-unstable-i686/kdegames-kreversi.install (rev 0)
+++ kde-unstable-i686/kdegames-kreversi.install 2015-08-19 06:53:56 UTC (rev 
244073)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:54:15
  Author: arojas
Revision: 244074

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

Added:
  kshisen/repos/kde-unstable-i686/PKGBUILD
(from rev 244073, kshisen/trunk/PKGBUILD)
  kshisen/repos/kde-unstable-i686/kshisen.install
(from rev 244073, kshisen/trunk/kshisen.install)
  kshisen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244073, kshisen/trunk/PKGBUILD)
  kshisen/repos/kde-unstable-x86_64/kshisen.install
(from rev 244073, kshisen/trunk/kshisen.install)
Deleted:
  kshisen/repos/kde-unstable-i686/PKGBUILD
  kshisen/repos/kde-unstable-i686/kshisen.install
  kshisen/repos/kde-unstable-x86_64/PKGBUILD
  kshisen/repos/kde-unstable-x86_64/kshisen.install

-+
 /PKGBUILD   |   70 ++
 /kshisen.install|   22 ++
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kshisen.install   |   11 -
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kshisen.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:53:56 UTC (rev 244073)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:54:15 UTC (rev 244074)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kshisen
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
-url=http://kde.org/applications/games/kshisen/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'libkmahjongg')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kshisen')
-replaces=('kdegames-kshisen')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
-sha1sums=('903fe2cfa1c7007b97278232d4c8edf5efda3afc')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kshisen-${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: kshisen/repos/kde-unstable-i686/PKGBUILD (from rev 244073, 
kshisen/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:54:15 UTC (rev 244074)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kshisen
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A solitaire-like game played using the standard set of Mahjong tiles
+url=http://kde.org/applications/games/kshisen/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'libkmahjongg')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kshisen')
+replaces=('kdegames-kshisen')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz;)
+sha1sums=('93c84c51a39e3248248623b9000135d8f3765a42')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kshisen-${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
+}

Deleted: kde-unstable-i686/kshisen.install
===
--- kde-unstable-i686/kshisen.install   2015-08-19 06:53:56 UTC (rev 244073)
+++ kde-unstable-i686/kshisen.install   2015-08-19 06:54:15 UTC (rev 244074)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kshisen/repos/kde-unstable-i686/kshisen.install (from rev 244073, 
kshisen/trunk/kshisen.install)
===
--- kde-unstable-i686/kshisen.install   (rev 0)
+++ kde-unstable-i686/kshisen.install   2015-08-19 06:54:15 UTC (rev 244074)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:53:56 UTC (rev 244073)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:54:15 UTC (rev 244074)
@@ 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:54:34
  Author: arojas
Revision: 244075

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

Added:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
(from rev 244074, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
(from rev 244074, kdegames-ksirk/trunk/kdegames-ksirk.install)
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244074, kdegames-ksirk/trunk/PKGBUILD)
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install
(from rev 244074, kdegames-ksirk/trunk/kdegames-ksirk.install)
Deleted:
  kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install
  kdegames-ksirk/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-ksirk/repos/kde-unstable-x86_64/kdegames-ksirk.install

+
 /PKGBUILD  |   64 +++
 /kdegames-ksirk.install|   22 +
 kde-unstable-i686/PKGBUILD |   32 -
 kde-unstable-i686/kdegames-ksirk.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   32 -
 kde-unstable-x86_64/kdegames-ksirk.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:54:15 UTC (rev 244074)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:54:34 UTC (rev 244075)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-ksirk
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=A computerized version of a well known strategy game
-url=http://kde.org/applications/games/ksirk/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
-sha1sums=('706b7c7d355d973150b237e6a1b42837dae22832')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ksirk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/PKGBUILD (from rev 244074, 
kdegames-ksirk/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:54:34 UTC (rev 244075)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-ksirk
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=A computerized version of a well known strategy game
+url=http://kde.org/applications/games/ksirk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/ksirk-${pkgver}.tar.xz;)
+sha1sums=('fba004a263526223b7051b0b61677b00e1e5ac08')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ksirk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-ksirk.install
===
--- kde-unstable-i686/kdegames-ksirk.install2015-08-19 06:54:15 UTC (rev 
244074)
+++ kde-unstable-i686/kdegames-ksirk.install2015-08-19 06:54:34 UTC (rev 
244075)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-ksirk/repos/kde-unstable-i686/kdegames-ksirk.install (from rev 
244074, kdegames-ksirk/trunk/kdegames-ksirk.install)
===
--- kde-unstable-i686/kdegames-ksirk.install(rev 0)
+++ kde-unstable-i686/kdegames-ksirk.install2015-08-19 06:54:34 UTC (rev 
244075)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:54:15 UTC (rev 244074)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 06:54:34 UTC (rev 244075)
@@ -1,32 +0,0 @@
-# $Id$
-# 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:53:10
  Author: arojas
Revision: 244071

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

Added:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
(from rev 244070, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
(from rev 244070, kdegames-konquest/trunk/kdegames-konquest.install)
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244070, kdegames-konquest/trunk/PKGBUILD)
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install
(from rev 244070, kdegames-konquest/trunk/kdegames-konquest.install)
Deleted:
  kdegames-konquest/repos/kde-unstable-i686/PKGBUILD
  kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install
  kdegames-konquest/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install

---+
 /PKGBUILD |   64 
 /kdegames-konquest.install|   22 
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-konquest.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-konquest.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:52:52 UTC (rev 244070)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:10 UTC (rev 244071)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegames-konquest
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=The KDE version of Gnu-Lactic
-url=http://kde.org/applications/games/konquest/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
-sha1sums=('ebe374d3016eca1c217dcc12d724e0312aa24ca4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../konquest-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/PKGBUILD (from rev 244070, 
kdegames-konquest/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:10 UTC (rev 244071)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-konquest
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=The KDE version of Gnu-Lactic
+url=http://kde.org/applications/games/konquest/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/konquest-${pkgver}.tar.xz;)
+sha1sums=('2910dc5c7533457dd3d2e593c80bb027afcaf30f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../konquest-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/kdegames-konquest.install
===
--- kde-unstable-i686/kdegames-konquest.install 2015-08-19 06:52:52 UTC (rev 
244070)
+++ kde-unstable-i686/kdegames-konquest.install 2015-08-19 06:53:10 UTC (rev 
244071)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 244070, kdegames-konquest/trunk/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2015-08-19 06:53:10 UTC (rev 
244071)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 06:52:52 UTC (rev 244070)
+++ kde-unstable-x86_64/PKGBUILD

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 08:53:30
  Author: arojas
Revision: 244072

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

Added:
  kpatience/repos/kde-unstable-i686/PKGBUILD
(from rev 244071, kpatience/trunk/PKGBUILD)
  kpatience/repos/kde-unstable-i686/kpatience.install
(from rev 244071, kpatience/trunk/kpatience.install)
  kpatience/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244071, kpatience/trunk/PKGBUILD)
  kpatience/repos/kde-unstable-x86_64/kpatience.install
(from rev 244071, kpatience/trunk/kpatience.install)
Deleted:
  kpatience/repos/kde-unstable-i686/PKGBUILD
  kpatience/repos/kde-unstable-i686/kpatience.install
  kpatience/repos/kde-unstable-x86_64/PKGBUILD
  kpatience/repos/kde-unstable-x86_64/kpatience.install

---+
 /PKGBUILD |   72 
 /kpatience.install|   26 +++
 kde-unstable-i686/PKGBUILD|   36 
 kde-unstable-i686/kpatience.install   |   13 -
 kde-unstable-x86_64/PKGBUILD  |   36 
 kde-unstable-x86_64/kpatience.install |   13 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 06:53:10 UTC (rev 244071)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:30 UTC (rev 244072)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=kpatience
-pkgver=15.07.90
-pkgrel=1
-pkgdesc=Offers a selection of solitaire card games
-url=http://kde.org/applications/games/kpat/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kpatience')
-replaces=('kdegames-kpatience')
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
-sha1sums=('ea445960b15319fa1bad9e744e405cf7ed6abedf')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kpat-${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: kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 244071, 
kpatience/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 06:53:30 UTC (rev 244072)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpatience
+pkgver=15.08.0
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('bd0f70ba8fe5b3ba345f3f278e7138b4743ab0d5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${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
+}

Deleted: kde-unstable-i686/kpatience.install
===
--- kde-unstable-i686/kpatience.install 2015-08-19 06:53:10 UTC (rev 244071)
+++ kde-unstable-i686/kpatience.install 2015-08-19 06:53:30 UTC (rev 244072)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-desktop-database -q
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kpatience/repos/kde-unstable-i686/kpatience.install (from rev 244071, 
kpatience/trunk/kpatience.install)
===
--- kde-unstable-i686/kpatience.install (rev 0)
+++ kde-unstable-i686/kpatience.install 2015-08-19 06:53:30 UTC (rev 244072)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: 

  1   2   3   >