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

2015-06-30 Thread Sébastien Luttringer
Date: Wednesday, July 1, 2015 @ 08:58:39
  Author: seblu
Revision: 136185

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 136184, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 136184, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 136184, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 136184, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-01 06:58:24 UTC (rev 136184)
+++ community-i686/PKGBUILD 2015-07-01 06:58:39 UTC (rev 136185)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli 
-
-pkgname=keepalived
-pkgver=1.2.17
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
-'keepalived.service')
-md5sums=('8d6400e1be43fc303175164d69125dce'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
-  # move examples to /usr/share
-  install -d -m 755 "$pkgdir/usr/share/$pkgname"
-  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-  # systemd
-  install -D -m 644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 136184, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-01 06:58:39 UTC (rev 136185)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.2.18
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
+'keepalived.service')
+md5sums=('4238a97f24e84bf9465dfa384104157e'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # clean pacakge init scripts
+  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+  # systemd
+  install -D -m 644 "$srcdir/$pkgname.service" \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2015-07-01 06:58:24 UTC (rev 136184)
+++ community-i686/keepalived.service   2015-07-01 06:58:39 UTC (rev 136185)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 136184, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2015-07-01 06:58:39 UTC (rev 136185)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===

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

2015-06-30 Thread Sébastien Luttringer
Date: Wednesday, July 1, 2015 @ 08:58:24
  Author: seblu
Revision: 136184

upgpkg: keepalived 1.2.18-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 04:30:05 UTC (rev 136183)
+++ PKGBUILD2015-07-01 06:58:24 UTC (rev 136184)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.17
+pkgver=1.2.18
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz";
 'keepalived.service')
-md5sums=('8d6400e1be43fc303175164d69125dce'
+md5sums=('4238a97f24e84bf9465dfa384104157e'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


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

2015-06-30 Thread Gaetan Bisson
Date: Wednesday, July 1, 2015 @ 07:23:35
  Author: bisson
Revision: 241659

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

Added:
  openssh/repos/testing-i686/
  openssh/repos/testing-i686/PKGBUILD
(from rev 241658, openssh/trunk/PKGBUILD)
  openssh/repos/testing-i686/dispatch.patch
(from rev 241658, openssh/trunk/dispatch.patch)
  openssh/repos/testing-i686/error.patch
(from rev 241658, openssh/trunk/error.patch)
  openssh/repos/testing-i686/install
(from rev 241658, openssh/trunk/install)
  openssh/repos/testing-i686/sshd.conf
(from rev 241658, openssh/trunk/sshd.conf)
  openssh/repos/testing-i686/sshd.pam
(from rev 241658, openssh/trunk/sshd.pam)
  openssh/repos/testing-i686/sshd.service
(from rev 241658, openssh/trunk/sshd.service)
  openssh/repos/testing-i686/sshd.socket
(from rev 241658, openssh/trunk/sshd.socket)
  openssh/repos/testing-i686/sshd@.service
(from rev 241658, openssh/trunk/sshd@.service)
  openssh/repos/testing-i686/sshdgenkeys.service
(from rev 241658, openssh/trunk/sshdgenkeys.service)
  openssh/repos/testing-x86_64/
  openssh/repos/testing-x86_64/PKGBUILD
(from rev 241658, openssh/trunk/PKGBUILD)
  openssh/repos/testing-x86_64/dispatch.patch
(from rev 241658, openssh/trunk/dispatch.patch)
  openssh/repos/testing-x86_64/error.patch
(from rev 241658, openssh/trunk/error.patch)
  openssh/repos/testing-x86_64/install
(from rev 241658, openssh/trunk/install)
  openssh/repos/testing-x86_64/sshd.conf
(from rev 241658, openssh/trunk/sshd.conf)
  openssh/repos/testing-x86_64/sshd.pam
(from rev 241658, openssh/trunk/sshd.pam)
  openssh/repos/testing-x86_64/sshd.service
(from rev 241658, openssh/trunk/sshd.service)
  openssh/repos/testing-x86_64/sshd.socket
(from rev 241658, openssh/trunk/sshd.socket)
  openssh/repos/testing-x86_64/sshd@.service
(from rev 241658, openssh/trunk/sshd@.service)
  openssh/repos/testing-x86_64/sshdgenkeys.service
(from rev 241658, openssh/trunk/sshdgenkeys.service)

+
 testing-i686/PKGBUILD  |   92 +++
 testing-i686/dispatch.patch|   81 ++
 testing-i686/error.patch   |   25 +
 testing-i686/install   |   10 +++
 testing-i686/sshd.conf |1 
 testing-i686/sshd.pam  |6 ++
 testing-i686/sshd.service  |   17 ++
 testing-i686/sshd.socket   |   10 +++
 testing-i686/sshd@.service |8 +++
 testing-i686/sshdgenkeys.service   |   17 ++
 testing-x86_64/PKGBUILD|   92 +++
 testing-x86_64/dispatch.patch  |   81 ++
 testing-x86_64/error.patch |   25 +
 testing-x86_64/install |   10 +++
 testing-x86_64/sshd.conf   |1 
 testing-x86_64/sshd.pam|6 ++
 testing-x86_64/sshd.service|   17 ++
 testing-x86_64/sshd.socket |   10 +++
 testing-x86_64/sshd@.service   |8 +++
 testing-x86_64/sshdgenkeys.service |   17 ++
 20 files changed, 534 insertions(+)

Copied: openssh/repos/testing-i686/PKGBUILD (from rev 241658, 
openssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-01 05:23:35 UTC (rev 241659)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Aaron Griffin 
+# Contributor: judd 
+
+pkgname=openssh
+pkgver=6.9p1
+pkgrel=1
+pkgdesc='Free version of the SSH connectivity tools'
+url='http://www.openssh.org/portable.html'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('linux-headers')
+depends=('krb5' 'openssl' 'libedit' 'ldns')
+optdepends=('xorg-xauth: X11 forwarding'
+'x11-ssh-askpass: input passphrase in X')
+validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
+source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'sshdgenkeys.service'
+'sshd@.service'
+'sshd.service'
+'sshd.socket'
+'sshd.conf'
+'sshd.pam')
+sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP'
+  'cc1ceec606c98c7407e7ac21ade23aed81e31405'
+  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
+  'ec49c6beba923e201505f5669cea48cad29014db'
+  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
+  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
+  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+
+backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/ssh \
+   --sysconfdir=/etc/ssh \
+   --with-ldns \
+ 

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

2015-06-30 Thread Gaetan Bisson
Date: Wednesday, July 1, 2015 @ 07:21:46
  Author: bisson
Revision: 241658

upstream update

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 04:33:57 UTC (rev 241657)
+++ PKGBUILD2015-07-01 05:21:46 UTC (rev 241658)
@@ -4,8 +4,8 @@
 # Contributor: judd 
 
 pkgname=openssh
-pkgver=6.8p1
-pkgrel=3
+pkgver=6.9p1
+pkgrel=1
 pkgdesc='Free version of the SSH connectivity tools'
 url='http://www.openssh.org/portable.html'
 license=('custom:BSD')
@@ -16,8 +16,6 @@
 'x11-ssh-askpass: input passphrase in X')
 validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30')
 
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'error.patch'
-'dispatch.patch'
 'sshdgenkeys.service'
 'sshd@.service'
 'sshd.service'
@@ -24,9 +22,7 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha1sums=('cdbc51e46a902b30d263b05fdc71340920e91c92' 'SKIP'
-  '1b6b11efe9b20b9d1e51a59ac4b16eefb1dc84b8'
-  'e629d45e899bbb2b3e702080f37cb40f3dc2b9b4'
+sha1sums=('86ab57f00d0fd9bf302760f2f6deac1b6e9df265' 'SKIP'
   'cc1ceec606c98c7407e7ac21ade23aed81e31405'
   '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
   'ec49c6beba923e201505f5669cea48cad29014db'
@@ -38,12 +34,6 @@
 
 install=install
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../error.patch
-   patch -p1 -i ../dispatch.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2015-06-30 Thread Jan Steffens
Date: Wednesday, July 1, 2015 @ 06:33:57
  Author: heftig
Revision: 241657

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

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

--+
 testing-i686/PKGBUILD|   81 +
 testing-i686/avahi.install   |6 +++
 testing-x86_64/PKGBUILD  |   81 +
 testing-x86_64/avahi.install |6 +++
 4 files changed, 174 insertions(+)

Copied: avahi/repos/testing-i686/PKGBUILD (from rev 241656, 
avahi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-01 04:33:57 UTC (rev 241657)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.31
+pkgrel=16
+_commit=573e3b5
+pkgdesc='Multicast DNS-SD / Zeroconf Suite'
+#url='http://www.avahi.org/'
+url='http://git.0pointer.net/avahi.git'
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+'python2-twisted: avahi-bookmarks'
+'mono: mono bindings'
+'python2-dbus: avahi-discover'
+'nss-mdns: NSS support for mDNS')
+conflicts=(howl mdnsresponder)
+provides=(howl mdnsresponder)
+install=avahi.install
+options=(!emptydirs)
+backup=(etc/avahi/{hosts,avahi-daemon.conf,services/{ssh,sftp-ssh}.service}
+usr/lib/avahi/service-types.db usr/share/avahi/service-types)
+source=("git+https://github.com/heftig/avahi#commit=$_commit";)
+sha256sums=('SKIP')
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export MOC_QT4=/usr/bin/moc-qt4 PYTHON=/usr/bin/python2
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--disable-monodoc \
+--disable-qt3 \
+--enable-compat-libdns_sd \
+--enable-compat-howl \
+--with-distro=archlinux \
+--with-avahi-priv-access-group=network \
+--with-autoipd-user=avahi \
+--with-autoipd-group=avahi \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  cp -a avahi-python/avahi avahi-python/avahi3
+
+  make
+  make -C avahi-python/avahi3 PYTHON=/usr/bin/python3
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
+PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.4/site-packages
+
+  # howl compat
+  ln -s avahi-compat-howl "$pkgdir/usr/include/howl"
+  ln -s avahi-compat-howl.pc "$pkgdir/usr/lib/pkgconfig/howl.pc"
+
+  # mdnsresponder compat
+  ln -s avahi-compat-libdns_sd/dns_sd.h "$pkgdir/usr/include/dns_sd.h"
+
+  # see FS#42638
+  ln -s avahi-daemon.service 
"$pkgdir/usr/lib/systemd/system/dbus-org.freedesktop.Avahi.service"
+}

Copied: avahi/repos/testing-i686/avahi.install (from rev 241656, 
avahi/trunk/avahi.install)
===
--- testing-i686/avahi.install  (rev 0)
+++ testing-i686/avahi.install  2015-07-01 04:33:57 UTC (rev 241657)
@@ -0,0 +1,6 @@
+post_install() {
+  if ! getent passwd avahi &>/dev/null; then
+groupadd -r -g 84 avahi
+useradd -r -u 84 -g avahi -d / -s /bin/nologin -c avahi avahi
+  fi
+}

Copied: avahi/repos/testing-x86_64/PKGBUILD (from rev 241656, 
avahi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-01 04:33:57 UTC (rev 241657)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=avahi
+pkgver=0.6.31
+pkgrel=16
+_commit=573e3b5
+pkgdesc='Multicast DNS-SD / Zeroconf Suite'
+#url='http://www.avahi.org/'
+url='http://git.0pointer.net/avahi.git'
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
+optdepends=('gtk3: avahi-discover-standalone, bshell,

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

2015-06-30 Thread Jan Steffens
Date: Wednesday, July 1, 2015 @ 06:33:01
  Author: heftig
Revision: 241656

Add patches (mainly from Fedora), fix kDBus, don't remove user on uninstall, 
add py3 lib

Added:
  avahi/trunk/avahi.install
(from rev 241549, avahi/trunk/install)
Modified:
  avahi/trunk/PKGBUILD
Deleted:
  avahi/trunk/install

---+
 PKGBUILD  |  106 +++-
 avahi.install |6 +++
 install   |   11 -
 3 files changed, 58 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 03:01:11 UTC (rev 241655)
+++ PKGBUILD2015-07-01 04:33:01 UTC (rev 241656)
@@ -1,17 +1,20 @@
 # $Id$
-# Maintainer: Gaetan Bisson 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=avahi
 pkgver=0.6.31
-pkgrel=15
-pkgdesc='Multicast/unicast DNS-SD framework'
+pkgrel=16
+_commit=573e3b5
+pkgdesc='Multicast DNS-SD / Zeroconf Suite'
 #url='http://www.avahi.org/'
 url='http://git.0pointer.net/avahi.git'
-license=('LGPL')
-arch=('i686' 'x86_64')
-options=('!emptydirs')
-depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm' 'dbus')
+license=(LGPL)
+arch=(i686 x86_64)
+depends=(expat libdaemon glib2 libcap gdbm dbus)
+makedepends=(git qt4 pygtk mono intltool python2-dbus gtk-sharp-2 
gobject-introspection gtk3
+ xmltoman python-dbus)
 optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
 'gtk2: gtk2 bindings'
 'qt4: qt4 bindings'
@@ -20,64 +23,59 @@
 'mono: mono bindings'
 'python2-dbus: avahi-discover'
 'nss-mdns: NSS support for mDNS')
-makedepends=('git' 'qt4' 'pygtk' 'mono' 'intltool' 'python2-dbus'
- 'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman')
-backup=('etc/avahi/hosts'
-'etc/avahi/avahi-daemon.conf'
-'etc/avahi/services/ssh.service'
-'etc/avahi/services/sftp-ssh.service'
-'usr/lib/avahi/service-types.db'
-'usr/share/avahi/service-types')
-#source=("http://www.avahi.org/download/avahi-${pkgver}.tar.gz";)
-#sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684')
-source=('git://git.0pointer.net/avahi.git#commit=147cdce70b22ae7cee9fb4fe123db40952f31c9e')
-sha1sums=('SKIP')
+conflicts=(howl mdnsresponder)
+provides=(howl mdnsresponder)
+install=avahi.install
+options=(!emptydirs)
+backup=(etc/avahi/{hosts,avahi-daemon.conf,services/{ssh,sftp-ssh}.service}
+usr/lib/avahi/service-types.db usr/share/avahi/service-types)
+source=("git+https://github.com/heftig/avahi#commit=$_commit";)
+sha256sums=('SKIP')
 
-conflicts=('howl' 'mdnsresponder')
-provides=('howl' 'mdnsresponder')
 
-install=install
-
 prepare() {
-   cd "${srcdir}/${pkgname}" #-${pkgver}"
-   sed '/^Libs:/s:$: -ldbus-1:' -i avahi-client.pc.in
-   sed 's:/sbin/resolvconf:/usr/sbin/resolvconf:g' -i */*.action
-   sed 's:-DG[^ ]*_DISABLE_DEPRECATED=1::g' -i avahi-ui/Makefile.*
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-   cd "${srcdir}/${pkgname}" #-${pkgver}"
-   export MOC_QT4=/usr/bin/moc-qt4
-   export PYTHON=/usr/bin/python2
+  cd $pkgname
+  export MOC_QT4=/usr/bin/moc-qt4 PYTHON=/usr/bin/python2
 
-   ./autogen.sh || true
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-monodoc \
-   --disable-qt3 \
-   --enable-compat-libdns_sd \
-   --enable-compat-howl \
-   --with-distro=archlinux \
-   --with-avahi-priv-access-group=network \
-   --with-autoipd-user=avahi \
-   --with-autoipd-group=avahi \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--disable-monodoc \
+--disable-qt3 \
+--enable-compat-libdns_sd \
+--enable-compat-howl \
+--with-distro=archlinux \
+--with-avahi-priv-access-group=network \
+--with-autoipd-user=avahi \
+--with-autoipd-group=avahi \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
 
-   make
+  cp -a avahi-python/avahi avahi-python/avahi3
+
+  make
+  make -C avahi-python/avahi3 PYTHON=/usr/bin/python3
 }
 
 package() {
-   cd "${srcdir}/${pkgname}" #-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm -fr "${pkgdir}"/etc/rc.d
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" -C avahi-python/avahi3 install \
+PYTHON=/usr/bin/python3 pythondir=/usr/lib/python3.4/site-packages
 
-   # howl and mdnsresponder compatability
-   cd "${pkgdir}"/usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h 
dns_sd.h; ln -s avahi-compat-howl howl
-   cd "${pkgdir}"/usr/lib/pkgconf

[arch-commits] Commit in python-virtualenv-clone/repos/community-any (2 files)

2015-06-30 Thread Evangelos Foutras
Date: Wednesday, July 1, 2015 @ 06:30:05
  Author: foutrelis
Revision: 136183

archrelease: copy trunk to community-any

Added:
  python-virtualenv-clone/repos/community-any/PKGBUILD
(from rev 136182, python-virtualenv-clone/trunk/PKGBUILD)
Deleted:
  python-virtualenv-clone/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 04:29:56 UTC (rev 136182)
+++ PKGBUILD2015-07-01 04:30:05 UTC (rev 136183)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras https://github.com/edwardgeorge/virtualenv-clone";
-license=('GPL')
-makedepends=('python-distribute' 'python2-distribute')
-options=('!emptydirs')
-source=(http://pypi.python.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
-sha256sums=('7087ba4eb48acfd5209a3fd03e15d072f28742619127c98333057e32748d91c4')
-
-package_python-virtualenv-clone() {
-  depends=('python-distribute')
-
-  cd "$srcdir/virtualenv-clone-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-virtualenv-clone() {
-  depends=('python2')
-
-  cd "$srcdir/virtualenv-clone-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-
-  # virtualenv-clone is provided by the python-virtualenv-clone package
-  rm "$pkgdir/usr/bin/virtualenv-clone"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenv-clone/repos/community-any/PKGBUILD (from rev 136182, 
python-virtualenv-clone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-01 04:30:05 UTC (rev 136183)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras https://github.com/edwardgeorge/virtualenv-clone";
+license=('GPL')
+makedepends=('python-distribute' 'python2-distribute')
+options=('!emptydirs')
+source=(http://pypi.python.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
+sha256sums=('6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405')
+
+package_python-virtualenv-clone() {
+  depends=('python-distribute')
+
+  cd "$srcdir/virtualenv-clone-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-virtualenv-clone() {
+  depends=('python2')
+
+  cd "$srcdir/virtualenv-clone-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+
+  # virtualenv-clone is provided by the python-virtualenv-clone package
+  rm "$pkgdir/usr/bin/virtualenv-clone"
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-30 Thread Evangelos Foutras
Date: Wednesday, July 1, 2015 @ 06:29:56
  Author: foutrelis
Revision: 136182

upgpkg: python-virtualenv-clone 0.2.6-1

New upstream release.

Modified:
  python-virtualenv-clone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 03:11:12 UTC (rev 136181)
+++ PKGBUILD2015-07-01 04:29:56 UTC (rev 136182)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras http://pypi.python.org/packages/source/v/virtualenv-clone/virtualenv-clone-$pkgver.tar.gz)
-sha256sums=('7087ba4eb48acfd5209a3fd03e15d072f28742619127c98333057e32748d91c4')
+sha256sums=('6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405')
 
 package_python-virtualenv-clone() {
   depends=('python-distribute')


[arch-commits] Commit in python-pycuda/repos/community-x86_64 (4 files)

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:11:12
  Author: fyan
Revision: 136181

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 136180, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 136180, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  154 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-01 03:10:52 UTC (rev 136180)
+++ LICENSE 2015-07-01 03:11:12 UTC (rev 136181)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and Contributors.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Copied: python-pycuda/repos/community-x86_64/LICENSE (from rev 136180, 
python-pycuda/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-01 03:11:12 UTC (rev 136181)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the “Software”), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 03:10:52 UTC (rev 136180)
+++ PKGBUILD2015-07-01 03:11:12 UTC (rev 136181)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1
-pkgrel=1
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('x86_64')
-url="http://mathema.tician.de/software/pycuda";
-license=('MIT' 'Apache')
-source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('b5a8712abb669d3ec243ae62fa683fc8cb99cab7375322c2fd6ad4f967b8a12f768b90398cc28e69874bf40e8aa1e3765c684986a96aab5279a8f1c7a44d51db'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
-
-build() {
-   cd "${srcdir}"
-  
-   _arch=''
-   [[ "$CARCH" = "x86_64" ]] && _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./configure.py \
-  --cuda-root=/opt/cuda \
-  

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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:10:52
  Author: fyan
Revision: 136180

upgpkg: python-pycuda 2015.1.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 03:00:17 UTC (rev 136179)
+++ PKGBUILD2015-07-01 03:10:52 UTC (rev 136180)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1
+pkgver=2015.1.1
 pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz";
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('b5a8712abb669d3ec243ae62fa683fc8cb99cab7375322c2fd6ad4f967b8a12f768b90398cc28e69874bf40e8aa1e3765c684986a96aab5279a8f1c7a44d51db'
+sha512sums=('e5186a8acd5bb7de23ee85b372b443d5d291b53e86abca99e2b0048032a3f5cabff03fe2f6c188944e26e577739801ed13ca6430f89bd80f49e6c080ef3a7d9e'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


[arch-commits] Commit in pylint/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:01:11
  Author: fyan
Revision: 241655

archrelease: copy trunk to extra-any

Added:
  pylint/repos/extra-any/PKGBUILD
(from rev 241654, pylint/trunk/PKGBUILD)
Deleted:
  pylint/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 03:00:53 UTC (rev 241654)
+++ PKGBUILD2015-07-01 03:01:11 UTC (rev 241655)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=pylint
-pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
-arch=('any')
-url="http://pylint.org";
-license=('GPL')
-makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six')
-optdepends=('tk: Pylint GUI')
-source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-sha1sums=('a8c0f3901a42d2cd82d34cb83bf669ee98c9c4c3')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgver}{,-py3}
-
-  cd ${pkgbase}-${pkgver}/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-
-  cd ../../${pkgbase}-${pkgver}-py3/pylint
-  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-
-  cd ../${pkgbase}-${pkgver}-py3
-  python3 setup.py build
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-
-  cd ../${pkgbase}-${pkgver}-py3
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
-}
-
-package_python2-pylint() {
-  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
-
-  cd ${pkgbase}-${pkgver}
-
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}"/usr/share/man/man1
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-
-  for i in epylint pylint pylint-gui pyreverse symilar; do
- mv "${pkgdir}"/usr/bin/${i}{,2}
- mv "${pkgdir}"/usr/share/man/man1/${i}{,2}.1
-  done
-}
-
-package_python-pylint() {
-  depends=('python-astroid' 'python-setuptools' 'python-six')
-
-  cd ${pkgbase}-${pkgver}-py3
-
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --skip-build 
--optimize=1
-
-  install -d "${pkgdir}/usr/share/man/man1"
-  install -m644 man/* "${pkgdir}/usr/share/man/man1"
-}

Copied: pylint/repos/extra-any/PKGBUILD (from rev 241654, pylint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-01 03:01:11 UTC (rev 241655)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=pylint
+pkgname=('python2-pylint' 'python-pylint')
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
+arch=('any')
+url="http://pylint.org";
+license=('GPL')
+makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six')
+optdepends=('tk: Pylint GUI')
+source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
+sha1sums=('4f46ee34830cebb51a1c5f8fa27e132bd0952ae3')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgver}{,-py3}
+
+  cd ${pkgbase}-${pkgver}/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python2|" -e 
"s|/usr/bin/python$|/usr/bin/python2|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+
+  cd ../../${pkgbase}-${pkgver}-py3/pylint
+  sed -e "s|/usr/bin/env python|/usr/bin/env python3|" -e 
"s|/usr/bin/python$|/usr/bin/python3|" -i epylint.py __main__.py 
test/input/noext test/data/ascript
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+
+  cd ../${pkgbase}-${pkgver}-py3
+  python3 setup.py build
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+
+  cd ../${pkgbase}-${pkgver}-py3
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -Wi -m unittest discover -s 
pylint/test/ -p *test_*.py || warning "Tests failed"
+}
+
+package_python2-pylint() {
+  depends=('python2-astroid' 'python2-setuptools' 'python2-six')
+
+  cd ${pkgbase}-${pkgver}
+
+  python2 setup.py install --prefix=/u

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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:00:53
  Author: fyan
Revision: 241654

upgpkg: pylint 1.4.4-1

Modified:
  pylint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 21:29:07 UTC (rev 241653)
+++ PKGBUILD2015-07-01 03:00:53 UTC (rev 241654)
@@ -6,7 +6,7 @@
 
 pkgbase=pylint
 pkgname=('python2-pylint' 'python-pylint')
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc="Analyzes Python code looking for bugs and signs of poor quality"
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-astroid' 'python-astroid' 'python2-setuptools' 
'python-setuptools' 'python2-six' 'python-six')
 optdepends=('tk: Pylint GUI')
 
source=("http://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz";)
-sha1sums=('a8c0f3901a42d2cd82d34cb83bf669ee98c9c4c3')
+sha1sums=('4f46ee34830cebb51a1c5f8fa27e132bd0952ae3')
 
 prepare() {
   cp -a ${pkgbase}-${pkgver}{,-py3}


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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 05:00:17
  Author: fyan
Revision: 136179

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

Added:
  python-pymongo/repos/community-i686/PKGBUILD
(from rev 136178, python-pymongo/trunk/PKGBUILD)
  python-pymongo/repos/community-x86_64/PKGBUILD
(from rev 136178, python-pymongo/trunk/PKGBUILD)
Deleted:
  python-pymongo/repos/community-i686/PKGBUILD
  python-pymongo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-01 02:59:48 UTC (rev 136178)
+++ community-i686/PKGBUILD 2015-07-01 03:00:17 UTC (rev 136179)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: Thomas S Hatch 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-pymongo
-pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Python module for using MongoDB'
-arch=('x86_64' 'i686')
-license=('APACHE')
-url='http://pypi.python.org/pypi/pymongo/'
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
-optdepends=('mongodb: High-performance schema-free document-oriented database')
-source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('eb4a2102a82603f94306be2081af0ddbbd6d9c21d65e1dc761f0fecffda4c831')
-
-prepare() {
-  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
-}
-
-build() {
-  cd "$srcdir/pymongo-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pymongo2-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  _mongod_run() {
-MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
-  $port = 5;
-  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
-  print $port')
-echo "Picked port $MONGO_TMP_PORT to run tests with."
-
-# Start a mongod instance for test
-rm -rf "$srcdir/mongo_tmp"
-mkdir "$srcdir/mongo_tmp"
-rm -f "$srcdir/mongo_tmp.pid"
-mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
- --nohttpinterface --noauth --smallfiles --nssize 1 --fork 
--pidfilepath "$srcdir/mongo_tmp.pid" --logpath "$srcdir/mongo_tmp.log"
-
-DB_PORT=$MONGO_TMP_PORT "$@"
-kill $(cat "$srcdir/mongo_tmp.pid")
-  }
-
-  cd "$srcdir/pymongo-$pkgver"
-  _mongod_run python setup.py test
-
-  cd "$srcdir/pymongo2-$pkgver"
-  _mongod_run python2 setup.py test
-}
-
-package_python2-pymongo() {
-  depends=('python2')
-
-  cd "pymongo2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-package_python-pymongo() {
-  depends=('python')
-
-  cd "pymongo-$pkgver"
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pymongo/repos/community-i686/PKGBUILD (from rev 136178, 
python-pymongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-01 03:00:17 UTC (rev 136179)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: Thomas S Hatch 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-pymongo
+pkgname=('python-pymongo' 'python2-pymongo')
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='Python module for using MongoDB'
+arch=('x86_64' 'i686')
+license=('APACHE')
+url='http://pypi.python.org/pypi/pymongo/'
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
+optdepends=('mongodb: High-performance schema-free document-oriented database')
+source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
+sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
+
+prepare() {
+  cp -a "pymongo-$pkgver" "pymongo2-$pkgver"
+}
+
+build() {
+  cd "$srcdir/pymongo-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pymongo2-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  _mongod_run() {
+MONGO_TMP_PORT=$(perl -MSocket -le 'socket S, PF_INET, 
SOCK_STREAM,getprotobyname("tcp");
+  $port = 5;
+  ++$port until bind S, sockaddr_in($port,inet_aton("127.1"));
+  print $port')
+echo "Picked port $MONGO_TMP_PORT to run tests with."
+
+# Start a mongod instance for test
+rm -rf "$srcdir/mongo_tmp"
+mkdir "$srcdir/mongo_tmp"
+rm -f "$srcdir/mongo_tmp.pid"
+mongod --bind_ip localhost --port $MONGO_TMP_PORT --dbpath 
"$srcdir/mongo_tmp" --nojournal \
+ --nohttpinterface

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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 04:59:48
  Author: fyan
Revision: 136178

upgpkg: python-pymongo 3.0.3-1

Modified:
  python-pymongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-01 02:58:36 UTC (rev 136177)
+++ PKGBUILD2015-07-01 02:59:48 UTC (rev 136178)
@@ -6,7 +6,7 @@
 
 pkgbase=python-pymongo
 pkgname=('python-pymongo' 'python2-pymongo')
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='Python module for using MongoDB'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 checkdepends=('python-nose' 'python2-nose' 'python2-gevent' 'mongodb' 'perl')
 optdepends=('mongodb: High-performance schema-free document-oriented database')
 
source=("http://pypi.python.org/packages/source/p/pymongo/pymongo-$pkgver.tar.gz";)
-sha256sums=('eb4a2102a82603f94306be2081af0ddbbd6d9c21d65e1dc761f0fecffda4c831')
+sha256sums=('3c6b2317f8031bc1e200fd1ea35f00a96f4569e3f3f220a5e66ab6227d96ccaf')
 
 prepare() {
   cp -a "pymongo-$pkgver" "pymongo2-$pkgver"


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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 04:58:36
  Author: fyan
Revision: 136177

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-01 02:58:18 UTC (rev 136176)
+++ PKGBUILD2015-07-01 02:58:36 UTC (rev 136177)
@@ -1,43 +0,0 @@
-# Maintainer: Patrice Peterson 
-# Contributor: JonnyJD 
-
-pkgbase=python-secretstorage
-pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.1
-pkgrel=2
-pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
-arch=('any')
-url="https://pypi.python.org/pypi/SecretStorage";
-license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb')
-source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
-md5sums=('0c5c875104ebb6f6d45c7faf6c2943f9')
-
-prepare() {
-  cp -a SecretStorage-$pkgver{,-py2}
-}
-
-check() {
-  cd SecretStorage-$pkgver
-  xvfb-run python -m unittest discover -s tests || warning "Tests failed"
-
-  cd ../SecretStorage-$pkgver-py2
-  xvfb-run python2 -m unittest discover -s tests || warning "Tests failed"
-}
-
-package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto')
-
-  cd SecretStorage-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto')
-
-  cd SecretStorage-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-secretstorage/repos/community-any/PKGBUILD (from rev 136176, 
python-secretstorage/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-01 02:58:36 UTC (rev 136177)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrice Peterson 
+# Contributor: JonnyJD 
+
+pkgbase=python-secretstorage
+pkgname=(python-secretstorage python2-secretstorage)
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
+arch=('any')
+url="https://pypi.python.org/pypi/SecretStorage";
+license=('BSD')
+makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
+source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
+md5sums=('795eadfdfd2f747df146dd1dac9835c0')
+
+prepare() {
+  cp -a SecretStorage-$pkgver{,-py2}
+}
+
+check() {
+  cd SecretStorage-$pkgver
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+
+  cd ../SecretStorage-$pkgver-py2
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
+}
+
+package_python-secretstorage() {
+  depends=('python-dbus' 'python-crypto')
+
+  cd SecretStorage-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-secretstorage() {
+  depends=('python2-dbus' 'python2-crypto')
+
+  cd SecretStorage-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-06-30 Thread Felix Yan
Date: Wednesday, July 1, 2015 @ 04:58:18
  Author: fyan
Revision: 136176

upgpkg: python-secretstorage 2.1.2-1

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 22:16:42 UTC (rev 136175)
+++ PKGBUILD2015-07-01 02:58:18 UTC (rev 136176)
@@ -5,8 +5,8 @@
 
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the 
SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage";
@@ -14,7 +14,7 @@
 makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto')
 checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 
source=("https://pypi.python.org/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz";)
-md5sums=('0c5c875104ebb6f6d45c7faf6c2943f9')
+md5sums=('795eadfdfd2f747df146dd1dac9835c0')
 
 prepare() {
   cp -a SecretStorage-$pkgver{,-py2}
@@ -22,10 +22,10 @@
 
 check() {
   cd SecretStorage-$pkgver
-  xvfb-run python -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
 
   cd ../SecretStorage-$pkgver-py2
-  xvfb-run python2 -m unittest discover -s tests || warning "Tests failed"
+  xvfb-run -a python2 -m unittest discover -s tests || warning "Tests failed"
 }
 
 package_python-secretstorage() {


[arch-commits] Commit in clojure/repos/community-any (8 files)

2015-06-30 Thread Alexander Rødseth
Date: Wednesday, July 1, 2015 @ 00:16:42
  Author: arodseth
Revision: 136175

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 136174, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clj.sh
(from rev 136174, clojure/trunk/clj.sh)
  clojure/repos/community-any/clojure.install
(from rev 136174, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 136174, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clj.sh
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   90 -
 clj.sh  |  276 +++---
 clojure.install |   10 -
 clojure.sh  |2 
 4 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 21:57:46 UTC (rev 136174)
+++ PKGBUILD2015-06-30 22:16:42 UTC (rev 136175)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-
-pkgname=clojure
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment' 'bash')
-makedepends=('java-environment' 'classpath' 'git' 'maven')
-optdepends=('rlwrap: friendlier shell with readline support')
-install='clojure.install'
-source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
-'clj.sh' "$pkgname.sh")
-sha256sums=('SKIP'
-'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-build() {
-  cd "$pkgname"
-
-  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
-}
-
-check() {
-  cd "$pkgname"
-
-  mvn test -Dmaven.repo.local=m2
-}
-
-package() {
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
-  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
-"$pkgdir/usr/share/$pkgname/$pkgname.jar"
-}
-
-# getver: clojure.org/downloads
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 136174, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 22:16:42 UTC (rev 136175)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+
+pkgname=clojure
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('CPL')
+depends=('java-environment' 'bash')
+makedepends=('java-environment' 'classpath' 'git' 'maven')
+optdepends=('rlwrap: friendlier shell with readline support')
+install='clojure.install'
+source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
+'clj.sh' "$pkgname.sh")
+sha256sums=('SKIP'
+'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+build() {
+  cd "$pkgname"
+
+  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
+}
+
+check() {
+  cd "$pkgname"
+
+  mvn test -Dmaven.repo.local=m2
+}
+
+package() {
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
+  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
+"$pkgdir/usr/share/$pkgname/$pkgname.jar"
+}
+
+# getver: clojure.org/downloads
+# vim:set ts=2 sw=2 et:

Deleted: clj.sh
===
--- clj.sh  2015-06-30 21:57:46 UTC (rev 136174)
+++ clj.sh  2015-06-30 22:16:42 UTC (rev 136175)
@@ -1,138 +0,0 @@
-#!/bin/bash
-#
-# Launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   "-Djava.library.path=$CLOJURE_LIBRARY_PATH".
-#   CLOJURE_LIB
-#   This directory, and any jars inside it, will be automatically
-#   added to Clojure's classpath.
-#
-#   CLOJURE_JLINE
-#This should be the path to Jline jar.
-# 

[arch-commits] Commit in clojure/repos/community-any (8 files)

2015-06-30 Thread Alexander Rødseth
Date: Tuesday, June 30, 2015 @ 23:57:46
  Author: arodseth
Revision: 136174

archrelease: copy trunk to community-any

Added:
  clojure/repos/community-any/PKGBUILD
(from rev 136173, clojure/trunk/PKGBUILD)
  clojure/repos/community-any/clj.sh
(from rev 136173, clojure/trunk/clj.sh)
  clojure/repos/community-any/clojure.install
(from rev 136173, clojure/trunk/clojure.install)
  clojure/repos/community-any/clojure.sh
(from rev 136173, clojure/trunk/clojure.sh)
Deleted:
  clojure/repos/community-any/PKGBUILD
  clojure/repos/community-any/clj.sh
  clojure/repos/community-any/clojure.install
  clojure/repos/community-any/clojure.sh

-+
 PKGBUILD|   90 -
 clj.sh  |  276 +++---
 clojure.install |   10 -
 clojure.sh  |2 
 4 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 21:57:34 UTC (rev 136173)
+++ PKGBUILD2015-06-30 21:57:46 UTC (rev 136174)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Chris O'Donnell 
-# Contributor: Sam May 
-
-pkgname=clojure
-pkgver=1.6.0
-pkgrel=3
-pkgdesc='LISP for the JVM'
-url='http://clojure.org/'
-arch=('any')
-license=('CPL')
-depends=('java-environment' 'bash')
-makedepends=('java-environment' 'classpath' 'git' 'maven')
-optdepends=('rlwrap: friendlier shell with readline support')
-install='clojure.install'
-source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
-'clj.sh'
-"$pkgname.sh")
-sha256sums=('SKIP'
-'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
-'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
-
-build() {
-  cd "$pkgname"
-
-  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
-}
-
-check() {
-  cd "$pkgname"
-
-  mvn test -Dmaven.repo.local=m2
-}
-
-package() {
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
-  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
-  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
-"$pkgdir/usr/share/$pkgname/$pkgname.jar"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clojure/repos/community-any/PKGBUILD (from rev 136173, 
clojure/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 21:57:46 UTC (rev 136174)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Chris O'Donnell 
+# Contributor: Sam May 
+
+pkgname=clojure
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='LISP for the JVM'
+url='http://clojure.org/'
+arch=('any')
+license=('CPL')
+depends=('java-environment' 'bash')
+makedepends=('java-environment' 'classpath' 'git' 'maven')
+optdepends=('rlwrap: friendlier shell with readline support')
+install='clojure.install'
+source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
+'clj.sh' "$pkgname.sh")
+sha256sums=('SKIP'
+'2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
+'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
+
+build() {
+  cd "$pkgname"
+
+  mvn package -Dmaven.test.skip=true -Dmaven.repo.local=m2
+}
+
+check() {
+  cd "$pkgname"
+
+  mvn test -Dmaven.repo.local=m2
+}
+
+package() {
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clj"
+  install -Dm755 clj.sh "$pkgdir/usr/bin/clojure"
+  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
+  install -Dm644 "$pkgname/target/$pkgname-$pkgver.jar" \
+"$pkgdir/usr/share/$pkgname/$pkgname.jar"
+}
+
+# getver: clojure.org/downloads
+# vim:set ts=2 sw=2 et:

Deleted: clj.sh
===
--- clj.sh  2015-06-30 21:57:34 UTC (rev 136173)
+++ clj.sh  2015-06-30 21:57:46 UTC (rev 136174)
@@ -1,138 +0,0 @@
-#!/bin/bash
-#
-# Launcher script for Clojure programs. These environment variables can be
-# used to configure the script:
-#
-#   CLOJURE_HOME
-#   The root directory where Clojure is installed.
-#   CLOJURE_JAVA
-#   The name of the java executable used to run Clojure.
-#   CLOJURE_JAVA_OPTS
-#   Additional options to be passed to the java executable.
-#   CLOJURE_CLASSPATH
-#   A path to be added to Clojure's classpath.
-#   CLOJURE_LIBRARY_PATH
-#   A path to be searched for native code such as DLL's or JNI
-#   libraries. This gets added to the Java options as
-#   "-Djava.library.path=$CLOJURE_LIBRARY_PATH".
-#   CLOJURE_LIB
-#   This directory, and any jars inside it, will be automatically
-#   added to Clojure's classpath.
-#
-#   CLOJURE_JLINE
-#This should be the path to Jline jar.
-# TODO:
-#   make CLOJURE_L

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

2015-06-30 Thread Alexander Rødseth
Date: Tuesday, June 30, 2015 @ 23:57:34
  Author: arodseth
Revision: 136173

upgpkg: clojure 1.7.0-1

Modified:
  clojure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 19:30:09 UTC (rev 136172)
+++ PKGBUILD2015-06-30 21:57:34 UTC (rev 136173)
@@ -5,8 +5,8 @@
 # Contributor: Sam May 
 
 pkgname=clojure
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='LISP for the JVM'
 url='http://clojure.org/'
 arch=('any')
@@ -16,8 +16,7 @@
 optdepends=('rlwrap: friendlier shell with readline support')
 install='clojure.install'
 source=("$pkgname::git://github.com/clojure/clojure.git#tag=$pkgname-$pkgver"
-'clj.sh'
-"$pkgname.sh")
+'clj.sh' "$pkgname.sh")
 sha256sums=('SKIP'
 '2194819fd417174351172d94e3ccff050479401ca883b57d325a349072200bee'
 'b3fa6257dad10fb39851e87563269b80b2473623126595d9c279bbd90e97f052')
@@ -42,4 +41,5 @@
 "$pkgdir/usr/share/$pkgname/$pkgname.jar"
 }
 
+# getver: clojure.org/downloads
 # vim:set ts=2 sw=2 et:


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:17:55
  Author: arojas
Revision: 241652

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 241651, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 241651, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 241651, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 241651, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 241651, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 241651, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 241651, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 241651, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
(from rev 241651, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 241651, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 241651, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 241651, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 241651, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 241651, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 241651, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 241651, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 241651, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 241651, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 241651, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
(from rev 241651, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 241651, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 241651, kdebase-workspace/trunk/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

+
 /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|   93 ---
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   25 
 extra-i686/kdm-xinitrd.patch   |   18 ---
 extra-i686/kdm.logrotate   |6 -
 extra-i686/kdm.service |9 -
 extra-i686/khotkeys-qt4.patch  |  

[arch-commits] Commit in kde-wallpapers/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:17:08
  Author: arojas
Revision: 241651

archrelease: copy trunk to extra-any

Added:
  kde-wallpapers/repos/extra-any/PKGBUILD
(from rev 241650, kde-wallpapers/trunk/PKGBUILD)
Deleted:
  kde-wallpapers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 21:16:56 UTC (rev 241650)
+++ PKGBUILD2015-06-30 21:17:08 UTC (rev 241651)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-wallpapers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A set of wallpapers for KDE"
-arch=('any')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('1efbd14ca1a53b4f35e4d63c87a6ffa5dc3f3e5f')
-
-package() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/extra-any/PKGBUILD (from rev 241650, 
kde-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 21:17:08 UTC (rev 241651)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-wallpapers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('1608f1d4294ffed3319c802c7d0801c878616059')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:16:56
  Author: arojas
Revision: 241650

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

Added:
  kdewebdev/repos/extra-i686/PKGBUILD
(from rev 241649, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/extra-i686/kdewebdev-kimagemapeditor.install
(from rev 241649, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/extra-i686/kdewebdev.install
(from rev 241649, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/extra-x86_64/PKGBUILD
(from rev 241649, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/extra-x86_64/kdewebdev-kimagemapeditor.install
(from rev 241649, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/extra-x86_64/kdewebdev.install
(from rev 241649, kdewebdev/trunk/kdewebdev.install)
Deleted:
  kdewebdev/repos/extra-i686/PKGBUILD
  kdewebdev/repos/extra-i686/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/extra-i686/kdewebdev.install
  kdewebdev/repos/extra-x86_64/PKGBUILD
  kdewebdev/repos/extra-x86_64/kdewebdev-kimagemapeditor.install
  kdewebdev/repos/extra-x86_64/kdewebdev.install

+
 /PKGBUILD  |  144 +++
 /kdewebdev-kimagemapeditor.install |   24 +++
 /kdewebdev.install |   22 +++
 extra-i686/PKGBUILD|   72 ---
 extra-i686/kdewebdev-kimagemapeditor.install   |   12 -
 extra-i686/kdewebdev.install   |   11 -
 extra-x86_64/PKGBUILD  |   72 ---
 extra-x86_64/kdewebdev-kimagemapeditor.install |   12 -
 extra-x86_64/kdewebdev.install |   11 -
 9 files changed, 190 insertions(+), 190 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:16:37 UTC (rev 241649)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:56 UTC (rev 241650)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=15.04.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('ba71e96939dba5662bb5801b1e478c02237e964c')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search & Replace Tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfilereplace/";
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kimagemapeditor/";
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
-url="http://www.kde.org/applications/development/klinkstatus/";
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kommander/";
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/extra-i686/PKGBUILD (from rev 241649, 
kdewebdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:56 UTC (rev 241650)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=15.04.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:16:37
  Author: arojas
Revision: 241649

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

Added:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
(from rev 241648, kdeutils-sweeper/trunk/PKGBUILD)
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD
(from rev 241648, kdeutils-sweeper/trunk/PKGBUILD)
Deleted:
  kdeutils-sweeper/repos/extra-i686/PKGBUILD
  kdeutils-sweeper/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:16:22 UTC (rev 241648)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:37 UTC (rev 241649)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('1c0e403296e11fda4377f250035b1b54b8301a9d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeutils-sweeper/repos/extra-i686/PKGBUILD (from rev 241648, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:37 UTC (rev 241649)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('bf6ee803ad911edee0af7368b748df99df680e27')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:16:22 UTC (rev 241648)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:16:37 UTC (rev 241649)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('1c0e403296e11fda4377f250035b1b54b8301a9d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdeutils-sweeper/repos/extra-x86_64/PKGBUILD (from rev 241648, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:16:37 UTC (rev 241649)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('bf6ee803ad911edee0af7368b748df99df680e27')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:15:50
  Author: arojas
Revision: 241646

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

Added:
  kdeutils-kwalletmanager/repos/extra-i686/PKGBUILD
(from rev 241645, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/extra-i686/kdeutils-kwalletmanager.install
(from rev 241645, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
  kdeutils-kwalletmanager/repos/extra-x86_64/PKGBUILD
(from rev 241645, kdeutils-kwalletmanager/trunk/PKGBUILD)
  kdeutils-kwalletmanager/repos/extra-x86_64/kdeutils-kwalletmanager.install
(from rev 241645, 
kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
Deleted:
  kdeutils-kwalletmanager/repos/extra-i686/PKGBUILD
  kdeutils-kwalletmanager/repos/extra-i686/kdeutils-kwalletmanager.install
  kdeutils-kwalletmanager/repos/extra-x86_64/PKGBUILD
  kdeutils-kwalletmanager/repos/extra-x86_64/kdeutils-kwalletmanager.install

--+
 /PKGBUILD|   74 +
 /kdeutils-kwalletmanager.install |   24 
 extra-i686/PKGBUILD  |   37 
 extra-i686/kdeutils-kwalletmanager.install   |   12 
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/kdeutils-kwalletmanager.install |   12 
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:15:35 UTC (rev 241645)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:50 UTC (rev 241646)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kwalletmanager
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kwallet')
-replaces=('kdeutils-kwallet')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz";)
-sha1sums=('00923a3cd74a0908103c4caaade950a1deb4db42')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kwalletmanager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-kwalletmanager/repos/extra-i686/PKGBUILD (from rev 241645, 
kdeutils-kwalletmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:50 UTC (rev 241646)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kwalletmanager
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kwallet')
+replaces=('kdeutils-kwallet')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kwalletmanager-${pkgver}.tar.xz";)
+sha1sums=('47e892766dee14163e73bbad696a1ab8482082bc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kwalletmanager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdeutils-kwalletmanager.install
===
--- extra-i686/kdeutils-kwalletmanager.install  2015-06-30 21:15:35 UTC (rev 
241645)
+++ extra-i686/kdeutils-kwalletmanager.install  2015-06-30 21:15:50 UTC (rev 
241646)
@@ -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: 
kdeutils-kwalletmanager/repos/extra-i686/kdeutils-kwalletmanager.install (from 
rev 241645, kdeutils-kwalletmanager/trunk/kdeutils-kwalletmanager.install)
===
--- extra-i686/kdeutils-kwalletmanager.install  (rev 0)
+++ extra-i686/kdeutils-kwalletmanager.install  2015-06-30 21:15:50 UTC (rev 
241646)
@@ -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: extra-x86_64/PKGBUILD
==

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:16:06
  Author: arojas
Revision: 241647

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

Added:
  print-manager/repos/extra-i686/PKGBUILD
(from rev 241646, print-manager/trunk/PKGBUILD)
  print-manager/repos/extra-x86_64/PKGBUILD
(from rev 241646, print-manager/trunk/PKGBUILD)
Deleted:
  print-manager/repos/extra-i686/PKGBUILD
  print-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:15:50 UTC (rev 241646)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:06 UTC (rev 241647)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'kcmutils' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'qt5-tools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('70da212a8bb13ad9e5a9b44f1ebb20a2183a3a08')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${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: print-manager/repos/extra-i686/PKGBUILD (from rev 241646, 
print-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:06 UTC (rev 241647)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('libcups' 'kcmutils' 'plasma-framework')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'qt5-tools')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('kdeutils-print-manager')
+conflicts=('kdeutils-print-manager')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
+sha1sums=('c91a8099018b06eaac6ce7ac6dac8446290d6e78')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:15:50 UTC (rev 241646)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:16:06 UTC (rev 241647)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('libcups' 'kcmutils' 'plasma-framework')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'qt5-tools')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('kdeutils-print-manager')
-conflicts=('kdeutils-print-manager')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('70da212a8bb13ad9e5a9b44f1ebb20a2183a3a08')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${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: print-manager/repos/extra-x86_64/PKGBUILD (from rev 241646, 
print-manager/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-0

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:16:22
  Author: arojas
Revision: 241648

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

Added:
  kdeutils-superkaramba/repos/extra-i686/PKGBUILD
(from rev 241647, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install
(from rev 241647, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
  kdeutils-superkaramba/repos/extra-x86_64/PKGBUILD
(from rev 241647, kdeutils-superkaramba/trunk/PKGBUILD)
  kdeutils-superkaramba/repos/extra-x86_64/kdeutils-superkaramba.install
(from rev 241647, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
Deleted:
  kdeutils-superkaramba/repos/extra-i686/PKGBUILD
  kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install
  kdeutils-superkaramba/repos/extra-x86_64/PKGBUILD
  kdeutils-superkaramba/repos/extra-x86_64/kdeutils-superkaramba.install

+
 /PKGBUILD  |   66 +++
 /kdeutils-superkaramba.install |   24 +
 extra-i686/PKGBUILD|   33 -
 extra-i686/kdeutils-superkaramba.install   |   12 
 extra-x86_64/PKGBUILD  |   33 -
 extra-x86_64/kdeutils-superkaramba.install |   12 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:16:06 UTC (rev 241647)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:22 UTC (rev 241648)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-superkaramba
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='An engine for cool desktop eyecandy'
-url='http://kde.org/applications/utilities/superkaramba/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
-sha1sums=('a073eaf936944f786408a7783f91dfd82cf2a748')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../superkaramba-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-superkaramba/repos/extra-i686/PKGBUILD (from rev 241647, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:16:22 UTC (rev 241648)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-superkaramba
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
+sha1sums=('6f1b2fa73332c3c17c64c267e3d2995db7ab70ef')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-superkaramba.install
===
--- extra-i686/kdeutils-superkaramba.install2015-06-30 21:16:06 UTC (rev 
241647)
+++ extra-i686/kdeutils-superkaramba.install2015-06-30 21:16:22 UTC (rev 
241648)
@@ -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: kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install 
(from rev 241647, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- extra-i686/kdeutils-superkaramba.install(rev 0)
+++ extra-i686/kdeutils-superkaramba.install2015-06-30 21:16:22 UTC (rev 
241648)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:16:06 UTC (rev 241647)
+++ extra-x86_64/PKGBUILD

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:15:20
  Author: arojas
Revision: 241644

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

Added:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
(from rev 241643, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install
(from rev 241643, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD
(from rev 241643, kdeutils-kremotecontrol/trunk/PKGBUILD)
  kdeutils-kremotecontrol/repos/extra-x86_64/kdeutils-kremotecontrol.install
(from rev 241643, 
kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD
  kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/extra-x86_64/PKGBUILD
  kdeutils-kremotecontrol/repos/extra-x86_64/kdeutils-kremotecontrol.install

--+
 /PKGBUILD|   70 +
 /kdeutils-kremotecontrol.install |   22 +++
 extra-i686/PKGBUILD  |   35 
 extra-i686/kdeutils-kremotecontrol.install   |   11 ---
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/kdeutils-kremotecontrol.install |   11 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:15:05 UTC (rev 241643)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:20 UTC (rev 241644)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
-sha1sums=('dd948cb6ba14ae5f871d2043252b94acbe8ad637')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD (from rev 241643, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:20 UTC (rev 241644)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
+sha1sums=('8451614f7fa9829bc2f25275ec2f478e7350a4b7')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kremotecontrol.install
===
--- extra-i686/kdeutils-kremotecontrol.install  2015-06-30 21:15:05 UTC (rev 
241643)
+++ extra-i686/kdeutils-kremotecontrol.install  2015-06-30 21:15:20 UTC (rev 
241644)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install (from 
rev 241643, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- extra-i686/kdeutils-kremotecontrol.install  (rev 0)
+++ extra-i686/kdeutils-kremotecontrol.install  2015-06-30 21:15:20 UTC (rev 
241644)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:15:35
  Author: arojas
Revision: 241645

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:15:20 UTC (rev 241644)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:35 UTC (rev 241645)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
-sha1sums=('dfaadc7800a447b3ef7e9c2913e5a44a999c0d75')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: ktimer/repos/extra-i686/PKGBUILD (from rev 241644, 
ktimer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:35 UTC (rev 241645)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
+sha1sums=('2c4747a79fc6bcb53ff66a11b0fcaeaaf82c6822')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/ktimer.install
===
--- extra-i686/ktimer.install   2015-06-30 21:15:20 UTC (rev 241644)
+++ extra-i686/ktimer.install   2015-06-30 21:15:35 UTC (rev 241645)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: ktimer/repos/extra-i686/ktimer.install (from rev 241644, 
ktimer/trunk/ktimer.install)
===
--- extra-i686/ktimer.install   (rev 0)
+++ extra-i686/ktimer.install   2015-06-30 21:15:35 UTC (rev 241645)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:15:20 UTC (rev 241644)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:15:35 UTC (rev 241645)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-module

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:15:05
  Author: arojas
Revision: 241643

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

Deleted:
  kdeutils-kgpg/repos/extra-i686/PKGBUILD
  kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/extra-x86_64/PKGBUILD
  kdeutils-kgpg/repos/extra-x86_64/kdeutils-kgpg.install

+
 extra-i686/PKGBUILD|   36 ---
 extra-i686/kdeutils-kgpg.install   |   12 ---
 extra-x86_64/PKGBUILD  |   36 ---
 extra-x86_64/kdeutils-kgpg.install |   12 ---
 4 files changed, 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:14:58 UTC (rev 241642)
+++ extra-i686/PKGBUILD 2015-06-30 21:15:05 UTC (rev 241643)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs')
-optdepends=('kde-agent: For starting and shutting down gpg-agent with KDE 
session manager')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
-sha1sums=('4f4ff8fea96863552ad739c978efbb9514c8c6c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Deleted: extra-i686/kdeutils-kgpg.install
===
--- extra-i686/kdeutils-kgpg.install2015-06-30 21:14:58 UTC (rev 241642)
+++ extra-i686/kdeutils-kgpg.install2015-06-30 21:15:05 UTC (rev 241643)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:14:58 UTC (rev 241642)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:15:05 UTC (rev 241643)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs')
-optdepends=('kde-agent: For starting and shutting down gpg-agent with KDE 
session manager')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
-sha1sums=('4f4ff8fea96863552ad739c978efbb9514c8c6c3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Deleted: extra-x86_64/kdeutils-kgpg.install
===
--- extra-x86_64/kdeutils-kgpg.install  2015-06-30 21:14:58 UTC (rev 241642)
+++ extra-x86_64/kdeutils-kgpg.install  2015-06-30 21:15:05 UTC (rev 241643)
@@ -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
-}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:14:58
  Author: arojas
Revision: 241642

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

Added:
  kdeutils-kfloppy/repos/extra-i686/PKGBUILD
(from rev 241641, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install
(from rev 241641, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/extra-x86_64/PKGBUILD
(from rev 241641, kdeutils-kfloppy/trunk/PKGBUILD)
  kdeutils-kfloppy/repos/extra-x86_64/kdeutils-kfloppy.install
(from rev 241641, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
Deleted:
  kdeutils-kfloppy/repos/extra-i686/PKGBUILD
  kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install
  kdeutils-kfloppy/repos/extra-x86_64/PKGBUILD
  kdeutils-kfloppy/repos/extra-x86_64/kdeutils-kfloppy.install

---+
 /PKGBUILD |   66 
 /kdeutils-kfloppy.install |   24 +++
 extra-i686/PKGBUILD   |   33 
 extra-i686/kdeutils-kfloppy.install   |   12 -
 extra-x86_64/PKGBUILD |   33 
 extra-x86_64/kdeutils-kfloppy.install |   12 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:14:43 UTC (rev 241641)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:58 UTC (rev 241642)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
-sha1sums=('b224164043e98489d0142af316f12b9d0fc31558')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/extra-i686/PKGBUILD (from rev 241641, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:58 UTC (rev 241642)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
+sha1sums=('98139735fc0b74bcae092d7cf15f43ca26ca52d2')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kfloppy.install
===
--- extra-i686/kdeutils-kfloppy.install 2015-06-30 21:14:43 UTC (rev 241641)
+++ extra-i686/kdeutils-kfloppy.install 2015-06-30 21:14:58 UTC (rev 241642)
@@ -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: kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install (from rev 
241641, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- extra-i686/kdeutils-kfloppy.install (rev 0)
+++ extra-i686/kdeutils-kfloppy.install 2015-06-30 21:14:58 UTC (rev 241642)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:14:43 UTC (rev 241641)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:14:58 UTC (rev 241642)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64'

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:14:29
  Author: arojas
Revision: 241639

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:14:13 UTC (rev 241638)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:29 UTC (rev 241639)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('50edde0e134a73d3fe9ac481accdb861d2bb71d2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${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: kcharselect/repos/extra-i686/PKGBUILD (from rev 241638, 
kcharselect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:29 UTC (rev 241639)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('d906ea3b9444ba49ed9470c1d62b2d35131144b1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:14:13 UTC (rev 241638)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:14:29 UTC (rev 241639)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-groups=('kde-applications' 'kdeutils')
-conflicts=('kdeutils-kcharselect')
-replaces=('kdeutils-kcharselect')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('50edde0e134a73d3fe9ac481accdb861d2bb71d2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${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: kcharselect/repos/extra-x86_64/PKGBUILD (from rev 241638, 
kcharselect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:14:29 UTC (rev 241639)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+groups=('kde-applications' 'kdeutils')
+conflicts=('kdeutils-kcharselect')
+replaces=('kdeutils-kcharselect')
+source=("http://download.k

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:14:43
  Author: arojas
Revision: 241641

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

Added:
  kdeutils-kdf/repos/extra-i686/PKGBUILD
(from rev 241639, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install
(from rev 241639, kdeutils-kdf/trunk/kdeutils-kdf.install)
  kdeutils-kdf/repos/extra-x86_64/PKGBUILD
(from rev 241640, kdeutils-kdf/trunk/PKGBUILD)
  kdeutils-kdf/repos/extra-x86_64/kdeutils-kdf.install
(from rev 241640, kdeutils-kdf/trunk/kdeutils-kdf.install)
Deleted:
  kdeutils-kdf/repos/extra-i686/PKGBUILD
  kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install
  kdeutils-kdf/repos/extra-x86_64/PKGBUILD
  kdeutils-kdf/repos/extra-x86_64/kdeutils-kdf.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:14:37 UTC (rev 241640)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:43 UTC (rev 241641)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=15.04.2
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('63b1f9c39e987a6a369dec9ccdbffde404cae4a9')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/extra-i686/PKGBUILD (from rev 241639, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:43 UTC (rev 241641)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=15.04.3
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/";
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz";)
+sha1sums=('18c95304e32d3718959265270239f8f82bfa2af5')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kdf.install
===
--- extra-i686/kdeutils-kdf.install 2015-06-30 21:14:37 UTC (rev 241640)
+++ extra-i686/kdeutils-kdf.install 2015-06-30 21:14:43 UTC (rev 241641)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install (from rev 241639, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- extra-i686/kdeutils-kdf.install (rev 0)
+++ extra-i686/kdeutils-kdf.install 2015-06-30 21:14:43 UTC (rev 241641)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:14:37 UTC (rev 241640)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:14:43 UTC (rev 241641)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=15.04.2
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applicat

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

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 23:14:37
  Author: heftig
Revision: 241640

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

Added:
  xorg-server/repos/testing-i686/
  
xorg-server/repos/testing-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 241636, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 241636, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/testing-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 241636, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 241636, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 241636, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/nvidia-drm-outputclass.conf
(from rev 241636, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 241637, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 241637, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 241637, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  
xorg-server/repos/testing-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
(from rev 241637, 
xorg-server/trunk/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch)
  
xorg-server/repos/testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch
(from rev 241638, 
xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch)
  
xorg-server/repos/testing-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
(from rev 241638, 
xorg-server/trunk/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 241638, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 241638, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 241638, xorg-server/trunk/nvidia-drm-outputclass.conf)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 241638, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 241638, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 241638, xorg-server/trunk/xvfb-run.1)

---+
 testing-i686/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch   
|  210 +++
 testing-i686/0001-systemd-logind-do-not-rely-on-directed-signals.patch
|   55 +
 testing-i686/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch  
|  134 
 testing-i686/PKGBUILD 
|  235 
 testing-i686/autoconfig-sis.patch 
|   21 
 testing-i686/nvidia-drm-outputclass.conf  
|6 
 testing-i686/xorg-server.install  
|   18 
 testing-i686/xvfb-run 
|  180 ++
 testing-i686/xvfb-run.1   
|  282 ++
 testing-x86_64/0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch 
|  210 +++
 testing-x86_64/0001-systemd-logind-do-not-rely-on-directed-signals.patch  
|   55 +
 testing-x86_64/0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
|  134 
 testing-x86_64/PKGBUILD   
|  235 
 testing-x86_64/autoconfig-sis.patch   
|   21 
 testing-x86_64/nvidia-drm-outputclass.conf
|6 
 testing-x86_64/xorg-server.install
|   18 
 testing-x86_64/xvfb-run   
|  180 ++
 testing-x86_64/xvfb-run.1 
|  282 ++
 18 files changed, 2282 insertions(+)

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


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:13:59
  Author: arojas
Revision: 241637

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

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

+
 /PKGBUILD  |   76 +++
 /filelight.install |   26 +
 extra-i686/PKGBUILD|   38 ---
 extra-i686/filelight.install   |   13 --
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/filelight.install |   13 --
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:13:44 UTC (rev 241636)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:59 UTC (rev 241637)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kparts')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-filelight')
-conflicts=('kdeutils-filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz";)
-sha1sums=('9ebdcc2ff872912193a6d8b5844ce89e36615bb0')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: filelight/repos/extra-i686/PKGBUILD (from rev 241636, 
filelight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:59 UTC (rev 241637)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-filelight')
+conflicts=('kdeutils-filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz";)
+sha1sums=('980959855fe90c61715c596d53496526f1e40ce7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/filelight.install
===
--- extra-i686/filelight.install2015-06-30 21:13:44 UTC (rev 241636)
+++ extra-i686/filelight.install2015-06-30 21:13:59 UTC (rev 241637)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: filelight/repos/extra-i686/filelight.install (from rev 241636, 
filelight/trunk/filelight.install)
===
--- extra-i686/filelight.install(rev 0)
+++ extra-i686/filelight.install2015-06-30 21:13:59 UTC (rev 241637)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:13:44 UTC (rev 241636)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:13:59 UTC (rev 241637)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applic

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:13:44
  Author: arojas
Revision: 241636

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

Added:
  kdeutils-ark/repos/extra-i686/PKGBUILD
(from rev 241635, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/extra-i686/kdeutils-ark.install
(from rev 241635, kdeutils-ark/trunk/kdeutils-ark.install)
  kdeutils-ark/repos/extra-x86_64/PKGBUILD
(from rev 241635, kdeutils-ark/trunk/PKGBUILD)
  kdeutils-ark/repos/extra-x86_64/kdeutils-ark.install
(from rev 241635, kdeutils-ark/trunk/kdeutils-ark.install)
Deleted:
  kdeutils-ark/repos/extra-i686/PKGBUILD
  kdeutils-ark/repos/extra-i686/kdeutils-ark.install
  kdeutils-ark/repos/extra-x86_64/PKGBUILD
  kdeutils-ark/repos/extra-x86_64/kdeutils-ark.install

---+
 /PKGBUILD |   68 
 /kdeutils-ark.install |   24 
 extra-i686/PKGBUILD   |   34 --
 extra-i686/kdeutils-ark.install   |   12 --
 extra-x86_64/PKGBUILD |   34 --
 extra-x86_64/kdeutils-ark.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:13:29 UTC (rev 241635)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:44 UTC (rev 241636)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz";)
-sha1sums=('24d24d72225d99debca98a92edee03bef78fde85')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/extra-i686/PKGBUILD (from rev 241635, 
kdeutils-ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:44 UTC (rev 241636)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-ark
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ark-${pkgver}.tar.xz";)
+sha1sums=('891187b1c49258ab461f1dcbfae82f0640a96f54')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-ark.install
===
--- extra-i686/kdeutils-ark.install 2015-06-30 21:13:29 UTC (rev 241635)
+++ extra-i686/kdeutils-ark.install 2015-06-30 21:13:44 UTC (rev 241636)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/extra-i686/kdeutils-ark.install (from rev 241635, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- extra-i686/kdeutils-ark.install (rev 0)
+++ extra-i686/kdeutils-ark.install 2015-06-30 21:13:44 UTC (rev 241636)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:13:29 UTC (rev 241635)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:13:44 UTC (rev 241636)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:14:13
  Author: arojas
Revision: 241638

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

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

+
 /PKGBUILD  |   78 +++
 /kcalc.install |   26 ++
 extra-i686/PKGBUILD|   39 -
 extra-i686/kcalc.install   |   13 ---
 extra-x86_64/PKGBUILD  |   39 -
 extra-x86_64/kcalc.install |   13 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:13:59 UTC (rev 241637)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:13 UTC (rev 241638)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdeutils-kcalc')
-replaces=('kdeutils-kcalc')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('48c0adb37a1a694bb692bd2a6ce8376f5d893771')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kcalc-${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: kcalc/repos/extra-i686/PKGBUILD (from rev 241637, kcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:14:13 UTC (rev 241638)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kinit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdeutils-kcalc')
+replaces=('kdeutils-kcalc')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
+sha1sums=('4bf593b1be3f91636a984f5370aa2e32f4ab6210')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kcalc-${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: extra-i686/kcalc.install
===
--- extra-i686/kcalc.install2015-06-30 21:13:59 UTC (rev 241637)
+++ extra-i686/kcalc.install2015-06-30 21:14:13 UTC (rev 241638)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
-

Copied: kcalc/repos/extra-i686/kcalc.install (from rev 241637, 
kcalc/trunk/kcalc.install)
===
--- extra-i686/kcalc.install(rev 0)
+++ extra-i686/kcalc.install2015-06-30 21:14:13 UTC (rev 241638)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:13:59 UTC (rev 241637)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:14:13 UTC (rev 241638)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kinit')
-makedepends=('extra-cmake-modules' 'python' 'kd

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:13:29
  Author: arojas
Revision: 241635

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

Added:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
(from rev 241634, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
(from rev 241634, kdetoys-ktux/trunk/kdetoys-ktux.install)
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
(from rev 241634, kdetoys-ktux/trunk/PKGBUILD)
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install
(from rev 241634, kdetoys-ktux/trunk/kdetoys-ktux.install)
Deleted:
  kdetoys-ktux/repos/extra-i686/PKGBUILD
  kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install
  kdetoys-ktux/repos/extra-x86_64/PKGBUILD
  kdetoys-ktux/repos/extra-x86_64/kdetoys-ktux.install

---+
 /PKGBUILD |   64 
 /kdetoys-ktux.install |   22 
 extra-i686/PKGBUILD   |   32 --
 extra-i686/kdetoys-ktux.install   |   11 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/kdetoys-ktux.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:13:14 UTC (rev 241634)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:29 UTC (rev 241635)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('c4e3f51557e9c5c9cd84358bdb2af57758bb4818')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/extra-i686/PKGBUILD (from rev 241634, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:29 UTC (rev 241635)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('89d460458b38af67ceff81152cbf7b71139d882b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-ktux.install
===
--- extra-i686/kdetoys-ktux.install 2015-06-30 21:13:14 UTC (rev 241634)
+++ extra-i686/kdetoys-ktux.install 2015-06-30 21:13:29 UTC (rev 241635)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install (from rev 241634, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- extra-i686/kdetoys-ktux.install (rev 0)
+++ extra-i686/kdetoys-ktux.install 2015-06-30 21:13:29 UTC (rev 241635)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:13:14 UTC (rev 241634)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:13:29 UTC (rev 241635)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktux-${pkgver}.ta

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:12:45
  Author: arojas
Revision: 241632

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

Added:
  kdesdk-umbrello/repos/extra-i686/PKGBUILD
(from rev 241631, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install
(from rev 241631, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
  kdesdk-umbrello/repos/extra-x86_64/PKGBUILD
(from rev 241631, kdesdk-umbrello/trunk/PKGBUILD)
  kdesdk-umbrello/repos/extra-x86_64/kdesdk-umbrello.install
(from rev 241631, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
Deleted:
  kdesdk-umbrello/repos/extra-i686/PKGBUILD
  kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install
  kdesdk-umbrello/repos/extra-x86_64/PKGBUILD
  kdesdk-umbrello/repos/extra-x86_64/kdesdk-umbrello.install

--+
 /PKGBUILD|   66 +
 /kdesdk-umbrello.install |   24 
 extra-i686/PKGBUILD  |   33 
 extra-i686/kdesdk-umbrello.install   |   12 --
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/kdesdk-umbrello.install |   12 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:12:31 UTC (rev 241631)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:45 UTC (rev 241632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
-sha1sums=('8c294efdf06b7c5d8d98c8effe6454965c311d2e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/extra-i686/PKGBUILD (from rev 241631, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:45 UTC (rev 241632)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-umbrello
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
+sha1sums=('315a0735e1c905fb8242ca9025ae81ddd6061b05')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-umbrello.install
===
--- extra-i686/kdesdk-umbrello.install  2015-06-30 21:12:31 UTC (rev 241631)
+++ extra-i686/kdesdk-umbrello.install  2015-06-30 21:12:45 UTC (rev 241632)
@@ -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: kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install (from rev 
241631, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- extra-i686/kdesdk-umbrello.install  (rev 0)
+++ extra-i686/kdesdk-umbrello.install  2015-06-30 21:12:45 UTC (rev 241632)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:12:31 UTC (rev 241631)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:12:45 UTC (rev 241632)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:13:14
  Author: arojas
Revision: 241634

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:13:00 UTC (rev 241633)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:14 UTC (rev 241634)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('knotifyconfig')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
-sha1sums=('d993e076643d662792633a8c075d59bb48779368')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kteatime-${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: kteatime/repos/extra-i686/PKGBUILD (from rev 241633, 
kteatime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:14 UTC (rev 241634)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
+sha1sums=('e52399d6c63e339f9f47dd9c2f2971d2f58b1f84')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${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: extra-i686/kteatime.install
===
--- extra-i686/kteatime.install 2015-06-30 21:13:00 UTC (rev 241633)
+++ extra-i686/kteatime.install 2015-06-30 21:13:14 UTC (rev 241634)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kteatime/repos/extra-i686/kteatime.install (from rev 241633, 
kteatime/trunk/kteatime.install)
===
--- extra-i686/kteatime.install (rev 0)
+++ extra-i686/kteatime.install 2015-06-30 21:13:14 UTC (rev 241634)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:13:00 UTC (rev 241633)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:13:14 UTC (rev 241634)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('knotifyconfig')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:13:00
  Author: arojas
Revision: 241633

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

Added:
  kdetoys-amor/repos/extra-i686/PKGBUILD
(from rev 241632, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/extra-i686/kdetoys-amor.install
(from rev 241632, kdetoys-amor/trunk/kdetoys-amor.install)
  kdetoys-amor/repos/extra-x86_64/PKGBUILD
(from rev 241632, kdetoys-amor/trunk/PKGBUILD)
  kdetoys-amor/repos/extra-x86_64/kdetoys-amor.install
(from rev 241632, kdetoys-amor/trunk/kdetoys-amor.install)
Deleted:
  kdetoys-amor/repos/extra-i686/PKGBUILD
  kdetoys-amor/repos/extra-i686/kdetoys-amor.install
  kdetoys-amor/repos/extra-x86_64/PKGBUILD
  kdetoys-amor/repos/extra-x86_64/kdetoys-amor.install

---+
 /PKGBUILD |   64 
 /kdetoys-amor.install |   22 
 extra-i686/PKGBUILD   |   32 --
 extra-i686/kdetoys-amor.install   |   11 --
 extra-x86_64/PKGBUILD |   32 --
 extra-x86_64/kdetoys-amor.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:12:45 UTC (rev 241632)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:00 UTC (rev 241633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz";)
-sha1sums=('99f388b0d100957a1bbed0e85a050e9fd56cebe7')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../amor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-amor/repos/extra-i686/PKGBUILD (from rev 241632, 
kdetoys-amor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:13:00 UTC (rev 241633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdetoys-amor
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgver}.tar.xz";)
+sha1sums=('d10e682883aed2fa4e9f78689ce0d294f49c0a23')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-amor.install
===
--- extra-i686/kdetoys-amor.install 2015-06-30 21:12:45 UTC (rev 241632)
+++ extra-i686/kdetoys-amor.install 2015-06-30 21:13:00 UTC (rev 241633)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-amor/repos/extra-i686/kdetoys-amor.install (from rev 241632, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- extra-i686/kdetoys-amor.install (rev 0)
+++ extra-i686/kdetoys-amor.install 2015-06-30 21:13:00 UTC (rev 241633)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:12:45 UTC (rev 241632)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:13:00 UTC (rev 241633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/amor-${pkgv

[arch-commits] Commit in kdesdk-strigi-analyzers/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:12:15
  Author: arojas
Revision: 241630

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

Added:
  kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD
(from rev 241629, kdesdk-strigi-analyzers/trunk/PKGBUILD)
  kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD
(from rev 241629, kdesdk-strigi-analyzers/trunk/PKGBUILD)
Deleted:
  kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD
  kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:11:59 UTC (rev 241629)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:15 UTC (rev 241630)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('2cea01696f4cac94cbacaebd0e9309d6e726da52')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 241629, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:15 UTC (rev 241630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('a9018d572e44b3a3dfac7d53b88b8042ae93ebbb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:11:59 UTC (rev 241629)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:12:15 UTC (rev 241630)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('2cea01696f4cac94cbacaebd0e9309d6e726da52')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 241629, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:12:15 UTC (rev 241630)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('a9018d572e44b3a3dfac7d53b88b8042ae93ebbb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strig

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:12:31
  Author: arojas
Revision: 241631

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

Added:
  kdesdk-thumbnailers/repos/extra-i686/PKGBUILD
(from rev 241630, kdesdk-thumbnailers/trunk/PKGBUILD)
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 241630, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-i686/PKGBUILD
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:12:15 UTC (rev 241630)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:31 UTC (rev 241631)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'gettext')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('ed7c731472033b0d337f01e6ccf2886395cb3c1b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-i686/PKGBUILD (from rev 241630, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:12:31 UTC (rev 241631)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('1d4c217133300f4a6b731746426328ea2b35e48a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:12:15 UTC (rev 241630)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:12:31 UTC (rev 241631)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'gettext')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('ed7c731472033b0d337f01e6ccf2886395cb3c1b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 241630, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:12:31 UTC (rev 241631)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('1d4c217133300f4a6b731746426328ea2b35e48a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DC

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:11:59
  Author: arojas
Revision: 241629

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

Added:
  kdesdk-poxml/repos/extra-i686/PKGBUILD
(from rev 241628, kdesdk-poxml/trunk/PKGBUILD)
  kdesdk-poxml/repos/extra-x86_64/PKGBUILD
(from rev 241628, kdesdk-poxml/trunk/PKGBUILD)
Deleted:
  kdesdk-poxml/repos/extra-i686/PKGBUILD
  kdesdk-poxml/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:11:44 UTC (rev 241628)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:59 UTC (rev 241629)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'gettext')
-makedepends=('cmake' 'automoc4')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('bcc3834b0f96ec121db6a9e5de656e849b623f4b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-i686/PKGBUILD (from rev 241628, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:59 UTC (rev 241629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('5d65921ffc853ec5edd4826131916da838d09084')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:11:44 UTC (rev 241628)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:11:59 UTC (rev 241629)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'gettext')
-makedepends=('cmake' 'automoc4')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('bcc3834b0f96ec121db6a9e5de656e849b623f4b')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-x86_64/PKGBUILD (from rev 241628, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:11:59 UTC (rev 241629)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('5d65921ffc853ec5edd4826131916da838d09084')
+
+build() {
+  mkdir build
+  cd build

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:11:44
  Author: arojas
Revision: 241628

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

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

-+
 /PKGBUILD   |   80 ++
 /okteta.install |   24 
 extra-i686/PKGBUILD |   40 -
 extra-i686/okteta.install   |   12 --
 extra-x86_64/PKGBUILD   |   40 -
 extra-x86_64/okteta.install |   12 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
-replaces=('kdesdk-okteta')
-conflicts=('kdesdk-okteta<4.14.3-2')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";)
-sha1sums=('27812cd0539551791929363e31010df4623984ff')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: okteta/repos/extra-i686/PKGBUILD (from rev 241627, 
okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:44 UTC (rev 241628)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=okteta
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kcmutils' 'kparts' 'knewstuff' 'qca-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'qt5-tools')
+replaces=('kdesdk-okteta')
+conflicts=('kdesdk-okteta<4.14.3-2')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz";)
+sha1sums=('397712aeeb1a759598e4feae8e9b05cc582a2105')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/okteta.install
===
--- extra-i686/okteta.install   2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-i686/okteta.install   2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: okteta/repos/extra-i686/okteta.install (from rev 241627, 
okteta/trunk/okteta.install)
===
--- extra-i686/okteta.install   (rev 0)
+++ extra-i686/okteta.install   2015-06-30 21:11:44 UTC (rev 241628)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:11:29 UTC (rev 241627)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:11:44 UTC (rev 241628)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=okteta
-pkgver

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:11:29
  Author: arojas
Revision: 241627

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

Added:
  lokalize/repos/extra-i686/PKGBUILD
(from rev 241626, lokalize/trunk/PKGBUILD)
  lokalize/repos/extra-i686/fix-python2-path.patch
(from rev 241626, lokalize/trunk/fix-python2-path.patch)
  lokalize/repos/extra-i686/lokalize.install
(from rev 241626, lokalize/trunk/lokalize.install)
  lokalize/repos/extra-x86_64/PKGBUILD
(from rev 241626, lokalize/trunk/PKGBUILD)
  lokalize/repos/extra-x86_64/fix-python2-path.patch
(from rev 241626, lokalize/trunk/fix-python2-path.patch)
  lokalize/repos/extra-x86_64/lokalize.install
(from rev 241626, lokalize/trunk/lokalize.install)
Deleted:
  lokalize/repos/extra-i686/PKGBUILD
  lokalize/repos/extra-i686/fix-python2-path.patch
  lokalize/repos/extra-i686/lokalize.install
  lokalize/repos/extra-x86_64/PKGBUILD
  lokalize/repos/extra-x86_64/fix-python2-path.patch
  lokalize/repos/extra-x86_64/lokalize.install

-+
 /PKGBUILD   |   84 ++
 /fix-python2-path.patch |   44 +
 /lokalize.install   |   24 +
 extra-i686/PKGBUILD |   42 -
 extra-i686/fix-python2-path.patch   |   22 
 extra-i686/lokalize.install |   12 
 extra-x86_64/PKGBUILD   |   42 -
 extra-x86_64/fix-python2-path.patch |   22 
 extra-x86_64/lokalize.install   |   12 
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:11:11 UTC (rev 241626)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:29 UTC (rev 241627)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kross')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-lokalize')
-replaces=('kdesdk-lokalize')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz";)
-sha1sums=('613330fe0e8b6589f529e01865d63bef8f65db21')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${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
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
-}

Copied: lokalize/repos/extra-i686/PKGBUILD (from rev 241626, 
lokalize/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:29 UTC (rev 241627)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kross' 'hunspell')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-lokalize')
+replaces=('kdesdk-lokalize')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/lokalize-${pkgver}.tar.xz";)
+sha1sums=('903d2bcf3f3990747a37d00b0de0b41ce6f0a99a')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${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
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: extra-i686/fix-python2-path.patch
===
--- extra-i686/fix-python2-path.patch   2015-06-30 21:11:11 UTC (rev 241626)
+++ extra-i686/fix-python2-path.patch   2015-06-30 21:11:29 UTC (rev 241627)
@@ -1,22 +0,0 @@
 kdesdk-4.5.80/lokalize/scripts/msgmerge.py~2010-11-24 
11:22:42.12002 +0100
-+++ kdesdk-4.5.80/lokalize/scripts/msgmerge.py 2010-11-24 11:22:42.14670 
+0100
-@@ -114,7 +114,7 @@
- print >>sys.stderr, "Execution failed:", e
- 
- cmd='%s/odf/xliffmerge.py -i %s -t %s -o %s' % 
(ourPath,xliffpathname,xlifftemplatepathname,xliffpathname)
--if os.name!='nt': cmd=

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:11:11
  Author: arojas
Revision: 241626

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

Added:
  kompare/repos/extra-i686/PKGBUILD
(from rev 241625, kompare/trunk/PKGBUILD)
  kompare/repos/extra-i686/kompare.install
(from rev 241625, kompare/trunk/kompare.install)
  kompare/repos/extra-i686/save-preferences.patch
(from rev 241625, kompare/trunk/save-preferences.patch)
  kompare/repos/extra-x86_64/PKGBUILD
(from rev 241625, kompare/trunk/PKGBUILD)
  kompare/repos/extra-x86_64/kompare.install
(from rev 241625, kompare/trunk/kompare.install)
  kompare/repos/extra-x86_64/save-preferences.patch
(from rev 241625, kompare/trunk/save-preferences.patch)
Deleted:
  kompare/repos/extra-i686/PKGBUILD
  kompare/repos/extra-i686/kompare.install
  kompare/repos/extra-i686/save-preferences.patch
  kompare/repos/extra-x86_64/PKGBUILD
  kompare/repos/extra-x86_64/kompare.install
  kompare/repos/extra-x86_64/save-preferences.patch

-+
 /PKGBUILD   |   90 ++
 /kompare.install|   24 ++
 /save-preferences.patch |  296 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/kompare.install  |   12 -
 extra-i686/save-preferences.patch   |  148 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/kompare.install|   12 -
 extra-x86_64/save-preferences.patch |  148 -
 9 files changed, 410 insertions(+), 410 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:10:54 UTC (rev 241625)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:11 UTC (rev 241626)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdesdk-kompare')
-replaces=('kdesdk-kompare')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";
 
-'save-preferences.patch')
-sha1sums=('4108d51a4644f9f9e935070cab309a19f7dddcd4'
-  '8c4271c98bfb200c1630c37167aa410a775dcbf2')
-
-prepare() {
-  mkdir build
-
-# Fix saving preferences https://bugs.kde.org/show_bug.cgi?id=346249
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/save-preferences.patch
-}
-
-build() {
-  cd build
-  cmake ../kompare-${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: kompare/repos/extra-i686/PKGBUILD (from rev 241625, 
kompare/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:11:11 UTC (rev 241626)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('libkomparediff2' 'ktexteditor' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdesdk-kompare')
+replaces=('kdesdk-kompare')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kompare-${pkgver}.tar.xz";
 
+'save-preferences.patch')
+sha1sums=('a3d18f0a17b5c040469c0bd149cd2dc44b8f7a89'
+  '8c4271c98bfb200c1630c37167aa410a775dcbf2')
+
+prepare() {
+  mkdir build
+
+# Fix saving preferences https://bugs.kde.org/show_bug.cgi?id=346249
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/save-preferences.patch
+}
+
+build() {
+  cd build
+  cmake ../kompare-${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: extra-i686/kompare.install
===
--- extra-i686/kompare.install  2015-06-30 21:10:54 UTC (rev 241625)
+++ extra-i686/kompare.install  2015-06-30 21:11:11 UTC (rev 241626)
@@ -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: komp

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:10:54
  Author: arojas
Revision: 241625

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

Added:
  kdesdk-kioslaves/repos/extra-i686/PKGBUILD
(from rev 241624, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install
(from rev 241624, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
  kdesdk-kioslaves/repos/extra-x86_64/PKGBUILD
(from rev 241624, kdesdk-kioslaves/trunk/PKGBUILD)
  kdesdk-kioslaves/repos/extra-x86_64/kdesdk-kioslaves.install
(from rev 241624, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
Deleted:
  kdesdk-kioslaves/repos/extra-i686/PKGBUILD
  kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install
  kdesdk-kioslaves/repos/extra-x86_64/PKGBUILD
  kdesdk-kioslaves/repos/extra-x86_64/kdesdk-kioslaves.install

---+
 /PKGBUILD |   64 
 /kdesdk-kioslaves.install |   22 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/kdesdk-kioslaves.install   |   11 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/kdesdk-kioslaves.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:10:39 UTC (rev 241624)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:54 UTC (rev 241625)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
-sha1sums=('88012f45b216c8b243e754d2aa81d4dd6c8a3138')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-kioslaves-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/PKGBUILD (from rev 241624, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:54 UTC (rev 241625)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
+sha1sums=('9865294560562123d94ed67267ca1b8bfeaa6715')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kioslaves.install
===
--- extra-i686/kdesdk-kioslaves.install 2015-06-30 21:10:39 UTC (rev 241624)
+++ extra-i686/kdesdk-kioslaves.install 2015-06-30 21:10:54 UTC (rev 241625)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install (from rev 
241624, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- extra-i686/kdesdk-kioslaves.install (rev 0)
+++ extra-i686/kdesdk-kioslaves.install 2015-06-30 21:10:54 UTC (rev 241625)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:10:39 UTC (rev 241624)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:10:54 UTC (rev 241625)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:10:09
  Author: arojas
Revision: 241621

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

Added:
  kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD
(from rev 241620, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install
(from rev 241620, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
  kdesdk-dolphin-plugins/repos/extra-x86_64/PKGBUILD
(from rev 241620, kdesdk-dolphin-plugins/trunk/PKGBUILD)
  kdesdk-dolphin-plugins/repos/extra-x86_64/kdesdk-dolphin-plugins.install
(from rev 241620, 
kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
Deleted:
  kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD
  kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install
  kdesdk-dolphin-plugins/repos/extra-x86_64/PKGBUILD
  kdesdk-dolphin-plugins/repos/extra-x86_64/kdesdk-dolphin-plugins.install

-+
 /PKGBUILD   |   72 ++
 /kdesdk-dolphin-plugins.install |   22 +++
 extra-i686/PKGBUILD |   36 -
 extra-i686/kdesdk-dolphin-plugins.install   |   11 ---
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kdesdk-dolphin-plugins.install |   11 ---
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:09:55 UTC (rev 241620)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:09 UTC (rev 241621)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-dolphin-plugins
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Extra Dolphin plugins'
-url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-optdepends=('bzr: bazaar support'
-'git: git support'
-'mercurial: hg support'
-'subversion: svn support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
-sha1sums=('1e582dc46cb5e9a6880734c190bca34a84ac6f44')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../dolphin-plugins-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD (from rev 241620, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:09 UTC (rev 241621)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
+sha1sums=('4c122513d26e0195b9197dd5a9a97a44863d4047')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dolphin-plugins.install
===
--- extra-i686/kdesdk-dolphin-plugins.install   2015-06-30 21:09:55 UTC (rev 
241620)
+++ extra-i686/kdesdk-dolphin-plugins.install   2015-06-30 21:10:09 UTC (rev 
241621)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install 
(from rev 241620, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- extra-i686/kdesdk-dolphin-plugins.install   (rev 0)
+++ extra-i686/kdesdk-dolphin-plugins.install   2015-06-30 21:10:09 UTC (rev 
241621)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_inst

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:10:24
  Author: arojas
Revision: 241623

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

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

---+
 /PKGBUILD |   68 
 /kapptemplate.install |   22 +++
 extra-i686/PKGBUILD   |   34 --
 extra-i686/kapptemplate.install   |   11 -
 extra-x86_64/PKGBUILD |   34 --
 extra-x86_64/kapptemplate.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:10:11 UTC (rev 241622)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:24 UTC (rev 241623)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
-sha1sums=('1723107562eeb911eb326a5ac6565613e0ee4757')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapptemplate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kapptemplate/repos/extra-i686/PKGBUILD (from rev 241622, 
kapptemplate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:24 UTC (rev 241623)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
+sha1sums=('55e1272a6c16ff14e8a7e911962eba139d79c0d8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/kapptemplate.install
===
--- extra-i686/kapptemplate.install 2015-06-30 21:10:11 UTC (rev 241622)
+++ extra-i686/kapptemplate.install 2015-06-30 21:10:24 UTC (rev 241623)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kapptemplate/repos/extra-i686/kapptemplate.install (from rev 241622, 
kapptemplate/trunk/kapptemplate.install)
===
--- extra-i686/kapptemplate.install (rev 0)
+++ extra-i686/kapptemplate.install 2015-06-30 21:10:24 UTC (rev 241623)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:10:11 UTC (rev 241622)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:10:24 UTC (rev 241623)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-

[arch-commits] Commit in kde-dev-scripts/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:09:55
  Author: arojas
Revision: 241620

archrelease: copy trunk to extra-any

Added:
  kde-dev-scripts/repos/extra-any/PKGBUILD
(from rev 241619, kde-dev-scripts/trunk/PKGBUILD)
Deleted:
  kde-dev-scripts/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-30 21:09:45 UTC (rev 241619)
+++ PKGBUILD2015-06-30 21:09:55 UTC (rev 241620)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
-replaces=('kdesdk-dev-scripts')
-conflicts=('kdesdk-dev-scripts')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
-sha1sums=('482e148999d7b0e2f86e1e588668d41105e06f4c')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"${pkgdir}"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kde-dev-scripts/repos/extra-any/PKGBUILD (from rev 241619, 
kde-dev-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-30 21:09:55 UTC (rev 241620)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs4support')
+replaces=('kdesdk-dev-scripts')
+conflicts=('kdesdk-dev-scripts')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
+sha1sums=('2198f819d91a78c2360a4078c5d13db375f8552a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"${pkgdir}"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:10:39
  Author: arojas
Revision: 241624

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

Added:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
(from rev 241623, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install
(from rev 241623, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD
(from rev 241623, kdesdk-kcachegrind/trunk/PKGBUILD)
  kdesdk-kcachegrind/repos/extra-x86_64/kdesdk-kcachegrind.install
(from rev 241623, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
Deleted:
  kdesdk-kcachegrind/repos/extra-i686/PKGBUILD
  kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install
  kdesdk-kcachegrind/repos/extra-x86_64/PKGBUILD
  kdesdk-kcachegrind/repos/extra-x86_64/kdesdk-kcachegrind.install

-+
 /PKGBUILD   |   80 ++
 /kdesdk-kcachegrind.install |   24 +
 extra-i686/PKGBUILD |   40 ---
 extra-i686/kdesdk-kcachegrind.install   |   12 
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/kdesdk-kcachegrind.install |   12 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:10:24 UTC (rev 241623)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:39 UTC (rev 241624)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
-sha1sums=('10bfe06f67a46986db26b50211e88a1135e375af')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/extra-i686/PKGBUILD (from rev 241623, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:10:39 UTC (rev 241624)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
+sha1sums=('393c72269ab97f5f9cf81f9ccf8589cfcecff2c5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Deleted: extra-i686/kdesdk-kcachegrind.install
===
--- extra-i686/kdesdk-kcachegrind.install   2015-06-30 21:10:24 UTC (rev 
241623)
+++ extra-i686/kdesdk-kcachegrind.install   2015-06-30 21:10:39 UTC (rev 
241624)
@@ -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: kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install (from 
rev 241623, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- extra-i686/kdesdk-kcachegrind.install   (rev 0)
+++ extra-i686/kdesdk-kcachegrind.install   2015-06-30 21:10:39 UTC (rev 
241624)
@@ -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_instal

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

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 23:10:11
  Author: heftig
Revision: 241622

Add a kdbus fix

Added:
  xorg-server/trunk/0001-systemd-logind-do-not-rely-on-directed-signals.patch
Modified:
  xorg-server/trunk/PKGBUILD

---+
 0001-systemd-logind-do-not-rely-on-directed-signals.patch |   55 
 PKGBUILD  |   14 ++-
 2 files changed, 65 insertions(+), 4 deletions(-)

Added: 0001-systemd-logind-do-not-rely-on-directed-signals.patch
===
--- 0001-systemd-logind-do-not-rely-on-directed-signals.patch   
(rev 0)
+++ 0001-systemd-logind-do-not-rely-on-directed-signals.patch   2015-06-30 
21:10:11 UTC (rev 241622)
@@ -0,0 +1,55 @@
+From 780a69aff0ff57ef813179a2f09556eaf488cdfc Mon Sep 17 00:00:00 2001
+From: David Herrmann 
+Date: Mon, 22 Jun 2015 21:13:05 +0200
+Subject: systemd-logind: do not rely on directed signals
+
+Right now, Xorg does not install DBus matches for "PauseDevice" /
+"ResumeDevice". Therefore, it should usually not receive those DBus
+signals from logind. It is just a coincidence that systemd-logind sends
+those signals in a directed manner right now. Therefore, dbus-daemon
+bypasses the broadcast matches.
+
+However, this is not ABI and Xorg should not rely on this. systemd-logind
+is free to send those signals as broadcasts, in which case Xorg will
+freeze the VT. Fix this by always installing those matches.
+
+Cc: Hans de Goede 
+Cc: Keith Packard 
+Reported-by: Jan Alexander Steffens 
+Signed-off-by: David Herrmann 
+Reviewed-by: Hans de Goede 
+Tested-by: Hans de Goede 
+Signed-off-by: Hans de Goede 
+
+diff --git a/hw/xfree86/os-support/linux/systemd-logind.c 
b/hw/xfree86/os-support/linux/systemd-logind.c
+index 69e2f67..2612d9e 100644
+--- a/hw/xfree86/os-support/linux/systemd-logind.c
 b/hw/xfree86/os-support/linux/systemd-logind.c
+@@ -507,6 +507,24 @@ connect_hook(DBusConnection *connection, void *data)
+ goto cleanup;
+ }
+ 
++dbus_bus_add_match(connection,
++
"type='signal',sender='org.freedesktop.login1',interface='org.freedesktop.login1.Session',member='PauseDevice'",
++&error);
++if (dbus_error_is_set(&error)) {
++LogMessage(X_ERROR, "systemd-logind: could not add match: %s\n",
++   error.message);
++goto cleanup;
++}
++
++dbus_bus_add_match(connection,
++
"type='signal',sender='org.freedesktop.login1',interface='org.freedesktop.login1.Session',member='ResumeDevice'",
++&error);
++if (dbus_error_is_set(&error)) {
++LogMessage(X_ERROR, "systemd-logind: could not add match: %s\n",
++   error.message);
++goto cleanup;
++}
++
+ /*
+  * HdG: This is not useful with systemd <= 208 since the signal only
+  * contains invalidated property names there, rather than property, val
+-- 
+cgit v0.10.2
+

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 21:10:09 UTC (rev 241621)
+++ PKGBUILD2015-06-30 21:10:11 UTC (rev 241622)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.17.2
-pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev 
rebuild
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://xorg.freedesktop.org";
@@ -21,7 +21,8 @@
 xvfb-run
 xvfb-run.1
 0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
-0002-dix-hook-up-the-unaccelerated-valuator-masks.patch)
+0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
+"0001-systemd-logind-do-not-rely-on-directed-signals.patch")
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
   'C383B778255613DFDB409D91DB221A690011'
   'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
@@ -31,7 +32,8 @@
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
 '3dc795002b8763a7d29db94f0af200131da9ce5ffc233bfd8916060f83a8fad7'
-'416a1422eed71efcebb1d893de74e7f27e408323a56c4df003db37f5673b3f96')
+'416a1422eed71efcebb1d893de74e7f27e408323a56c4df003db37f5673b3f96'
+'3d7edab3a54d647e7d924b29d29f91b50212f308fcb1853a5aacd3181f58276c')
 
 prepare() {
   cd "${pkgbase}-${pkgver}"
@@ -38,11 +40,15 @@
   # fix FS#45229, merged upstream
   patch -Np1 -i 
../0001-dix-Add-unaccelerated-valuators-to-the-ValuatorMask.patch
   patch -Np1 -i ../0002-dix-hook-up-the-unaccelerated-valuator-masks.patch
+
+  # fix VT switching with kdbus; from upstream
+  patch -Np1 -i "../0001-systemd-logind-do-not-rely-on-directed-signals.patch"

[arch-commits] Commit in kdesdk-dev-utils/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:09:45
  Author: arojas
Revision: 241619

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

Added:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
(from rev 241618, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
(from rev 241618, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
(from rev 241618, kdesdk-dev-utils/trunk/PKGBUILD)
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install
(from rev 241618, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
Deleted:
  kdesdk-dev-utils/repos/extra-i686/PKGBUILD
  kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install
  kdesdk-dev-utils/repos/extra-x86_64/PKGBUILD
  kdesdk-dev-utils/repos/extra-x86_64/kdesdk-dev-utils.install

---+
 /PKGBUILD |   72 
 /kdesdk-dev-utils.install |   24 ++
 extra-i686/PKGBUILD   |   36 
 extra-i686/kdesdk-dev-utils.install   |   12 -
 extra-x86_64/PKGBUILD |   36 
 extra-x86_64/kdesdk-dev-utils.install |   12 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:09:30 UTC (rev 241618)
+++ extra-i686/PKGBUILD 2015-06-30 21:09:45 UTC (rev 241619)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-dev-utils
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
-sha1sums=('527172c6270560d9d81eb9373814dd13a4191ace')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/extra-i686/PKGBUILD (from rev 241618, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:09:45 UTC (rev 241619)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-dev-utils
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
+sha1sums=('ff3a71034112984e1dd53b7b6fb6073c9a9d7983')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dev-utils.install
===
--- extra-i686/kdesdk-dev-utils.install 2015-06-30 21:09:30 UTC (rev 241618)
+++ extra-i686/kdesdk-dev-utils.install 2015-06-30 21:09:45 UTC (rev 241619)
@@ -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: kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install (from rev 
241618, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- extra-i686/kdesdk-dev-utils.install (rev 0)
+++ extra-i686/kdesdk-dev-utils.install 2015-06-30 21:09:45 UTC (rev 241619)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:09:30
  Author: arojas
Revision: 241618

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

Added:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
(from rev 241617, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
(from rev 241617, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
(from rev 241617, kdesdk-cervisia/trunk/PKGBUILD)
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install
(from rev 241617, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
Deleted:
  kdesdk-cervisia/repos/extra-i686/PKGBUILD
  kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install
  kdesdk-cervisia/repos/extra-x86_64/PKGBUILD
  kdesdk-cervisia/repos/extra-x86_64/kdesdk-cervisia.install

--+
 /PKGBUILD|   64 +
 /kdesdk-cervisia.install |   24 
 extra-i686/PKGBUILD  |   32 
 extra-i686/kdesdk-cervisia.install   |   12 --
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/kdesdk-cervisia.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:09:12 UTC (rev 241617)
+++ extra-i686/PKGBUILD 2015-06-30 21:09:30 UTC (rev 241618)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
-sha1sums=('21bb393c46da6ab9f3ad4509c591dc2c24ea532e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/extra-i686/PKGBUILD (from rev 241617, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:09:30 UTC (rev 241618)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-cervisia
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
+sha1sums=('154f9c73f341dacbeaca0371a999a4101e65736f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-cervisia.install
===
--- extra-i686/kdesdk-cervisia.install  2015-06-30 21:09:12 UTC (rev 241617)
+++ extra-i686/kdesdk-cervisia.install  2015-06-30 21:09:30 UTC (rev 241618)
@@ -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: kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install (from rev 
241617, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- extra-i686/kdesdk-cervisia.install  (rev 0)
+++ extra-i686/kdesdk-cervisia.install  2015-06-30 21:09:30 UTC (rev 241618)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:09:12 UTC (rev 241617)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:09:30 UTC (rev 241618)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kdebase-runtime')
-make

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:09:12
  Author: arojas
Revision: 241617

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

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

--+
 /PKGBUILD|  556 +
 /kdepim-akregator.install|   24 +
 /kdepim-kaddressbook.install |   24 +
 /kdepim-kleopatra.install|   24 +
 /kdepim-kmail.install|   24 +
 /kdepim-knode.install|   24 +
 /kdepim-korganizer.install   |   24 +
 /kdepim-ktnef.install|   24 +
 /kdepim.install  |   22 +
 extra-i686/PKGBUILD  |  278 --
 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/kdepim.install|   11 
 extra-x86_64/PKGBUILD|  278 --
 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/kdepim.install  |   11 
 27 files changed, 746 insertions(+), 746 deletions(-)

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


[arch-commits] Commit in telepathy-kde-text-ui/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:08:32
  Author: arojas
Revision: 241616

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

Added:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
(from rev 241615, telepathy-kde-text-ui/trunk/PKGBUILD)
  telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD
(from rev 241615, telepathy-kde-text-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/extra-i686/PKGBUILD
  telepathy-kde-text-ui/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-06-30 21:08:17 UTC (rev 241615)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:32 UTC (rev 241616)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('26bf1acc990b0de8548884fb4861b1de')
-
-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: telepathy-kde-text-ui/repos/extra-i686/PKGBUILD (from rev 241615, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:32 UTC (rev 241616)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('4358c53682882c08de4768d0dc3ac377')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:08:17 UTC (rev 241615)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:08:32 UTC (rev 241616)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kdewebkit' 'kemoticons')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('26bf1acc990b0de8548884fb4861b1de')
-
-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: telepathy-kde-text-ui/repos/extra-x86_64/PKGBUILD (from rev 241615, 
telepathy-kde-text-ui/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:08:32 UTC (rev 241616)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Con

[arch-commits] Commit in telepathy-kde-send-file/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:08:17
  Author: arojas
Revision: 241615

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

Added:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
(from rev 241614, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
(from rev 241614, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
(from rev 241614, telepathy-kde-send-file/trunk/PKGBUILD)
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install
(from rev 241614, 
telepathy-kde-send-file/trunk/telepathy-kde-send-file.install)
Deleted:
  telepathy-kde-send-file/repos/extra-i686/PKGBUILD
  telepathy-kde-send-file/repos/extra-i686/telepathy-kde-send-file.install
  telepathy-kde-send-file/repos/extra-x86_64/PKGBUILD
  telepathy-kde-send-file/repos/extra-x86_64/telepathy-kde-send-file.install

--+
 /PKGBUILD|   84 +
 /telepathy-kde-send-file.install |   22 ++
 extra-i686/PKGBUILD  |   42 
 extra-i686/telepathy-kde-send-file.install   |   11 ---
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/telepathy-kde-send-file.install |   11 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:08:02 UTC (rev 241614)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:17 UTC (rev 241615)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-install=$pkgname.install
-md5sums=('fe219e354b32c13683bb3035d1ae718f')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-# Support KDE4 dolphin - TODO: Remove in 15.08
-  mkdir -p "$pkgdir"/usr/share/kde4/services/ServiceMenus
-  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
"$pkgdir"/usr/share/kde4/services/ServiceMenus
-}

Copied: telepathy-kde-send-file/repos/extra-i686/PKGBUILD (from rev 241614, 
telepathy-kde-send-file/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:17 UTC (rev 241615)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+install=$pkgname.install
+md5sums=('72e5e3a974f56386ec73c257f4f2fe8a')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+# Support KDE4 dolphin - TODO: Remove in 15.08
+  mkdir -p "$pkgdir"/usr/share/kde4/services/ServiceMenus
+  ln -s /usr/share/kservices5/ServiceMenus/ktp-send-file.desktop 
"$pkgdir"/usr/share/kde4/services/ServiceMenus
+}

Deleted: extra-i686/telepathy-kde-send-file.install
===
--- extra-i686/telepathy-kde-send-file.install  2015-06-30 21:08:02 UTC (rev 
241614)
+++ extra-i686/telepathy-kde-send-file.install  2015-06-30 21:08:17 UTC (rev 
241615)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-send-file/repos/extra

[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:07:46
  Author: arojas
Revision: 241613

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

Added:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
(from rev 241612, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
  telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD
(from rev 241612, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-filetransfer-handler/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-06-30 21:07:30 UTC (rev 241612)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:46 UTC (rev 241613)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('2627a0f247648f2d770ee28c16c10d45')
-
-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: telepathy-kde-filetransfer-handler/repos/extra-i686/PKGBUILD (from rev 
241612, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:46 UTC (rev 241613)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('4d02015f791d0fed0cc9d031540219dd')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:07:30 UTC (rev 241612)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:07:46 UTC (rev 241613)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('2627a0f247648f2d770ee28c16c10d45')
-
-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: telepathy-kde-filetransfer-handler/repos/extra-x86_64/PKGBUILD (from 
rev 241612, telepathy-kde-filetransfer-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUI

[arch-commits] Commit in telepathy-kde-integration-module/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:08:02
  Author: arojas
Revision: 241614

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

Added:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
(from rev 241613, telepathy-kde-integration-module/trunk/PKGBUILD)
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD
(from rev 241613, telepathy-kde-integration-module/trunk/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/extra-i686/PKGBUILD
  telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:07:46 UTC (rev 241613)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:02 UTC (rev 241614)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('edb9dd53025e6bf6958a50e221ace235')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-integration-module/repos/extra-i686/PKGBUILD (from rev 
241613, telepathy-kde-integration-module/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:08:02 UTC (rev 241614)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('c3cd54f117bf8ed3bcd385e0079c7d9e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:07:46 UTC (rev 241613)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:08:02 UTC (rev 241614)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'kidletime')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('edb9dd53025e6bf6958a50e221ace235')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-integration-module/repos/extra-x86_64/PKGBUILD (from rev 
241613, telepathy-kde-integration-module/trunk/PKGBU

[arch-commits] Commit in telepathy-kde-contact-runner/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:07:14
  Author: arojas
Revision: 241611

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

Added:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
(from rev 241610, telepathy-kde-contact-runner/trunk/PKGBUILD)
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 241610, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:06:59 UTC (rev 241610)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:14 UTC (rev 241611)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('e72dca912873a7d44a54635fb0bfde5e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/extra-i686/PKGBUILD (from rev 
241610, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:14 UTC (rev 241611)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'krunner')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('145ed0f24e13013abb45a22f0ea0e7a7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:06:59 UTC (rev 241610)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:07:14 UTC (rev 241611)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'krunner')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('e72dca912873a7d44a54635fb0bfde5e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
241610, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:07:14 UTC (rev 241611)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=te

[arch-commits] Commit in telepathy-kde-contact-list/repos (8 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:06:59
  Author: arojas
Revision: 241610

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

Added:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
(from rev 241609, telepathy-kde-contact-list/trunk/PKGBUILD)
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
(from rev 241609, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 241609, telepathy-kde-contact-list/trunk/PKGBUILD)
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install
(from rev 241609, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
Deleted:
  telepathy-kde-contact-list/repos/extra-i686/PKGBUILD
  telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
  
telepathy-kde-contact-list/repos/extra-x86_64/telepathy-kde-contact-list.install

-+
 /PKGBUILD   |   76 ++
 /telepathy-kde-contact-list.install |   22 ++
 extra-i686/PKGBUILD |   38 ---
 extra-i686/telepathy-kde-contact-list.install   |   11 ---
 extra-x86_64/PKGBUILD   |   38 ---
 extra-x86_64/telepathy-kde-contact-list.install |   11 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:06:44 UTC (rev 241609)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:59 UTC (rev 241610)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-install=$pkgname.install
-md5sums=('fcfc3d1a35c1261541e64bbfaaa0a50d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-contact-list/repos/extra-i686/PKGBUILD (from rev 241609, 
telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:59 UTC (rev 241610)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+install=$pkgname.install
+md5sums=('a111da77dc35add4ba403f936a395709')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/telepathy-kde-contact-list.install
===
--- extra-i686/telepathy-kde-contact-list.install   2015-06-30 21:06:44 UTC 
(rev 241609)
+++ extra-i686/telepathy-kde-contact-list.install   2015-06-30 21:06:59 UTC 
(rev 241610)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-kde-contact-list/repos/extra-i686/telepathy-kde-contact-list.install 
(from rev 241609, 
telepathy-kde-contact-list/trunk/telepathy-kde-contact-list.install)
===
--- extra-i686/telepathy-kde-contact-list.install   
(rev 0)
+++ extra-i686/telepathy-kde-contact-list.install   2015-06-30 21:06:59 UTC 
(rev 241610)

[arch-commits] Commit in telepathy-kde-desktop-applets/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:07:30
  Author: arojas
Revision: 241612

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

Added:
  telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD
(from rev 241611, telepathy-kde-desktop-applets/trunk/PKGBUILD)
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD
(from rev 241611, telepathy-kde-desktop-applets/trunk/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:07:14 UTC (rev 241611)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:30 UTC (rev 241612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('645b168416b4592e2efb836d48b378de')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-desktop-applets/repos/extra-i686/PKGBUILD (from rev 
241611, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:07:30 UTC (rev 241612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
+makedepends=('extra-cmake-modules' 'plasma-framework')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('84c9e5c70cdea22ae7e684cf95c6efb7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:07:14 UTC (rev 241611)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:07:30 UTC (rev 241612)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-kde-common-internals' 'telepathy-kde-accounts-kcm')
-makedepends=('extra-cmake-modules' 'plasma-framework')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('645b168416b4592e2efb836d48b378de')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD (from rev 
241611, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:07:30 UTC (rev 241612)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintaine

[arch-commits] Commit in telepathy-kde-auth-handler/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:06:44
  Author: arojas
Revision: 241609

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

Added:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
(from rev 241608, telepathy-kde-auth-handler/trunk/PKGBUILD)
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 241608, telepathy-kde-auth-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD
  telepathy-kde-auth-handler/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-06-30 21:06:28 UTC (rev 241608)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:44 UTC (rev 241609)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('7b53cd8076a8acb3ece1cf990f2db267')
-
-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: telepathy-kde-auth-handler/repos/extra-i686/PKGBUILD (from rev 241608, 
telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:44 UTC (rev 241609)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
+makedepends=('extra-cmake-modules')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('07ae65aeb046dc617438aa05b69a186f')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:06:28 UTC (rev 241608)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:06:44 UTC (rev 241609)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('qca-qt5' 'telepathy-kde-common-internals' 'kdewebkit')
-makedepends=('extra-cmake-modules')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('7b53cd8076a8acb3ece1cf990f2db267')
-
-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: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
241608, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBU

[arch-commits] Commit in telepathy-kde-approver/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:06:28
  Author: arojas
Revision: 241608

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

Added:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
(from rev 241607, telepathy-kde-approver/trunk/PKGBUILD)
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD
(from rev 241607, telepathy-kde-approver/trunk/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/extra-i686/PKGBUILD
  telepathy-kde-approver/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-06-30 21:06:12 UTC (rev 241607)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:28 UTC (rev 241608)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('4276873373bd80f56fd00e2d891b93d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/extra-i686/PKGBUILD (from rev 241607, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:28 UTC (rev 241608)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('c65364900b85382def07e2c8f8808edc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:06:12 UTC (rev 241607)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:06:28 UTC (rev 241608)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'knotifications')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('4276873373bd80f56fd00e2d891b93d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 241607, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:06:28 UTC (rev 241608)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-app

[arch-commits] Commit in telepathy-kde-accounts-kcm/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:06:12
  Author: arojas
Revision: 241607

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

Added:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
(from rev 241606, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 241606, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD
  telepathy-kde-accounts-kcm/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-06-30 21:05:51 UTC (rev 241606)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:12 UTC (rev 241607)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('e6591884e2d78674bdb5e398368135d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-i686/PKGBUILD (from rev 241606, 
telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:06:12 UTC (rev 241607)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=('i686' 'x86_64')
+url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=('telepathy-qt5' 'kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
+md5sums=('63ee0918afe889ca5380f490353f55f3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:05:51 UTC (rev 241606)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:06:12 UTC (rev 241607)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=('i686' 'x86_64')
-url='http://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=('GPL')
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=('telepathy-qt5' 'kaccounts-integration')
-makedepends=('extra-cmake-modules' 'intltool')
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz";)
-md5sums=('e6591884e2d78674bdb5e398368135d5')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUI

[arch-commits] Commit in kdenetwork-strigi-analyzers/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:05:36
  Author: arojas
Revision: 241605

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

Added:
  kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD
(from rev 241604, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
  kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD
(from rev 241604, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
Deleted:
  kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD
  kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:05:20 UTC (rev 241604)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:36 UTC (rev 241605)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('ac509c60cc2b10792a2a4f3391b2dc26fce1b555')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 241604, 
kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:36 UTC (rev 241605)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('4abb8e836ab352a1035f01aef6d32bf1cadcce08')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:05:20 UTC (rev 241604)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:36 UTC (rev 241605)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-strigi-analyzers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Strigi analyzers for various network protocols'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('ac509c60cc2b10792a2a4f3391b2dc26fce1b555')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 
241604, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:36 UTC (rev 241605)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boo

[arch-commits] Commit in kdenetwork-zeroconf-ioslave/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:05:51
  Author: arojas
Revision: 241606

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

Added:
  kdenetwork-zeroconf-ioslave/repos/extra-i686/PKGBUILD
(from rev 241605, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/extra-x86_64/PKGBUILD
(from rev 241605, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
Deleted:
  kdenetwork-zeroconf-ioslave/repos/extra-i686/PKGBUILD
  kdenetwork-zeroconf-ioslave/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:05:36 UTC (rev 241605)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:51 UTC (rev 241606)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";)
-sha1sums=('66aea317a877343abe94b880bb75fe615ea81264')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/extra-i686/PKGBUILD (from rev 241605, 
kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:51 UTC (rev 241606)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdenetwork-kdnssd')
+replaces=('kdenetwork-kdnssd')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";)
+sha1sums=('769de13effcc1c71d6aed06a32dcb29e13a583b0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../zeroconf-ioslave-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:05:36 UTC (rev 241605)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:51 UTC (rev 241606)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-zeroconf-ioslave
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdenetwork-kdnssd')
-replaces=('kdenetwork-kdnssd')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz";)
-sha1sums=('66aea317a877343abe94b880bb75fe615ea81264')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../zeroconf-ioslave-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-zeroconf-ioslave/repos/extra-x86_64/PKGBUILD (from rev 
241605, kdenetwork-zeroconf-ioslave/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:51 UTC (rev 241606)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://projects.kde.org/projects/kde/kdenetwork/zeroconf-ioslave'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:05:20
  Author: arojas
Revision: 241604

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

Added:
  kdenetwork-krfb/repos/extra-i686/PKGBUILD
(from rev 241603, kdenetwork-krfb/trunk/PKGBUILD)
  kdenetwork-krfb/repos/extra-x86_64/PKGBUILD
(from rev 241603, kdenetwork-krfb/trunk/PKGBUILD)
Deleted:
  kdenetwork-krfb/repos/extra-i686/PKGBUILD
  kdenetwork-krfb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:05:04 UTC (rev 241603)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:20 UTC (rev 241604)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('25f1650193cc0f520a6367afb0e6b1581d55ce3d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-i686/PKGBUILD (from rev 241603, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:20 UTC (rev 241604)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+# note on libxdamage:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxdamage
+depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";)
+sha1sums=('376d0a9bdf479eda75314c0a7fbfcd2a52c8234e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:05:04 UTC (rev 241603)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:20 UTC (rev 241604)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-# note on libxdamage:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxdamage
-depends=('kdebase-runtime' 'libvncserver' 'libxdamage' 'telepathy-qt4')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('25f1650193cc0f520a6367afb0e6b1581d55ce3d')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-x86_64/PKGBUILD (from rev 241603, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:20 UTC (rev 241604)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+# note on libxdamage:
+#   not detected by

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:04:48
  Author: arojas
Revision: 241602

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

Added:
  kdenetwork-kppp/repos/extra-i686/PKGBUILD
(from rev 241601, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install
(from rev 241601, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
  kdenetwork-kppp/repos/extra-x86_64/PKGBUILD
(from rev 241601, kdenetwork-kppp/trunk/PKGBUILD)
  kdenetwork-kppp/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 241601, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
Deleted:
  kdenetwork-kppp/repos/extra-i686/PKGBUILD
  kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork-kppp/repos/extra-x86_64/PKGBUILD
  kdenetwork-kppp/repos/extra-x86_64/kdenetwork-kppp.install

--+
 /PKGBUILD|   64 +
 /kdenetwork-kppp.install |   24 
 extra-i686/PKGBUILD  |   32 
 extra-i686/kdenetwork-kppp.install   |   12 --
 extra-x86_64/PKGBUILD|   32 
 extra-x86_64/kdenetwork-kppp.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:04:32 UTC (rev 241601)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:48 UTC (rev 241602)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";)
-sha1sums=('36af46dacb1f4b5ca94c30d64173f906dc8654ba')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/extra-i686/PKGBUILD (from rev 241601, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:48 UTC (rev 241602)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kppp-${pkgver}.tar.xz";)
+sha1sums=('50b83aa5a5e5c6d4ab8de333dec0e1445510c295')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kppp.install
===
--- extra-i686/kdenetwork-kppp.install  2015-06-30 21:04:32 UTC (rev 241601)
+++ extra-i686/kdenetwork-kppp.install  2015-06-30 21:04:48 UTC (rev 241602)
@@ -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: kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install (from rev 
241601, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- extra-i686/kdenetwork-kppp.install  (rev 0)
+++ extra-i686/kdenetwork-kppp.install  2015-06-30 21:04:48 UTC (rev 241602)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:04:32 UTC (rev 241601)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:04:48 UTC (rev 241602)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-r

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:04:17
  Author: arojas
Revision: 241600

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

Added:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
(from rev 241599, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
(from rev 241599, kdenetwork-kget/trunk/kdenetwork-kget.install)
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
(from rev 241599, kdenetwork-kget/trunk/PKGBUILD)
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install
(from rev 241599, kdenetwork-kget/trunk/kdenetwork-kget.install)
Deleted:
  kdenetwork-kget/repos/extra-i686/PKGBUILD
  kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install
  kdenetwork-kget/repos/extra-x86_64/PKGBUILD
  kdenetwork-kget/repos/extra-x86_64/kdenetwork-kget.install

--+
 /PKGBUILD|   76 +
 /kdenetwork-kget.install |   24 ++
 extra-i686/PKGBUILD  |   38 
 extra-i686/kdenetwork-kget.install   |   12 -
 extra-x86_64/PKGBUILD|   38 
 extra-x86_64/kdenetwork-kget.install |   12 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:04:02 UTC (rev 241599)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:17 UTC (rev 241600)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
-sha1sums=('617706ddf8fb865f6dd3d5f57cbc307ad8fe0c45')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_NepomukCore=OFF \
--DWITH_NepomukWidgets=OFF \
--DWITH_KDE4Workspace=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/extra-i686/PKGBUILD (from rev 241599, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:17 UTC (rev 241600)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdebase-lib' 'libktorrent' 'libmms' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('8b8f9183ad031ac584bd8353ef8a57e5322d1070')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_NepomukCore=OFF \
+-DWITH_NepomukWidgets=OFF \
+-DWITH_KDE4Workspace=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kget.install
===
--- extra-i686/kdenetwork-kget.install  2015-06-30 21:04:02 UTC (rev 241599)
+++ extra-i686/kdenetwork-kget.install  2015-06-30 21:04:17 UTC (rev 241600)
@@ -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: kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install (from rev 
241599, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- extra-i686/kdenetwork-kget.install  (rev 0)
+++ extra-i686/kdenetwork-kget.install  2015-06-30 21:04:17 UTC (rev 241600)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:04:02 UTC (rev 241599)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:04:17 UTC (rev 241600)
@@ -1,38 +0,0 @@
-

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:05:04
  Author: arojas
Revision: 241603

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

Added:
  kdenetwork-krdc/repos/extra-i686/PKGBUILD
(from rev 241602, kdenetwork-krdc/trunk/PKGBUILD)
  kdenetwork-krdc/repos/extra-x86_64/PKGBUILD
(from rev 241602, kdenetwork-krdc/trunk/PKGBUILD)
Deleted:
  kdenetwork-krdc/repos/extra-i686/PKGBUILD
  kdenetwork-krdc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:04:48 UTC (rev 241602)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:04 UTC (rev 241603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('cd25dd80ed3c614f036786468d2e4ab3b37bed27')
-
-prepare() {
-  mkdir build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-i686/PKGBUILD (from rev 241602, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:05:04 UTC (rev 241603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";)
+sha1sums=('3adea21f43dd4ee52c31b5559e47b7fa9f9b7e81')
+
+prepare() {
+  mkdir build
+
+  cd krdc-${pkgver}
+}
+
+build() {
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:04:48 UTC (rev 241602)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:04 UTC (rev 241603)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('cd25dd80ed3c614f036786468d2e4ab3b37bed27')
-
-prepare() {
-  mkdir build
-
-  cd krdc-${pkgver}
-}
-
-build() {
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-x86_64/PKGBUILD (from rev 241602, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:05:04 UTC (rev 241603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:04:32
  Author: arojas
Revision: 241601

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

Added:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
(from rev 241600, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
(from rev 241600, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
(from rev 241600, kdenetwork-kopete/trunk/PKGBUILD)
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 241600, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
Deleted:
  kdenetwork-kopete/repos/extra-i686/PKGBUILD
  kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork-kopete/repos/extra-x86_64/PKGBUILD
  kdenetwork-kopete/repos/extra-x86_64/kdenetwork-kopete.install

+
 /PKGBUILD  |   76 +++
 /kdenetwork-kopete.install |   24 +
 extra-i686/PKGBUILD|   38 ---
 extra-i686/kdenetwork-kopete.install   |   12 
 extra-x86_64/PKGBUILD  |   38 ---
 extra-x86_64/kdenetwork-kopete.install |   12 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:04:17 UTC (rev 241600)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:32 UTC (rev 241601)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu' 'kdepim-kleopatra')
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";)
-sha1sums=('d37e551def66ed3bb459ca3c56d68857c9f71b34')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DWITH_Libmsn=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 241600, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:32 UTC (rev 241601)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'qimageblitz' 
'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-libkdepim' 'mediastreamer' 
'libgadu' 'kdepim-kleopatra')
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz";)
+sha1sums=('1e0459361c47bcc7a27b88f8a53499cf73c5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kopete-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DWITH_Libmsn=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kopete.install
===
--- extra-i686/kdenetwork-kopete.install2015-06-30 21:04:17 UTC (rev 
241600)
+++ extra-i686/kdenetwork-kopete.install2015-06-30 21:04:32 UTC (rev 
241601)
@@ -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: kdenetwork-kopete/repos/extra-i686/kdenetwork-kopete.install (from rev 
241600, kdenetwork-kopete/trunk/kdenetwork-kopete.install)
===
--- extra-i686/kdenetwork-kopete.install(rev 0)
+++ extra-i686/kdenetwork-kopete.install2015-06-30 21:04:32 UTC (rev 
241601)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+po

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:03:18
  Author: arojas
Revision: 241596

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

Added:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
(from rev 241595, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
(from rev 241595, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-i686/use-qdbus-qt4.patch
(from rev 241595, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
(from rev 241595, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
(from rev 241595, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/extra-x86_64/use-qdbus-qt4.patch
(from rev 241595, kdemultimedia-kmix/trunk/use-qdbus-qt4.patch)
Deleted:
  kdemultimedia-kmix/repos/extra-i686/PKGBUILD
  kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-i686/use-qdbus-qt4.patch
  kdemultimedia-kmix/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/extra-x86_64/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/extra-x86_64/use-qdbus-qt4.patch

-+
 /PKGBUILD   |  138 ++
 /kdemultimedia-kmix.install |   22 
 /use-qdbus-qt4.patch|  118 +
 extra-i686/PKGBUILD |   69 ---
 extra-i686/kdemultimedia-kmix.install   |   11 --
 extra-i686/use-qdbus-qt4.patch  |   59 
 extra-x86_64/PKGBUILD   |   69 ---
 extra-x86_64/kdemultimedia-kmix.install |   11 --
 extra-x86_64/use-qdbus-qt4.patch|   59 
 9 files changed, 278 insertions(+), 278 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:02:59 UTC (rev 241595)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:18 UTC (rev 241596)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kdemultimedia-kmix
-pkgname=('kdemultimedia-kmix' 'kmix')
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz";
-'use-qdbus-qt4.patch')
-sha1sums=('e25d4923620056538fc75282aebb9503ba56f4f1'
-  'f89a076c5a29c51d213864e27d07baf5400ece03')
-
-prepare() {
-  mkdir build{,-kf5}
-  
-  cp -r kmix-$pkgver kmix-kf5-$pkgver
-  # FS#40786
-  cd kmix-${pkgver}
-  sed -i 's|qdbus|qdbus-qt4|' apps/kmixremote
-  
-  # https://bugs.kde.org/show_bug.cgi?id=343621
-  cd ../kmix-kf5-$pkgver
-  sed -e 's|${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}|${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR} ${CMAKE_SOURCE_DIR}/cmake/modules|' -i CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-
-  cd ../build-kf5
-  cmake ../kmix-kf5-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DKMIX_KF5_BUILD=ON \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package_kdemultimedia-kmix() {
-  depends=('kdebase-runtime')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  groups=('kde-applications' 'kdemultimedia')
-  install="${pkgbase}.install"
-  
-  cd build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kmix() {
-  pkgdesc="KDE volume control program (experimental KF5 version)"
-  depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
-  optdepends=('libcanberra-pulse: PulseAudio support')
-  conflicts=('kdemultimedia-kmix')
-  install="${pkgbase}.install"
-  
-  cd build-kf5
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/PKGBUILD (from rev 241595, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:18 UTC (rev 241596)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('cmake' 'automoc4' 'kdelibs' 'extra-cmake-modules' 'python' 
'kdoctools' 'kdelibs4support' 'kcmutils' 'libcanberra')
+source=("http://download.kde.org/stable/applications/${pkgver}/s

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:03:48
  Author: arojas
Revision: 241598

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

Added:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
(from rev 241597, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD
(from rev 241597, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
Deleted:
  kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD
  kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:03:33 UTC (rev 241597)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:48 UTC (rev 241598)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('eeeaadd664d280407c60adfb53ffddca83d748e3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD (from rev 241597, 
kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:48 UTC (rev 241598)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('c91fac38af325ae5db76e6e44b9f79521eb2e9db')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:03:33 UTC (rev 241597)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:03:48 UTC (rev 241598)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde-applications' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('eeeaadd664d280407c60adfb53ffddca83d748e3')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD (from rev 
241597, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:03:48 UTC (rev 241598)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde-applications' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' '

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:04:02
  Author: arojas
Revision: 241599

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

Added:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
(from rev 241598, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
(from rev 241598, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
(from rev 241598, kdenetwork-filesharing/trunk/PKGBUILD)
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install
(from rev 241598, 
kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
Deleted:
  kdenetwork-filesharing/repos/extra-i686/PKGBUILD
  kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install
  kdenetwork-filesharing/repos/extra-x86_64/PKGBUILD
  kdenetwork-filesharing/repos/extra-x86_64/kdenetwork-filesharing.install

-+
 /PKGBUILD   |   64 ++
 /kdenetwork-filesharing.install |   22 
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdenetwork-filesharing.install   |   11 
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdenetwork-filesharing.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:03:48 UTC (rev 241598)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:02 UTC (rev 241599)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdenetwork')
-depends=('kdebase-runtime' 'smbclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
-sha1sums=('a78c8739efd4d0c1180e6048909530c71c1a5141')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-filesharing-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 241598, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:04:02 UTC (rev 241599)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
+sha1sums=('914d92417e1c7f83c52ae04f89049ca2fba50b62')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-filesharing.install
===
--- extra-i686/kdenetwork-filesharing.install   2015-06-30 21:03:48 UTC (rev 
241598)
+++ extra-i686/kdenetwork-filesharing.install   2015-06-30 21:04:02 UTC (rev 
241599)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install 
(from rev 241598, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- extra-i686/kdenetwork-filesharing.install   (rev 0)
+++ extra-i686/kdenetwork-filesharing.install   2015-06-30 21:04:02 UTC (rev 
241599)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:03:33
  Author: arojas
Revision: 241597

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

Added:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
(from rev 241596, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
(from rev 241596, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
(from rev 241596, kdemultimedia-kscd/trunk/PKGBUILD)
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install
(from rev 241596, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
Deleted:
  kdemultimedia-kscd/repos/extra-i686/PKGBUILD
  kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install
  kdemultimedia-kscd/repos/extra-x86_64/PKGBUILD
  kdemultimedia-kscd/repos/extra-x86_64/kdemultimedia-kscd.install

-+
 /PKGBUILD   |   64 ++
 /kdemultimedia-kscd.install |   22 ++
 extra-i686/PKGBUILD |   32 ---
 extra-i686/kdemultimedia-kscd.install   |   11 -
 extra-x86_64/PKGBUILD   |   32 ---
 extra-x86_64/kdemultimedia-kscd.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:03:18 UTC (rev 241596)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:33 UTC (rev 241597)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz";)
-sha1sums=('ba637f19ea424952f786af568437e1a249b3b0ac')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/PKGBUILD (from rev 241596, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:03:33 UTC (rev 241597)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kscd-${pkgver}.tar.xz";)
+sha1sums=('b25d51e4c027ac1249d2cd2f322bd44f9834f100')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-kscd.install
===
--- extra-i686/kdemultimedia-kscd.install   2015-06-30 21:03:18 UTC (rev 
241596)
+++ extra-i686/kdemultimedia-kscd.install   2015-06-30 21:03:33 UTC (rev 
241597)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install (from 
rev 241596, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- extra-i686/kdemultimedia-kscd.install   (rev 0)
+++ extra-i686/kdemultimedia-kscd.install   2015-06-30 21:03:33 UTC (rev 
241597)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:03:18 UTC (rev 241596)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:03:33 UTC (rev 241597)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:02:59
  Author: arojas
Revision: 241595

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

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

---+
 /PKGBUILD |   92 
 /kdenlive.install |   26 +++
 extra-i686/PKGBUILD   |   46 
 extra-i686/kdenlive.install   |   13 -
 extra-x86_64/PKGBUILD |   46 
 extra-x86_64/kdenlive.install |   13 -
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:02:44 UTC (rev 241594)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:59 UTC (rev 241595)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=('i686' 'x86_64')
-url="http://www.kdenlive.org/";
-license=('GPL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'sdl_image' 
'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrkit: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'libdv: for webcam capture (if FFmpeg is not installed)'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
-md5sums=('17ccf8546a341aa47ecaa4d60098ce8b')
-install=$pkgname.install
-
-prepare(){
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}
-

Copied: kdenlive/repos/extra-i686/PKGBUILD (from rev 241594, 
kdenlive/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:59 UTC (rev 241595)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=('i686' 'x86_64')
+url="http://www.kdenlive.org/";
+license=('GPL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'sdl_image' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrkit: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'libdv: for webcam capture (if FFmpeg is not installed)'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz";)
+md5sums=('a75d306ba17fbebb5662d34233f867ef')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-i686/kdenlive.install
===
--- extra-i686/kdenlive.install 2015-06-30 21:02:44 UTC (rev 241594)
+++ extra-i686/kdenlive.install 2015-06-30 21:02:59 UTC (rev 241595)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &>/dev/null
-  update-desktop-database -q &>/dev/null
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/extra-i686/kdenlive.install (from rev 241594, 
kdenlive/trunk/kdenlive.instal

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:02:44
  Author: arojas
Revision: 241594

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

Added:
  kdemultimedia-juk/repos/extra-i686/PKGBUILD
(from rev 241593, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install
(from rev 241593, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/extra-x86_64/PKGBUILD
(from rev 241593, kdemultimedia-juk/trunk/PKGBUILD)
  kdemultimedia-juk/repos/extra-x86_64/kdemultimedia-juk.install
(from rev 241593, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
Deleted:
  kdemultimedia-juk/repos/extra-i686/PKGBUILD
  kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install
  kdemultimedia-juk/repos/extra-x86_64/PKGBUILD
  kdemultimedia-juk/repos/extra-x86_64/kdemultimedia-juk.install

+
 /PKGBUILD  |   68 +++
 /kdemultimedia-juk.install |   22 ++
 extra-i686/PKGBUILD|   34 ---
 extra-i686/kdemultimedia-juk.install   |   11 -
 extra-x86_64/PKGBUILD  |   34 ---
 extra-x86_64/kdemultimedia-juk.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:02:30 UTC (rev 241593)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:44 UTC (rev 241594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz";)
-sha1sums=('f604500035112ff717610d592134b36c442ee138')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/extra-i686/PKGBUILD (from rev 241593, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:44 UTC (rev 241594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz";)
+sha1sums=('759ebedde25034e4deceb8079bf87ab7c187d5ac')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-juk.install
===
--- extra-i686/kdemultimedia-juk.install2015-06-30 21:02:30 UTC (rev 
241593)
+++ extra-i686/kdemultimedia-juk.install2015-06-30 21:02:44 UTC (rev 
241594)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install (from rev 
241593, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- extra-i686/kdemultimedia-juk.install(rev 0)
+++ extra-i686/kdemultimedia-juk.install2015-06-30 21:02:44 UTC (rev 
241594)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:02:30 UTC (rev 241593)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:02:44 UTC (rev 241594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgve

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:02:30
  Author: arojas
Revision: 241593

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

Added:
  kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD
(from rev 241592, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
  kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD
(from rev 241592, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
Deleted:
  kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD
  kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:02:14 UTC (rev 241592)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:30 UTC (rev 241593)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('c0bf1d6ec0b983134720161fe8e049160f14a17b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD (from rev 241592, 
kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:30 UTC (rev 241593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('58d98b547ac3a45324236002a280e1fb00530df3')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:02:14 UTC (rev 241592)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:02:30 UTC (rev 241593)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('c0bf1d6ec0b983134720161fe8e049160f14a17b')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 
241592, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:02:30 UTC (rev 241593)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgve

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:02:14
  Author: arojas
Revision: 241592

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

Added:
  kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD
(from rev 241591, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  kdemultimedia-dragonplayer/repos/extra-i686/kdemultimedia-dragonplayer.install
(from rev 241591, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
  kdemultimedia-dragonplayer/repos/extra-x86_64/PKGBUILD
(from rev 241591, kdemultimedia-dragonplayer/trunk/PKGBUILD)
  
kdemultimedia-dragonplayer/repos/extra-x86_64/kdemultimedia-dragonplayer.install
(from rev 241591, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
Deleted:
  kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD
  kdemultimedia-dragonplayer/repos/extra-i686/kdemultimedia-dragonplayer.install
  kdemultimedia-dragonplayer/repos/extra-x86_64/PKGBUILD
  
kdemultimedia-dragonplayer/repos/extra-x86_64/kdemultimedia-dragonplayer.install

-+
 /PKGBUILD   |   68 ++
 /kdemultimedia-dragonplayer.install |   24 +++
 extra-i686/PKGBUILD |   34 ---
 extra-i686/kdemultimedia-dragonplayer.install   |   12 ---
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/kdemultimedia-dragonplayer.install |   12 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:01:59 UTC (rev 241591)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:14 UTC (rev 241592)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-dragonplayer
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A multimedia player where the focus is on simplicity, instead of
-features"
-url='http://kde.org/applications/multimedia/dragonplayer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz";)
-sha1sums=('9851a52942f3342272000c038d5798871bd0cf63')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../dragon-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-dragonplayer/repos/extra-i686/PKGBUILD (from rev 241591, 
kdemultimedia-dragonplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:02:14 UTC (rev 241592)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-dragonplayer
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A multimedia player where the focus is on simplicity, instead of
+features"
+url='http://kde.org/applications/multimedia/dragonplayer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/dragon-${pkgver}.tar.xz";)
+sha1sums=('8b0a5cac52d36296b007f541a97eadba8738569c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../dragon-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-dragonplayer.install
===
--- extra-i686/kdemultimedia-dragonplayer.install   2015-06-30 21:01:59 UTC 
(rev 241591)
+++ extra-i686/kdemultimedia-dragonplayer.install   2015-06-30 21:02:14 UTC 
(rev 241592)
@@ -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: 
kdemultimedia-dragonplayer/repos/extra-i686/kdemultimedia-dragonplayer.install 
(from rev 241591, 
kdemultimedia-dragonplayer/trunk/kdemultimedia-dragonplayer.install)
===
--- extra-i686/kdemultimedia-dragonplayer.install   
(rev 0)
+++ extra-i686/kdemultimedia-dragonplayer.install   2015-06-30 21:02:14 UTC 
(rev 241592)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+

[arch-commits] Commit in kdemultimedia-audiocd-kio/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:01:59
  Author: arojas
Revision: 241591

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

Added:
  kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD
(from rev 241590, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
  kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD
(from rev 241590, kdemultimedia-audiocd-kio/trunk/PKGBUILD)
Deleted:
  kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD
  kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:01:44 UTC (rev 241590)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:59 UTC (rev 241591)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('2f413841d35e765a8a5a42697481ba444ece2973')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/extra-i686/PKGBUILD (from rev 241590, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:59 UTC (rev 241591)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkcddb' 'libkcompactdisc' 'lame')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdemultimedia')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
+sha1sums=('c575f4b824762f6114fff4113ceeba99816d6952')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../audiocd-kio-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:01:44 UTC (rev 241590)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:59 UTC (rev 241591)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdemultimedia-audiocd-kio
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkcddb' 'libkcompactdisc' 'lame')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdemultimedia')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/audiocd-kio-${pkgver}.tar.xz";)
-sha1sums=('2f413841d35e765a8a5a42697481ba444ece2973')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../audiocd-kio-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-audiocd-kio/repos/extra-x86_64/PKGBUILD (from rev 241590, 
kdemultimedia-audiocd-kio/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:59 UTC (rev 241591)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdemultimedia-audiocd-kio
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://projects.kde.org/projects/kde/kdemultimedia/audiocd-kio'
+arch=('i686' 'x86_64')
+lic

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:01:28
  Author: arojas
Revision: 241589

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

Added:
  kdegraphics-svgpart/repos/extra-i686/PKGBUILD
(from rev 241588, kdegraphics-svgpart/trunk/PKGBUILD)
  kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD
(from rev 241588, kdegraphics-svgpart/trunk/PKGBUILD)
Deleted:
  kdegraphics-svgpart/repos/extra-i686/PKGBUILD
  kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:01:12 UTC (rev 241588)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:28 UTC (rev 241589)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-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/svgpart-${pkgver}.tar.xz";)
-sha1sums=('6e1a69211649de6332ce3e43a4f83e62f1ee7232')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-i686/PKGBUILD (from rev 241588, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:28 UTC (rev 241589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+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/svgpart-${pkgver}.tar.xz";)
+sha1sums=('fa91fd1bca0c3f68c6932b1883d2d552817b7370')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:01:12 UTC (rev 241588)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:28 UTC (rev 241589)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-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/svgpart-${pkgver}.tar.xz";)
-sha1sums=('6e1a69211649de6332ce3e43a4f83e62f1ee7232')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD (from rev 241588, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:28 UTC (rev 241589)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+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/svgpart-${pkgver}.tar.xz";)
+sha1sums=('fa91fd1bca0c3f68c6932b1883d2d552817b7370')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:01:44
  Author: arojas
Revision: 241590

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

Added:
  kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD
(from rev 241589, kdegraphics-thumbnailers/trunk/PKGBUILD)
  kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 241589, kdegraphics-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD
  kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:01:28 UTC (rev 241589)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:44 UTC (rev 241590)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2e153a567d484952a28646e94cd33ba1e33847bb')
-
-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: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 241589, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:44 UTC (rev 241590)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('15727b4f3c5f16f055b0caf94b3df313bdcae2a0')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:01:28 UTC (rev 241589)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:44 UTC (rev 241590)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('2e153a567d484952a28646e94cd33ba1e33847bb')
-
-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: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 241589, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:44 UTC (rev 241590)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:00:54
  Author: arojas
Revision: 241587

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

Added:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
(from rev 241586, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
(from rev 241586, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
(from rev 241586, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install
(from rev 241586, kdegraphics-okular/trunk/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/repos/extra-i686/PKGBUILD
  kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/extra-x86_64/PKGBUILD
  kdegraphics-okular/repos/extra-x86_64/kdegraphics-okular.install

-+
 /PKGBUILD   |   78 ++
 /kdegraphics-okular.install |   24 +
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kdegraphics-okular.install   |   12 
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kdegraphics-okular.install |   12 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:00:40 UTC (rev 241586)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:54 UTC (rev 241587)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-okular
-pkgver=15.04.2
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url="http://kde.org/applications/graphics/okular/";
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
- 'libkexiv2' 'poppler-qt4' 'libkscreen4')
-makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz";)
-sha1sums=('71dc65c6bb368f9c8942393899f012777f19f430')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ActiveApp=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-okular/repos/extra-i686/PKGBUILD (from rev 241586, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:54 UTC (rev 241587)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-okular
+pkgver=15.04.3
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url="http://kde.org/applications/graphics/okular/";
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'chmlib' 'djvulibre' 'libspectre'
+ 'libkexiv2' 'poppler-qt4' 'libkscreen4')
+makedepends=('cmake' 'automoc4' 'ebook-tools' 'kdegraphics-mobipocket')
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/okular-${pkgver}.tar.xz";)
+sha1sums=('65b934aad6a57eeb60a8b6e78c6f792b75f5b77b')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ActiveApp=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-okular.install
===
--- extra-i686/kdegraphics-okular.install   2015-06-30 21:00:40 UTC (rev 
241586)
+++ extra-i686/kdegraphics-okular.install   2015-06-30 21:00:54 UTC (rev 
241587)
@@ -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: kdegraphics-okular/repos/extra-i686/kdegraphics-okular.install (from 
rev 241586, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- extra-i686/kdegraphics-okular.install   (rev 0)
+++ extra-i686/kdegraphics-okular.install   2015-06-30 21:00:54 UTC (rev 
241587)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme 

[arch-commits] Commit in kdegraphics-strigi-analyzer/repos (4 files)

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:01:12
  Author: arojas
Revision: 241588

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

Added:
  kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD
(from rev 241587, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
  kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD
(from rev 241587, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
Deleted:
  kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD
  kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:00:54 UTC (rev 241587)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:12 UTC (rev 241588)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8054cd75528943e19cae4ca111bfb4f701732a30')
-
-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: kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD (from rev 241587, 
kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:01:12 UTC (rev 241588)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 'automoc4' 'kdelibs')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('c7e53ad7d757491e19cf2385e1e76ec626a47d93')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:00:54 UTC (rev 241587)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:12 UTC (rev 241588)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('8054cd75528943e19cae4ca111bfb4f701732a30')
-
-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: kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD (from rev 
241587, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:01:12 UTC (rev 241588)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi')
+makedepends=('cmake' 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:00:25
  Author: arojas
Revision: 241585

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

Added:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
(from rev 241584, kdegraphics-ksaneplugin/trunk/PKGBUILD)
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD
(from rev 241584, kdegraphics-ksaneplugin/trunk/PKGBUILD)
Deleted:
  kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD
  kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:00:09 UTC (rev 241584)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:25 UTC (rev 241585)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('c9020ef2d5b9f78b395a378901f8702686c417bd')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/extra-i686/PKGBUILD (from rev 241584, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:25 UTC (rev 241585)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
+sha1sums=('27a7d3e7e2547f8703d88ed29b4b4339147dd491')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksaneplugin-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:00:09 UTC (rev 241584)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:00:25 UTC (rev 241585)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksaneplugin
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A scan plugin that implements the scanning"
-url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libksane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz";)
-sha1sums=('c9020ef2d5b9f78b395a378901f8702686c417bd')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksaneplugin-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksaneplugin/repos/extra-x86_64/PKGBUILD (from rev 241584, 
kdegraphics-ksaneplugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:00:25 UTC (rev 241585)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A scan plugin that implements the scanning"
+url="https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libksane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:00:40
  Author: arojas
Revision: 241586

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

Added:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
(from rev 241585, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
(from rev 241585, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
(from rev 241585, kdegraphics-ksnapshot/trunk/PKGBUILD)
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install
(from rev 241585, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
Deleted:
  kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install
  kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD
  kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install

+
 /PKGBUILD  |   68 +++
 /kdegraphics-ksnapshot.install |   24 +
 extra-i686/PKGBUILD|   34 -
 extra-i686/kdegraphics-ksnapshot.install   |   12 
 extra-x86_64/PKGBUILD  |   34 -
 extra-x86_64/kdegraphics-ksnapshot.install |   12 
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:00:25 UTC (rev 241585)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:40 UTC (rev 241586)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-ksnapshot
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Screen Capture Program"
-url="http://kde.org/applications/graphics/ksnapshot/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libkipi')
-makedepends=('cmake' 'automoc4')
-optdepends=('kipi-plugins')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
-sha1sums=('60ccdc4d257c91cc31cda511c2adb6616ff51f69')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ksnapshot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-ksnapshot/repos/extra-i686/PKGBUILD (from rev 241585, 
kdegraphics-ksnapshot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:40 UTC (rev 241586)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Screen Capture Program"
+url="http://kde.org/applications/graphics/ksnapshot/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libkipi')
+makedepends=('cmake' 'automoc4')
+optdepends=('kipi-plugins')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz";)
+sha1sums=('38da5665eefbefcdf18cac45b69354afa33f7979')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ksnapshot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-ksnapshot.install
===
--- extra-i686/kdegraphics-ksnapshot.install2015-06-30 21:00:25 UTC (rev 
241585)
+++ extra-i686/kdegraphics-ksnapshot.install2015-06-30 21:00:40 UTC (rev 
241586)
@@ -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: kdegraphics-ksnapshot/repos/extra-i686/kdegraphics-ksnapshot.install 
(from rev 241585, kdegraphics-ksnapshot/trunk/kdegraphics-ksnapshot.install)
===
--- extra-i686/kdegraphics-ksnapshot.install(rev 0)
+++ extra-i686/kdegraphics-ksnapshot.install2015-06-30 21:00:40 UTC (rev 
241586)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:00:25 UTC (rev 24158

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 23:00:09
  Author: arojas
Revision: 241584

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

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

-+
 /PKGBUILD   |   72 ++
 /kruler.install |   24 ++
 extra-i686/PKGBUILD |   36 -
 extra-i686/kruler.install   |   12 ---
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/kruler.install |   12 ---
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 21:00:07 UTC (rev 241583)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:09 UTC (rev 241584)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kruler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('knotifications' 'kxmlgui')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegraphics-kruler')
-replaces=('kdegraphics-kruler')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";)
-sha1sums=('707663197ac75fcc40b8369a3118ec6eadbd8041')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kruler-${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: kruler/repos/extra-i686/PKGBUILD (from rev 241582, 
kruler/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 21:00:09 UTC (rev 241584)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kruler
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Screen Ruler"
+url="http://kde.org/applications/graphics/kruler/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('knotifications' 'kxmlgui')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegraphics-kruler')
+replaces=('kdegraphics-kruler')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kruler-${pkgver}.tar.xz";)
+sha1sums=('adacfaa636f3dc309b07484a734aa536923f594f')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kruler-${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: extra-i686/kruler.install
===
--- extra-i686/kruler.install   2015-06-30 21:00:07 UTC (rev 241583)
+++ extra-i686/kruler.install   2015-06-30 21:00:09 UTC (rev 241584)
@@ -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: kruler/repos/extra-i686/kruler.install (from rev 241582, 
kruler/trunk/kruler.install)
===
--- extra-i686/kruler.install   (rev 0)
+++ extra-i686/kruler.install   2015-06-30 21:00:09 UTC (rev 241584)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 21:00:07 UTC (rev 241583)
+++ extra-x86_64/PKGBUILD   2015-06-30 21:00:09 UTC (rev 241584)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kruler
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="http://kde.org/applications/graphics/kruler/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:59:40
  Author: arojas
Revision: 241581

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

Added:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
(from rev 241580, kdegraphics-kgamma/trunk/PKGBUILD)
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD
(from rev 241580, kdegraphics-kgamma/trunk/PKGBUILD)
Deleted:
  kdegraphics-kgamma/repos/extra-i686/PKGBUILD
  kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:59:25 UTC (rev 241580)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:40 UTC (rev 241581)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('e60b937538ad70e99edf5754e8f4a93c95575f68')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/extra-i686/PKGBUILD (from rev 241580, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:40 UTC (rev 241581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+# note on libxxf86vm:
+#   not detected by namcap because libgl depends on it
+#   but nvidia providing libgl does not depend on libxxf86vm
+depends=('kdebase-runtime' 'libxxf86vm')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
+sha1sums=('d88fbcd2bbf94b417e7b92b18f811c2c4c2cb889')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgamma-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:59:25 UTC (rev 241580)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:59:40 UTC (rev 241581)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kgamma
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A monitor calibration tool"
-url="http://kde.org/applications/graphics/kgamma/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-# note on libxxf86vm:
-#   not detected by namcap because libgl depends on it
-#   but nvidia providing libgl does not depend on libxxf86vm
-depends=('kdebase-runtime' 'libxxf86vm')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kgamma-${pkgver}.tar.xz";)
-sha1sums=('e60b937538ad70e99edf5754e8f4a93c95575f68')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgamma-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kgamma/repos/extra-x86_64/PKGBUILD (from rev 241580, 
kdegraphics-kgamma/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:59:40 UTC (rev 241581)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kgamma
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A monitor calibration tool"
+url="http://kde.org/applications/graphics/kgamma/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL

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

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 22:59:12
  Author: heftig
Revision: 241579

2.1.6

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-30 20:59:10 UTC (rev 241578)
+++ PKGBUILD2015-06-30 20:59:12 UTC (rev 241579)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=udisks2
-pkgver=2.1.5
-pkgrel=2
+pkgver=2.1.6
+pkgrel=1
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks";
@@ -15,7 +15,7 @@
 'ntfs-3g: NTFS filesystem management support'
 'dosfstools: VFAT filesystem management support')
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2{,.sign})
-sha256sums=('2cfcf560447ea44cba2a683342c7062aaaf35e4eb554bed64ac2dd55a70a5fb6'
+sha256sums=('dec5f5c85fa0f74f39336acbfba1770f9988c096be23873714543c304b09f46a'
 'SKIP')
 validpgpkeys=('3DB46B55EFA59D40E6232148D14EF15DAFE11347')  # Martin Pitt
 
@@ -22,12 +22,17 @@
 build() {
   cd udisks-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --sbindir=/usr/bin \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --localstatedir=/var --disable-static
   make
 }
 
+check() {
+  cd udisks-$pkgver
+  make check
+}
+
 package() {
   cd udisks-$pkgver
   make DESTDIR="$pkgdir" install \


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

2015-06-30 Thread Jan Steffens
Date: Tuesday, June 30, 2015 @ 23:00:07
  Author: heftig
Revision: 241583

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

Added:
  udisks2/repos/extra-i686/PKGBUILD
(from rev 241581, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-i686/git-fixes.patch
(from rev 241581, udisks2/trunk/git-fixes.patch)
  udisks2/repos/extra-x86_64/PKGBUILD
(from rev 241582, udisks2/trunk/PKGBUILD)
  udisks2/repos/extra-x86_64/git-fixes.patch
(from rev 241582, udisks2/trunk/git-fixes.patch)
Deleted:
  udisks2/repos/extra-i686/PKGBUILD
  udisks2/repos/extra-i686/git-fixes.patch
  udisks2/repos/extra-x86_64/PKGBUILD
  udisks2/repos/extra-x86_64/git-fixes.patch

--+
 /PKGBUILD|   80 ++
 /git-fixes.patch | 1554 +
 extra-i686/PKGBUILD  |   35 
 extra-i686/git-fixes.patch   |  777 
 extra-x86_64/PKGBUILD|   35 
 extra-x86_64/git-fixes.patch |  777 
 6 files changed, 1634 insertions(+), 1624 deletions(-)

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


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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:59:54
  Author: arojas
Revision: 241582

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

Added:
  kdegraphics-kolourpaint/repos/extra-i686/PKGBUILD
(from rev 241581, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/extra-i686/kdegraphics-kolourpaint.install
(from rev 241581, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/extra-x86_64/PKGBUILD
(from rev 241581, kdegraphics-kolourpaint/trunk/PKGBUILD)
  kdegraphics-kolourpaint/repos/extra-x86_64/kdegraphics-kolourpaint.install
(from rev 241581, 
kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
Deleted:
  kdegraphics-kolourpaint/repos/extra-i686/PKGBUILD
  kdegraphics-kolourpaint/repos/extra-i686/kdegraphics-kolourpaint.install
  kdegraphics-kolourpaint/repos/extra-x86_64/PKGBUILD
  kdegraphics-kolourpaint/repos/extra-x86_64/kdegraphics-kolourpaint.install

--+
 /PKGBUILD|   66 +
 /kdegraphics-kolourpaint.install |   24 +
 extra-i686/PKGBUILD  |   33 
 extra-i686/kdegraphics-kolourpaint.install   |   12 
 extra-x86_64/PKGBUILD|   33 
 extra-x86_64/kdegraphics-kolourpaint.install |   12 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:59:40 UTC (rev 241581)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:54 UTC (rev 241582)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kolourpaint
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Paint Program"
-url="http://kde.org/applications/graphics/kolourpaint/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
-sha1sums=('a5f08b738a61b7be3d53c5ec77ce837de9d267f8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kolourpaint-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kolourpaint/repos/extra-i686/PKGBUILD (from rev 241581, 
kdegraphics-kolourpaint/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:54 UTC (rev 241582)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Paint Program"
+url="http://kde.org/applications/graphics/kolourpaint/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz";)
+sha1sums=('85e781b3ef0f4416c655f46b39ffb16c2754ad63')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kolourpaint-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-kolourpaint.install
===
--- extra-i686/kdegraphics-kolourpaint.install  2015-06-30 20:59:40 UTC (rev 
241581)
+++ extra-i686/kdegraphics-kolourpaint.install  2015-06-30 20:59:54 UTC (rev 
241582)
@@ -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: 
kdegraphics-kolourpaint/repos/extra-i686/kdegraphics-kolourpaint.install (from 
rev 241581, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install)
===
--- extra-i686/kdegraphics-kolourpaint.install  (rev 0)
+++ extra-i686/kdegraphics-kolourpaint.install  2015-06-30 20:59:54 UTC (rev 
241582)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:59:40 UTC

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:59:10
  Author: arojas
Revision: 241578

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

Added:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
(from rev 241577, kdegraphics-kamera/trunk/PKGBUILD)
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD
(from rev 241577, kdegraphics-kamera/trunk/PKGBUILD)
Deleted:
  kdegraphics-kamera/repos/extra-i686/PKGBUILD
  kdegraphics-kamera/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:58:53 UTC (rev 241577)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:10 UTC (rev 241578)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('cbb984deee038852431a0c9c2c63ac8135dd6d57')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/extra-i686/PKGBUILD (from rev 241577, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:10 UTC (rev 241578)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('17b92e14e5c1798755a5bcfcbb60020ad3aa0b5d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:58:53 UTC (rev 241577)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:59:10 UTC (rev 241578)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kamera
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Configure Kamera"
-url="http://kde.org/applications/graphics/kamera/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime' 'libgphoto2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";)
-sha1sums=('cbb984deee038852431a0c9c2c63ac8135dd6d57')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kamera-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kamera/repos/extra-x86_64/PKGBUILD (from rev 241577, 
kdegraphics-kamera/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:59:10 UTC (rev 241578)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kamera
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Configure Kamera"
+url="http://kde.org/applications/graphics/kamera/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime' 'libgphoto2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kamera-${pkgver}.tar.xz";)
+sha1sums=('17b92e14e5c1798755a5bcfcbb60020ad3aa0b5d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kamera-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:59:25
  Author: arojas
Revision: 241580

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

Added:
  kdegraphics-kcolorchooser/repos/extra-i686/PKGBUILD
(from rev 241579, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/extra-i686/kdegraphics-kcolorchooser.install
(from rev 241579, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
  kdegraphics-kcolorchooser/repos/extra-x86_64/PKGBUILD
(from rev 241579, kdegraphics-kcolorchooser/trunk/PKGBUILD)
  kdegraphics-kcolorchooser/repos/extra-x86_64/kdegraphics-kcolorchooser.install
(from rev 241579, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
Deleted:
  kdegraphics-kcolorchooser/repos/extra-i686/PKGBUILD
  kdegraphics-kcolorchooser/repos/extra-i686/kdegraphics-kcolorchooser.install
  kdegraphics-kcolorchooser/repos/extra-x86_64/PKGBUILD
  kdegraphics-kcolorchooser/repos/extra-x86_64/kdegraphics-kcolorchooser.install

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:59:12 UTC (rev 241579)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:25 UTC (rev 241580)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-kcolorchooser
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Color Chooser"
-url="http://kde.org/applications/graphics/kcolorchooser/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
-sha1sums=('16e27324c4d4079729a96bda8ffce712826bc426')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcolorchooser-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-kcolorchooser/repos/extra-i686/PKGBUILD (from rev 241579, 
kdegraphics-kcolorchooser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:59:25 UTC (rev 241580)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-kcolorchooser
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Color Chooser"
+url="http://kde.org/applications/graphics/kcolorchooser/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kcolorchooser-${pkgver}.tar.xz";)
+sha1sums=('2bcf7a6f2e5470185d28e3f1f96943e5c4b22b82')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcolorchooser-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegraphics-kcolorchooser.install
===
--- extra-i686/kdegraphics-kcolorchooser.install2015-06-30 20:59:12 UTC 
(rev 241579)
+++ extra-i686/kdegraphics-kcolorchooser.install2015-06-30 20:59:25 UTC 
(rev 241580)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdegraphics-kcolorchooser/repos/extra-i686/kdegraphics-kcolorchooser.install 
(from rev 241579, 
kdegraphics-kcolorchooser/trunk/kdegraphics-kcolorchooser.install)
===
--- extra-i686/kdegraphics-kcolorchooser.install
(rev 0)
+++ extra-i686/kdegraphics-kcolorchooser.install2015-06-30 20:59:25 UTC 
(rev 241580)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-3

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:58:53
  Author: arojas
Revision: 241577

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

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

---+
 /PKGBUILD |   84 
 /gwenview.install |   24 +++
 extra-i686/PKGBUILD   |   42 
 extra-i686/gwenview.install   |   12 -
 extra-x86_64/PKGBUILD |   42 
 extra-x86_64/gwenview.install |   12 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:58:38 UTC (rev 241576)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:53 UTC (rev 241577)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=gwenview
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer for KDE"
-url='http://kde.org/applications/graphics/gwenview/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegraphics')
-depends=('kded' 'kactivities-frameworks' 'baloo')
-optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
-'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdegraphics-gwenview')
-conflicts=('kdegraphics-gwenview')
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
-sha1sums=('661746e9eecb5906139cdb61afb7f7c5faaff465')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: gwenview/repos/extra-i686/PKGBUILD (from rev 241576, 
gwenview/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:53 UTC (rev 241577)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=gwenview
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer for KDE"
+url='http://kde.org/applications/graphics/gwenview/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegraphics')
+depends=('kded' 'kactivities-frameworks' 'baloo')
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdegraphics-gwenview')
+conflicts=('kdegraphics-gwenview')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/gwenview-${pkgver}.tar.xz";)
+sha1sums=('bf236d1b6f532e06cc554a8c779ff733ace5c29e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/gwenview.install
===
--- extra-i686/gwenview.install 2015-06-30 20:58:38 UTC (rev 241576)
+++ extra-i686/gwenview.install 2015-06-30 20:58:53 UTC (rev 241577)
@@ -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: gwenview/repos/extra-i686/gwenview.install (from rev 241576, 
gwenview/trunk/gwenview.install)
===
--- extra-i686/gwenview.install (rev 0)
+++ extra-i686/gwenview.install 2015-06-30 20:58:53 UTC (rev 241577)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:58:38
  Author: arojas
Revision: 241576

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

Added:
  kdegames-picmi/repos/extra-i686/PKGBUILD
(from rev 241575, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/extra-i686/kdegames-picmi.install
(from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
  kdegames-picmi/repos/extra-x86_64/PKGBUILD
(from rev 241575, kdegames-picmi/trunk/PKGBUILD)
  kdegames-picmi/repos/extra-x86_64/kdegames-picmi.install
(from rev 241575, kdegames-picmi/trunk/kdegames-picmi.install)
Deleted:
  kdegames-picmi/repos/extra-i686/PKGBUILD
  kdegames-picmi/repos/extra-i686/kdegames-picmi.install
  kdegames-picmi/repos/extra-x86_64/PKGBUILD
  kdegames-picmi/repos/extra-x86_64/kdegames-picmi.install

-+
 /PKGBUILD   |   68 ++
 /kdegames-picmi.install |   22 +++
 extra-i686/PKGBUILD |   34 -
 extra-i686/kdegames-picmi.install   |   11 -
 extra-x86_64/PKGBUILD   |   34 -
 extra-x86_64/kdegames-picmi.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:38 UTC (rev 241576)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-picmi
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-replaces=('picmi')
-conflicts=('picmi')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz";)
-sha1sums=('faf4261854e5e5617b0d6bc851c200da34bc15ac')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../picmi-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-picmi/repos/extra-i686/PKGBUILD (from rev 241575, 
kdegames-picmi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:38 UTC (rev 241576)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-picmi
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="http://kde.org/applications/games/picmi/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+replaces=('picmi')
+conflicts=('picmi')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/picmi-${pkgver}.tar.xz";)
+sha1sums=('2149e241fa227e572a24066433486f810b77d243')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../picmi-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegames-picmi.install
===
--- extra-i686/kdegames-picmi.install   2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-i686/kdegames-picmi.install   2015-06-30 20:58:38 UTC (rev 241576)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-picmi/repos/extra-i686/kdegames-picmi.install (from rev 
241575, kdegames-picmi/trunk/kdegames-picmi.install)
===
--- extra-i686/kdegames-picmi.install   (rev 0)
+++ extra-i686/kdegames-picmi.install   2015-06-30 20:58:38 UTC (rev 241576)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:58:23 UTC (rev 241575)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:58:38 UTC (rev 241576)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-picmi
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="http://kde.org/applications/games/picmi/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:58:23
  Author: arojas
Revision: 241575

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

Added:
  kdegames-palapeli/repos/extra-i686/PKGBUILD
(from rev 241574, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/extra-i686/kdegames-palapeli.install
(from rev 241574, kdegames-palapeli/trunk/kdegames-palapeli.install)
  kdegames-palapeli/repos/extra-x86_64/PKGBUILD
(from rev 241574, kdegames-palapeli/trunk/PKGBUILD)
  kdegames-palapeli/repos/extra-x86_64/kdegames-palapeli.install
(from rev 241574, kdegames-palapeli/trunk/kdegames-palapeli.install)
Deleted:
  kdegames-palapeli/repos/extra-i686/PKGBUILD
  kdegames-palapeli/repos/extra-i686/kdegames-palapeli.install
  kdegames-palapeli/repos/extra-x86_64/PKGBUILD
  kdegames-palapeli/repos/extra-x86_64/kdegames-palapeli.install

+
 /PKGBUILD  |   64 +++
 /kdegames-palapeli.install |   26 
 extra-i686/PKGBUILD|   32 ---
 extra-i686/kdegames-palapeli.install   |   13 --
 extra-x86_64/PKGBUILD  |   32 ---
 extra-x86_64/kdegames-palapeli.install |   13 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:58:09 UTC (rev 241574)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:23 UTC (rev 241575)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-palapeli
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="http://kde.org/applications/games/palapeli/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'qhull')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
-sha1sums=('d59220e2e76b2ea057d0d571f42392deab23defb')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../palapeli-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-palapeli/repos/extra-i686/PKGBUILD (from rev 241574, 
kdegames-palapeli/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:23 UTC (rev 241575)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-palapeli
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A single-player jigsaw puzzle game"
+url="http://kde.org/applications/games/palapeli/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'qhull')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/palapeli-${pkgver}.tar.xz";)
+sha1sums=('346f62f8a42d73149b779a98dbbdcfee9891564d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../palapeli-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegames-palapeli.install
===
--- extra-i686/kdegames-palapeli.install2015-06-30 20:58:09 UTC (rev 
241574)
+++ extra-i686/kdegames-palapeli.install2015-06-30 20:58:23 UTC (rev 
241575)
@@ -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: kdegames-palapeli/repos/extra-i686/kdegames-palapeli.install (from rev 
241574, kdegames-palapeli/trunk/kdegames-palapeli.install)
===
--- extra-i686/kdegames-palapeli.install(rev 0)
+++ extra-i686/kdegames-palapeli.install2015-06-30 20:58:23 UTC (rev 
241575)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:58:09 UTC (rev 241574)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:58:23 UTC (rev 241575)
@@ -1,32 +0,0 @

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:58:09
  Author: arojas
Revision: 241574

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

Added:
  kdegames-lskat/repos/extra-i686/PKGBUILD
(from rev 241573, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/extra-i686/kdegames-lskat.install
(from rev 241573, kdegames-lskat/trunk/kdegames-lskat.install)
  kdegames-lskat/repos/extra-x86_64/PKGBUILD
(from rev 241573, kdegames-lskat/trunk/PKGBUILD)
  kdegames-lskat/repos/extra-x86_64/kdegames-lskat.install
(from rev 241573, kdegames-lskat/trunk/kdegames-lskat.install)
Deleted:
  kdegames-lskat/repos/extra-i686/PKGBUILD
  kdegames-lskat/repos/extra-i686/kdegames-lskat.install
  kdegames-lskat/repos/extra-x86_64/PKGBUILD
  kdegames-lskat/repos/extra-x86_64/kdegames-lskat.install

-+
 /PKGBUILD   |   64 ++
 /kdegames-lskat.install |   24 
 extra-i686/PKGBUILD |   32 -
 extra-i686/kdegames-lskat.install   |   12 --
 extra-x86_64/PKGBUILD   |   32 -
 extra-x86_64/kdegames-lskat.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:57:54 UTC (rev 241573)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:09 UTC (rev 241574)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org/applications/games/lskat/";
-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/lskat-${pkgver}.tar.xz";)
-sha1sums=('ff9a750649394e1521294b8b526a3dd9ca5ee031')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../lskat-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-lskat/repos/extra-i686/PKGBUILD (from rev 241573, 
kdegames-lskat/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:58:09 UTC (rev 241574)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-lskat
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="http://kde.org/applications/games/lskat/";
+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/lskat-${pkgver}.tar.xz";)
+sha1sums=('72593d88d60a513d8e052ff37055e0fa33dccd42')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../lskat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegames-lskat.install
===
--- extra-i686/kdegames-lskat.install   2015-06-30 20:57:54 UTC (rev 241573)
+++ extra-i686/kdegames-lskat.install   2015-06-30 20:58:09 UTC (rev 241574)
@@ -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: kdegames-lskat/repos/extra-i686/kdegames-lskat.install (from rev 
241573, kdegames-lskat/trunk/kdegames-lskat.install)
===
--- extra-i686/kdegames-lskat.install   (rev 0)
+++ extra-i686/kdegames-lskat.install   2015-06-30 20:58:09 UTC (rev 241574)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:57:54 UTC (rev 241573)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:58:09 UTC (rev 241574)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-lskat
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="http://kde.org/app

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:57:54
  Author: arojas
Revision: 241573

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

Added:
  kdegames-kubrick/repos/extra-i686/PKGBUILD
(from rev 241572, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/extra-i686/kdegames-kubrick.install
(from rev 241572, kdegames-kubrick/trunk/kdegames-kubrick.install)
  kdegames-kubrick/repos/extra-x86_64/PKGBUILD
(from rev 241572, kdegames-kubrick/trunk/PKGBUILD)
  kdegames-kubrick/repos/extra-x86_64/kdegames-kubrick.install
(from rev 241572, kdegames-kubrick/trunk/kdegames-kubrick.install)
Deleted:
  kdegames-kubrick/repos/extra-i686/PKGBUILD
  kdegames-kubrick/repos/extra-i686/kdegames-kubrick.install
  kdegames-kubrick/repos/extra-x86_64/PKGBUILD
  kdegames-kubrick/repos/extra-x86_64/kdegames-kubrick.install

---+
 /PKGBUILD |   70 
 /kdegames-kubrick.install |   22 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdegames-kubrick.install   |   11 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdegames-kubrick.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:57:39 UTC (rev 241572)
+++ extra-i686/PKGBUILD 2015-06-30 20:57:54 UTC (rev 241573)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
-sha1sums=('1e7d5a7a8df64714edd53beb69b31f1c91881fda')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kubrick-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kubrick/repos/extra-i686/PKGBUILD (from rev 241572, 
kdegames-kubrick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:57:54 UTC (rev 241573)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-kubrick
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz";)
+sha1sums=('4cb2a97fdae8fe27e9f5804132d2a556e996e738')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kubrick-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegames-kubrick.install
===
--- extra-i686/kdegames-kubrick.install 2015-06-30 20:57:39 UTC (rev 241572)
+++ extra-i686/kdegames-kubrick.install 2015-06-30 20:57:54 UTC (rev 241573)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kubrick/repos/extra-i686/kdegames-kubrick.install (from rev 
241572, kdegames-kubrick/trunk/kdegames-kubrick.install)
===
--- extra-i686/kdegames-kubrick.install (rev 0)
+++ extra-i686/kdegames-kubrick.install 2015-06-30 20:57:54 UTC (rev 241573)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:57:39 UTC (rev 241572)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:57:54 UTC (rev 241573)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-kubrick
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/";
-arch=('i686' 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:57:39
  Author: arojas
Revision: 241572

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

Added:
  kdegames-ktuberling/repos/extra-i686/PKGBUILD
(from rev 241571, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/extra-i686/kdegames-ktuberling.install
(from rev 241571, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
  kdegames-ktuberling/repos/extra-x86_64/PKGBUILD
(from rev 241571, kdegames-ktuberling/trunk/PKGBUILD)
  kdegames-ktuberling/repos/extra-x86_64/kdegames-ktuberling.install
(from rev 241571, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
Deleted:
  kdegames-ktuberling/repos/extra-i686/PKGBUILD
  kdegames-ktuberling/repos/extra-i686/kdegames-ktuberling.install
  kdegames-ktuberling/repos/extra-x86_64/PKGBUILD
  kdegames-ktuberling/repos/extra-x86_64/kdegames-ktuberling.install

--+
 /PKGBUILD|   64 +
 /kdegames-ktuberling.install |   24 ++
 extra-i686/PKGBUILD  |   32 --
 extra-i686/kdegames-ktuberling.install   |   12 -
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/kdegames-ktuberling.install |   12 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:57:24 UTC (rev 241571)
+++ extra-i686/PKGBUILD 2015-06-30 20:57:39 UTC (rev 241572)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegames-ktuberling
-pkgver=15.04.2
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="http://kde.org/applications/games/ktuberling/";
-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/ktuberling-${pkgver}.tar.xz";)
-sha1sums=('7d748f83ae5e7b8111fe32cfef58b24b42cb6e27')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktuberling-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-ktuberling/repos/extra-i686/PKGBUILD (from rev 241571, 
kdegames-ktuberling/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:57:39 UTC (rev 241572)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegames-ktuberling
+pkgver=15.04.3
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="http://kde.org/applications/games/ktuberling/";
+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/ktuberling-${pkgver}.tar.xz";)
+sha1sums=('b936b37644225d80191428f585595d0540dfad83')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktuberling-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdegames-ktuberling.install
===
--- extra-i686/kdegames-ktuberling.install  2015-06-30 20:57:24 UTC (rev 
241571)
+++ extra-i686/kdegames-ktuberling.install  2015-06-30 20:57:39 UTC (rev 
241572)
@@ -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: kdegames-ktuberling/repos/extra-i686/kdegames-ktuberling.install (from 
rev 241571, kdegames-ktuberling/trunk/kdegames-ktuberling.install)
===
--- extra-i686/kdegames-ktuberling.install  (rev 0)
+++ extra-i686/kdegames-ktuberling.install  2015-06-30 20:57:39 UTC (rev 
241572)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-30 20:57:24 UTC (rev 241571)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:57:39 UTC (rev 241572)
@@ -1,32 +0,0

  1   2   3   >