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

2015-07-29 Thread Evangelos Foutras
Date: Wednesday, July 29, 2015 @ 19:30:18
  Author: foutrelis
Revision: 242845

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 242844, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 242844, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 242844, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 242844, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 242844, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 242844, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 242844, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd.install
(from rev 242844, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 242844, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 242844, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 242844, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 242844, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 242844, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 242844, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 242844, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd.install
(from rev 242844, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  181 ++
 testing-i686/arch.conf  |7 +
 testing-i686/initcpio-hook-udev |   22 +++
 testing-i686/initcpio-install-systemd   |  170 
 testing-i686/initcpio-install-udev  |   28 
 testing-i686/loader.conf|1 
 testing-i686/systemd.install|  205 ++
 testing-x86_64/PKGBUILD |  181 ++
 testing-x86_64/arch.conf|7 +
 testing-x86_64/initcpio-hook-udev   |   22 +++
 testing-x86_64/initcpio-install-systemd |  170 
 testing-x86_64/initcpio-install-udev|   28 
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd.install  |  205 ++
 14 files changed, 1228 insertions(+)

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


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

2015-07-29 Thread Evangelos Foutras
Date: Wednesday, July 29, 2015 @ 19:29:53
  Author: foutrelis
Revision: 242844

upgpkg: systemd 223-1

New upstream release.

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 16:12:22 UTC (rev 242843)
+++ PKGBUILD2015-07-29 17:29:53 UTC (rev 242844)
@@ -3,7 +3,7 @@
 
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
-pkgver=222
+pkgver=223
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/systemd;
@@ -10,7 +10,7 @@
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam'
  'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
  'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
- 'python' 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 
'git')
+ 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git')
 options=('strip' 'debug')
 source=(git://github.com/systemd/systemd.git#tag=v$pkgver
 'initcpio-hook-udev'
@@ -30,6 +30,10 @@
 prepare() {
   cd $pkgname
 
+  # networkd: fix size of networkd binary
+  # https://github.com/systemd/systemd/commit/6870b4156377
+  git cherry-pick -n 6870b4156377
+
   ./autogen.sh
 }
 
@@ -64,8 +68,7 @@
   provides=('nss-myhostname' systemd-tools=$pkgver udev=$pkgver)
   replaces=('nss-myhostname' 'systemd-tools' 'udev')
   conflicts=('nss-myhostname' 'systemd-tools' 'udev')
-  optdepends=('python: systemd library bindings'
-  'cryptsetup: required for encrypted block devices'
+  optdepends=('cryptsetup: required for encrypted block devices'
   'libmicrohttpd: remote journald capabilities'
   'quota-tools: kernel-level quota management'
   'systemd-sysvcompat: symlink package to provide sysvinit 
binaries'


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

2015-07-29 Thread Anatol Pomozov
Date: Wednesday, July 29, 2015 @ 18:12:22
  Author: anatolik
Revision: 242843

FS#44921 Use python3 for bindings

Modified:
  gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 14:30:38 UTC (rev 242842)
+++ PKGBUILD2015-07-29 16:12:22 UTC (rev 242843)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/gdb/;
 license=('GPL3')
-depends=('ncurses' 'expat' 'python2' 'xz' 'guile')
+depends=('ncurses' 'expat' 'python' 'xz' 'guile')
 makedepends=('texinfo')
 backup=('etc/gdb/gdbinit')
 install=gdb.install
@@ -28,10 +28,9 @@
 build() {
   cd gdb-$pkgver
   
-  # guile support has a severe bug 
https://sourceware.org/bugzilla/show_bug.cgi?id=17247
   ./configure --prefix=/usr --disable-nls \
 --with-system-readline \
---with-python=/usr/bin/python2 \
+--with-python=/usr/bin/python3 \
 --with-system-gdbinit=/etc/gdb/gdbinit
   make
 }


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

2015-07-29 Thread Balló György
Date: Wednesday, July 29, 2015 @ 18:15:33
  Author: bgyorgy
Revision: 137597

upgpkg: lxdm 0.5.1-2

Kill user processes on logout (fix second login with systemd = 222); update 
Xsession file with changes from LightDM

Added:
  lxdm/trunk/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
  lxdm/trunk/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
Modified:
  lxdm/trunk/PKGBUILD
  lxdm/trunk/Xsession

-+
 PKGBUILD|   14 +
 Xsession|   11 +
 lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch |  118 ++
 lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch |   64 +++
 4 files changed, 202 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 08:59:12 UTC (rev 137596)
+++ PKGBUILD2015-07-29 16:15:33 UTC (rev 137597)
@@ -6,7 +6,7 @@
 
 pkgname=lxdm
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url=https://sourceforge.net/projects/lxdm/;
@@ -24,15 +24,23 @@
 source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
 default-config.patch
 lxdm.pam
-Xsession)
+Xsession
+lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
+lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch)
 md5sums=('9e03ce5f6d303bc9b689732401934dc6'
  'f0ae6c072f151104c53a030fd7757821'
  'c941ef896248bc7c03901b513490425c'
- 'd9c8f8c9e6de52dbc389696454c8f572')
+ '6ff73570368501a06ee7badc8e415d0a'
+ '54c3de1d6108f8d68dea31622dd976e1'
+ '2522db72aeddffc22e349bfea24ae48e')
 
 prepare(){
   cd $srcdir/$pkgname-$pkgver
 
+  # Kill user processes on logout (fix second login with systemd = 222)
+  patch -Np1 -i ../lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
+  patch -Np1 -i ../lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
+
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch
 

Modified: Xsession
===
--- Xsession2015-07-29 08:59:12 UTC (rev 137596)
+++ Xsession2015-07-29 16:15:33 UTC (rev 137597)
@@ -23,7 +23,7 @@
 for file in /etc/X11/Xresources $HOME/.Xresources; do
 if [ -f $file ]; then
 echo Loading resource: $file
-xrdb -nocpp -merge $file
+xrdb -merge $file
 fi
 done
 
@@ -48,7 +48,7 @@
 
 unset XKB_IN_USE
 
-# Run all system xinitrc shell scripts.
+# Run all system xinitrc shell scripts
 xinitdir=/etc/X11/xinit/xinitrc.d
 if [ -d $xinitdir ]; then
 for script in $xinitdir/*; do
@@ -59,6 +59,13 @@
 done
 fi
 
+# Run user xsession shell script
+script=$HOME/.xsession
+if [ -x $script -a ! -d $script ]; then
+echo Loading xsession script $script
+. $script
+fi
+
 echo X session wrapper complete, running session $LXSESSION
 
 exec $LXSESSION

Added: lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
===
--- lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch 
(rev 0)
+++ lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch 2015-07-29 
16:15:33 UTC (rev 137597)
@@ -0,0 +1,118 @@
+From 2abf1d971198d224c68b20c56862df2fe7c6a648 Mon Sep 17 00:00:00 2001
+From: dgod dgod@gmail.com
+Date: Fri, 24 Jul 2015 20:25:05 +0800
+Subject: [PATCH] try kill left process when session end, by check the
+ XDG_SESSION_ID
+
+---
+ src/pam.c | 72 +++
+ 1 file changed, 72 insertions(+)
+
+diff --git a/src/pam.c b/src/pam.c
+index 43bd687..940fdd2 100644
+--- a/src/pam.c
 b/src/pam.c
+@@ -42,6 +42,7 @@
+ #include errno.h
+ #include poll.h
+ #include sys/stat.h
++#include sys/wait.h
+ 
+ #include pwd.h
+ #include grp.h
+@@ -300,12 +301,72 @@ int lxdm_auth_session_begin(LXDM_AUTH *a,const char 
*name,int tty,int display,ch
+   }
+   err = pam_open_session(a-handle, 0); /* FIXME pam session failed */
+   if( err != PAM_SUCCESS )
++  {
+   g_warning( pam open session error \%s\\n, 
pam_strerror(a-handle, err));
++  }
+   else
++  {
+   a-in_session=1;
++  }
+   return 0;
+ }
+ 
++static int proc_filter(const struct dirent *d)
++{
++int c=d-d_name[0];
++return c='1'  c='9';
++}
++
++static int check_process_sid(int pid,const char *sid)
++{
++  char path[128];
++  FILE *fp;
++  gchar *env_data,*p;
++  gsize env_len;
++  int res=0;
++
++  sprintf(path,/proc/%d/environ,pid);
++  if(!g_file_get_contents(path,env_data,env_len,NULL))
++  {
++  return 0;
++  }
++  for(p=env_data;p!=NULL  p-env_dataenv_len;)
++  {
++  if(!strncmp(p,XDG_SESSION_ID=,15))
++ 

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

2015-07-29 Thread Balló György
Date: Wednesday, July 29, 2015 @ 18:15:49
  Author: bgyorgy
Revision: 137598

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 137597, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 137597, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 137597, lxdm/trunk/default-config.patch)
  
lxdm/repos/community-i686/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
(from rev 137597, 
lxdm/trunk/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch)
  
lxdm/repos/community-i686/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
(from rev 137597, 
lxdm/trunk/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 137597, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 137597, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 137597, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 137597, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 137597, lxdm/trunk/default-config.patch)
  
lxdm/repos/community-x86_64/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch
(from rev 137597, 
lxdm/trunk/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch)
  
lxdm/repos/community-x86_64/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch
(from rev 137597, 
lxdm/trunk/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 137597, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 137597, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

--+
 /PKGBUILD|  
142 ++
 /Xsession|  
142 ++
 /default-config.patch|   
42 ++
 /lxdm.install|   
26 +
 /lxdm.pam|   
14 
 community-i686/PKGBUILD  |   
63 
 community-i686/Xsession  |   
64 
 community-i686/default-config.patch  |   
21 -
 community-i686/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch   |  
118 
 community-i686/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch   |   
64 
 community-i686/lxdm.install  |   
13 
 community-i686/lxdm.pam  |
7 
 community-x86_64/PKGBUILD|   
63 
 community-x86_64/Xsession|   
64 
 community-x86_64/default-config.patch|   
21 -
 community-x86_64/lxdm.git-2abf1d971198d224c68b20c56862df2fe7c6a648.patch |  
118 
 community-x86_64/lxdm.git-4dfe7924a220643600be58861b01f186225fe251.patch |   
64 
 community-x86_64/lxdm.install|   
13 
 community-x86_64/lxdm.pam|
7 
 19 files changed, 730 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-29 16:15:33 UTC (rev 137597)
+++ community-i686/PKGBUILD 2015-07-29 16:15:49 UTC (rev 137598)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: AndyRTR andy...@archlinux.org
-# Contributor: kiefer jorgelmad...@gmail.com
-
-pkgname=lxdm
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url=https://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool' 'iso-codes')
-optdepends=('gtk-engines: default GTK+ theme'
-'iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgname.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'

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

2015-07-29 Thread Sébastien Luttringer
Date: Wednesday, July 29, 2015 @ 18:43:35
  Author: seblu
Revision: 137599

libvirt require libssh2

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 16:15:49 UTC (rev 137598)
+++ PKGBUILD2015-07-29 16:43:35 UTC (rev 137599)
@@ -12,8 +12,7 @@
 depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap'
 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph')
-   # 'audit'
+'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2')
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
 'libiscsi' 'open-iscsi'
 'perl-xml-xpath' 'libxslt')


[arch-commits] Commit in lxqt-config (6 files)

2015-07-29 Thread Balló György
Date: Thursday, July 30, 2015 @ 00:10:43
  Author: bgyorgy
Revision: 137600

Fix build with qt 5.5

Added:
  lxqt-config/repos/community-i686/fix-build.patch
  lxqt-config/repos/community-x86_64/fix-build.patch
  lxqt-config/trunk/fix-build.patch
Modified:
  lxqt-config/repos/community-i686/PKGBUILD
  lxqt-config/repos/community-x86_64/PKGBUILD
  lxqt-config/trunk/PKGBUILD

+
 repos/community-i686/PKGBUILD  |   13 +++--
 repos/community-i686/fix-build.patch   |   21 +
 repos/community-x86_64/PKGBUILD|   13 +++--
 repos/community-x86_64/fix-build.patch |   21 +
 trunk/PKGBUILD |   13 +++--
 trunk/fix-build.patch  |   21 +
 6 files changed, 96 insertions(+), 6 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2015-07-29 16:43:35 UTC (rev 137599)
+++ repos/community-i686/PKGBUILD   2015-07-29 22:10:43 UTC (rev 137600)
@@ -11,10 +11,19 @@
 license=(GPL2)
 depends=(liblxqt libxcursor xorg-xrandr)
 makedepends=(cmake qt5-tools)
-source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913)
+source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+fix-build.patch)
+sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
+'276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
 
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
 
+   # fix build with qt 5.5
+   # https://github.com/lxde/lxqt-config/commit/a5045dc9
+   patch -Np1 -i ../fix-build.patch
+}
+
 build() {
mkdir -p build
cd build

Added: repos/community-i686/fix-build.patch
===
--- repos/community-i686/fix-build.patch(rev 0)
+++ repos/community-i686/fix-build.patch2015-07-29 22:10:43 UTC (rev 
137600)
@@ -0,0 +1,21 @@
+From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
+From: rezso re...@rezso.net
+Date: Sun, 5 Jul 2015 20:38:44 +0200
+Subject: [PATCH] fix build with qt 5.5
+
+---
+ lxqt-config-monitor/monitor.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
+index 9f87bc0..b5df05b 100644
+--- a/lxqt-config-monitor/monitor.h
 b/lxqt-config-monitor/monitor.h
+@@ -20,6 +20,7 @@
+ #ifndef _MONITOR_H_
+ #define _MONITOR_H_
+ 
++#include QObject
+ #include QStringList
+ #include QHash
+ #include QList

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2015-07-29 16:43:35 UTC (rev 137599)
+++ repos/community-x86_64/PKGBUILD 2015-07-29 22:10:43 UTC (rev 137600)
@@ -11,10 +11,19 @@
 license=(GPL2)
 depends=(liblxqt libxcursor xorg-xrandr)
 makedepends=(cmake qt5-tools)
-source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=(9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913)
+source=(http://downloads.lxqt.org/lxqt/$pkgver/$pkgname-$pkgver.tar.xz;
+fix-build.patch)
+sha256sums=('9d6b0d21846ac5d9c62c5806ce04383b92708ab7bd095b46d0ac9fbb3f84b913'
+'276f04a31089e724793fae278238a397d5a1409fd8348cf529f3e75b47da94cc')
 
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
 
+   # fix build with qt 5.5
+   # https://github.com/lxde/lxqt-config/commit/a5045dc9
+   patch -Np1 -i ../fix-build.patch
+}
+
 build() {
mkdir -p build
cd build

Added: repos/community-x86_64/fix-build.patch
===
--- repos/community-x86_64/fix-build.patch  (rev 0)
+++ repos/community-x86_64/fix-build.patch  2015-07-29 22:10:43 UTC (rev 
137600)
@@ -0,0 +1,21 @@
+From a5045dc99d7fc3baad364cafa5a5a06cec69e29c Mon Sep 17 00:00:00 2001
+From: rezso re...@rezso.net
+Date: Sun, 5 Jul 2015 20:38:44 +0200
+Subject: [PATCH] fix build with qt 5.5
+
+---
+ lxqt-config-monitor/monitor.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lxqt-config-monitor/monitor.h b/lxqt-config-monitor/monitor.h
+index 9f87bc0..b5df05b 100644
+--- a/lxqt-config-monitor/monitor.h
 b/lxqt-config-monitor/monitor.h
+@@ -20,6 +20,7 @@
+ #ifndef _MONITOR_H_
+ #define _MONITOR_H_
+ 
++#include QObject
+ #include QStringList
+ #include QHash
+ #include QList

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2015-07-29 16:43:35 UTC (rev 137599)
+++ trunk/PKGBUILD  2015-07-29 22:10:43 UTC (rev 137600)
@@ -11,10 +11,19 @@
 license=(GPL2)
 depends=(liblxqt libxcursor xorg-xrandr)
 makedepends=(cmake 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 21:32:47
  Author: arojas
Revision: 242846

Drop libastro dependency

Modified:
  libmarble4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 17:30:18 UTC (rev 242845)
+++ PKGBUILD2015-07-29 19:32:47 UTC (rev 242846)
@@ -8,7 +8,7 @@
 url=http://kde.org/applications/education/marble/;
 arch=(i686 x86_64)
 license=(GPL LGPL FDL)
-depends=(kdebase-runtime libastro)
+depends=(kdebase-runtime)
 makedepends=(cmake automoc4 gpsd libwlocate)
 optdepends=('gpsd: GPS support' 'libwlocate: WLAN based geolocation')
 conflicts=(kdeedu-marble)


[arch-commits] Commit in syslog-ng/trunk (PKGBUILD syslog-ng-fix-test.diff)

2015-07-29 Thread Eric Bélanger
Date: Thursday, July 30, 2015 @ 03:31:12
  Author: eric
Revision: 242849

upgpkg: syslog-ng 3.6.3-1

Upstream update, Add json support (close FS#43403), Remove old patch

Modified:
  syslog-ng/trunk/PKGBUILD
Deleted:
  syslog-ng/trunk/syslog-ng-fix-test.diff

-+
 PKGBUILD|   20 +--
 syslog-ng-fix-test.diff |   47 --
 2 files changed, 10 insertions(+), 57 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 23:15:40 UTC (rev 242848)
+++ PKGBUILD2015-07-30 01:31:12 UTC (rev 242849)
@@ -2,29 +2,28 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=syslog-ng
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 url=http://www.balabit.com/network-security/syslog-ng/;
 license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'systemd' 'pcre' 'libdbi')
-makedepends=('python2' 'libxslt' )
-optdepends=('logrotate: for rotating log files')
+depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
+makedepends=('python2' 'libxslt' 'json-c')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
 'etc/logrotate.d/syslog-ng')
 
source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate syslog-ng-fix-test.diff)
-sha1sums=('36eeaf920383ee8cb1c17d945205b7562f9fbbb2'
+syslog-ng.conf syslog-ng.logrotate)
+sha1sums=('33a8983d8324abf88975838149cbb772f5860d8a'
   '3e7ec4f3f68265aaa98f37338f801c5c22b85c17'
-  '949128fe3d7f77a7aab99048061f885bc758000c'
-  'ee0eb0a03a78bbdad8492e6ac8a7330fd46cd0e7')
+  '949128fe3d7f77a7aab99048061f885bc758000c')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng.service
-  patch -p1 -i $srcdir/syslog-ng-fix-test.diff
 }
 
 build() {
@@ -32,7 +31,8 @@
   ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
 --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng 
--datadir=/usr/share/syslog-ng \
 --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system
+--enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-manpages --with-jsonc=system
   make
 }
 

Deleted: syslog-ng-fix-test.diff
===
--- syslog-ng-fix-test.diff 2015-07-29 23:15:40 UTC (rev 242848)
+++ syslog-ng-fix-test.diff 2015-07-30 01:31:12 UTC (rev 242849)
@@ -1,47 +0,0 @@
-diff --git a/modules/systemd-journal/tests/test_systemd_journal.c 
b/modules/systemd-journal/tests/test_systemd_journal.c
-index 48da20c..37b2395 100644
 a/modules/systemd-journal/tests/test_systemd_journal.c
-+++ b/modules/systemd-journal/tests/test_systemd_journal.c
-@@ -464,18 +464,18 @@ _test_default_facility_test(TestCase *self, TestSource 
*src, LogMessage *msg)
- void
- _test_program_field_init(TestCase *self, TestSource *src, Journald *journal, 
JournalReader *reader, JournalReaderOptions *options)
- {
--  MockEntry *entry = mock_entry_new(test _COMM first win);
--  mock_entry_add_data(entry, _COMM=comm_program);
-+  MockEntry *entry = mock_entry_new(test SYSLOG_IDENTIFIER first win);
-   mock_entry_add_data(entry, SYSLOG_IDENTIFIER=syslog_program);
-+  mock_entry_add_data(entry, _COMM=comm_program);
-   journald_mock_add_entry(journal, entry);
- 
--  entry = mock_entry_new(test _COMM second win);
--  mock_entry_add_data(entry, SYSLOG_IDENTIFIER=syslog_program);
-+  entry = mock_entry_new(test SYSLOG_IDENTIFIER second win);
-   mock_entry_add_data(entry, _COMM=comm_program);
-+  mock_entry_add_data(entry, SYSLOG_IDENTIFIER=syslog_program);
-   journald_mock_add_entry(journal, entry);
- 
--  entry = mock_entry_new(no _COMM);
--  mock_entry_add_data(entry, SYSLOG_IDENTIFIER=syslog_program);
-+  entry = mock_entry_new(no SYSLOG_IDENTIFIER);
-+  mock_entry_add_data(entry, _COMM=comm_program);
-   journald_mock_add_entry(journal, entry);
- 
-   self-user_data = journal;
-@@ -487,14 +487,14 @@ _test_program_field_test(TestCase *self, TestSource 
*src, LogMessage *msg)
-   Journald *journal = self-user_data;
-   gchar *cursor;
-   journald_get_cursor(journal, cursor);
--  if (strcmp(cursor, no _COMM) != 0)
-+  if (strcmp(cursor, no SYSLOG_IDENTIFIER) != 0)
- {
--  assert_string(log_msg_get_value(msg, LM_V_PROGRAM, NULL), 
comm_program, ASSERTION_ERROR(Bad program name));
-+  assert_string(log_msg_get_value(msg, LM_V_PROGRAM, NULL), 
syslog_program, ASSERTION_ERROR(Bad program name));
-   g_free(cursor);
- }
-   else
- {
--  

[arch-commits] Commit in syslog-ng/repos (14 files)

2015-07-29 Thread Eric Bélanger
Date: Thursday, July 30, 2015 @ 03:37:06
  Author: eric
Revision: 242850

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 242849, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 242849, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 242849, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 242849, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 242849, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 242849, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng-fix-test.diff
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng-fix-test.diff
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate

--+
 /PKGBUILD|   98 +
 /syslog-ng.conf  |  184 +
 /syslog-ng.logrotate |   14 ++
 extra-i686/PKGBUILD  |   49 
 extra-i686/syslog-ng-fix-test.diff   |   47 
 extra-i686/syslog-ng.conf|   92 
 extra-i686/syslog-ng.logrotate   |7 -
 extra-x86_64/PKGBUILD|   49 
 extra-x86_64/syslog-ng-fix-test.diff |   47 
 extra-x86_64/syslog-ng.conf  |   92 
 extra-x86_64/syslog-ng.logrotate |7 -
 11 files changed, 296 insertions(+), 390 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-30 01:31:12 UTC (rev 242849)
+++ extra-i686/PKGBUILD 2015-07-30 01:37:06 UTC (rev 242850)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-url=http://www.balabit.com/network-security/syslog-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'systemd' 'pcre' 'libdbi')
-makedepends=('python2' 'libxslt' )
-optdepends=('logrotate: for rotating log files')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
-syslog-ng.conf syslog-ng.logrotate syslog-ng-fix-test.diff)
-sha1sums=('36eeaf920383ee8cb1c17d945205b7562f9fbbb2'
-  '3e7ec4f3f68265aaa98f37338f801c5c22b85c17'
-  '949128fe3d7f77a7aab99048061f885bc758000c'
-  'ee0eb0a03a78bbdad8492e6ac8a7330fd46cd0e7')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' 
contrib/systemd/syslog-ng.service
-  patch -p1 -i $srcdir/syslog-ng-fix-test.diff
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \
---sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng 
--datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \
---enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-}

Copied: syslog-ng/repos/extra-i686/PKGBUILD (from rev 242849, 
syslog-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-30 01:37:06 UTC (rev 242850)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.6.3
+pkgrel=1
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+url=http://www.balabit.com/network-security/syslog-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'systemd' 'glib2' 'libdbi')
+makedepends=('python2' 'libxslt' 'json-c')
+optdepends=('logrotate: for rotating log files'
+   'json-c: for json-plugin')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz
+syslog-ng.conf syslog-ng.logrotate)

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

2015-07-29 Thread Antonio Rojas
Date: Thursday, July 30, 2015 @ 01:14:52
  Author: arojas
Revision: 242847

Enable akonadi support

Modified:
  kaccounts-integration/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 19:32:47 UTC (rev 242846)
+++ PKGBUILD2015-07-29 23:14:52 UTC (rev 242847)
@@ -2,15 +2,16 @@
 
 pkgname=kaccounts-integration
 pkgver=15.07.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
 Jabber and others'
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
 license=(GPL)
-groups=('kde-applications' 'kdenetwork')
-depends=(kcmutils kio signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools akonadi-client)
+optdepends=('akonadi-client: Akonadi accounts support')
 
source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
 md5sums=('b9905bb15a460dc5dfb9443066d249f8')
 


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

2015-07-29 Thread Antonio Rojas
Date: Thursday, July 30, 2015 @ 01:15:40
  Author: arojas
Revision: 242848

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-07-29 23:14:52 UTC (rev 242847)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 23:15:40 UTC (rev 242848)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=kaccounts-integration
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork')
-depends=(kcmutils kio signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('b9905bb15a460dc5dfb9443066d249f8')
-
-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: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 
242847, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 23:15:40 UTC (rev 242848)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.07.80
+pkgrel=2
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools akonadi-client)
+optdepends=('akonadi-client: Akonadi accounts support')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('b9905bb15a460dc5dfb9443066d249f8')
+
+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: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-07-29 23:14:52 UTC (rev 242847)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 23:15:40 UTC (rev 242848)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas aro...@archlinux.org 
-
-pkgname=kaccounts-integration
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(i686 x86_64)
-url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork')
-depends=(kcmutils kio signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
-md5sums=('b9905bb15a460dc5dfb9443066d249f8')
-
-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: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242847, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD  

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

2015-07-29 Thread Gerardo Pozzi
Date: Thursday, July 30, 2015 @ 06:21:20
  Author: djgera
Revision: 242852

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 242851, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-30 04:20:28 UTC (rev 242851)
+++ PKGBUILD2015-07-30 04:21:20 UTC (rev 242852)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi djg...@archlinux.org
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=archiso
-pkgver=21
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha1sums=('988110c86632b73ac51cf2bb1b7de65ac6a52688'
-  'SKIP')
-validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
-
-package() {
-   make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 242851, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-30 04:21:20 UTC (rev 242852)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi djg...@archlinux.org
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archiso
+pkgver=22
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha1sums=('76d9deccb9c2b9b68f539251bfe59a4842c5bd83'
+  'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+   make -C ${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+}


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

2015-07-29 Thread Felix Yan
Date: Thursday, July 30, 2015 @ 05:38:17
  Author: fyan
Revision: 137602

archrelease: copy trunk to community-any

Added:
  python-w3lib/repos/community-any/LICENSE
(from rev 137601, python-w3lib/trunk/LICENSE)
  python-w3lib/repos/community-any/PKGBUILD
(from rev 137601, python-w3lib/trunk/PKGBUILD)
Deleted:
  python-w3lib/repos/community-any/LICENSE
  python-w3lib/repos/community-any/PKGBUILD

--+
 LICENSE  |   54 +-
 PKGBUILD |   96 ++---
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-30 03:37:58 UTC (rev 137601)
+++ LICENSE 2015-07-30 03:38:17 UTC (rev 137602)
@@ -1,27 +0,0 @@
-Copyright (c) w3lib and Scrapy developers.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, 
-   this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright 
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
-3. Neither the name of Scrapy nor the names of its contributors may be used
-   to endorse or promote products derived from this software without
-   specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
-ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
-ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-w3lib/repos/community-any/LICENSE (from rev 137601, 
python-w3lib/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-30 03:38:17 UTC (rev 137602)
@@ -0,0 +1,27 @@
+Copyright (c) w3lib and Scrapy developers.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
modification,
+are permitted provided that the following conditions are met:
+
+1. Redistributions of source code must retain the above copyright notice, 
+   this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright 
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+3. Neither the name of Scrapy nor the names of its contributors may be used
+   to endorse or promote products derived from this software without
+   specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-30 03:37:58 UTC (rev 137601)
+++ PKGBUILD2015-07-30 03:38:17 UTC (rev 137602)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Bence Balint balintbence1...@gmail.com
-
-pkgbase=python-w3lib
-pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.11.0
-pkgrel=1
-pkgdesc=Library of web-related functions
-arch=('any')
-license=('BSD')
-url=http://w3lib.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six')
-# checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/w/w3lib/w3lib-${pkgver}.tar.gz;
-LICENSE)

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

2015-07-29 Thread Felix Yan
Date: Thursday, July 30, 2015 @ 05:37:58
  Author: fyan
Revision: 137601

upgpkg: python-w3lib 1.12.0-1

Modified:
  python-w3lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 22:10:43 UTC (rev 137600)
+++ PKGBUILD2015-07-30 03:37:58 UTC (rev 137601)
@@ -4,7 +4,7 @@
 
 pkgbase=python-w3lib
 pkgname=('python-w3lib' 'python2-w3lib')
-pkgver=1.11.0
+pkgver=1.12.0
 pkgrel=1
 pkgdesc=Library of web-related functions
 arch=('any')
@@ -14,7 +14,7 @@
 # checkdepends=('python-pytest' 'python2-pytest')
 
source=(https://pypi.python.org/packages/source/w/w3lib/w3lib-${pkgver}.tar.gz;
 LICENSE)
-md5sums=('0ecadf121a90f1ac182b739a7d028ae2'
+md5sums=('c2545617229b3fc72d59afed85b18035'
  '8a9dbf92a1904187a362d3fe098d4a1f')
 
 prepare() {


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

2015-07-29 Thread Gerardo Pozzi
Date: Thursday, July 30, 2015 @ 06:20:28
  Author: djgera
Revision: 242851

upgpkg: archiso 22-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-30 01:37:06 UTC (rev 242850)
+++ PKGBUILD2015-07-30 04:20:28 UTC (rev 242851)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=archiso
-pkgver=21
+pkgver=22
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha1sums=('988110c86632b73ac51cf2bb1b7de65ac6a52688'
+sha1sums=('76d9deccb9c2b9b68f539251bfe59a4842c5bd83'
   'SKIP')
 validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:18:47
  Author: arojas
Revision: 242646

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

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

--+
 kde-unstable-i686/PKGBUILD   |   34 +
 kde-unstable-i686/libksane.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   34 +
 kde-unstable-x86_64/libksane.install |   11 ++
 4 files changed, 90 insertions(+)

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 242645, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:18:47 UTC (rev 242646)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e2d72e3c6acc8f85f44fe543966b0b23fa9cd4d0')
+
+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: libksane/repos/kde-unstable-i686/libksane.install (from rev 242645, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-i686/libksane.install  (rev 0)
+++ kde-unstable-i686/libksane.install  2015-07-29 07:18:47 UTC (rev 242646)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 242645, 
libksane/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:18:47 UTC (rev 242646)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e2d72e3c6acc8f85f44fe543966b0b23fa9cd4d0')
+
+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: libksane/repos/kde-unstable-x86_64/libksane.install (from rev 242645, 
libksane/kde-unstable/libksane.install)
===
--- kde-unstable-x86_64/libksane.install(rev 0)
+++ kde-unstable-x86_64/libksane.install2015-07-29 07:18:47 UTC (rev 
242646)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:19:22
  Author: arojas
Revision: 242648

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

Added:
  libkeduvocdocument/repos/kde-unstable-i686/
  libkeduvocdocument/repos/kde-unstable-i686/PKGBUILD
(from rev 242647, libkeduvocdocument/kde-unstable/PKGBUILD)
  libkeduvocdocument/repos/kde-unstable-x86_64/
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242647, libkeduvocdocument/kde-unstable/PKGBUILD)

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

Copied: libkeduvocdocument/repos/kde-unstable-i686/PKGBUILD (from rev 242647, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:19:22 UTC (rev 242648)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('28e5f91f50bef73ec6a8630197199d4b520fa153')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD (from rev 242647, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:19:22 UTC (rev 242648)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkeduvocdocument
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Common libraries for KDE Edu applications
+url=http://kde.org/applications/education;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'kdeedu-data')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('28e5f91f50bef73ec6a8630197199d4b520fa153')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:18:33
  Author: arojas
Revision: 242645

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

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

-+
 kde-unstable-i686/PKGBUILD  |   36 ++
 kde-unstable-i686/libkipi.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD|   36 ++
 kde-unstable-x86_64/libkipi.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 242644, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('01c3e32e015b8c365da9b05c4b69f7fcda6ac2fd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 242644, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-i686/libkipi.install   (rev 0)
+++ kde-unstable-i686/libkipi.install   2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 242644, 
libkipi/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('01c3e32e015b8c365da9b05c4b69f7fcda6ac2fd')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkipi/repos/kde-unstable-x86_64/libkipi.install (from rev 242644, 
libkipi/kde-unstable/libkipi.install)
===
--- kde-unstable-x86_64/libkipi.install (rev 0)
+++ kde-unstable-x86_64/libkipi.install 2015-07-29 07:18:33 UTC (rev 242645)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:19:03
  Author: arojas
Revision: 242647

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

Added:
  analitza/repos/kde-unstable-i686/
  analitza/repos/kde-unstable-i686/PKGBUILD
(from rev 242646, analitza/kde-unstable/PKGBUILD)
  analitza/repos/kde-unstable-x86_64/
  analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242646, analitza/kde-unstable/PKGBUILD)

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

Copied: analitza/repos/kde-unstable-i686/PKGBUILD (from rev 242646, 
analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:19:03 UTC (rev 242647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('3f907243ad9a2281c7565f02a0adff78cfd94120')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${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: analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 242646, 
analitza/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:19:03 UTC (rev 242647)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=analitza
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('qt5-svg' 'qt5-declarative')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'eigen')
+replaces=('kdebase-analitza')
+conflicts=('kdebase-analitza')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('3f907243ad9a2281c7565f02a0adff78cfd94120')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in telepathy-kde-common-internals/repos (6 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:22:26
  Author: arojas
Revision: 242658

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

Added:
  telepathy-kde-common-internals/repos/kde-unstable-i686/
  telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD
(from rev 242657, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
(from rev 242657, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242657, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
  
telepathy-kde-common-internals/repos/kde-unstable-x86_64/telepathy-kde-common-internals.install
(from rev 242657, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)

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

Copied: telepathy-kde-common-internals/repos/kde-unstable-i686/PKGBUILD (from 
rev 242657, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:22:26 UTC (rev 242658)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Common components 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=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('52661f2e7f37f6e50e6115c9f4875eb6')
+install=$pkgname.install
+
+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-common-internals/repos/kde-unstable-i686/telepathy-kde-common-internals.install
 (from rev 242657, 
telepathy-kde-common-internals/kde-unstable/telepathy-kde-common-internals.install)
===
--- kde-unstable-i686/telepathy-kde-common-internals.install
(rev 0)
+++ kde-unstable-i686/telepathy-kde-common-internals.install2015-07-29 
07:22:26 UTC (rev 242658)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 242657, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:22:26 UTC (rev 242658)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Common components 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=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('52661f2e7f37f6e50e6115c9f4875eb6')
+install=$pkgname.install
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \

[arch-commits] Commit in kaccounts-providers/repos (3 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:22:11
  Author: arojas
Revision: 242657

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

Added:
  kaccounts-providers/repos/kde-unstable-any/
  kaccounts-providers/repos/kde-unstable-any/PKGBUILD
(from rev 242656, kaccounts-providers/kde-unstable/PKGBUILD)
  kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install
(from rev 242656, 
kaccounts-providers/kde-unstable/kaccounts-providers.install)

-+
 PKGBUILD|   34 ++
 kaccounts-providers.install |   11 +++
 2 files changed, 45 insertions(+)

Copied: kaccounts-providers/repos/kde-unstable-any/PKGBUILD (from rev 242656, 
kaccounts-providers/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2015-07-29 07:22:11 UTC (rev 242657)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kaccounts-providers
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=('any')
+url='https://projects.kde.org/projects/playground/base/kde-accounts/kaccounts-providers'
+license=('GPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('libaccounts-glib' 'kaccounts-integration')
+makedepends=('extra-cmake-modules' 'intltool')
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('c0a3543771b7c5d55ab858e2f7dc1281')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kaccounts-providers/repos/kde-unstable-any/kaccounts-providers.install 
(from rev 242656, kaccounts-providers/kde-unstable/kaccounts-providers.install)
===
--- kde-unstable-any/kaccounts-providers.install
(rev 0)
+++ kde-unstable-any/kaccounts-providers.install2015-07-29 07:22:11 UTC 
(rev 242657)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:22:01
  Author: arojas
Revision: 242656

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

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

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

Copied: kaccounts-integration/repos/kde-unstable-i686/PKGBUILD (from rev 
242655, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:22:01 UTC (rev 242656)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork')
+depends=(kcmutils kio signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('b9905bb15a460dc5dfb9443066d249f8')
+
+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: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242655, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:22:01 UTC (rev 242656)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org 
+
+pkgname=kaccounts-integration
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kdereview/kaccounts-integration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork')
+depends=(kcmutils kio signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('b9905bb15a460dc5dfb9443066d249f8')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:20:51
  Author: arojas
Revision: 242652

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

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

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

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 242651, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:20:51 UTC (rev 242652)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('79e7a9cacd96a17b8f886a763aace91902c00ceb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 242651, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:20:51 UTC (rev 242652)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkmahjongg
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Common code, backgrounds and tile sets for games using Mahjongg tiles
+url=https://projects.kde.org/projects/kde/kdegames/libmahjongg;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('79e7a9cacd96a17b8f886a763aace91902c00ceb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:22:59
  Author: arojas
Revision: 242660

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

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

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

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

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


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:22:42
  Author: arojas
Revision: 242659

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

Added:
  kdeaccessibility-jovie/repos/kde-unstable-i686/
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
(from rev 242658, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
(from rev 242658, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242658, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install
(from rev 242658, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)

+
 kde-unstable-i686/PKGBUILD |   33 +++
 kde-unstable-i686/kdeaccessibility-jovie.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD   |   33 +++
 kde-unstable-x86_64/kdeaccessibility-jovie.install |   11 ++
 4 files changed, 88 insertions(+)

Copied: kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD (from rev 
242658, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:22:42 UTC (rev 242659)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('83c0beae319d7cf7ba6d3c673798073093eb2481')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 242658, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-i686/kdeaccessibility-jovie.install
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-jovie.install2015-07-29 07:22:42 UTC 
(rev 242659)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242658, kdeaccessibility-jovie/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:22:42 UTC (rev 242659)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde-applications' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('83c0beae319d7cf7ba6d3c673798073093eb2481')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install 
(from rev 242658, 
kdeaccessibility-jovie/kde-unstable/kdeaccessibility-jovie.install)
===
--- kde-unstable-x86_64/kdeaccessibility-jovie.install  
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-jovie.install  2015-07-29 07:22:42 UTC 
(rev 242659)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:21:29
  Author: arojas
Revision: 242654

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

Added:
  kqtquickcharts/repos/kde-unstable-i686/
  kqtquickcharts/repos/kde-unstable-i686/PKGBUILD
(from rev 242653, kqtquickcharts/kde-unstable/PKGBUILD)
  kqtquickcharts/repos/kde-unstable-x86_64/
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242653, kqtquickcharts/kde-unstable/PKGBUILD)

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

Copied: kqtquickcharts/repos/kde-unstable-i686/PKGBUILD (from rev 242653, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:21:29 UTC (rev 242654)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad3ae49114a0007fe85efd7d6db753880d9bc2b8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 242653, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:21:29 UTC (rev 242654)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kqtquickcharts
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A QtQuick plugin to render beautiful and interactive charts
+url=https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad3ae49114a0007fe85efd7d6db753880d9bc2b8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:21:13
  Author: arojas
Revision: 242653

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

Added:
  libkomparediff2/repos/kde-unstable-i686/
  libkomparediff2/repos/kde-unstable-i686/PKGBUILD
(from rev 242652, libkomparediff2/kde-unstable/PKGBUILD)
  libkomparediff2/repos/kde-unstable-x86_64/
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242652, libkomparediff2/kde-unstable/PKGBUILD)

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

Copied: libkomparediff2/repos/kde-unstable-i686/PKGBUILD (from rev 242652, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:21:13 UTC (rev 242653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e8ebe3eb48dfebb9ddc78832d0b957b1980fa1c0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 242652, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:21:13 UTC (rev 242653)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkomparediff2
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Library to compare files and strings
+url='https://projects.kde.org/projects/kde/kdesdk/libkomparediff2'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kparts')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('e8ebe3eb48dfebb9ddc78832d0b957b1980fa1c0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in signon-kwallet-extension/repos (4 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:21:45
  Author: arojas
Revision: 242655

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

Added:
  signon-kwallet-extension/repos/kde-unstable-i686/
  signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD
(from rev 242654, signon-kwallet-extension/kde-unstable/PKGBUILD)
  signon-kwallet-extension/repos/kde-unstable-x86_64/
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242654, signon-kwallet-extension/kde-unstable/PKGBUILD)

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

Copied: signon-kwallet-extension/repos/kde-unstable-i686/PKGBUILD (from rev 
242654, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:21:45 UTC (rev 242655)
@@ -0,0 +1,34 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('37194883ce456a044f8fdcc8fa66a936')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242654, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:21:45 UTC (rev 242655)
@@ -0,0 +1,34 @@
+# Maintainer: anex assassin.anex[@]gmail.com
+
+pkgname=signon-kwallet-extension
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KWallet signon extension
+arch=('i686' 'x86_64')
+url=http://kde.org;
+license=('LGPL')
+groups=('kde-applications' 'kdenetwork')
+depends=('signon' 'kwallet')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('37194883ce456a044f8fdcc8fa66a936')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:33:39
  Author: arojas
Revision: 242673

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

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

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

Copied: blinken/repos/kde-unstable-i686/PKGBUILD (from rev 242672, 
blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=blinken
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('5c8d06739fbfb5bfc3c6173de70f0e084b8ece33')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: blinken/repos/kde-unstable-i686/blinken.install (from rev 242672, 
blinken/kde-unstable/blinken.install)
===
--- kde-unstable-i686/blinken.install   (rev 0)
+++ kde-unstable-i686/blinken.install   2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: blinken/repos/kde-unstable-x86_64/PKGBUILD (from rev 242672, 
blinken/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=blinken
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kxmlgui' 'phonon-qt5')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+replaces=('kdeedu-blinken')
+conflicts=('kdeedu-blinken')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('5c8d06739fbfb5bfc3c6173de70f0e084b8ece33')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: blinken/repos/kde-unstable-x86_64/blinken.install (from rev 242672, 
blinken/kde-unstable/blinken.install)
===
--- kde-unstable-x86_64/blinken.install (rev 0)
+++ kde-unstable-x86_64/blinken.install 2015-07-29 07:33:39 UTC (rev 242673)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:34:27
  Author: arojas
Revision: 242676

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

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 242675, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 242675, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242675, kdeedu-kalzium/kde-unstable/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 242675, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)

+
 kde-unstable-i686/PKGBUILD |   32 +++
 kde-unstable-i686/kdeedu-kalzium.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD   |   32 +++
 kde-unstable-x86_64/kdeedu-kalzium.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 242675, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:34:27 UTC (rev 242676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('211b7f26c3e598b4856a484e7d3987812f519888')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
242675, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-i686/kdeedu-kalzium.install(rev 0)
+++ kde-unstable-i686/kdeedu-kalzium.install2015-07-29 07:34:27 UTC (rev 
242676)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD (from rev 242675, 
kdeedu-kalzium/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:34:27 UTC (rev 242676)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime' 'avogadro' 'ocaml' 'chemical-mime-data')
+makedepends=('cmake' 'automoc4' 'mesa' 'eigen' 'eigen2' 'facile')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('211b7f26c3e598b4856a484e7d3987812f519888')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install (from 
rev 242675, kdeedu-kalzium/kde-unstable/kdeedu-kalzium.install)
===
--- kde-unstable-x86_64/kdeedu-kalzium.install  (rev 0)
+++ kde-unstable-x86_64/kdeedu-kalzium.install  2015-07-29 07:34:27 UTC (rev 
242676)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:33:15
  Author: arojas
Revision: 242672

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

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

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

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

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


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:32:57
  Author: arojas
Revision: 242671

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

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

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

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

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


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:33:55
  Author: arojas
Revision: 242674

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

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

+
 kde-unstable-i686/PKGBUILD |   48 +++
 kde-unstable-i686/cantor.install   |   12 
 kde-unstable-x86_64/PKGBUILD   |   48 +++
 kde-unstable-x86_64/cantor.install |   12 
 4 files changed, 120 insertions(+)

Copied: cantor/repos/kde-unstable-i686/PKGBUILD (from rev 242673, 
cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:33:55 UTC (rev 242674)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=cantor
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kdelibs4support' 'kpty' 'ktexteditor' 
'knewstuff') # libqalculate https://bugs.kde.org/show_bug.cgi?id=350729
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('4454de83a7542efecc009aa6b16d09d008bf86cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: cantor/repos/kde-unstable-i686/cantor.install (from rev 242673, 
cantor/kde-unstable/cantor.install)
===
--- kde-unstable-i686/cantor.install(rev 0)
+++ kde-unstable-i686/cantor.install2015-07-29 07:33:55 UTC (rev 242674)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cantor/repos/kde-unstable-x86_64/PKGBUILD (from rev 242673, 
cantor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:33:55 UTC (rev 242674)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=cantor
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kdelibs4support' 'kpty' 'ktexteditor' 
'knewstuff') # libqalculate https://bugs.kde.org/show_bug.cgi?id=350729
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('4454de83a7542efecc009aa6b16d09d008bf86cc')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:34:12
  Author: arojas
Revision: 242675

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

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

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-i686/kalgebra.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD |   37 +
 kde-unstable-x86_64/kalgebra.install |   12 ++
 4 files changed, 98 insertions(+)

Copied: kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 242674, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:34:12 UTC (rev 242675)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kalgebra
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('76bb8f2e7dba5687521ba77582e30a3f87098924')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kalgebra/repos/kde-unstable-i686/kalgebra.install (from rev 242674, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-i686/kalgebra.install  (rev 0)
+++ kde-unstable-i686/kalgebra.install  2015-07-29 07:34:12 UTC (rev 242675)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kalgebra/repos/kde-unstable-x86_64/PKGBUILD (from rev 242674, 
kalgebra/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:34:12 UTC (rev 242675)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kalgebra
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'kio' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'glu')
+replaces=('kdeedu-kalgebra')
+conflicts=('kdeedu-kalgebra' 'kdeedu-analitza')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('76bb8f2e7dba5687521ba77582e30a3f87098924')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kalgebra/repos/kde-unstable-x86_64/kalgebra.install (from rev 242674, 
kalgebra/kde-unstable/kalgebra.install)
===
--- kde-unstable-x86_64/kalgebra.install(rev 0)
+++ kde-unstable-x86_64/kalgebra.install2015-07-29 07:34:12 UTC (rev 
242675)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:38:20
  Author: arojas
Revision: 242685

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

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

+
 kde-unstable-i686/PKGBUILD |   36 +++
 kde-unstable-i686/kmplot.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   36 +++
 kde-unstable-x86_64/kmplot.install |   12 +++
 4 files changed, 96 insertions(+)

Copied: kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 242684, 
kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:38:20 UTC (rev 242685)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmplot
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('8a18a47be3eff030d222f86b80250e8c9946f74b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${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: kmplot/repos/kde-unstable-i686/kmplot.install (from rev 242684, 
kmplot/kde-unstable/kmplot.install)
===
--- kde-unstable-i686/kmplot.install(rev 0)
+++ kde-unstable-i686/kmplot.install2015-07-29 07:38:20 UTC (rev 242685)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kmplot/repos/kde-unstable-x86_64/PKGBUILD (from rev 242684, 
kmplot/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:38:20 UTC (rev 242685)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmplot
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdelibs4support')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-kmplot')
+conflicts=('kdeedu-kmplot')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('8a18a47be3eff030d222f86b80250e8c9946f74b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${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: kmplot/repos/kde-unstable-x86_64/kmplot.install (from rev 242684, 
kmplot/kde-unstable/kmplot.install)
===
--- kde-unstable-x86_64/kmplot.install  (rev 0)
+++ kde-unstable-x86_64/kmplot.install  2015-07-29 07:38:20 UTC (rev 242685)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:38:37
  Author: arojas
Revision: 242686

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

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

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

Copied: kstars/repos/kde-unstable-i686/PKGBUILD (from rev 242685, 
kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('367d044d447f78589dded9a83127ddff8ee674b5')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-i686/kstars.install (from rev 242685, 
kstars/kde-unstable/kstars.install)
===
--- kde-unstable-i686/kstars.install(rev 0)
+++ kde-unstable-i686/kstars.install2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kstars/repos/kde-unstable-x86_64/PKGBUILD (from rev 242685, 
kstars/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:38:37 UTC (rev 242686)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixona...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kstars
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('wcslib' 'libindi' 'kplotting' 'knewstuff' 'qt5-multimedia' 'kinit' 
'ktexteditor')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'eigen' 'xplanet')
+optdepends=('xplanet: XPlanet support')
+install=${pkgname}.install
+replaces=('kdeedu-kstars')
+conflicts=('kdeedu-kstars')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('367d044d447f78589dded9a83127ddff8ee674b5')
+
+prepare() {
+  mkdir build
+
+# Use python2
+  cd $pkgname-$pkgver
+  sed -e 's|python|python2|' -i 
kstars/skycomponents/supernovaecomponent.cpp 
+}
+
+build() {
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|g' \
+${pkgdir}/usr/share/kstars/scripts/supernova_updates_parser.py
+}

Copied: kstars/repos/kde-unstable-x86_64/kstars.install (from rev 242685, 
kstars/kde-unstable/kstars.install)

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:37:57
  Author: arojas
Revision: 242684

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

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

--+
 kde-unstable-i686/PKGBUILD   |   36 +
 kde-unstable-i686/klettres.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   36 +
 kde-unstable-x86_64/klettres.install |   11 ++
 4 files changed, 94 insertions(+)

Copied: klettres/repos/kde-unstable-i686/PKGBUILD (from rev 242683, 
klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:37:57 UTC (rev 242684)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klettres
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kemoticons' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('4652a6e1ea26e827ba4475f7b522775676e8faff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${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: klettres/repos/kde-unstable-i686/klettres.install (from rev 242683, 
klettres/kde-unstable/klettres.install)
===
--- kde-unstable-i686/klettres.install  (rev 0)
+++ kde-unstable-i686/klettres.install  2015-07-29 07:37:57 UTC (rev 242684)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klettres/repos/kde-unstable-x86_64/PKGBUILD (from rev 242683, 
klettres/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:37:57 UTC (rev 242684)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klettres
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('knewstuff' 'kemoticons' 'kitemmodels')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+replaces=('kdeedu-klettres')
+conflicts=('kdeedu-klettres')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('4652a6e1ea26e827ba4475f7b522775676e8faff')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${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: klettres/repos/kde-unstable-x86_64/klettres.install (from rev 242683, 
klettres/kde-unstable/klettres.install)
===
--- kde-unstable-x86_64/klettres.install(rev 0)
+++ kde-unstable-x86_64/klettres.install2015-07-29 07:37:57 UTC (rev 
242684)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:46:54
  Author: arojas
Revision: 242712

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

Added:
  kdegames-klickety/repos/kde-unstable-i686/
  kdegames-klickety/repos/kde-unstable-i686/PKGBUILD
(from rev 242711, kdegames-klickety/kde-unstable/PKGBUILD)
  kdegames-klickety/repos/kde-unstable-i686/kdegames-klickety.install
(from rev 242711, kdegames-klickety/kde-unstable/kdegames-klickety.install)
  kdegames-klickety/repos/kde-unstable-x86_64/
  kdegames-klickety/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242711, kdegames-klickety/kde-unstable/PKGBUILD)
  kdegames-klickety/repos/kde-unstable-x86_64/kdegames-klickety.install
(from rev 242711, kdegames-klickety/kde-unstable/kdegames-klickety.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-klickety.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-klickety.install |   11 
 4 files changed, 86 insertions(+)

Copied: kdegames-klickety/repos/kde-unstable-i686/PKGBUILD (from rev 242711, 
kdegames-klickety/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:46:54 UTC (rev 242712)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('4e75ff54e0a49bb34d576ef5ef7ac5d82ca5b46f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/kde-unstable-i686/kdegames-klickety.install 
(from rev 242711, kdegames-klickety/kde-unstable/kdegames-klickety.install)
===
--- kde-unstable-i686/kdegames-klickety.install (rev 0)
+++ kde-unstable-i686/kdegames-klickety.install 2015-07-29 07:46:54 UTC (rev 
242712)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-klickety/repos/kde-unstable-x86_64/PKGBUILD (from rev 242711, 
kdegames-klickety/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:46:54 UTC (rev 242712)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-klickety
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=An adaptation of the Clickomania game
+url=http://kde.org/applications/games/klickety/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klickety-${pkgver}.tar.xz;)
+sha1sums=('4e75ff54e0a49bb34d576ef5ef7ac5d82ca5b46f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klickety-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-klickety/repos/kde-unstable-x86_64/kdegames-klickety.install 
(from rev 242711, kdegames-klickety/kde-unstable/kdegames-klickety.install)
===
--- kde-unstable-x86_64/kdegames-klickety.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-klickety.install   2015-07-29 07:46:54 UTC 
(rev 242712)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:47:11
  Author: arojas
Revision: 242713

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

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

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/klines.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/klines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: klines/repos/kde-unstable-i686/PKGBUILD (from rev 242712, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('cc36bb20b46a0bec1ada2058abfb897ee892bc74')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${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: klines/repos/kde-unstable-i686/klines.install (from rev 242712, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-i686/klines.install(rev 0)
+++ kde-unstable-i686/klines.install2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: klines/repos/kde-unstable-x86_64/PKGBUILD (from rev 242712, 
klines/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=klines
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple but highly addictive, one player game
+url=http://kde.org/applications/games/klines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-klines')
+replaces=('kdegames-klines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/klines-${pkgver}.tar.xz;)
+sha1sums=('cc36bb20b46a0bec1ada2058abfb897ee892bc74')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../klines-${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: klines/repos/kde-unstable-x86_64/klines.install (from rev 242712, 
klines/kde-unstable/klines.install)
===
--- kde-unstable-x86_64/klines.install  (rev 0)
+++ kde-unstable-x86_64/klines.install  2015-07-29 07:47:11 UTC (rev 242713)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:47:46
  Author: arojas
Revision: 242716

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

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

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/kmines.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/kmines.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: kmines/repos/kde-unstable-i686/PKGBUILD (from rev 242715, 
kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:47:46 UTC (rev 242716)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmines
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kmines')
+replaces=('kdegames-kmines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz;)
+sha1sums=('93ec784bff3c1ae3ffe4fc4443e48ee767a4be2e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${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: kmines/repos/kde-unstable-i686/kmines.install (from rev 242715, 
kmines/kde-unstable/kmines.install)
===
--- kde-unstable-i686/kmines.install(rev 0)
+++ kde-unstable-i686/kmines.install2015-07-29 07:47:46 UTC (rev 242716)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kmines/repos/kde-unstable-x86_64/PKGBUILD (from rev 242715, 
kmines/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:47:46 UTC (rev 242716)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kmines
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=The classic Minesweeper game
+url=http://kde.org/applications/games/kmines/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kmines')
+replaces=('kdegames-kmines')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmines-${pkgver}.tar.xz;)
+sha1sums=('93ec784bff3c1ae3ffe4fc4443e48ee767a4be2e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmines-${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: kmines/repos/kde-unstable-x86_64/kmines.install (from rev 242715, 
kmines/kde-unstable/kmines.install)
===
--- kde-unstable-x86_64/kmines.install  (rev 0)
+++ kde-unstable-x86_64/kmines.install  2015-07-29 07:47:46 UTC (rev 242716)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:47:31
  Author: arojas
Revision: 242715

Bump pkgrel

Modified:
  kdepim/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 07:47:29 UTC (rev 242714)
+++ PKGBUILD2015-07-29 07:47:31 UTC (rev 242715)
@@ -7,7 +7,7 @@
 pkgname=(akonadiconsole akregator blogilo kdepim-console kaddressbook kalarm 
kleopatra kmail knotes
  kontact korganizer ktnef libkdepim)
 pkgver=15.07.80
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://pim.kde.org'
 license=('GPL' 'LGPL' 'FDL')


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:47:29
  Author: arojas
Revision: 242714

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

Added:
  kdegames-kmahjongg/repos/kde-unstable-i686/
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 242713, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
(from rev 242713, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242713, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
(from rev 242713, 
kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)

+
 kde-unstable-i686/PKGBUILD |   32 +++
 kde-unstable-i686/kdegames-kmahjongg.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD   |   32 +++
 kde-unstable-x86_64/kdegames-kmahjongg.install |   11 +++
 4 files changed, 86 insertions(+)

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 242713, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:47:29 UTC (rev 242714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A tile matching game for one or two players
+url=http://kde.org/applications/games/kmahjongg/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('852b837f3e8ee37c24f5890ab11d803bf5898693')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install 
(from rev 242713, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-i686/kdegames-kmahjongg.install
(rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install2015-07-29 07:47:29 UTC 
(rev 242714)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 242713, 
kdegames-kmahjongg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:47:29 UTC (rev 242714)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kmahjongg
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A tile matching game for one or two players
+url=http://kde.org/applications/games/kmahjongg/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz;)
+sha1sums=('852b837f3e8ee37c24f5890ab11d803bf5898693')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install 
(from rev 242713, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===
--- kde-unstable-x86_64/kdegames-kmahjongg.install  
(rev 0)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install  2015-07-29 07:47:29 UTC 
(rev 242714)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:46:39
  Author: arojas
Revision: 242711

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

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

--+
 kde-unstable-i686/PKGBUILD   |   35 +
 kde-unstable-i686/kjumpingcube.install   |   11 +
 kde-unstable-x86_64/PKGBUILD |   35 +
 kde-unstable-x86_64/kjumpingcube.install |   11 +
 4 files changed, 92 insertions(+)

Copied: kjumpingcube/repos/kde-unstable-i686/PKGBUILD (from rev 242710, 
kjumpingcube/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:46:39 UTC (rev 242711)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjumpingcube
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('710fa0ff604d8173b855087ff403f5160e9faded')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${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: kjumpingcube/repos/kde-unstable-i686/kjumpingcube.install (from rev 
242710, kjumpingcube/kde-unstable/kjumpingcube.install)
===
--- kde-unstable-i686/kjumpingcube.install  (rev 0)
+++ kde-unstable-i686/kjumpingcube.install  2015-07-29 07:46:39 UTC (rev 
242711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD (from rev 242710, 
kjumpingcube/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:46:39 UTC (rev 242711)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kjumpingcube
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple tactical game
+url=http://kde.org/applications/games/kjumpingcube/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz;)
+sha1sums=('710fa0ff604d8173b855087ff403f5160e9faded')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kjumpingcube-${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: kjumpingcube/repos/kde-unstable-x86_64/kjumpingcube.install (from rev 
242710, kjumpingcube/kde-unstable/kjumpingcube.install)
===
--- kde-unstable-x86_64/kjumpingcube.install(rev 0)
+++ kde-unstable-x86_64/kjumpingcube.install2015-07-29 07:46:39 UTC (rev 
242711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:58:11
  Author: arojas
Revision: 242750

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

Added:
  kdemultimedia-juk/repos/kde-unstable-i686/
  kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 242749, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 242749, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
  kdemultimedia-juk/repos/kde-unstable-x86_64/
  kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242749, kdemultimedia-juk/kde-unstable/PKGBUILD)
  kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 242749, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)

---+
 kde-unstable-i686/PKGBUILD|   34 
 kde-unstable-i686/kdemultimedia-juk.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD  |   34 
 kde-unstable-x86_64/kdemultimedia-juk.install |   11 +++
 4 files changed, 90 insertions(+)

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 242749, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:58:11 UTC (rev 242750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('47bd7cee0aa7817ab585110a5a81ea5e10639f1d')
+
+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/kde-unstable-i686/kdemultimedia-juk.install 
(from rev 242749, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2015-07-29 07:58:11 UTC (rev 
242750)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 242749, 
kdemultimedia-juk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:58:11 UTC (rev 242750)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdemultimedia-juk
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz;)
+sha1sums=('47bd7cee0aa7817ab585110a5a81ea5e10639f1d')
+
+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/kde-unstable-x86_64/kdemultimedia-juk.install 
(from rev 242749, kdemultimedia-juk/kde-unstable/kdemultimedia-juk.install)
===
--- kde-unstable-x86_64/kdemultimedia-juk.install   
(rev 0)
+++ kde-unstable-x86_64/kdemultimedia-juk.install   2015-07-29 07:58:11 UTC 
(rev 242750)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:59:00
  Author: arojas
Revision: 242752

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
(from rev 242751, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
(from rev 242751, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch
(from rev 242751, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242751, kdemultimedia-kmix/kde-unstable/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
(from rev 242751, 
kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/use-qdbus-qt4.patch
(from rev 242751, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)

+
 kde-unstable-i686/PKGBUILD |   69 +++
 kde-unstable-i686/kdemultimedia-kmix.install   |   11 +++
 kde-unstable-i686/use-qdbus-qt4.patch  |   59 +++
 kde-unstable-x86_64/PKGBUILD   |   69 +++
 kde-unstable-x86_64/kdemultimedia-kmix.install |   11 +++
 kde-unstable-x86_64/use-qdbus-qt4.patch|   59 +++
 6 files changed, 278 insertions(+)

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 242751, 
kdemultimedia-kmix/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:59:00 UTC (rev 242752)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdemultimedia-kmix
+pkgname=('kdemultimedia-kmix' 'kmix')
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kmix-${pkgver}.tar.xz;
+'use-qdbus-qt4.patch')
+sha1sums=('1ce45d4059e0f9725f581f54e442e5b4a990f302'
+  '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/kde-unstable-i686/kdemultimedia-kmix.install 
(from rev 242751, kdemultimedia-kmix/kde-unstable/kdemultimedia-kmix.install)
===
--- kde-unstable-i686/kdemultimedia-kmix.install
(rev 0)
+++ kde-unstable-i686/kdemultimedia-kmix.install2015-07-29 07:59:00 UTC 
(rev 242752)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/use-qdbus-qt4.patch (from 
rev 242751, kdemultimedia-kmix/kde-unstable/use-qdbus-qt4.patch)
===
--- kde-unstable-i686/use-qdbus-qt4.patch   (rev 0)
+++ kde-unstable-i686/use-qdbus-qt4.patch   2015-07-29 07:59:00 UTC (rev 
242752)

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:58:28
  Author: arojas
Revision: 242751

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

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

--+
 kde-unstable-i686/PKGBUILD   |   46 +
 kde-unstable-i686/kdenlive.install   |   13 +
 kde-unstable-x86_64/PKGBUILD |   46 +
 kde-unstable-x86_64/kdenlive.install |   13 +
 4 files changed, 118 insertions(+)

Copied: kdenlive/repos/kde-unstable-i686/PKGBUILD (from rev 242750, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:58:28 UTC (rev 242751)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=kdenlive
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('bf280df14963fe3473eda29a852136b6')
+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/kde-unstable-i686/kdenlive.install (from rev 242750, 
kdenlive/kde-unstable/kdenlive.install)
===
--- kde-unstable-i686/kdenlive.install  (rev 0)
+++ kde-unstable-i686/kdenlive.install  2015-07-29 07:58:28 UTC (rev 242751)
@@ -0,0 +1,13 @@
+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/kde-unstable-x86_64/PKGBUILD (from rev 242750, 
kdenlive/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:58:28 UTC (rev 242751)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgname=kdenlive
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz;)
+md5sums=('bf280df14963fe3473eda29a852136b6')
+install=$pkgname.install
+
+prepare(){
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+ 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:01:21
  Author: arojas
Revision: 242759

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

Added:
  kdenetwork-krdc/repos/kde-unstable-i686/
  kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD
(from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)
  kdenetwork-krdc/repos/kde-unstable-x86_64/
  kdenetwork-krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242758, kdenetwork-krdc/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-krdc/repos/kde-unstable-i686/PKGBUILD (from rev 242758, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:01:21 UTC (rev 242759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('75097536a6c16fa2a33bc8e5e001688fadd7f08c')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 242758, 
kdenetwork-krdc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:01:21 UTC (rev 242759)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krdc
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/krdc-${pkgver}.tar.xz;)
+sha1sums=('75097536a6c16fa2a33bc8e5e001688fadd7f08c')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:01:38
  Author: arojas
Revision: 242760

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

Added:
  kdenetwork-krfb/repos/kde-unstable-i686/
  kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD
(from rev 242759, kdenetwork-krfb/kde-unstable/PKGBUILD)
  kdenetwork-krfb/repos/kde-unstable-x86_64/
  kdenetwork-krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242759, kdenetwork-krfb/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-krfb/repos/kde-unstable-i686/PKGBUILD (from rev 242759, 
kdenetwork-krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:01:38 UTC (rev 242760)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('07f54b027d98414e3fdf28a35e5905cd3d5f1bda')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 242759, 
kdenetwork-krfb/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:01:38 UTC (rev 242760)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-krfb
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/krfb-${pkgver}.tar.xz;)
+sha1sums=('07f54b027d98414e3fdf28a35e5905cd3d5f1bda')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:02:15
  Author: arojas
Revision: 242762

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

Added:
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD
(from rev 242761, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/
  kdenetwork-zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242761, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)

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

Copied: kdenetwork-zeroconf-ioslave/repos/kde-unstable-i686/PKGBUILD (from rev 
242761, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:02:15 UTC (rev 242762)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('c935f4f076cbf153a11c12ff21465fb650347f44')
+
+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/kde-unstable-x86_64/PKGBUILD (from 
rev 242761, kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:02:15 UTC (rev 242762)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-zeroconf-ioslave
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/zeroconf-ioslave-${pkgver}.tar.xz;)
+sha1sums=('c935f4f076cbf153a11c12ff21465fb650347f44')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:02:31
  Author: arojas
Revision: 242763

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/
  telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD
(from rev 242762, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242762, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-i686/PKGBUILD (from rev 
242762, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:02:31 UTC (rev 242763)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=15.07.80
+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-providers')
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('09b93f93d8ede4b04a3fe82065f628a9')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242762, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:02:31 UTC (rev 242763)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=15.07.80
+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-providers')
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('09b93f93d8ede4b04a3fe82065f628a9')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:09:44
  Author: arojas
Revision: 242787

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

Added:
  kdetoys-ktux/repos/kde-unstable-i686/
  kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD
(from rev 242786, kdetoys-ktux/kde-unstable/PKGBUILD)
  kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install
(from rev 242786, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
  kdetoys-ktux/repos/kde-unstable-x86_64/
  kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242786, kdetoys-ktux/kde-unstable/PKGBUILD)
  kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install
(from rev 242786, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)

--+
 kde-unstable-i686/PKGBUILD   |   32 +
 kde-unstable-i686/kdetoys-ktux.install   |   11 +
 kde-unstable-x86_64/PKGBUILD |   32 +
 kde-unstable-x86_64/kdetoys-ktux.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD (from rev 242786, 
kdetoys-ktux/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:09:44 UTC (rev 242787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('a36dce907ad188260b4bf2e4bc0f410ee1f69b39')
+
+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/kde-unstable-i686/kdetoys-ktux.install (from rev 
242786, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===
--- kde-unstable-i686/kdetoys-ktux.install  (rev 0)
+++ kde-unstable-i686/kdetoys-ktux.install  2015-07-29 08:09:44 UTC (rev 
242787)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD (from rev 242786, 
kdetoys-ktux/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:09:44 UTC (rev 242787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-ktux
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ktux-${pkgver}.tar.xz;)
+sha1sums=('a36dce907ad188260b4bf2e4bc0f410ee1f69b39')
+
+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/kde-unstable-x86_64/kdetoys-ktux.install (from rev 
242786, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===
--- kde-unstable-x86_64/kdetoys-ktux.install(rev 0)
+++ kde-unstable-x86_64/kdetoys-ktux.install2015-07-29 08:09:44 UTC (rev 
242787)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:08:06
  Author: arojas
Revision: 242781

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

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

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

Copied: okteta/repos/kde-unstable-i686/PKGBUILD (from rev 242780, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:08:06 UTC (rev 242781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.07.80
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('0cbef02932816758242ab1a8a01da3b2ed6e4683')
+
+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/kde-unstable-i686/okteta.install (from rev 242780, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-i686/okteta.install(rev 0)
+++ kde-unstable-i686/okteta.install2015-07-29 08:08:06 UTC (rev 242781)
@@ -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
+}

Copied: okteta/repos/kde-unstable-x86_64/PKGBUILD (from rev 242780, 
okteta/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:08:06 UTC (rev 242781)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=okteta
+pkgver=15.07.80
+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-okteta4.14.3-2')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/okteta-${pkgver}.tar.xz;)
+sha1sums=('0cbef02932816758242ab1a8a01da3b2ed6e4683')
+
+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/kde-unstable-x86_64/okteta.install (from rev 242780, 
okteta/kde-unstable/okteta.install)
===
--- kde-unstable-x86_64/okteta.install  (rev 0)
+++ kde-unstable-x86_64/okteta.install  2015-07-29 08:08:06 UTC (rev 242781)
@@ -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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:08:25
  Author: arojas
Revision: 242782

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

Added:
  kdesdk-poxml/repos/kde-unstable-i686/
  kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD
(from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)
  kdesdk-poxml/repos/kde-unstable-x86_64/
  kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)

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

Copied: kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 242781, 
kdesdk-poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:08:25 UTC (rev 242782)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('84b931420215d3bbed8d035e486f4c548b715302')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 242781, 
kdesdk-poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:08:25 UTC (rev 242782)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-poxml
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz;)
+sha1sums=('84b931420215d3bbed8d035e486f4c548b715302')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:10:59
  Author: arojas
Revision: 242792

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

Added:
  kdeutils-kfloppy/repos/kde-unstable-i686/
  kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD
(from rev 242791, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-i686/kdeutils-kfloppy.install
(from rev 242791, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/
  kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242791, kdeutils-kfloppy/kde-unstable/PKGBUILD)
  kdeutils-kfloppy/repos/kde-unstable-x86_64/kdeutils-kfloppy.install
(from rev 242791, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-i686/kdeutils-kfloppy.install   |   12 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 kde-unstable-x86_64/kdeutils-kfloppy.install |   12 +
 4 files changed, 90 insertions(+)

Copied: kdeutils-kfloppy/repos/kde-unstable-i686/PKGBUILD (from rev 242791, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:10:59 UTC (rev 242792)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('61b094207db3d07ac47e27dddffe1691d34f7a08')
+
+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/kde-unstable-i686/kdeutils-kfloppy.install (from 
rev 242791, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-i686/kdeutils-kfloppy.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kfloppy.install  2015-07-29 08:10:59 UTC (rev 
242792)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 242791, 
kdeutils-kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:10:59 UTC (rev 242792)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kfloppy
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kfloppy-${pkgver}.tar.xz;)
+sha1sums=('61b094207db3d07ac47e27dddffe1691d34f7a08')
+
+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/kde-unstable-x86_64/kdeutils-kfloppy.install 
(from rev 242791, kdeutils-kfloppy/kde-unstable/kdeutils-kfloppy.install)
===
--- kde-unstable-x86_64/kdeutils-kfloppy.install
(rev 0)
+++ kde-unstable-x86_64/kdeutils-kfloppy.install2015-07-29 08:10:59 UTC 
(rev 242792)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:10:45
  Author: arojas
Revision: 242791

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

Added:
  kdeutils-kdf/repos/kde-unstable-i686/
  kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD
(from rev 242790, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-i686/kdeutils-kdf.install
(from rev 242790, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
  kdeutils-kdf/repos/kde-unstable-x86_64/
  kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242790, kdeutils-kdf/kde-unstable/PKGBUILD)
  kdeutils-kdf/repos/kde-unstable-x86_64/kdeutils-kdf.install
(from rev 242790, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-i686/kdeutils-kdf.install   |   11 +
 kde-unstable-x86_64/PKGBUILD |   33 +
 kde-unstable-x86_64/kdeutils-kdf.install |   11 +
 4 files changed, 88 insertions(+)

Copied: kdeutils-kdf/repos/kde-unstable-i686/PKGBUILD (from rev 242790, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:10:45 UTC (rev 242791)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('21eca04686325c6bf62991adaa3dfcd6e30fa6a3')
+
+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/kde-unstable-i686/kdeutils-kdf.install (from rev 
242790, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-i686/kdeutils-kdf.install  (rev 0)
+++ kde-unstable-i686/kdeutils-kdf.install  2015-07-29 08:10:45 UTC (rev 
242791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeutils-kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 242790, 
kdeutils-kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:10:45 UTC (rev 242791)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeutils-kdf
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdf-${pkgver}.tar.xz;)
+sha1sums=('21eca04686325c6bf62991adaa3dfcd6e30fa6a3')
+
+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/kde-unstable-x86_64/kdeutils-kdf.install (from rev 
242790, kdeutils-kdf/kde-unstable/kdeutils-kdf.install)
===
--- kde-unstable-x86_64/kdeutils-kdf.install(rev 0)
+++ kde-unstable-x86_64/kdeutils-kdf.install2015-07-29 08:10:45 UTC (rev 
242791)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:09:12
  Author: arojas
Revision: 242785

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

Added:
  kdetoys-amor/repos/kde-unstable-i686/
  kdetoys-amor/repos/kde-unstable-i686/PKGBUILD
(from rev 242784, kdetoys-amor/kde-unstable/PKGBUILD)
  kdetoys-amor/repos/kde-unstable-i686/kdetoys-amor.install
(from rev 242784, kdetoys-amor/kde-unstable/kdetoys-amor.install)
  kdetoys-amor/repos/kde-unstable-x86_64/
  kdetoys-amor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242784, kdetoys-amor/kde-unstable/PKGBUILD)
  kdetoys-amor/repos/kde-unstable-x86_64/kdetoys-amor.install
(from rev 242784, kdetoys-amor/kde-unstable/kdetoys-amor.install)

--+
 kde-unstable-i686/PKGBUILD   |   32 +
 kde-unstable-i686/kdetoys-amor.install   |   11 +
 kde-unstable-x86_64/PKGBUILD |   32 +
 kde-unstable-x86_64/kdetoys-amor.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdetoys-amor/repos/kde-unstable-i686/PKGBUILD (from rev 242784, 
kdetoys-amor/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:09:12 UTC (rev 242785)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('2b8059700e7821f000fbb0f4ec31691a652f06ca')
+
+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/kde-unstable-i686/kdetoys-amor.install (from rev 
242784, kdetoys-amor/kde-unstable/kdetoys-amor.install)
===
--- kde-unstable-i686/kdetoys-amor.install  (rev 0)
+++ kde-unstable-i686/kdetoys-amor.install  2015-07-29 08:09:12 UTC (rev 
242785)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdetoys-amor/repos/kde-unstable-x86_64/PKGBUILD (from rev 242784, 
kdetoys-amor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:09:12 UTC (rev 242785)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdetoys-amor
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/amor-${pkgver}.tar.xz;)
+sha1sums=('2b8059700e7821f000fbb0f4ec31691a652f06ca')
+
+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/kde-unstable-x86_64/kdetoys-amor.install (from rev 
242784, kdetoys-amor/kde-unstable/kdetoys-amor.install)
===
--- kde-unstable-x86_64/kdetoys-amor.install(rev 0)
+++ kde-unstable-x86_64/kdetoys-amor.install2015-07-29 08:09:12 UTC (rev 
242785)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:09:27
  Author: arojas
Revision: 242786

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

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

--+
 kde-unstable-i686/PKGBUILD   |   35 +
 kde-unstable-i686/kteatime.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   35 +
 kde-unstable-x86_64/kteatime.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 242785, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:09:27 UTC (rev 242786)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('fa97c3cb21d26710705b72487184b86d38ae1a4d')
+
+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/kde-unstable-i686/kteatime.install (from rev 242785, 
kteatime/kde-unstable/kteatime.install)
===
--- kde-unstable-i686/kteatime.install  (rev 0)
+++ kde-unstable-i686/kteatime.install  2015-07-29 08:09:27 UTC (rev 242786)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 242785, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:09:27 UTC (rev 242786)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kteatime
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('fa97c3cb21d26710705b72487184b86d38ae1a4d')
+
+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/kde-unstable-x86_64/kteatime.install (from rev 242785, 
kteatime/kde-unstable/kteatime.install)
===
--- kde-unstable-x86_64/kteatime.install(rev 0)
+++ kde-unstable-x86_64/kteatime.install2015-07-29 08:09:27 UTC (rev 
242786)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:08:42
  Author: arojas
Revision: 242783

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

Added:
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/
  kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD
(from rev 242782, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/
  kdesdk-strigi-analyzers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242782, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)

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

Copied: kdesdk-strigi-analyzers/repos/kde-unstable-i686/PKGBUILD (from rev 
242782, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:08:42 UTC (rev 242783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('0b4a0e6705223e3499d30a095c81ef9d5ae1f87d')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242782, kdesdk-strigi-analyzers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:08:42 UTC (rev 242783)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz;)
+sha1sums=('0b4a0e6705223e3499d30a095c81ef9d5ae1f87d')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:08:58
  Author: arojas
Revision: 242784

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

Added:
  kdesdk-thumbnailers/repos/kde-unstable-i686/
  kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD
(from rev 242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-i686/PKGBUILD (from rev 242783, 
kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:08:58 UTC (rev 242784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('9e9923fc0c6a9d3e403fd850764f950fc37d29f3')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242783, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:08:58 UTC (rev 242784)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-thumbnailers
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz;)
+sha1sums=('9e9923fc0c6a9d3e403fd850764f950fc37d29f3')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:09:58
  Author: arojas
Revision: 242788

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

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

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

Copied: filelight/repos/kde-unstable-i686/PKGBUILD (from rev 242787, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e34f25c4b176776070a85c1ce5ed1958648536c0')
+
+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/kde-unstable-i686/filelight.install (from rev 242787, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-i686/filelight.install (rev 0)
+++ kde-unstable-i686/filelight.install 2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 242787, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:09:58 UTC (rev 242788)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=filelight
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/filelight-${pkgver}.tar.xz;)
+sha1sums=('e34f25c4b176776070a85c1ce5ed1958648536c0')
+
+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/kde-unstable-x86_64/filelight.install (from rev 242787, 
filelight/kde-unstable/filelight.install)
===
--- kde-unstable-x86_64/filelight.install   (rev 0)
+++ kde-unstable-x86_64/filelight.install   2015-07-29 08:09:58 UTC (rev 
242788)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
+


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:19:22
  Author: arojas
Revision: 242804

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

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

--+
 /PKGBUILD|  456 +
 /akregator.install   |   24 +
 /kaddressbook.install|   24 +
 /kdepim-knode.install|   24 +
 /kdepim-ktnef.install|   24 +
 /kdepim.install  |   26 +
 /kleopatra.install   |   24 +
 /kmail.install   |   24 +
 /korganizer.install  |   24 +
 kde-unstable-i686/PKGBUILD   |  228 --
 kde-unstable-i686/akregator.install  |   12 
 kde-unstable-i686/kaddressbook.install   |   12 
 kde-unstable-i686/kdepim-knode.install   |   12 
 kde-unstable-i686/kdepim-ktnef.install   |   12 
 kde-unstable-i686/kdepim.install |   13 
 kde-unstable-i686/kleopatra.install  |   12 
 kde-unstable-i686/kmail.install  |   12 
 kde-unstable-i686/korganizer.install |   12 
 kde-unstable-i686/ktnef.install  |   12 
 kde-unstable-x86_64/PKGBUILD |  228 --
 kde-unstable-x86_64/akregator.install|   12 
 kde-unstable-x86_64/kaddressbook.install |   12 
 kde-unstable-x86_64/kdepim-knode.install |   12 
 kde-unstable-x86_64/kdepim-ktnef.install |   12 
 kde-unstable-x86_64/kdepim.install   |   13 
 kde-unstable-x86_64/kleopatra.install|   12 
 kde-unstable-x86_64/kmail.install|   12 
 kde-unstable-x86_64/korganizer.install   |   12 
 kde-unstable-x86_64/ktnef.install|   12 
 29 files changed, 674 insertions(+), 650 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 

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

2015-07-29 Thread Christian Hesse
Date: Wednesday, July 29, 2015 @ 10:18:18
  Author: eworm
Revision: 137591

upgpkg: mysql-workbench 6.3.4-3

* build with swig 3.x (FS#45805)
* support for lua scripting has been removed, so drop dependency

Modified:
  mysql-workbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 07:54:59 UTC (rev 137590)
+++ PKGBUILD2015-07-29 08:18:18 UTC (rev 137591)
@@ -7,12 +7,12 @@
 
 pkgname=mysql-workbench
 pkgver=6.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A cross-platform, visual database design tool developed by MySQL'
 arch=('i686' 'x86_64')
 url='https://www.mysql.com/products/workbench/'
 license=('GPL2')
-depends=('python2' 'libzip' 'libmariadbclient' 'lua51' 'gtkmm' 'ctemplate'
+depends=('python2' 'libzip' 'libmariadbclient' 'gtkmm' 'ctemplate'
'libgnome-keyring' 'libgl' 'python2-paramiko' 'python2-pexpect' 'gdal'
'pcre' 'tinyxml' 'libxml2' 'mysql-python' 'cairo'
'python2-cairo' 'hicolor-icon-theme' 'desktop-file-utils' 'libiodbc'
@@ -20,7 +20,7 @@
'libantlr3c')
 optdepends=('gnome-keyring: store SSH/MySQL passwords in GNOME password 
manager'
'python2-pyodbc: database migration')
-makedepends=('cmake' 'boost' 'curl' 'mesa' 'swig2' 'java-runtime' 
'imagemagick')
+makedepends=('cmake' 'boost' 'curl' 'mesa' 'swig' 'java-runtime' 'imagemagick')
 install=mysql-workbench.install
 validpgpkeys=('A4A9406876FCBD3C456770C88C718D3B5072E1F5')
 
source=(http://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-${pkgver}-src.tar.gz{,.asc}
@@ -66,8 +66,7 @@
cd ${srcdir}/mysql-workbench-community-${pkgver}-src/
 
cmake . \
-   -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-   -DSWIG_EXECUTABLE=/usr/bin/swig-2
+   -DCMAKE_INSTALL_PREFIX:PATH=/usr
 
make
 }


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:24:38
  Author: arojas
Revision: 242805

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

Added:
  kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD
(from rev 242804, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-i686/kdenetwork-kget.install
(from rev 242804, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
  kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242804, kdenetwork-kget/kde-unstable/PKGBUILD)
  kdenetwork-kget/repos/kde-unstable-x86_64/kdenetwork-kget.install
(from rev 242804, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)

-+
 kde-unstable-i686/PKGBUILD  |   38 ++
 kde-unstable-i686/kdenetwork-kget.install   |   12 
 kde-unstable-x86_64/PKGBUILD|   38 ++
 kde-unstable-x86_64/kdenetwork-kget.install |   12 
 4 files changed, 100 insertions(+)

Copied: kdenetwork-kget/repos/kde-unstable-i686/PKGBUILD (from rev 242804, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:24:38 UTC (rev 242805)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=15.07.80
+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' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('51a056b42c303b23d127045fa7bb8175fcb738a6')
+
+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/kde-unstable-i686/kdenetwork-kget.install (from 
rev 242804, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===
--- kde-unstable-i686/kdenetwork-kget.install   (rev 0)
+++ kde-unstable-i686/kdenetwork-kget.install   2015-07-29 08:24:38 UTC (rev 
242805)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdenetwork-kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 242804, 
kdenetwork-kget/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:24:38 UTC (rev 242805)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdenetwork-kget
+pkgver=15.07.80
+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' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kget-${pkgver}.tar.xz;)
+sha1sums=('51a056b42c303b23d127045fa7bb8175fcb738a6')
+
+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/kde-unstable-x86_64/kdenetwork-kget.install (from 
rev 242804, kdenetwork-kget/kde-unstable/kdenetwork-kget.install)
===
--- kde-unstable-x86_64/kdenetwork-kget.install (rev 0)
+++ kde-unstable-x86_64/kdenetwork-kget.install 2015-07-29 08:24:38 UTC (rev 
242805)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 11:22:53
  Author: arojas
Revision: 242822

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

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

+
 /PKGBUILD  |  150 +++
 /marble.install|   26 ++
 kde-unstable-i686/PKGBUILD |   74 -
 kde-unstable-i686/marble.install   |   13 ---
 kde-unstable-x86_64/PKGBUILD   |   74 -
 kde-unstable-x86_64/marble.install |   13 ---
 6 files changed, 176 insertions(+), 174 deletions(-)

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

Copied: marble/repos/kde-unstable-i686/PKGBUILD (from rev 242821, 
marble/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 09:22:53 UTC (rev 242822)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gustavo Alvarez sl1pk...@gmail.com
+
+pkgbase=marble
+pkgname=(marble libastro)
+pkgver=15.07.80
+pkgrel=2
+pkgdesc=Desktop Globe
+arch=(i686 x86_64)
+url=https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd quazip-qt5 libwlocate phonon-qt5 
qt5-webkit krunner kparts knewstuff qt5-tools)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('1fe7279c7a9a6bc6695c3c016621e719')
+
+prepare() {
+  mkdir -p build
+
+  # fix installation designer plugins path
+  sed 's|LIB_SUFFIX}/plugins|LIB_SUFFIX}/qt/plugins|g' -i 
$pkgbase-$pkgver/CMakeLists.txt
+
+  # only build the KDE app
+  sed -e '/mobile/d' \
+  -e '/qt/d'  \
+  -e '/Quick/d' \
+  -e '/touch/d' \
+  -i $pkgname-$pkgver/src/apps/CMakeLists.txt
+}
+
+build() {
+  cd build
+  cmake 

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

2015-07-29 Thread Jan de Groot
Date: Wednesday, July 29, 2015 @ 11:34:32
  Author: jgc
Revision: 242825

upgpkg: cairomm 1.11.2-1

Modified:
  cairomm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 09:30:42 UTC (rev 242824)
+++ PKGBUILD2015-07-29 09:34:32 UTC (rev 242825)
@@ -3,8 +3,8 @@
 # Contributor: criminy crim...@gmail.com
 
 pkgname=cairomm
-pkgver=1.10.0
-pkgrel=3
+pkgver=1.11.2
+pkgrel=1
 pkgdesc=C++ bindings to Cairo vector graphics library
 arch=('i686' 'x86_64')
 url=http://www.cairographics.org;
@@ -13,7 +13,7 @@
 makedepends=('pkgconfig')
 source=(http://www.cairographics.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!emptydirs')
-sha1sums=('f08bf8a331067f0d1e876523f07238fba6b26b99')
+sha1sums=('35e190a03f760924bece5dc1204cc36b3583c806')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:24:00
  Author: arojas
Revision: 242664

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

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

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

Copied: kcron/repos/kde-unstable-i686/PKGBUILD (from rev 242663, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:24:00 UTC (rev 242664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('04586f5fd45e1263d07175269d7196b3e1779144')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 242663, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:24:00 UTC (rev 242664)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kcron
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='http://userbase.kde.org/KCron'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeadmin')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeadmin-kcron')
+replaces=('kdeadmin-kcron')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kcron-${pkgver}.tar.xz;)
+sha1sums=('04586f5fd45e1263d07175269d7196b3e1779144')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcron-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:24:14
  Author: arojas
Revision: 242665

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

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

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

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

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

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

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

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:23:43
  Author: arojas
Revision: 242663

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

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

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

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

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 242662, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-i686/kdeaccessibility-kmouth.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmouth.install   2015-07-29 07:23:43 UTC 
(rev 242663)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
 (from rev 242662, 
kdeaccessibility-kmouth/kde-unstable/kdeaccessibility-kmouth.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmouth.install 
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmouth.install 2015-07-29 07:23:43 UTC 
(rev 242663)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:23:28
  Author: arojas
Revision: 242662

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

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

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

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

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 242661, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-i686/kdeaccessibility-kmousetool.install   
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmousetool.install   2015-07-29 
07:23:28 UTC (rev 242662)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
 (from rev 242661, 
kdeaccessibility-kmousetool/kde-unstable/kdeaccessibility-kmousetool.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmousetool.install 
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmousetool.install 2015-07-29 
07:23:28 UTC (rev 242662)
@@ 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:23:14
  Author: arojas
Revision: 242661

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

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

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

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

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 242660, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-i686/kdeaccessibility-kmag.install 
(rev 0)
+++ kde-unstable-i686/kdeaccessibility-kmag.install 2015-07-29 07:23:14 UTC 
(rev 242661)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install 
(from rev 242660, 
kdeaccessibility-kmag/kde-unstable/kdeaccessibility-kmag.install)
===
--- kde-unstable-x86_64/kdeaccessibility-kmag.install   
(rev 0)
+++ kde-unstable-x86_64/kdeaccessibility-kmag.install   2015-07-29 07:23:14 UTC 
(rev 242661)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:32:35
  Author: arojas
Revision: 242670

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

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

+
 kde-unstable-i686/PKGBUILD |   67 +++
 kde-unstable-i686/kate.install |   13 ++
 kde-unstable-i686/kwrite.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD   |   67 +++
 kde-unstable-x86_64/kate.install   |   13 ++
 kde-unstable-x86_64/kwrite.install |   12 ++
 6 files changed, 184 insertions(+)

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

Copied: kate/repos/kde-unstable-i686/kate.install (from rev 242669, 
kate/kde-unstable/kate.install)
===
--- kde-unstable-i686/kate.install  (rev 0)
+++ kde-unstable-i686/kate.install  2015-07-29 07:32:35 UTC (rev 242670)
@@ -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
+}

Copied: kate/repos/kde-unstable-i686/kwrite.install (from rev 242669, 
kate/kde-unstable/kwrite.install)
===
--- kde-unstable-i686/kwrite.install(rev 0)
+++ kde-unstable-i686/kwrite.install2015-07-29 07:32:35 UTC (rev 242670)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 242669, 
kate/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:32:35 UTC (rev 242670)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kate
+pkgname=('kwrite'
+ 'kate')
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:41:26
  Author: arojas
Revision: 242692

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

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

--+
 kde-unstable-i686/PKGBUILD   |   36 
 kde-unstable-i686/rocs.install   |   12 
 kde-unstable-x86_64/PKGBUILD |   36 
 kde-unstable-x86_64/rocs.install |   12 
 4 files changed, 96 insertions(+)

Copied: rocs/repos/kde-unstable-i686/PKGBUILD (from rev 242691, 
rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:41:26 UTC (rev 242692)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=rocs
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+install=${pkgname}.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('b4b678428fb51b1d877f3997dc422620b98d437a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: rocs/repos/kde-unstable-i686/rocs.install (from rev 242691, 
rocs/kde-unstable/rocs.install)
===
--- kde-unstable-i686/rocs.install  (rev 0)
+++ kde-unstable-i686/rocs.install  2015-07-29 07:41:26 UTC (rev 242692)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: rocs/repos/kde-unstable-x86_64/PKGBUILD (from rev 242691, 
rocs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:41:26 UTC (rev 242692)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=rocs
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Rocs Graph Theory
+url=http://kde.org/applications/education/rocs/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('grantlee-qt5' 'ktexteditor' 'kdeclarative' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+install=${pkgname}.install
+conflicts=('kdeedu-rocs')
+replaces=('kdeedu-rocs')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/rocs-${pkgver}.tar.xz;)
+sha1sums=('b4b678428fb51b1d877f3997dc422620b98d437a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../rocs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: rocs/repos/kde-unstable-x86_64/rocs.install (from rev 242691, 
rocs/kde-unstable/rocs.install)
===
--- kde-unstable-x86_64/rocs.install(rev 0)
+++ kde-unstable-x86_64/rocs.install2015-07-29 07:41:26 UTC (rev 242692)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:40:59
  Author: arojas
Revision: 242691

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

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

+
 kde-unstable-i686/PKGBUILD |   37 +++
 kde-unstable-i686/parley.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD   |   37 +++
 kde-unstable-x86_64/parley.install |   12 +++
 4 files changed, 98 insertions(+)

Copied: parley/repos/kde-unstable-i686/PKGBUILD (from rev 242690, 
parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:40:59 UTC (rev 242691)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5aa74f732954e324be70cfd42833b28d237779a2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/kde-unstable-i686/parley.install (from rev 242690, 
parley/kde-unstable/parley.install)
===
--- kde-unstable-i686/parley.install(rev 0)
+++ kde-unstable-i686/parley.install2015-07-29 07:40:59 UTC (rev 242691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: parley/repos/kde-unstable-x86_64/PKGBUILD (from rev 242690, 
parley/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:40:59 UTC (rev 242691)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=parley
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Vocabulary Trainer
+url=http://kde.org/applications/education/parley/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 
'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdeedu-parley')
+conflicts=('kdeedu-parley')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz;)
+sha1sums=('5aa74f732954e324be70cfd42833b28d237779a2')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../parley-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: parley/repos/kde-unstable-x86_64/parley.install (from rev 242690, 
parley/kde-unstable/parley.install)
===
--- kde-unstable-x86_64/parley.install  (rev 0)
+++ kde-unstable-x86_64/parley.install  2015-07-29 07:40:59 UTC (rev 242691)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:40:32
  Author: arojas
Revision: 242690

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

Added:
  kdeedu-pairs/repos/kde-unstable-i686/
  kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD
(from rev 242689, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install
(from rev 242689, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
  kdeedu-pairs/repos/kde-unstable-x86_64/
  kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242689, kdeedu-pairs/kde-unstable/PKGBUILD)
  kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install
(from rev 242689, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)

--+
 kde-unstable-i686/PKGBUILD   |   33 +
 kde-unstable-i686/kdeedu-pairs.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD |   33 +
 kde-unstable-x86_64/kdeedu-pairs.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: kdeedu-pairs/repos/kde-unstable-i686/PKGBUILD (from rev 242689, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:40:32 UTC (rev 242690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('83a1adb653466b2985c9881bbf486558cb6fab48')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-i686/kdeedu-pairs.install (from rev 
242689, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-i686/kdeedu-pairs.install  (rev 0)
+++ kde-unstable-i686/kdeedu-pairs.install  2015-07-29 07:40:32 UTC (rev 
242690)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/PKGBUILD (from rev 242689, 
kdeedu-pairs/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:40:32 UTC (rev 242690)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-pairs
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A memory and pairs game for KDE
+url=https://projects.kde.org/projects/kde/kdeedu/pairs;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/pairs-${pkgver}.tar.xz;)
+sha1sums=('83a1adb653466b2985c9881bbf486558cb6fab48')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pairs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdeedu-pairs/repos/kde-unstable-x86_64/kdeedu-pairs.install (from rev 
242689, kdeedu-pairs/kde-unstable/kdeedu-pairs.install)
===
--- kde-unstable-x86_64/kdeedu-pairs.install(rev 0)
+++ kde-unstable-x86_64/kdeedu-pairs.install2015-07-29 07:40:32 UTC (rev 
242690)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:40:13
  Author: arojas
Revision: 242689

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

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

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

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

Copied: kwordquiz/repos/kde-unstable-i686/kwordquiz.install (from rev 242688, 
kwordquiz/kde-unstable/kwordquiz.install)
===
--- kde-unstable-i686/kwordquiz.install (rev 0)
+++ kde-unstable-i686/kwordquiz.install 2015-07-29 07:40:13 UTC (rev 242689)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kwordquiz/repos/kde-unstable-x86_64/kwordquiz.install (from rev 242688, 
kwordquiz/kde-unstable/kwordquiz.install)
===
--- kde-unstable-x86_64/kwordquiz.install   (rev 0)
+++ kde-unstable-x86_64/kwordquiz.install   2015-07-29 07:40:13 UTC (rev 
242689)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:49:24
  Author: arojas
Revision: 242722

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

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

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

Copied: kpatience/repos/kde-unstable-i686/PKGBUILD (from rev 242721, 
kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:49:24 UTC (rev 242722)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpatience
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('07c57a467611268c448380e780ba264224a2a6bd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kpatience/repos/kde-unstable-i686/kpatience.install (from rev 242721, 
kpatience/kde-unstable/kpatience.install)
===
--- kde-unstable-i686/kpatience.install (rev 0)
+++ kde-unstable-i686/kpatience.install 2015-07-29 07:49:24 UTC (rev 242722)
@@ -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
+}

Copied: kpatience/repos/kde-unstable-x86_64/PKGBUILD (from rev 242721, 
kpatience/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:49:24 UTC (rev 242722)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kpatience
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Offers a selection of solitaire card games
+url=http://kde.org/applications/games/kpat/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-kpatience')
+replaces=('kdegames-kpatience')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kpat-${pkgver}.tar.xz;)
+sha1sums=('07c57a467611268c448380e780ba264224a2a6bd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kpat-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kpatience/repos/kde-unstable-x86_64/kpatience.install (from rev 242721, 
kpatience/kde-unstable/kpatience.install)
===
--- kde-unstable-x86_64/kpatience.install   (rev 0)
+++ kde-unstable-x86_64/kpatience.install   2015-07-29 07:49:24 UTC (rev 
242722)
@@ -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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:49:08
  Author: arojas
Revision: 242721

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

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

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

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

Copied: kdegames-konquest/repos/kde-unstable-i686/kdegames-konquest.install 
(from rev 242720, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-i686/kdegames-konquest.install (rev 0)
+++ kde-unstable-i686/kdegames-konquest.install 2015-07-29 07:49:08 UTC (rev 
242721)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: kdegames-konquest/repos/kde-unstable-x86_64/kdegames-konquest.install 
(from rev 242720, kdegames-konquest/kde-unstable/kdegames-konquest.install)
===
--- kde-unstable-x86_64/kdegames-konquest.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-konquest.install   2015-07-29 07:49:08 UTC 
(rev 242721)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:48:03
  Author: arojas
Revision: 242717

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

Added:
  kdegames-knavalbattle/repos/kde-unstable-i686/
  kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD
(from rev 242716, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install
(from rev 242716, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/
  kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242716, kdegames-knavalbattle/kde-unstable/PKGBUILD)
  kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install
(from rev 242716, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-knavalbattle.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-knavalbattle.install |   12 +++
 4 files changed, 88 insertions(+)

Copied: kdegames-knavalbattle/repos/kde-unstable-i686/PKGBUILD (from rev 
242716, kdegames-knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:48:03 UTC (rev 242717)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('09edc633784bade2c5e07b74b8eb1ff5177c3baf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-knavalbattle/repos/kde-unstable-i686/kdegames-knavalbattle.install 
(from rev 242716, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
===
--- kde-unstable-i686/kdegames-knavalbattle.install 
(rev 0)
+++ kde-unstable-i686/kdegames-knavalbattle.install 2015-07-29 07:48:03 UTC 
(rev 242717)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-knavalbattle/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242716, kdegames-knavalbattle/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:48:03 UTC (rev 242717)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-knavalbattle
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A ship sinking game
+url=http://kde.org/applications/games/knavalbattle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/knavalbattle-${pkgver}.tar.xz;)
+sha1sums=('09edc633784bade2c5e07b74b8eb1ff5177c3baf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knavalbattle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: 
kdegames-knavalbattle/repos/kde-unstable-x86_64/kdegames-knavalbattle.install 
(from rev 242716, 
kdegames-knavalbattle/kde-unstable/kdegames-knavalbattle.install)
===
--- kde-unstable-x86_64/kdegames-knavalbattle.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-knavalbattle.install   2015-07-29 07:48:03 UTC 
(rev 242717)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:48:20
  Author: arojas
Revision: 242718

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

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

--+
 kde-unstable-i686/PKGBUILD   |   35 +
 kde-unstable-i686/knetwalk.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   35 +
 kde-unstable-x86_64/knetwalk.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: knetwalk/repos/kde-unstable-i686/PKGBUILD (from rev 242717, 
knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:48:20 UTC (rev 242718)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=knetwalk
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Connect all the terminals to the server, in as few turns as possible
+url=http://kde.org/applications/games/knetwalk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('704fbbcf53da4bdd0c61631a1d9fe7b0c46c0cca')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${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: knetwalk/repos/kde-unstable-i686/knetwalk.install (from rev 242717, 
knetwalk/kde-unstable/knetwalk.install)
===
--- kde-unstable-i686/knetwalk.install  (rev 0)
+++ kde-unstable-i686/knetwalk.install  2015-07-29 07:48:20 UTC (rev 242718)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: knetwalk/repos/kde-unstable-x86_64/PKGBUILD (from rev 242717, 
knetwalk/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:48:20 UTC (rev 242718)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=knetwalk
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Connect all the terminals to the server, in as few turns as possible
+url=http://kde.org/applications/games/knetwalk/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+install=${pkgname}.install
+conflicts=('kdegames-knetwalk')
+replaces=('kdegames-knetwalk')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/knetwalk-${pkgver}.tar.xz;)
+sha1sums=('704fbbcf53da4bdd0c61631a1d9fe7b0c46c0cca')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../knetwalk-${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: knetwalk/repos/kde-unstable-x86_64/knetwalk.install (from rev 242717, 
knetwalk/kde-unstable/knetwalk.install)
===
--- kde-unstable-x86_64/knetwalk.install(rev 0)
+++ kde-unstable-x86_64/knetwalk.install2015-07-29 07:48:20 UTC (rev 
242718)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:48:36
  Author: arojas
Revision: 242719

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

Added:
  kdegames-kolf/repos/kde-unstable-i686/
  kdegames-kolf/repos/kde-unstable-i686/PKGBUILD
(from rev 242718, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install
(from rev 242718, kdegames-kolf/kde-unstable/kdegames-kolf.install)
  kdegames-kolf/repos/kde-unstable-x86_64/
  kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242718, kdegames-kolf/kde-unstable/PKGBUILD)
  kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install
(from rev 242718, kdegames-kolf/kde-unstable/kdegames-kolf.install)

---+
 kde-unstable-i686/PKGBUILD|   32 
 kde-unstable-i686/kdegames-kolf.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD  |   32 
 kde-unstable-x86_64/kdegames-kolf.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: kdegames-kolf/repos/kde-unstable-i686/PKGBUILD (from rev 242718, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:48:36 UTC (rev 242719)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A miniature golf game with 2d top-down view
+url=http://kde.org/applications/games/kolf/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('d33f6cdc937ec933d93182bd79d9855f98e40a9b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kolf/repos/kde-unstable-i686/kdegames-kolf.install (from rev 
242718, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-i686/kdegames-kolf.install (rev 0)
+++ kde-unstable-i686/kdegames-kolf.install 2015-07-29 07:48:36 UTC (rev 
242719)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-kolf/repos/kde-unstable-x86_64/PKGBUILD (from rev 242718, 
kdegames-kolf/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:48:36 UTC (rev 242719)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-kolf
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A miniature golf game with 2d top-down view
+url=http://kde.org/applications/games/kolf/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kolf-${pkgver}.tar.xz;)
+sha1sums=('d33f6cdc937ec933d93182bd79d9855f98e40a9b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kolf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-kolf/repos/kde-unstable-x86_64/kdegames-kolf.install (from rev 
242718, kdegames-kolf/kde-unstable/kdegames-kolf.install)
===
--- kde-unstable-x86_64/kdegames-kolf.install   (rev 0)
+++ kde-unstable-x86_64/kdegames-kolf.install   2015-07-29 07:48:36 UTC (rev 
242719)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:48:53
  Author: arojas
Revision: 242720

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

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

---+
 kde-unstable-i686/PKGBUILD|   35 
 kde-unstable-i686/kollision.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD  |   35 
 kde-unstable-x86_64/kollision.install |   11 ++
 4 files changed, 92 insertions(+)

Copied: kollision/repos/kde-unstable-i686/PKGBUILD (from rev 242719, 
kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:48:53 UTC (rev 242720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kollision
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple ball dodging game
+url=http://kde.org/applications/games/kollision/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('1f66586f19bef3096fd00f3c37f5d8b5894667d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${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: kollision/repos/kde-unstable-i686/kollision.install (from rev 242719, 
kollision/kde-unstable/kollision.install)
===
--- kde-unstable-i686/kollision.install (rev 0)
+++ kde-unstable-i686/kollision.install 2015-07-29 07:48:53 UTC (rev 242720)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kollision/repos/kde-unstable-x86_64/PKGBUILD (from rev 242719, 
kollision/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:48:53 UTC (rev 242720)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kollision
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A simple ball dodging game
+url=http://kde.org/applications/games/kollision/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'knotifyconfig')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+install=${pkgname}.install
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz;)
+sha1sums=('1f66586f19bef3096fd00f3c37f5d8b5894667d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kollision-${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: kollision/repos/kde-unstable-x86_64/kollision.install (from rev 242719, 
kollision/kde-unstable/kollision.install)
===
--- kde-unstable-x86_64/kollision.install   (rev 0)
+++ kde-unstable-x86_64/kollision.install   2015-07-29 07:48:53 UTC (rev 
242720)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:54:31
  Author: arojas
Revision: 242738

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

Added:
  kdegraphics-kolourpaint/repos/kde-unstable-i686/
  kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD
(from rev 242737, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-i686/kdegraphics-kolourpaint.install
(from rev 242737, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/
  kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242737, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
  
kdegraphics-kolourpaint/repos/kde-unstable-x86_64/kdegraphics-kolourpaint.install
(from rev 242737, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)

-+
 kde-unstable-i686/PKGBUILD  |   33 ++
 kde-unstable-i686/kdegraphics-kolourpaint.install   |   12 ++
 kde-unstable-x86_64/PKGBUILD|   33 ++
 kde-unstable-x86_64/kdegraphics-kolourpaint.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: kdegraphics-kolourpaint/repos/kde-unstable-i686/PKGBUILD (from rev 
242737, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:54:31 UTC (rev 242738)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('23a814afd2bc6840978e69ce2867b52193e655b6')
+
+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/kde-unstable-i686/kdegraphics-kolourpaint.install 
(from rev 242737, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-i686/kdegraphics-kolourpaint.install   
(rev 0)
+++ kde-unstable-i686/kdegraphics-kolourpaint.install   2015-07-29 07:54:31 UTC 
(rev 242738)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242737, kdegraphics-kolourpaint/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:54:31 UTC (rev 242738)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-kolourpaint
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/kolourpaint-${pkgver}.tar.xz;)
+sha1sums=('23a814afd2bc6840978e69ce2867b52193e655b6')
+
+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/kde-unstable-x86_64/kdegraphics-kolourpaint.install
 (from rev 242737, 
kdegraphics-kolourpaint/kde-unstable/kdegraphics-kolourpaint.install)
===
--- kde-unstable-x86_64/kdegraphics-kolourpaint.install 
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-kolourpaint.install 2015-07-29 07:54:31 UTC 
(rev 242738)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:55:07
  Author: arojas
Revision: 242740

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

Added:
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/
  kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD
(from rev 242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/
  kdegraphics-ksaneplugin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)

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

Copied: kdegraphics-ksaneplugin/repos/kde-unstable-i686/PKGBUILD (from rev 
242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:55:07 UTC (rev 242740)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242739, kdegraphics-ksaneplugin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:55:07 UTC (rev 242740)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksaneplugin
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksaneplugin-${pkgver}.tar.xz;)
+sha1sums=('5c9b1df6c7e4e4c90fb11cfd4eb371eec51dc349')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:55:38
  Author: arojas
Revision: 242742

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

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

--+
 kde-unstable-i686/PKGBUILD   |   34 +
 kde-unstable-i686/libkface.install   |   11 ++
 kde-unstable-x86_64/PKGBUILD |   34 +
 kde-unstable-x86_64/libkface.install |   11 ++
 4 files changed, 90 insertions(+)

Copied: libkface/repos/kde-unstable-i686/PKGBUILD (from rev 242741, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6c145d346b8e7473c0b8e01abe57277640c79a27')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkface/repos/kde-unstable-i686/libkface.install (from rev 242741, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: libkface/repos/kde-unstable-x86_64/PKGBUILD (from rev 242741, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkface;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6c145d346b8e7473c0b8e01abe57277640c79a27')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkface/repos/kde-unstable-x86_64/libkface.install (from rev 242741, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-x86_64/libkface.install(rev 0)
+++ kde-unstable-x86_64/libkface.install2015-07-29 07:55:38 UTC (rev 
242742)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Massimiliano Torromeo
Date: Wednesday, July 29, 2015 @ 09:54:59
  Author: mtorromeo
Revision: 137590

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-29 07:53:49 UTC (rev 137589)
+++ PKGBUILD2015-07-29 07:54:59 UTC (rev 137590)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=python-oauthlib
-pkgname=(python-oauthlib python2-oauthlib)
-pkgver=1.0.0
-pkgrel=1
-_libname=oauthlib
-pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
-arch=(any)
-url=https://github.com/idan/oauthlib;
-license=('BSD')
-source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd $srcdir/$_libname-$pkgver
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-oauthlib() {
-   depends=(python-cryptography)
-
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-   chmod -R a+r $pkgdir/usr/lib
-}
-
-package_python2-oauthlib() {
-   depends=(python2-cryptography)
-
-   cd $srcdir/$_libname-$pkgver
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root=$pkgdir
-   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-   chmod -R a+r $pkgdir/usr/lib
-}
-
-sha256sums=('4b58215675e48d4f6d17ddb8c67ca3a45d166559020e580739f7ee2ac5fffdd3')

Copied: python-oauthlib/repos/community-any/PKGBUILD (from rev 137589, 
python-oauthlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-29 07:54:59 UTC (rev 137590)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgbase=python-oauthlib
+pkgname=(python-oauthlib python2-oauthlib)
+pkgver=1.0.1
+pkgrel=1
+_libname=oauthlib
+pkgdesc=A generic, spec-compliant, thorough implementation of the OAuth 
request-signing logic
+arch=(any)
+url=https://github.com/idan/oauthlib;
+license=('BSD')
+source=(http://pypi.python.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+
+build() {
+   cd $srcdir/$_libname-$pkgver
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-oauthlib() {
+   depends=(python-cryptography)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   chmod -R a+r $pkgdir/usr/lib
+}
+
+package_python2-oauthlib() {
+   depends=(python2-cryptography)
+
+   cd $srcdir/$_libname-$pkgver
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -m0644 -D LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+   chmod -R a+r $pkgdir/usr/lib
+}
+
+sha256sums=('2f1999a7c11f8714a1545de033b0950da77f651ff64f271d7dd9df15dc72049b')


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 09:55:22
  Author: arojas
Revision: 242741

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

Added:
  kdegraphics-ksnapshot/repos/kde-unstable-i686/
  kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD
(from rev 242740, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-i686/kdegraphics-ksnapshot.install
(from rev 242740, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242740, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
  kdegraphics-ksnapshot/repos/kde-unstable-x86_64/kdegraphics-ksnapshot.install
(from rev 242740, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)

---+
 kde-unstable-i686/PKGBUILD|   34 
 kde-unstable-i686/kdegraphics-ksnapshot.install   |   12 +++
 kde-unstable-x86_64/PKGBUILD  |   34 
 kde-unstable-x86_64/kdegraphics-ksnapshot.install |   12 +++
 4 files changed, 92 insertions(+)

Copied: kdegraphics-ksnapshot/repos/kde-unstable-i686/PKGBUILD (from rev 
242740, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:55:22 UTC (rev 242741)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('6d7e33281fbbd4a1471fb771457dae328d5a8b41')
+
+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/kde-unstable-i686/kdegraphics-ksnapshot.install 
(from rev 242740, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-i686/kdegraphics-ksnapshot.install 
(rev 0)
+++ kde-unstable-i686/kdegraphics-ksnapshot.install 2015-07-29 07:55:22 UTC 
(rev 242741)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegraphics-ksnapshot/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242740, kdegraphics-ksnapshot/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 07:55:22 UTC (rev 242741)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-ksnapshot
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ksnapshot-${pkgver}.tar.xz;)
+sha1sums=('6d7e33281fbbd4a1471fb771457dae328d5a8b41')
+
+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/kde-unstable-x86_64/kdegraphics-ksnapshot.install 
(from rev 242740, 
kdegraphics-ksnapshot/kde-unstable/kdegraphics-ksnapshot.install)
===
--- kde-unstable-x86_64/kdegraphics-ksnapshot.install   
(rev 0)
+++ kde-unstable-x86_64/kdegraphics-ksnapshot.install   2015-07-29 07:55:22 UTC 
(rev 242741)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:05:13
  Author: arojas
Revision: 242772

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

Added:
  telepathy-kde-text-ui/repos/kde-unstable-i686/
  telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD
(from rev 242771, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242771, telepathy-kde-text-ui/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-i686/PKGBUILD (from rev 
242771, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:05:13 UTC (rev 242772)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('ffe0a42a832605cc2423609506724a55')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 
242771, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:05:13 UTC (rev 242772)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('ffe0a42a832605cc2423609506724a55')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:05:32
  Author: arojas
Revision: 242773

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

Added:
  kdesdk-cervisia/repos/kde-unstable-i686/
  kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD
(from rev 242772, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-i686/kdesdk-cervisia.install
(from rev 242772, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
  kdesdk-cervisia/repos/kde-unstable-x86_64/
  kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242772, kdesdk-cervisia/kde-unstable/PKGBUILD)
  kdesdk-cervisia/repos/kde-unstable-x86_64/kdesdk-cervisia.install
(from rev 242772, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)

-+
 kde-unstable-i686/PKGBUILD  |   32 ++
 kde-unstable-i686/kdesdk-cervisia.install   |   12 +
 kde-unstable-x86_64/PKGBUILD|   32 ++
 kde-unstable-x86_64/kdesdk-cervisia.install |   12 +
 4 files changed, 88 insertions(+)

Copied: kdesdk-cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 242772, 
kdesdk-cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:05:32 UTC (rev 242773)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('637d26ae32f7c70d28f9794b3f97ebc97654409c')
+
+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/kde-unstable-i686/kdesdk-cervisia.install (from 
rev 242772, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
===
--- kde-unstable-i686/kdesdk-cervisia.install   (rev 0)
+++ kde-unstable-i686/kdesdk-cervisia.install   2015-07-29 08:05:32 UTC (rev 
242773)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdesdk-cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 242772, 
kdesdk-cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:05:32 UTC (rev 242773)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdesdk-cervisia
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/cervisia-${pkgver}.tar.xz;)
+sha1sums=('637d26ae32f7c70d28f9794b3f97ebc97654409c')
+
+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/kde-unstable-x86_64/kdesdk-cervisia.install (from 
rev 242772, kdesdk-cervisia/kde-unstable/kdesdk-cervisia.install)
===
--- kde-unstable-x86_64/kdesdk-cervisia.install (rev 0)
+++ kde-unstable-x86_64/kdesdk-cervisia.install 2015-07-29 08:05:32 UTC (rev 
242773)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:04:41
  Author: arojas
Revision: 242770

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

Added:
  telepathy-kde-integration-module/repos/kde-unstable-i686/
  telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD
(from rev 242769, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242769, telepathy-kde-integration-module/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-integration-module/repos/kde-unstable-i686/PKGBUILD (from 
rev 242769, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:04:41 UTC (rev 242770)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('8635db0e6a66c906178e86f90739281a')
+
+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/kde-unstable-x86_64/PKGBUILD 
(from rev 242769, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:04:41 UTC (rev 242770)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('8635db0e6a66c906178e86f90739281a')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:04:56
  Author: arojas
Revision: 242771

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-i686/
  telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD
(from rev 242770, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-i686/telepathy-kde-send-file.install
(from rev 242770, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
  telepathy-kde-send-file/repos/kde-unstable-x86_64/
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242770, telepathy-kde-send-file/kde-unstable/PKGBUILD)
  
telepathy-kde-send-file/repos/kde-unstable-x86_64/telepathy-kde-send-file.install
(from rev 242770, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)

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

Copied: telepathy-kde-send-file/repos/kde-unstable-i686/PKGBUILD (from rev 
242770, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:04:56 UTC (rev 242771)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('2862a4b407cbc32b648fac3c04351ed4')
+
+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/kde-unstable-i686/telepathy-kde-send-file.install 
(from rev 242770, 
telepathy-kde-send-file/kde-unstable/telepathy-kde-send-file.install)
===
--- kde-unstable-i686/telepathy-kde-send-file.install   
(rev 0)
+++ kde-unstable-i686/telepathy-kde-send-file.install   2015-07-29 08:04:56 UTC 
(rev 242771)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
242770, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:04:56 UTC (rev 242771)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+install=$pkgname.install
+md5sums=('2862a4b407cbc32b648fac3c04351ed4')
+
+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 

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:04:04
  Author: arojas
Revision: 242768

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

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/
  telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD
(from rev 242767, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242767, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)

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

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-i686/PKGBUILD (from 
rev 242767, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:04:04 UTC (rev 242768)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('916df566865e48d5a2a7aea24ee9469c')
+
+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/kde-unstable-x86_64/PKGBUILD (from 
rev 242767, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:04:04 UTC (rev 242768)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Laurent Carlier lordhea...@gmail.com
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/$_pkgname-${pkgver}.tar.xz;)
+md5sums=('916df566865e48d5a2a7aea24ee9469c')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:11:49
  Author: arojas
Revision: 242795

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

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

+
 kde-unstable-i686/PKGBUILD |   35 +++
 kde-unstable-i686/ktimer.install   |   11 +++
 kde-unstable-x86_64/PKGBUILD   |   35 +++
 kde-unstable-x86_64/ktimer.install |   11 +++
 4 files changed, 92 insertions(+)

Copied: ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 242794, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:11:49 UTC (rev 242795)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktimer
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('a14b9155365c52e8b72b453f0506b74ceceae814')
+
+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/kde-unstable-i686/ktimer.install (from rev 242794, 
ktimer/kde-unstable/ktimer.install)
===
--- kde-unstable-i686/ktimer.install(rev 0)
+++ kde-unstable-i686/ktimer.install2015-07-29 08:11:49 UTC (rev 242795)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 242794, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:11:49 UTC (rev 242795)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktimer
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz;)
+sha1sums=('a14b9155365c52e8b72b453f0506b74ceceae814')
+
+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/kde-unstable-x86_64/ktimer.install (from rev 242794, 
ktimer/kde-unstable/ktimer.install)
===
--- kde-unstable-x86_64/ktimer.install  (rev 0)
+++ kde-unstable-x86_64/ktimer.install  2015-07-29 08:11:49 UTC (rev 242795)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:12:06
  Author: arojas
Revision: 242796

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

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

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

Copied: print-manager/repos/kde-unstable-i686/PKGBUILD (from rev 242795, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:12:06 UTC (rev 242796)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=print-manager
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('a6f941a39d022e45b7e1f8f81f83a40696cd8aac')
+
+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/kde-unstable-x86_64/PKGBUILD (from rev 242795, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:12:06 UTC (rev 242796)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=print-manager
+pkgver=15.07.80
+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/unstable/applications/${pkgver}/src/print-manager-${pkgver}.tar.xz;)
+sha1sums=('a6f941a39d022e45b7e1f8f81f83a40696cd8aac')
+
+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
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:17:28
  Author: arojas
Revision: 242801

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

Added:
  kio-extras/repos/kde-unstable-i686/
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 242800, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 242800, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242800, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 242800, kio-extras/kde-unstable/kio-extras.install)

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

Copied: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 242800, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:17:28 UTC (rev 242801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio-extras
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Additional components to increase the functionality of KIO
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2661daf4eb0a5c9cc2097b37f3492923')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 242800, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-07-29 08:17:28 UTC (rev 
242801)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 242800, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:17:28 UTC (rev 242801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio-extras
+pkgver=15.07.80
+pkgrel=1
+pkgdesc=Additional components to increase the functionality of KIO
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2661daf4eb0a5c9cc2097b37f3492923')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Copied: kio-extras/repos/kde-unstable-x86_64/kio-extras.install (from rev 
242800, kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-x86_64/kio-extras.install  (rev 0)
+++ kde-unstable-x86_64/kio-extras.install  2015-07-29 08:17:28 UTC (rev 
242801)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:17:58
  Author: arojas
Revision: 242802

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

Added:
  kdebugsettings/repos/
  kdebugsettings/repos/kde-unstable-i686/
  kdebugsettings/repos/kde-unstable-i686/PKGBUILD
(from rev 242801, kdebugsettings/kde-unstable/PKGBUILD)
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242801, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-i686/PKGBUILD (from rev 242801, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2015-07-29 08:17:58 UTC (rev 242802)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdebugsettings
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('29b1b312cc8c2115b0482a93a0a0167f2527d1c59c67a6c2928725af890be62b')
+
+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: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 242801, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2015-07-29 08:17:58 UTC (rev 242802)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=kdebugsettings
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='http://projects.kde.org/kdebugsettings'
+license=(GPL)
+depends=(kconfigwidgets kio)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha256sums=('29b1b312cc8c2115b0482a93a0a0167f2527d1c59c67a6c2928725af890be62b')
+
+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
+}
+


[arch-commits] Commit in kross-interpreters (5 files)

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:18:25
  Author: arojas
Revision: 242803

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

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

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

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

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


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:32:46
  Author: arojas
Revision: 242806

KDE Application 15.08

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

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

Modified: kde-unstable/PKGBUILD
===
--- trunk/PKGBUILD  2015-05-30 06:59:03 UTC (rev 239894)
+++ kde-unstable/PKGBUILD   2015-07-29 08:32:46 UTC (rev 242806)
@@ -21,8 +21,8 @@
  'kde-meta-kdeutils'
  'kde-meta-kdewebdev'
  'telepathy-kde-meta')
-pkgver=15.04
-pkgrel=7
+pkgver=15.08
+pkgrel=0.1
 arch=(any)
 url='http://www.archlinux.org/'
 license=(GPL)
@@ -80,13 +80,13 @@
 
 package_kde-meta-kdebase() {
pkgdesc=('Meta package for kdebase')
-   depends=('kdebase-dolphin'
+   depends=('dolphin'
 'kdebase-kdepasswd'
 'kdebase-kdialog'
 'kdebase-kfind'
- 'kdebase-keditbookmarks'
+ 'kdebase-keditbookmarks'
 'kdebase-konqueror'
- 'kdebase-konq-plugins'
+ 'kdebase-konq-plugins'
 'konsole'
 'kate'
 'kwrite')
@@ -113,8 +113,8 @@
 'kdeedu-ktouch'
 'kturtle'
 'kwordquiz'
-'kdeedu-marble'
- 'kdeedu-pairs'
+'marble'
+ 'kdeedu-pairs'
 'parley'
 'rocs'
 'step')
@@ -139,7 +139,7 @@
 'kdegames-kgoldrunner'
 'kdegames-kigo'
 'killbots'
-'kdegames-kiriki'
+'kiriki'
 'kjumpingcube'
 'klines'
 'kdegames-klickety'
@@ -154,7 +154,7 @@
 'kdegames-kreversi'
 'kshisen'
 'kdegames-ksirk'
- 'kdegames-ksnakeduel'
+ 'kdegames-ksnakeduel'
 'kdegames-kspaceduel'
 'ksquares'
 'kdegames-ksudoku'
@@ -162,7 +162,7 @@
 'kdegames-kubrick'
 'kdegames-lskat'
 'kdegames-palapeli'
- 'kdegames-picmi')
+ 'picmi')
replaces=('kdegames')
conflicts=('kdegames')
 }
@@ -175,13 +175,13 @@
 'kdegraphics-kgamma'
 'kdegraphics-kolourpaint'
 'kruler'
- 'kdegraphics-ksaneplugin'
+ 'kdegraphics-ksaneplugin'
 'kdegraphics-ksnapshot'
- 'kdegraphics-mobipocket'
+ 'kdegraphics-mobipocket'
 'kdegraphics-okular'
- 'kdegraphics-strigi-analyzer'
- 'kdegraphics-svgpart'
- 'kdegraphics-thumbnailers')
+ 'kdegraphics-strigi-analyzer'
+ 'kdegraphics-svgpart'
+ 'kdegraphics-thumbnailers')
replaces=('kdegraphics')
conflicts=('kdegraphics')
 }
@@ -189,7 +189,7 @@
 package_kde-meta-kdemultimedia() {
pkgdesc=('Meta package for kdemultimedia')
depends=('kdemultimedia-audiocd-kio'
- 'kdemultimedia-dragonplayer'
+ 'dragon'
 'kdemultimedia-ffmpegthumbs'
 'kdemultimedia-juk'
 'kdenlive'
@@ -210,6 +210,7 @@
 'kdenetwork-krfb'
 'kdenetwork-strigi-analyzers'
 'kdenetwork-zeroconf-ioslave'
+'kio-extras'
 'telepathy-kde-meta')
replaces=('kdenetwork')
conflicts=('kdenetwork')
@@ -217,22 +218,18 @@
 
 package_kde-meta-kdepim() {
pkgdesc=('Meta package for kdepim')
-   depends=('kdepim-akonadiconsole'
-'kdepim-akregator'
-'kdepim-blogilo'
+   depends=('akonadiconsole'
+'akregator'
+'blogilo'
 'kdepim-console'
-'kdepim-kaddressbook'
-'kdepim-kalarm'
-'kdepim-kjots'
-'kdepim-kleopatra'
-'kdepim-kmail'
-'kdepim-knode'
-'kdepim-knotes'
-'kdepim-kontact'
-'kdepim-korganizer'
-'kdepim-kresources'
-'kdepim-ktimetracker'
- 'kdepim-ktnef')
+'kaddressbook'
+'kalarm'
+'kleopatra'
+'kmail'
+'knotes'
+'kontact'
+'korganizer'
+'ktnef')
replaces=('kdepim')
conflicts=('kdepim')
 }
@@ -240,10 +237,10 @@
 package_kde-meta-kdesdk() {
pkgdesc=('Meta package for kdesdk')
depends=('kdesdk-cervisia'
-'kdesdk-dolphin-plugins'
+   

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:33:20
  Author: arojas
Revision: 242807

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

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

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

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

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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:42:18
  Author: arojas
Revision: 242810

Don't conflict with dolphinpart4

Modified:
  dolphin/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-29 08:41:28 UTC (rev 242809)
+++ PKGBUILD2015-07-29 08:42:18 UTC (rev 242810)
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(baloo-widgets knewstuff kio-extras ktexteditor kactivities-frameworks)
 makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdebase-dolphin)
+conflicts=('kdebase-dolphin15.04.3-3')
 replaces=(kdebase-dolphin)
 groups=(kde-applications kdebase)
 
source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)


  1   2   3   >