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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:56:46
  Author: tpowa
Revision: 100575

upgpkg: virtualbox-modules 4.3.2-2

rebuild against 3.12

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:34:05 UTC (rev 100574)
+++ PKGBUILD2013-11-06 07:56:46 UTC (rev 100575)
@@ -5,17 +5,17 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux>=3.11' 'linux<3.12'
- 'linux-headers>=3.11' 'linux-headers<3.12'
+makedepends=('linux>=3.12' 'linux<3.13'
+ 'linux-headers>=3.12' 'linux-headers<3.13'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 
 # remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.11-ARCH
+_extramodules=extramodules-3.12-ARCH
 
 build() {
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
@@ -48,7 +48,7 @@
   _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
   pkgdesc='Guest kernel modules for VirtualBox'
   license=('GPL')
-  depends=('linux>=3.11' 'linux<3.12')
+  depends=('linux>=3.12' 'linux<3.13')
   replaces=('virtualbox-archlinux-modules')
   conflicts=('virtualbox-archlinux-modules')
   install=virtualbox-guest-modules.install



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:57:04
  Author: tpowa
Revision: 100576

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

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

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

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

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
100575, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2013-11-06 07:57:04 UTC (rev 100576)
@@ -0,0 +1,60 @@
+#!/bin/bash
+# lazyness can be enhanced everyday
+
+usage()

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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:33:56
  Author: tpowa
Revision: 100573

upgpkg: vhba-module 20130607-18

rebuild against 3.12

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:33:20 UTC (rev 100572)
+++ PKGBUILD2013-11-06 07:33:56 UTC (rev 100573)
@@ -5,13 +5,13 @@
 
 pkgname=vhba-module
 pkgver=20130607
-_extramodules=extramodules-3.11-ARCH
-pkgrel=17
+_extramodules=extramodules-3.12-ARCH
+pkgrel=18
 pkgdesc="Kernel module that emulates SCSI devices"
 arch=('i686' 'x86_64')
 url="http://cdemu.sourceforge.net/";
 license=('GPL')
-depends=('linux>=3.11' 'linux<3.12')
+depends=('linux>=3.12' 'linux<3.13')
 makedepends=('linux-headers')
 options=(!makeflags)
 install=$pkgname.install



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:34:05
  Author: tpowa
Revision: 100574

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 100573, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 100573, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 100573, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 100573, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 100573, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 100573, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |1 
 community-testing-i686/PKGBUILD  |   40 +
 community-testing-i686/vhba-module.install   |   22 +
 community-testing-x86_64/60-vhba.rules   |1 
 community-testing-x86_64/PKGBUILD|   40 +
 community-testing-x86_64/vhba-module.install |   22 +
 6 files changed, 126 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 
100573, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-11-06 07:34:05 UTC (rev 
100574)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 100573, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-06 07:34:05 UTC (rev 100574)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=vhba-module
+pkgver=20130607
+_extramodules=extramodules-3.12-ARCH
+pkgrel=18
+pkgdesc="Kernel module that emulates SCSI devices"
+arch=('i686' 'x86_64')
+url="http://cdemu.sourceforge.net/";
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2";
+'60-vhba.rules')
+md5sums=('92a681e4665aa85a8335d00395a61697'
+ '4dc37dc348b5a2c83585829bde790dcc')
+
+build() {
+  cd $pkgname-$pkgver
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 vhba.ko "$pkgdir/usr/lib/modules/$_extramodules/vhba.ko"
+  install -Dm644 ../60-vhba.rules "$pkgdir/usr/lib/udev/rules.d/60-vhba.rules"
+
+  cd $startdir
+  cp -f $install ${install}.pkg
+  true && install=${install}.pkg
+  sed -i "s/EXTRAMODULES=.*/EXTRAMODULES=$_extramodules/" $install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
100573, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2013-11-06 07:34:05 UTC (rev 
100574)
@@ -0,0 +1,22 @@
+EXTRAMODULES=
+
+_updatemod() {
+  echo "  > Updating module dependencies..."
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu &>/dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
100573, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-11-06 07:34:05 UTC (rev 
100574)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 100573, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-06 07:34:05 UTC (rev 100574)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz H

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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:33:20
  Author: tpowa
Revision: 100572

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

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

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 100571, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-06 07:33:20 UTC (rev 100572)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=39
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/usr/lib/modules/${_kernver}/extramodules" || 
true)
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 
100571, tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2013-11-06 07:33:20 UTC (rev 
100572)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.12-ARCH
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 100571, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-06 07:33:20 UTC (rev 100572)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=39
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f "/u

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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:33:13
  Author: tpowa
Revision: 100571

upgpkg: tp_smapi 0.41-39

rebuild against 3.12

Modified:
  tp_smapi/trunk/PKGBUILD
  tp_smapi/trunk/tp_smapi.install

--+
 PKGBUILD |6 +++---
 tp_smapi.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:32:11 UTC (rev 100570)
+++ PKGBUILD2013-11-06 07:33:13 UTC (rev 100571)
@@ -10,13 +10,13 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=38
+pkgrel=39
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux>=3.11' 'linux<3.12')
-makedepends=('linux-headers>=3.11' 'linux-headers<3.12')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('63c683415c764568f6bf17c7eabe4752')

Modified: tp_smapi.install
===
--- tp_smapi.install2013-11-06 07:32:11 UTC (rev 100570)
+++ tp_smapi.install2013-11-06 07:33:13 UTC (rev 100571)
@@ -1,4 +1,4 @@
-extramodules=/usr/lib/modules/extramodules-3.11-ARCH
+extramodules=/usr/lib/modules/extramodules-3.12-ARCH
 
 post_install() {
   depmod -v $(< "$extramodules/version") &>/dev/null



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:32:11
  Author: tpowa
Revision: 100570

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 100569, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 100569, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 100569, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 100569, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 100569, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 100569, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 100569, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 100569, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   88 
 community-testing-i686/linux-3.8.patch 
|   50 +
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   88 
 community-testing-

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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:31:48
  Author: tpowa
Revision: 100569

upgpkg: rt3562sta 2.4.1.1-48

rebuild against 3.12

Modified:
  rt3562sta/trunk/PKGBUILD
  rt3562sta/trunk/rt3562sta.install

---+
 PKGBUILD  |2 +-
 rt3562sta.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:28:11 UTC (rev 100568)
+++ PKGBUILD2013-11-06 07:31:48 UTC (rev 100569)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=47
+pkgrel=48
 pkgdesc="Ralink RT3562 PCI WLAN adaptors kernel module"
 arch=(i686 x86_64)
 url="http://www.mediatek.com/en/Products/support.php?sn=501";

Modified: rt3562sta.install
===
--- rt3562sta.install   2013-11-06 07:28:11 UTC (rev 100568)
+++ rt3562sta.install   2013-11-06 07:31:48 UTC (rev 100569)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.11-ARCH'
+   EXTRAMODULES='extramodules-3.12-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:27:26
  Author: tpowa
Revision: 100566

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

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

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   32 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 100565, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-06 07:27:26 UTC (rev 100566)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=18
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 
100565, bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2013-11-06 07:27:26 UTC (rev 
100566)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 100565, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-06 07:27:26 UTC (rev 100566)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch
+pkgver=0.7
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=18
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('b9df5ea40109ef9766448a0577c798e6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
100565, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2013-11-06 07:27:26 UTC (rev 
100566)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.12-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:28:03
  Author: tpowa
Revision: 100567

upgpkg: r8168 8.037.00-2

rebuild against 3.12

Modified:
  r8168/trunk/PKGBUILD
  r8168/trunk/r8168.install

---+
 PKGBUILD  |2 +-
 r8168.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:27:26 UTC (rev 100566)
+++ PKGBUILD2013-11-06 07:28:03 UTC (rev 100567)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.037.00
-pkgrel=1
+pkgrel=2
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")

Modified: r8168.install
===
--- r8168.install   2013-11-06 07:27:26 UTC (rev 100566)
+++ r8168.install   2013-11-06 07:28:03 UTC (rev 100567)
@@ -1,5 +1,5 @@
 rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.11-ARCH'
+   EXTRAMODULES='extramodules-3.12-ARCH'
depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:28:11
  Author: tpowa
Revision: 100568

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

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

+
 community-testing-i686/PKGBUILD|   45 +++
 community-testing-i686/r8168.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   45 +++
 community-testing-x86_64/r8168.install |   17 +++
 4 files changed, 124 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 100567, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-06 07:28:11 UTC (rev 100568)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS="$srcdir/$pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=("linux>=3.${_kernver}" "linux<3.$(expr ${_kernver} + 1)")
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg "Kernel = $KERNEL_VERSION"
+
+   cd "$pkgname-$pkgver"
+   install -Dm644 src/$pkgname.ko 
"$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+
+   sed -i "s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH|" 
"$startdir/$pkgname.install"
+}
+
+sha256sums=('06aa1c6a58a878450798100eb5f9c3d87763c5f41e99b7d5f3b2fe78646d02b0')

Copied: r8168/repos/community-testing-i686/r8168.install (from rev 100567, 
r8168/trunk/r8168.install)
===
--- community-testing-i686/r8168.install(rev 0)
+++ community-testing-i686/r8168.install2013-11-06 07:28:11 UTC (rev 
100568)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.12-ARCH'
+   depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 100567, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-06 07:28:11 UTC (rev 100568)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.037.00
+pkgrel=2
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd "$pkgname-$pkgver"
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_R

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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:27:19
  Author: tpowa
Revision: 100565

upgpkg: bbswitch 0.7-18

rebuild against 3.12

Modified:
  bbswitch/trunk/PKGBUILD
  bbswitch/trunk/bbswitch.install

--+
 PKGBUILD |8 
 bbswitch.install |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 21:52:50 UTC (rev 100564)
+++ PKGBUILD2013-11-06 07:27:19 UTC (rev 100565)
@@ -4,14 +4,14 @@
 
 pkgname=bbswitch
 pkgver=0.7
-_extramodules=extramodules-3.11-ARCH # Don't forget to update bbswitch.install
-pkgrel=17
+_extramodules=extramodules-3.12-ARCH # Don't forget to update bbswitch.install
+pkgrel=18
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)
 license=('GPL')
-depends=('linux>=3.11' 'linux<3.12')
-makedepends=('linux-headers>=3.11' 'linux-headers<3.12')
+depends=('linux>=3.12' 'linux<3.13')
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
 install=bbswitch.install
 
source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
 md5sums=('b9df5ea40109ef9766448a0577c798e6')

Modified: bbswitch.install
===
--- bbswitch.install2013-11-05 21:52:50 UTC (rev 100564)
+++ bbswitch.install2013-11-06 07:27:19 UTC (rev 100565)
@@ -1,5 +1,5 @@
 post_install() {
-EXTRAMODULES='extramodules-3.11-ARCH'
+EXTRAMODULES='extramodules-3.12-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 



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

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:24:27
  Author: tpowa
Revision: 199003

upgpkg: lirc 1:0.9.0-65

rebuild against 3.12

Modified:
  lirc/trunk/PKGBUILD
  lirc/trunk/lirc.install

--+
 PKGBUILD |   19 ---
 lirc.install |2 +-
 2 files changed, 5 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:23:03 UTC (rev 199002)
+++ PKGBUILD2013-11-06 07:24:27 UTC (rev 199003)
@@ -4,14 +4,14 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=64
+pkgrel=65
 epoch=1
-_extramodules=extramodules-3.11-ARCH
+_extramodules=extramodules-3.12-ARCH
 arch=('i686' 'x86_64')
 url="http://www.lirc.org/";
 license=('GPL')
 ### NOTICE don't forget to bump version in depends in package_lirc
-makedepends=('help2man' 'linux>=3.11' 'linux<3.12' 'linux-headers>=3.11' 
'linux-headers<3.12' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
+makedepends=('help2man' 'linux>=3.12' 'linux<3.13' 'linux-headers>=3.12' 
'linux-headers<3.13' 'alsa-lib' 'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch
@@ -66,7 +66,7 @@
 
 package_lirc() {
   pkgdesc="Linux Infrared Remote Control kernel modules for stock arch kernel"
-  depends=('lirc-utils' 'linux>=3.11' 'linux<3.12')
+  depends=('lirc-utils' 'linux>=3.12' 'linux<3.13')
   replaces=('lirc+pctv')
   install=lirc.install
 
@@ -110,17 +110,6 @@
  '087a7d102e1c96bf1179f38db2b0b237'
  '9ee196bd03ea44af5a752fb0cc6ca96a'
  '3deb02604b37811d41816e9b4385fcc3'
- '1c7ceace42da44f41e5a42b4dd3b3d76'
- '121283a6de274e52ed86522aecd0f6e5'
- '07131d117fcfe9dcd50c453c3a5e9531'
- 'febf25c154a7d36f01159e84f26c2d9a')
-md5sums=('b232aef26f23fe33ea8305d276637086'
- '1cce37e18e3f6f46044abab29016d18f'
- 'b70cc9640505205446ec47b7d4779f38'
- '1f8b104a2365d9f93404b143f499059b'
- '087a7d102e1c96bf1179f38db2b0b237'
- '9ee196bd03ea44af5a752fb0cc6ca96a'
- '3deb02604b37811d41816e9b4385fcc3'
  'a9ab637e7207472e61e55a2fa75dc555'
  '1847b9997685bc3ad2cf11bea4590a92'
  '07131d117fcfe9dcd50c453c3a5e9531'

Modified: lirc.install
===
--- lirc.install2013-11-06 07:23:03 UTC (rev 199002)
+++ lirc.install2013-11-06 07:24:27 UTC (rev 199003)
@@ -1,4 +1,4 @@
-EXTRAMODULES=extramodules-3.11-ARCH
+EXTRAMODULES=extramodules-3.12-ARCH
 
 post_install() {
   # updating module dependencies



[arch-commits] Commit in lirc/repos (28 files)

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:24:53
  Author: tpowa
Revision: 199004

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 199003, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.service
(from rev 199003, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 199003, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 199003, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 199003, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 199003, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 199003, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 199003, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 199003, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 199003, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 199003, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 199003, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircm.service
(from rev 199003, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 199003, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.service
(from rev 199003, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 199003, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 199003, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 199003, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 199003, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 199003, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 199003, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 199003, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 199003, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 199003, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 199003, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircm.service
(from rev 199003, lirc/trunk/lircm.service)

+
 testing-i686/PKGBUILD  |  116 +++
 testing-i686/irexec.service|   11 ++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   12 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 ++
 testing-i686/lirc_wpc8769l.patch   |   88 +
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircm.service |   12 ++
 testing-x86_64/PKGBUILD|  116 +++
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch |   80 +++
 testing-x86_64/lirc-utils.install  |7 +
 testing-x86_64/lirc.install|   16 +++
 testing-x86_64/lirc.logrotate  |5 
 testing-x86_64/lirc.service|   12 ++
 testing-x86_64/lirc.tmpfiles   |1 
 testing-x86_64/lirc_atiusb-kfifo.patch |   31 ++
 testing-x86_64/lirc_wpc8769l.patch |   88 +
 testing-x86_64/lircd-handle-large-config.patch |   39 +++
 testing-x86_64/lircm.service   |   12 ++
 26 files changed, 944 insertions(+)

Copied: lirc/repos/testing-i686/PKGBUILD (from rev 199003, lirc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-06 07:24:53 UTC (rev 199004)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Paul Mattal 
+
+pkgbase=lirc
+pkgname=('lirc' 'lirc-utils')
+pkgver=0.9.0
+pkgrel=65
+epoch=1
+_extramodules=extramodules-3.12-ARCH
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/";
+license=('GPL')
+### NOTICE don't forget to bump version in depends in package_lirc
+

[arch-commits] Commit in nvidia-304xx/repos (8 files)

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:23:03
  Author: tpowa
Revision: 199002

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 199001, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia-linux-3.11.patch
(from rev 199001, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 199001, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 199001, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia-linux-3.11.patch
(from rev 199001, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 199001, nvidia-304xx/trunk/nvidia.install)

+
 testing-i686/PKGBUILD  |   51 +++
 testing-i686/nvidia-linux-3.11.patch   |   25 +++
 testing-i686/nvidia.install|   15 +
 testing-x86_64/PKGBUILD|   51 +++
 testing-x86_64/nvidia-linux-3.11.patch |   25 +++
 testing-x86_64/nvidia.install  |   15 +
 6 files changed, 182 insertions(+)

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 199001, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-06 07:23:03 UTC (rev 199002)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.108
+_extramodules=extramodules-3.12-ARCH
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx/repos/testing-i686/nvidia-linux-3.11.patch (from rev 
199001, nvidia-304xx/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-11-06 07:23:03 UTC (rev 
199002)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner 
+Date: Wed, 17 Jul 2013 01:16:04 +0200
+Subject: [PATCH] replace num_physpages with totalram_pages
+
+---
+ kernel/nv-linux.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
+index 4e5ed89..46c51ec 100644
+--- a/kernel/nv-linux.h
 b/kernel/nv-linux.h
+@@ -957,7 +957,7 @@ static inline int nv_execute_on_all_cpus(void (*func)(void 
*info), void *info)
+ #endif
+ 
+ #if !defined(NV_VMWARE)
+-#define NV_NUM_PHYSPAGESnum_physpages
++#define NV_NUM_PHYSPAGEStotalram_pages
+ #define NV_GET_CURRENT_PROCESS()current->tgid
+ #define NV_IN_ATOMIC()  in_atomic()
+ #define NV_LOCAL_BH_DISABLE()   local_bh_disable()
+-- 
+1.8.3.2
+

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 199001, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install  

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD nvidia.install)

2013-11-05 Thread Tobias Powalowski
Date: Wednesday, November 6, 2013 @ 08:21:56
  Author: tpowa
Revision: 199001

upgpkg: nvidia-304xx 304.108-10

rebuild against 3.12

Modified:
  nvidia-304xx/trunk/PKGBUILD
  nvidia-304xx/trunk/nvidia.install

+
 PKGBUILD   |8 
 nvidia.install |6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 07:05:23 UTC (rev 199000)
+++ PKGBUILD2013-11-06 07:21:56 UTC (rev 199001)
@@ -3,13 +3,13 @@
 
 pkgname=nvidia-304xx
 pkgver=304.108
-_extramodules=extramodules-3.11-ARCH
-pkgrel=9
+_extramodules=extramodules-3.12-ARCH
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux>=3.11' 'linux<3.12' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.11' 'linux-headers<3.12')
+depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
 conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install

Modified: nvidia.install
===
--- nvidia.install  2013-11-06 07:05:23 UTC (rev 199000)
+++ nvidia.install  2013-11-06 07:21:56 UTC (rev 199001)
@@ -1,15 +1,15 @@
 post_install() {
-EXTRAMODULES='extramodules-3.11-ARCH'
+EXTRAMODULES='extramodules-3.12-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 echo 'In order to use nvidia module, reboot the system.'
 }
 
 post_upgrade() {
-EXTRAMODULES='extramodules-3.11-ARCH'
+EXTRAMODULES='extramodules-3.12-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }
 
 post_remove() {
-EXTRAMODULES='extramodules-3.11-ARCH'
+EXTRAMODULES='extramodules-3.12-ARCH'
 depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
 }



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

2013-11-05 Thread Gaetan Bisson
Date: Wednesday, November 6, 2013 @ 08:05:23
  Author: bisson
Revision: 199000

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 198999, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 198999, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 198999, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 198999, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 198999, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 198999, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 198999, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 198999, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   14 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |7 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |7 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-06 07:04:29 UTC (rev 198999)
+++ extra-i686/PKGBUILD 2013-11-06 07:05:23 UTC (rev 199000)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.18
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
-makedepends=('doxygen')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
-'tmpfiles.d'
-'conf')
-sha1sums=('e3cc99de0c2c595ca576cdb455c6aaedd4f7726a'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
-
-backup=('etc/mpd.conf')
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputPlugin.cxx
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
-   install -d "${pkgdir}"/usr/lib/systemd/user
-   ln -s ../system/mpd.service "${pkgdir}"/usr/lib/systemd/user/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 198999, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-06 07:05:23 UTC (rev 199000)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
+makedepends=('doxygen')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'tmpfiles.d'
+'conf')
+sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '67c145c046cddd885630d72ce8ebe71f8321ff3b')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:g' -i 
src/input/CdioParanoiaInputP

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

2013-11-05 Thread Gaetan Bisson
Date: Wednesday, November 6, 2013 @ 08:04:29
  Author: bisson
Revision: 198999

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 05:20:50 UTC (rev 198998)
+++ PKGBUILD2013-11-06 07:04:29 UTC (rev 198999)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.18
+pkgver=0.18.1
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
@@ -15,10 +15,10 @@
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
  'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl')
 makedepends=('doxygen')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
 'tmpfiles.d'
 'conf')
-sha1sums=('e3cc99de0c2c595ca576cdb455c6aaedd4f7726a'
+sha1sums=('1556e8d7533ed016a552bae9f8da891a6a6443cd'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '67c145c046cddd885630d72ce8ebe71f8321ff3b')
 



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

2013-11-05 Thread Eric Bélanger
Date: Wednesday, November 6, 2013 @ 06:20:50
  Author: eric
Revision: 198998

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

Added:
  opal/repos/staging-i686/
  opal/repos/staging-i686/PKGBUILD
(from rev 198997, opal/trunk/PKGBUILD)
  opal/repos/staging-i686/opal-ffmpeg.patch
(from rev 198997, opal/trunk/opal-ffmpeg.patch)
  opal/repos/staging-x86_64/
  opal/repos/staging-x86_64/PKGBUILD
(from rev 198997, opal/trunk/PKGBUILD)
  opal/repos/staging-x86_64/opal-ffmpeg.patch
(from rev 198997, opal/trunk/opal-ffmpeg.patch)

--+
 staging-i686/PKGBUILD|   35 +++
 staging-i686/opal-ffmpeg.patch   |  389 +
 staging-x86_64/PKGBUILD  |   35 +++
 staging-x86_64/opal-ffmpeg.patch |  389 +
 4 files changed, 848 insertions(+)

Copied: opal/repos/staging-i686/PKGBUILD (from rev 198997, opal/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-06 05:20:50 UTC (rev 198998)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Tom K 
+pkgname=opal
+pkgver=3.10.11
+pkgrel=2
+pkgdesc="Open Phone Abstraction Library"
+arch=(i686 x86_64)
+url="http://www.opalvoip.org";
+license=(GPL)
+depends=(ptlib libtheora x264 speex gsm celt)
+makedepends=(ffmpeg)
+optdepends=('ffmpeg: h263 and mpeg4 plugins')
+options=(!makeflags)
+source=(http://downloads.sourceforge.net/opalvoip/$pkgname-$pkgver.tar.bz2
+opal-ffmpeg.patch)
+sha256sums=('f38e7969e88a28dd9a10a6051315aceecde79d0bbd1a35676868dc5787aed706'
+'83f60ecf692e004293ce9dbaae7d7eb64d9713d3bfb71a0e7b1a0d1f936794cd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../opal-ffmpeg.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS="$CXXFLAGS -fpermissive" \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: opal/repos/staging-i686/opal-ffmpeg.patch (from rev 198997, 
opal/trunk/opal-ffmpeg.patch)
===
--- staging-i686/opal-ffmpeg.patch  (rev 0)
+++ staging-i686/opal-ffmpeg.patch  2013-11-06 05:20:50 UTC (rev 198998)
@@ -0,0 +1,389 @@
+diff -Naur opal-3.10.10-orig/plugins/video/H.263-1998/Makefile.in 
opal-3.10.10/plugins/video/H.263-1998/Makefile.in
+--- opal-3.10.10-orig/plugins/video/H.263-1998/Makefile.in 2013-02-20 
03:18:03.0 +0100
 opal-3.10.10/plugins/video/H.263-1998/Makefile.in  2013-09-10 
21:43:11.091108557 +0200
+@@ -35,7 +35,7 @@
+  $(COMMONDIR)/dyna.cxx
+ 
+ CFLAGS += @LIBAVCODEC_CFLAGS@ -I$(COMMONDIR)
+-LIBS   += @DL_LIBS@
++LIBS   += @DL_LIBS@ @LIBAVUTIL_LIBS@
+ 
+ HAVE_LIBAVCODEC_RTP_MODE=@HAVE_LIBAVCODEC_RTP_MODE@
+ ifeq ($(HAVE_LIBAVCODEC_RTP_MODE),yes)
+diff -Naur opal-3.10.10-orig/plugins/video/H.263-1998/h263-1998.cxx 
opal-3.10.10/plugins/video/H.263-1998/h263-1998.cxx
+--- opal-3.10.10-orig/plugins/video/H.263-1998/h263-1998.cxx   2013-02-20 
03:18:03.0 +0100
 opal-3.10.10/plugins/video/H.263-1998/h263-1998.cxx2013-09-10 
21:43:11.091108557 +0200
+@@ -48,6 +48,10 @@
+ #endif
+ 
+ #include "h263-1998.h"
++extern "C"
++{
++#include 
++}
+ #include 
+ #include 
+ #include 
+@@ -203,7 +207,7 @@
+   PTRACE(4, m_prefix, "Encoder closed");
+ }
+ 
+-bool H263_Base_EncoderContext::Init(CodecID codecId)
++bool H263_Base_EncoderContext::Init(AVCodecID codecId)
+ {
+   PTRACE(5, m_prefix, "Opening encoder");
+ 
+@@ -317,9 +321,9 @@
+ // Level 2+ 
+ // works with eyeBeam, signaled via  non-standard "D"
+ if (atoi(value) == 1)
+-  m_context->flags |= CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context->priv_data, "umv", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_H263P_UMV; 
++  av_opt_set_int(m_context->priv_data, "umv", 0, 0);
+ return;
+   }
+ 
+@@ -328,9 +332,9 @@
+ // Annex F: Advanced Prediction Mode
+ // does not work with eyeBeam
+ if (atoi(value) == 1)
+-  m_context->flags |= CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context->priv_data, "obmc", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_OBMC; 
++  av_opt_set_int(m_context->priv_data, "obmc", 0, 0);
+ return;
+   }
+ #endif
+@@ -360,9 +364,9 @@
+ // Annex K: Slice Structure
+ // does not work with eyeBeam
+ if (atoi(value) != 0)
+-  m_context->flags |= CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context->priv_data, "structured_slices", 1, 0);
+ else
+-  m_context->flags &= ~CODEC_FLAG_H263P_SLICE_STRUCT; 
++  av_opt_set_int(m_context->priv_data, "structured_slices", 0, 0);
+ return;
+   }
+ 
+@@ -370,9 +374,9 @@
+ // Annex S: Alternative INTER VLC mode
+ // does not work with eyeBeam
+ if (atoi(value)

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

2013-11-05 Thread Eric Bélanger
Date: Wednesday, November 6, 2013 @ 06:20:07
  Author: eric
Revision: 198997

upgpkg: opal 3.10.11-2

Rebuild against x264 20131030

Modified:
  opal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 03:26:31 UTC (rev 198996)
+++ PKGBUILD2013-11-06 05:20:07 UTC (rev 198997)
@@ -3,7 +3,7 @@
 # Contributor: Tom K 
 pkgname=opal
 pkgver=3.10.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Phone Abstraction Library"
 arch=(i686 x86_64)
 url="http://www.opalvoip.org";



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

2013-11-05 Thread Eric Bélanger
Date: Wednesday, November 6, 2013 @ 04:26:31
  Author: eric
Revision: 198996

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

Added:
  openobex/repos/testing-i686/
  openobex/repos/testing-i686/PKGBUILD
(from rev 198995, openobex/trunk/PKGBUILD)
  openobex/repos/testing-x86_64/
  openobex/repos/testing-x86_64/PKGBUILD
(from rev 198995, openobex/trunk/PKGBUILD)

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

Copied: openobex/repos/testing-i686/PKGBUILD (from rev 198995, 
openobex/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-06 03:26:31 UTC (rev 198996)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=openobex
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}

Copied: openobex/repos/testing-x86_64/PKGBUILD (from rev 198995, 
openobex/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-06 03:26:31 UTC (rev 198996)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: damir 
+
+pkgname=openobex
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
+url="http://dev.zuckschwerdt.org/openobex/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('libusbx' 'bluez-libs')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
+md5sums=('3181bfed9cb7db591605391068cb0085')
+
+prepare() {
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver}-Source \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_SBINDIR=/usr/bin
+  make all openobex-apps
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+  cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
+  install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
+}



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

2013-11-05 Thread Eric Bélanger
Date: Wednesday, November 6, 2013 @ 04:25:30
  Author: eric
Revision: 198995

upgpkg: openobex 1.7.1-1

Upstream update, Remove plugdev group from udev rules (close FS#35602), Add 
libxslt makedepends to build man pages, Add staticlibs option to keep static 
library, PKGBUILD clean up

Modified:
  openobex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-06 00:25:23 UTC (rev 198994)
+++ PKGBUILD2013-11-06 03:25:30 UTC (rev 198995)
@@ -5,23 +5,24 @@
 # Contributor: damir 
 
 pkgname=openobex
-pkgver=1.7
-pkgrel=6
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
 url="http://dev.zuckschwerdt.org/openobex/";
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 depends=('libusbx' 'bluez-libs')
-makedepends=('cmake')
-options=('!makeflags')
+makedepends=('cmake' 'libxslt')
+options=('staticlibs' '!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-Source.tar.gz)
-md5sums=('11031f6f0b876bb6259bd27106491528')
+md5sums=('3181bfed9cb7db591605391068cb0085')
 
 prepare() {
-  mkdir build
+  sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' 
${pkgname}-${pkgver}-Source/udev/openobex.rules.in
 }
 
 build() {
+  mkdir build
   cd build
   cmake ../${pkgname}-${pkgver}-Source \
 -DCMAKE_BUILD_TYPE=Release \
@@ -37,9 +38,4 @@
   make DESTDIR="${pkgdir}" install
   cp ../${pkgname}-${pkgver}-Source/apps/lib/*.h  
"${pkgdir}/usr/include/openobex/"
   install -m644 apps/lib/libopenobex-apps-common.a 
"${pkgdir}/usr/lib/libopenobex-apps-common.a"
-
-  # usrmove
-  cd "$pkgdir"
-  mv lib/udev usr/lib/
-  rmdir lib
 }



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

2013-11-05 Thread Thomas Bächler
Date: Wednesday, November 6, 2013 @ 01:25:23
  Author: thomas
Revision: 198994

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

Added:
  nvidia/repos/testing-i686/
  nvidia/repos/testing-i686/PKGBUILD
(from rev 198993, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia-linux-3.12.patch
(from rev 198993, nvidia/trunk/nvidia-linux-3.12.patch)
  nvidia/repos/testing-i686/nvidia.install
(from rev 198993, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 198993, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia-linux-3.12.patch
(from rev 198993, nvidia/trunk/nvidia-linux-3.12.patch)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 198993, nvidia/trunk/nvidia.install)

+
 testing-i686/PKGBUILD  |   52 +++
 testing-i686/nvidia-linux-3.12.patch   |   40 +++
 testing-i686/nvidia.install|   18 ++
 testing-x86_64/PKGBUILD|   52 +++
 testing-x86_64/nvidia-linux-3.12.patch |   40 +++
 testing-x86_64/nvidia.install  |   18 ++
 6 files changed, 220 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 198993, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-06 00:25:23 UTC (rev 198994)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia
+pkgver=325.15
+_extramodules=extramodules-3.12-ARCH
+pkgrel=11
+pkgdesc="NVIDIA drivers for linux"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+source=('nvidia-linux-3.12.patch')
+md5sums=('d267069bc456de269424b4e1b46a3745')
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('528fc538584de6446384b9cec3099d6c')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source+=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
+fi
+
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+patch -Np1 -i ${srcdir}/nvidia-linux-3.12.patch
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"/"${_pkg}"/kernel
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+}

Copied: nvidia/repos/testing-i686/nvidia-linux-3.12.patch (from rev 198993, 
nvidia/trunk/nvidia-linux-3.12.patch)
===
--- testing-i686/nvidia-linux-3.12.patch(rev 0)
+++ testing-i686/nvidia-linux-3.12.patch2013-11-06 00:25:23 UTC (rev 
198994)
@@ -0,0 +1,40 @@
+diff -Nur NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-drm.c 
NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-drm.c
+--- NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-drm.c
2013-08-01 02:49:26.0 +0200
 NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-drm.c 2013-11-06 
01:16:40.547079457 +0100
+@@ -106,7 +106,6 @@
+ .unlocked_ioctl = drm_ioctl,
+ .mmap = drm_gem_mmap,
+ .poll = drm_poll,
+-.fasync = drm_fasync,
+ .read = drm_read,
+ .llseek = noop_llseek,
+ };
+@@ -202,12 +201,7 @@
+ memset(&nv_obj->base, 0, sizeof(nv_obj->base));
+ nv_obj->pages = pages;
+ 
+-ret = drm_gem_private_object_init(nvl->drm, &nv_obj->base, size);
+-if (ret)
+-{
+-status = RM_ERR_OPERATING_SYSTEM;
+-goto done;
+-}
++drm_gem_private_object_init(nvl->drm, &nv_obj->base, size);
+ 
+ ret = drm_gem_handle_create(file_priv, &nv_obj->base, handle);
+ if (ret)
+diff -Nur NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-linux.h 
NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-linux.h
+--- NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-linux.h  
2013-08-01 02:49:26.0 +0200
 NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv

[arch-commits] Commit in nvidia/trunk (3 files)

2013-11-05 Thread Thomas Bächler
Date: Wednesday, November 6, 2013 @ 01:25:07
  Author: thomas
Revision: 198993

upgpkg: nvidia 325.15-11: update for Linux 3.12

Added:
  nvidia/trunk/nvidia-linux-3.12.patch
Modified:
  nvidia/trunk/PKGBUILD
Deleted:
  nvidia/trunk/nvidia-linux-3.11.patch

-+
 PKGBUILD|   24 ++--
 nvidia-linux-3.11.patch |   25 -
 nvidia-linux-3.12.patch |   40 
 3 files changed, 54 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 22:36:26 UTC (rev 198992)
+++ PKGBUILD2013-11-06 00:25:07 UTC (rev 198993)
@@ -3,19 +3,19 @@
 
 pkgname=nvidia
 pkgver=325.15
-_extramodules=extramodules-3.11-ARCH
-pkgrel=10
+_extramodules=extramodules-3.12-ARCH
+pkgrel=11
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux>=3.11' 'linux<3.12' "nvidia-libgl" "nvidia-utils=${pkgver}")
-makedepends=('linux-headers>=3.11' 'linux-headers<3.12')
+depends=('linux>=3.12' 'linux<3.13' "nvidia-libgl" "nvidia-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
 conflicts=('nvidia-96xx' 'nvidia-173xx')
 license=('custom')
 install=nvidia.install
 options=(!strip)
-source=('nvidia-linux-3.11.patch')
-md5sums=('5c962760de069ed4ad34e64d5988686a')
+source=('nvidia-linux-3.12.patch')
+md5sums=('d267069bc456de269424b4e1b46a3745')
 
 if [ "$CARCH" = "i686" ]; then
 _arch='x86'
@@ -29,12 +29,16 @@
 md5sums+=('63b2caa0cb128efa1a7808d7bddb2074')
 fi
 
+prepare() {
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+patch -Np1 -i ${srcdir}/nvidia-linux-3.12.patch
+}
+
 build() {
 _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+cd "${srcdir}"/"${_pkg}"/kernel
 make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
 }
 

Deleted: nvidia-linux-3.11.patch
===
--- nvidia-linux-3.11.patch 2013-11-05 22:36:26 UTC (rev 198992)
+++ nvidia-linux-3.11.patch 2013-11-06 00:25:07 UTC (rev 198993)
@@ -1,25 +0,0 @@
-From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
-From: Lukas Elsner 
-Date: Wed, 17 Jul 2013 01:16:04 +0200
-Subject: [PATCH] replace num_physpages with totalram_pages
-

- kernel/nv-linux.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kernel/nv-linux.h b/kernel/nv-linux.h
-index 4e5ed89..46c51ec 100644
 a/kernel/nv-linux.h
-+++ b/kernel/nv-linux.h
-@@ -957,7 +957,7 @@ static inline int nv_execute_on_all_cpus(void (*func)(void 
*info), void *info)
- #endif
- 
- #if !defined(NV_VMWARE)
--#define NV_NUM_PHYSPAGESnum_physpages
-+#define NV_NUM_PHYSPAGEStotalram_pages
- #define NV_GET_CURRENT_PROCESS()current->tgid
- #define NV_IN_ATOMIC()  in_atomic()
- #define NV_LOCAL_BH_DISABLE()   local_bh_disable()
--- 
-1.8.3.2
-

Added: nvidia-linux-3.12.patch
===
--- nvidia-linux-3.12.patch (rev 0)
+++ nvidia-linux-3.12.patch 2013-11-06 00:25:07 UTC (rev 198993)
@@ -0,0 +1,40 @@
+diff -Nur NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-drm.c 
NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-drm.c
+--- NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-drm.c
2013-08-01 02:49:26.0 +0200
 NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-drm.c 2013-11-06 
01:16:40.547079457 +0100
+@@ -106,7 +106,6 @@
+ .unlocked_ioctl = drm_ioctl,
+ .mmap = drm_gem_mmap,
+ .poll = drm_poll,
+-.fasync = drm_fasync,
+ .read = drm_read,
+ .llseek = noop_llseek,
+ };
+@@ -202,12 +201,7 @@
+ memset(&nv_obj->base, 0, sizeof(nv_obj->base));
+ nv_obj->pages = pages;
+ 
+-ret = drm_gem_private_object_init(nvl->drm, &nv_obj->base, size);
+-if (ret)
+-{
+-status = RM_ERR_OPERATING_SYSTEM;
+-goto done;
+-}
++drm_gem_private_object_init(nvl->drm, &nv_obj->base, size);
+ 
+ ret = drm_gem_handle_create(file_priv, &nv_obj->base, handle);
+ if (ret)
+diff -Nur NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-linux.h 
NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-linux.h
+--- NVIDIA-Linux-x86_64-325.15-no-compat32.orig/kernel/nv-linux.h  
2013-08-01 02:49:26.0 +0200
 NVIDIA-Linux-x86_64-325.15-no-compat32/kernel/nv-linux.h   2013-11-06 
01:15:41.838303440 +0100
+@@ -958,7 +958,11 @@
+ #endif
+ 
+ #if !defined(NV_VMWARE)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 11, 0)
+ #define NV_NUM_PHYSPAGESnum_physpages
++#else
++#define NV_NUM_PHYSPAGESget_num_physpages()
++#endif
+ #de

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

2013-11-05 Thread Daniel Isenmann
Date: Tuesday, November 5, 2013 @ 23:36:20
  Author: daniel
Revision: 198991

upgpkg: gettext-mono 0.18.3.1-1

New upstream release

Modified:
  gettext-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 22:33:25 UTC (rev 198990)
+++ PKGBUILD2013-11-05 22:36:20 UTC (rev 198991)
@@ -2,16 +2,15 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gettext-mono
-pkgver=0.18.2
+pkgver=0.18.3.1
 pkgrel=1
 pkgdesc="mono assemblies for GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext";
 license=('GPL')
-depends=('mono>=2.10.6')
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz{,.sig})
-md5sums=('0c86e5af70c195ab8bd651d17d783928'
- '1a658e29a03ab42da6d2d468b0583407')
+depends=('mono>=3.2.3')
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz)
+md5sums=('3fc808f7d25487fc72b5759df7419e02')
 
 build() {
   # get rid of that .wapi errors; thanks to brice



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

2013-11-05 Thread Daniel Isenmann
Date: Tuesday, November 5, 2013 @ 23:36:26
  Author: daniel
Revision: 198992

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

Added:
  gettext-mono/repos/extra-i686/PKGBUILD
(from rev 198991, gettext-mono/trunk/PKGBUILD)
  gettext-mono/repos/extra-x86_64/PKGBUILD
(from rev 198991, gettext-mono/trunk/PKGBUILD)
Deleted:
  gettext-mono/repos/extra-i686/PKGBUILD
  gettext-mono/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 22:36:20 UTC (rev 198991)
+++ extra-i686/PKGBUILD 2013-11-05 22:36:26 UTC (rev 198992)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gettext-mono
-pkgver=0.18.2
-pkgrel=1
-pkgdesc="mono assemblies for GNU internationalization library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gettext";
-license=('GPL')
-depends=('mono>=2.10.6')
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz{,.sig})
-md5sums=('0c86e5af70c195ab8bd651d17d783928'
- '1a658e29a03ab42da6d2d468b0583407')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  mkdir -p $srcdir/weird
-  export MONO_SHARED_DIR=$srcdir/weird
-
-  cd $srcdir/gettext-$pkgver
-  ./configure --prefix=/usr --enable-csharp=mono 
-  make
-}
-
-package() {
-  cd $srcdir/gettext-$pkgver
- # libraries are installed manually
-  install -Dm644 gettext-runtime/intl-csharp/GNU.Gettext.dll \
-$pkgdir/usr/lib/GNU.Gettext.dll
-  install -Dm644 gettext-tools/src/msgfmt.net.exe \
-$pkgdir/usr/lib/gettext/msgfmt.net.exe
-  install -Dm644 gettext-tools/src/msgunfmt.net.exe \
-$pkgdir/usr/lib/gettext/msgunfmt.net.exe
-}
-# vim: ft=sh ts=2 et

Copied: gettext-mono/repos/extra-i686/PKGBUILD (from rev 198991, 
gettext-mono/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 22:36:26 UTC (rev 198992)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gettext-mono
+pkgver=0.18.3.1
+pkgrel=1
+pkgdesc="mono assemblies for GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext";
+license=('GPL')
+depends=('mono>=3.2.3')
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz)
+md5sums=('3fc808f7d25487fc72b5759df7419e02')
+
+build() {
+  # get rid of that .wapi errors; thanks to brice
+  mkdir -p $srcdir/weird
+  export MONO_SHARED_DIR=$srcdir/weird
+
+  cd $srcdir/gettext-$pkgver
+  ./configure --prefix=/usr --enable-csharp=mono 
+  make
+}
+
+package() {
+  cd $srcdir/gettext-$pkgver
+ # libraries are installed manually
+  install -Dm644 gettext-runtime/intl-csharp/GNU.Gettext.dll \
+$pkgdir/usr/lib/GNU.Gettext.dll
+  install -Dm644 gettext-tools/src/msgfmt.net.exe \
+$pkgdir/usr/lib/gettext/msgfmt.net.exe
+  install -Dm644 gettext-tools/src/msgunfmt.net.exe \
+$pkgdir/usr/lib/gettext/msgunfmt.net.exe
+}
+# vim: ft=sh ts=2 et

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 22:36:20 UTC (rev 198991)
+++ extra-x86_64/PKGBUILD   2013-11-05 22:36:26 UTC (rev 198992)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gettext-mono
-pkgver=0.18.2
-pkgrel=1
-pkgdesc="mono assemblies for GNU internationalization library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gettext";
-license=('GPL')
-depends=('mono>=2.10.6')
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz{,.sig})
-md5sums=('0c86e5af70c195ab8bd651d17d783928'
- '1a658e29a03ab42da6d2d468b0583407')
-
-build() {
-  # get rid of that .wapi errors; thanks to brice
-  mkdir -p $srcdir/weird
-  export MONO_SHARED_DIR=$srcdir/weird
-
-  cd $srcdir/gettext-$pkgver
-  ./configure --prefix=/usr --enable-csharp=mono 
-  make
-}
-
-package() {
-  cd $srcdir/gettext-$pkgver
- # libraries are installed manually
-  install -Dm644 gettext-runtime/intl-csharp/GNU.Gettext.dll \
-$pkgdir/usr/lib/GNU.Gettext.dll
-  install -Dm644 gettext-tools/src/msgfmt.net.exe \
-$pkgdir/usr/lib/gettext/msgfmt.net.exe
-  install -Dm644 gettext-tools/src/msgunfmt.net.exe \
-$pkgdir/usr/lib/gettext/msgunfmt.net.exe
-}
-# vim: ft=sh ts=2 et

Copied: gettext-mono/repos/extra-x86_64/PKGBUILD (from rev 198991, 
gettext-mono/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 22:36:26 UTC (rev 198992)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+

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

2013-11-05 Thread Jan Steffens
Date: Tuesday, November 5, 2013 @ 22:52:50
  Author: heftig
Revision: 100564

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

Added:
  haveged/repos/community-i686/PKGBUILD
(from rev 100563, haveged/trunk/PKGBUILD)
  haveged/repos/community-i686/cleanexit.patch
(from rev 100563, haveged/trunk/cleanexit.patch)
  haveged/repos/community-i686/service
(from rev 100563, haveged/trunk/service)
  haveged/repos/community-x86_64/PKGBUILD
(from rev 100563, haveged/trunk/PKGBUILD)
  haveged/repos/community-x86_64/cleanexit.patch
(from rev 100563, haveged/trunk/cleanexit.patch)
  haveged/repos/community-x86_64/service
(from rev 100563, haveged/trunk/service)
Deleted:
  haveged/repos/community-i686/PKGBUILD
  haveged/repos/community-i686/service
  haveged/repos/community-x86_64/PKGBUILD
  haveged/repos/community-x86_64/service

--+
 /PKGBUILD|   78 +
 /service |   22 ++
 community-i686/PKGBUILD  |   33 ---
 community-i686/cleanexit.patch   |   21 +
 community-i686/service   |   11 -
 community-x86_64/PKGBUILD|   33 ---
 community-x86_64/cleanexit.patch |   21 +
 community-x86_64/service |   11 -
 8 files changed, 142 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-05 21:52:08 UTC (rev 100563)
+++ community-i686/PKGBUILD 2013-11-05 21:52:50 UTC (rev 100564)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: kfgz 
-# Contributor: pootzko 
-
-pkgname=haveged
-pkgver=1.7.c
-_pkgver=${pkgver/.c/c}
-pkgrel=2
-pkgdesc='Entropy harvesting daemon using CPU timings'
-arch=('i686' 'x86_64')
-url='http://www.issihosts.com/haveged'
-license=('GPL')
-depends=('glibc')
-source=($url/$pkgname-$_pkgver.tar.gz
-service)
-sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee64e645531bf121'
-'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
-
-build() {
-  cd $pkgname-$_pkgver
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/etc/init.d
-  install -D -m644 "$srcdir"/service \
-"$pkgdir"/usr/lib/systemd/system/haveged.service
-}

Copied: haveged/repos/community-i686/PKGBUILD (from rev 100563, 
haveged/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-05 21:52:50 UTC (rev 100564)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: kfgz 
+# Contributor: pootzko 
+
+pkgname=haveged
+pkgver=1.7.c
+_pkgver=${pkgver/.c/c}
+pkgrel=3
+pkgdesc='Entropy harvesting daemon using CPU timings'
+arch=('i686' 'x86_64')
+url='http://www.issihosts.com/haveged'
+license=('GPL')
+depends=('glibc')
+source=($url/$pkgname-$_pkgver.tar.gz
+service cleanexit.patch)
+sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee64e645531bf121'
+'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12'
+'be896659dd96cb85915ac5a9c2bd8d81d1ff348508362d1b71d64b207f69fa5c')
+
+prepare() {
+  cd $pkgname-$_pkgver
+  patch -Np1 -i ../cleanexit.patch
+}
+
+build() {
+  cd $pkgname-$_pkgver
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$_pkgver
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "$pkgdir"/etc/init.d
+  install -D -m644 "$srcdir"/service \
+"$pkgdir"/usr/lib/systemd/system/haveged.service
+}

Copied: haveged/repos/community-i686/cleanexit.patch (from rev 100563, 
haveged/trunk/cleanexit.patch)
===
--- community-i686/cleanexit.patch  (rev 0)
+++ community-i686/cleanexit.patch  2013-11-05 21:52:50 UTC (rev 100564)
@@ -0,0 +1,21 @@
+diff -u -r haveged-1.7c/src/haveged.c haveged-1.7c-cleanexit/src/haveged.c
+--- haveged-1.7c/src/haveged.c 2013-01-12 19:20:04.0 +0100
 haveged-1.7c-cleanexit/src/haveged.c   2013-11-05 22:40:22.202935493 
+0100
+@@ -642,7 +642,16 @@
+ static void tidy_exit(   /* OUT: nothing  */
+int signum)   /* IN: signal number */
+ {
+-   error_exit("Stopping due to signal %d\n", signum);
++#ifndef NO_DAEMON
++   if (params->detached!=0) {
++  unlink(params->pid_file);
++  syslog(LOG_INFO, "%s Stopping due to signal %d", params->daemon, 
signum);
++  }
++   else
++#endif
++  fprintf(stderr, "%s Stopping due to signal %d\n", params->daemon, 
signum);
++   havege_destroy(handle);
++   exit(0);
+ }
+ /**
+  * send usage display to stderr

Deleted: community-i686

[arch-commits] Commit in haveged/trunk (PKGBUILD cleanexit.patch)

2013-11-05 Thread Jan Steffens
Date: Tuesday, November 5, 2013 @ 22:52:08
  Author: heftig
Revision: 100563

exit 0 on signal

Added:
  haveged/trunk/cleanexit.patch
Modified:
  haveged/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 cleanexit.patch |   21 +
 2 files changed, 30 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 21:31:17 UTC (rev 100562)
+++ PKGBUILD2013-11-05 21:52:08 UTC (rev 100563)
@@ -6,7 +6,7 @@
 pkgname=haveged
 pkgver=1.7.c
 _pkgver=${pkgver/.c/c}
-pkgrel=2
+pkgrel=3
 pkgdesc='Entropy harvesting daemon using CPU timings'
 arch=('i686' 'x86_64')
 url='http://www.issihosts.com/haveged'
@@ -13,10 +13,16 @@
 license=('GPL')
 depends=('glibc')
 source=($url/$pkgname-$_pkgver.tar.gz
-service)
+service cleanexit.patch)
 sha256sums=('40397eded96fc0d624a6a81c8e888ab023e46f3114f1ee64e645531bf121'
-'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12')
+'badf8ceb5484d45888a089fabdfba5f44f6ec2930bca203c50200051a4d83e12'
+'be896659dd96cb85915ac5a9c2bd8d81d1ff348508362d1b71d64b207f69fa5c')
 
+prepare() {
+  cd $pkgname-$_pkgver
+  patch -Np1 -i ../cleanexit.patch
+}
+
 build() {
   cd $pkgname-$_pkgver
   ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin

Added: cleanexit.patch
===
--- cleanexit.patch (rev 0)
+++ cleanexit.patch 2013-11-05 21:52:08 UTC (rev 100563)
@@ -0,0 +1,21 @@
+diff -u -r haveged-1.7c/src/haveged.c haveged-1.7c-cleanexit/src/haveged.c
+--- haveged-1.7c/src/haveged.c 2013-01-12 19:20:04.0 +0100
 haveged-1.7c-cleanexit/src/haveged.c   2013-11-05 22:40:22.202935493 
+0100
+@@ -642,7 +642,16 @@
+ static void tidy_exit(   /* OUT: nothing  */
+int signum)   /* IN: signal number */
+ {
+-   error_exit("Stopping due to signal %d\n", signum);
++#ifndef NO_DAEMON
++   if (params->detached!=0) {
++  unlink(params->pid_file);
++  syslog(LOG_INFO, "%s Stopping due to signal %d", params->daemon, 
signum);
++  }
++   else
++#endif
++  fprintf(stderr, "%s Stopping due to signal %d\n", params->daemon, 
signum);
++   havege_destroy(handle);
++   exit(0);
+ }
+ /**
+  * send usage display to stderr



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

2013-11-05 Thread Kyle Keen
Date: Tuesday, November 5, 2013 @ 22:31:17
  Author: kkeen
Revision: 100562

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

Added:
  rtl-sdr/repos/community-i686/PKGBUILD
(from rev 100561, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-i686/rtl-sdr.install
(from rev 100561, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-i686/rtlsdr.conf
(from rev 100561, rtl-sdr/trunk/rtlsdr.conf)
  rtl-sdr/repos/community-x86_64/PKGBUILD
(from rev 100561, rtl-sdr/trunk/PKGBUILD)
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
(from rev 100561, rtl-sdr/trunk/rtl-sdr.install)
  rtl-sdr/repos/community-x86_64/rtlsdr.conf
(from rev 100561, rtl-sdr/trunk/rtlsdr.conf)
Deleted:
  rtl-sdr/repos/community-i686/PKGBUILD
  rtl-sdr/repos/community-i686/rtl-sdr.install
  rtl-sdr/repos/community-i686/rtlsdr.conf
  rtl-sdr/repos/community-x86_64/PKGBUILD
  rtl-sdr/repos/community-x86_64/rtl-sdr.install
  rtl-sdr/repos/community-x86_64/rtlsdr.conf

--+
 /PKGBUILD|   96 +
 /rtl-sdr.install |   16 ++
 /rtlsdr.conf |8 +++
 community-i686/PKGBUILD  |   43 
 community-i686/rtl-sdr.install   |8 ---
 community-i686/rtlsdr.conf   |4 -
 community-x86_64/PKGBUILD|   43 
 community-x86_64/rtl-sdr.install |8 ---
 community-x86_64/rtlsdr.conf |4 -
 9 files changed, 120 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-05 21:28:32 UTC (rev 100561)
+++ community-i686/PKGBUILD 2013-11-05 21:31:17 UTC (rev 100562)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Michael Düll 
-
-pkgname=rtl-sdr
-# they are just starting to play with tags
-# consider using tags for the pkgver in the future
-pkgver=20131024
-_commit=dbede4e3c0a
-pkgrel=1
-pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
-arch=('i686' 'x86_64')
-url="http://sdr.osmocom.org/trac/wiki/rtl-sdr";
-license=('GPL')
-depends=('libusb>=1.0')
-makedepends=('git' 'cmake')
-conflicts=('rtl-sdr-git')
-options=('staticlibs') 
-install=rtl-sdr.install
-source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit"
-'rtlsdr.conf')
-md5sums=('SKIP'
- '9c65be40f8916a220e3f55b819897331')
-
-_gitname="rtl-sdr"
-
-build() {
-  cd "$srcdir/$_gitname"
-  mkdir build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DINSTALL_UDEV_RULES=ON -Wno-dev ../
-  make
-}
-
-package() {
-  cd "$srcdir/$_gitname/build"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
-  install -D -m644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rtl-sdr/repos/community-i686/PKGBUILD (from rev 100561, 
rtl-sdr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-05 21:31:17 UTC (rev 100562)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Michael Düll 
+
+pkgname=rtl-sdr
+# they are just starting to play with tags
+# consider using tags for the pkgver in the future
+pkgver=20131105
+_commit=c5b8a2130007
+pkgrel=1
+pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
+arch=('i686' 'x86_64')
+url="http://sdr.osmocom.org/trac/wiki/rtl-sdr";
+license=('GPL')
+depends=('libusb>=1.0')
+makedepends=('git' 'cmake')
+conflicts=('rtl-sdr-git')
+options=('staticlibs') 
+install=rtl-sdr.install
+source=("git://git.osmocom.org/rtl-sdr.git#commit=$_commit"
+'rtlsdr.conf')
+md5sums=('SKIP'
+ '9c65be40f8916a220e3f55b819897331')
+
+_gitname="rtl-sdr"
+
+pkgver() {
+  cd "$srcdir/$_gitname"
+  git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
+}
+
+build() {
+  cd "$srcdir/$_gitname"
+  mkdir build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+-DINSTALL_UDEV_RULES=ON -Wno-dev ../
+  make
+}
+
+package() {
+  cd "$srcdir/$_gitname/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -Dm644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d

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

2013-11-05 Thread Kyle Keen
Date: Tuesday, November 5, 2013 @ 22:28:32
  Author: kkeen
Revision: 100561

upgpkg: rtl-sdr 20131105-1

Modified:
  rtl-sdr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:58:10 UTC (rev 100560)
+++ PKGBUILD2013-11-05 21:28:32 UTC (rev 100561)
@@ -5,8 +5,8 @@
 pkgname=rtl-sdr
 # they are just starting to play with tags
 # consider using tags for the pkgver in the future
-pkgver=20131024
-_commit=dbede4e3c0a
+pkgver=20131105
+_commit=c5b8a2130007
 pkgrel=1
 pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software 
defined radio (SDR)."
 arch=('i686' 'x86_64')
@@ -24,6 +24,11 @@
 
 _gitname="rtl-sdr"
 
+pkgver() {
+  cd "$srcdir/$_gitname"
+  git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
+}
+
 build() {
   cd "$srcdir/$_gitname"
   mkdir build
@@ -36,8 +41,8 @@
 package() {
   cd "$srcdir/$_gitname/build"
   make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
-  install -D -m644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
+  install -Dm644 "$srcdir/$_gitname/rtl-sdr.rules" 
"$pkgdir/usr/lib/udev/rules.d/10-rtl-sdr.rules"
+  install -Dm644 "$srcdir/rtlsdr.conf" "$pkgdir/etc/modprobe.d/rtlsdr.conf"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-11-05 Thread Sébastien Luttringer
Date: Tuesday, November 5, 2013 @ 21:58:10
  Author: seblu
Revision: 100560

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

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

--+
 /PKGBUILD|   78 +
 /znc.install |   58 ++
 community-i686/PKGBUILD  |   39 
 community-i686/znc.install   |   29 ---
 community-x86_64/PKGBUILD|   39 
 community-x86_64/znc.install |   29 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-05 20:57:49 UTC (rev 100559)
+++ community-i686/PKGBUILD 2013-11-05 20:58:10 UTC (rev 100560)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: mickael9 
-
-pkgname=znc
-pkgver=1.0
-pkgrel=7
-pkgdesc='An IRC bouncer with modules & scripts support'
-url='http://en.znc.in/wiki/index.php/ZNC'
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsasl')
-makedepends=('tcl' 'python' 'perl')
-optdepends=('tcl: modtcl module'
-'python: modpython module'
-'perl: modperl module'
-'cyrus-sasl: saslauth module')
-install=$pkgname.install
-source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";)
-md5sums=('23807ca830c27392cccb6774f542df6e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---enable-cyrus \
---enable-python \
---enable-perl \
---enable-tcl \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: znc/repos/community-i686/PKGBUILD (from rev 100559, znc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-05 20:58:10 UTC (rev 100560)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: mickael9 
+
+pkgname=znc
+pkgver=1.2
+pkgrel=1
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+'python: modpython module'
+'perl: modperl module'
+'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";)
+md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-cyrus \
+--enable-python \
+--enable-perl \
+--enable-tcl \
+--with-systemdsystemunitdir=/usr/lib/systemd/system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/znc.install
===
--- community-i686/znc.install  2013-11-05 20:57:49 UTC (rev 100559)
+++ community-i686/znc.install  2013-11-05 20:58:10 UTC (rev 100560)
@@ -1,29 +0,0 @@
-#/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  getent group znc >/dev/null || groupadd -g 136 znc
-  getent passwd znc >/dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
-  [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-  echo "==> Use 'znc --makeconf' as user znc to generate your first config"
-  true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "`vercmp $2 1.0-4`" -lt 0 ]; then
-[ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
-usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory 
has moved to /var/lib/znc'
-  fi
-  true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  userdel -f znc >/dev/null 2>&1
-  groupdel znc >/dev/null 2>&1
-  true
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: znc/repos/community-i686/znc.install (from rev 100559, 
znc/trunk/znc.install)
===
--- community-i686/znc.install  (rev 0)
+++ community-i686/znc.install  2013-11-05 20:58:10 UTC (rev 100560)
@@ -0,0 +1,29 @@
+#/bin/sh
+
+# arg 1:  the new package versi

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

2013-11-05 Thread Sébastien Luttringer
Date: Tuesday, November 5, 2013 @ 21:57:49
  Author: seblu
Revision: 100559

upgpkg: znc 1.2-1

Modified:
  znc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:43:13 UTC (rev 100558)
+++ PKGBUILD2013-11-05 20:57:49 UTC (rev 100559)
@@ -4,8 +4,8 @@
 # Contributor: mickael9 
 
 pkgname=znc
-pkgver=1.0
-pkgrel=7
+pkgver=1.2
+pkgrel=1
 pkgdesc='An IRC bouncer with modules & scripts support'
 url='http://en.znc.in/wiki/index.php/ZNC'
 license=('GPL2')
@@ -18,7 +18,7 @@
 'cyrus-sasl: saslauth module')
 install=$pkgname.install
 source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz";)
-md5sums=('23807ca830c27392cccb6774f542df6e')
+md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:44:40
  Author: andrea
Revision: 198988

phonon -> phonon-qt4

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:37:24 UTC (rev 198987)
+++ PKGBUILD2013-11-05 20:44:40 UTC (rev 198988)
@@ -12,7 +12,7 @@
 depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
 'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install



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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:43:13
  Author: bluewind
Revision: 100558

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 100557, lib32-gnutls/trunk/PKGBUILD)
  lib32-gnutls/repos/multilib-x86_64/tls_fix.diff
(from rev 100557, lib32-gnutls/trunk/tls_fix.diff)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
  lib32-gnutls/repos/multilib-x86_64/tls_fix.diff

--+
 PKGBUILD |   99 -
 tls_fix.diff |   64 ++--
 2 files changed, 81 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:43:10 UTC (rev 100557)
+++ PKGBUILD2013-11-05 20:43:13 UTC (rev 100558)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.2.5
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url="http://gnutls.org/";
-options=('!libtool')
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('c7c367ee06f7f05ddb1e36a444a142ed'
- 'SKIP')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  find $pkgdir
-
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 100557, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:43:13 UTC (rev 100558)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.2.6
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url="http://gnutls.org/";
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('1dfe5188df1641754056d853725ef785'
+ 'SKIP')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  find $pkgdir
+
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}

Deleted: tls_fix.diff
===
--- tls_fix.diff2013-11-05 20:43:10 UTC (rev 100557)
+++ tls_fix.diff2013-11-05 20:43:13 UTC (rev 100558)
@@ -1,32 +0,0 @@
-diff --git a/lib/gnutls_cipher.c b/lib/gnutls_cipher.c
-index 198cb34..3caa5ac 100644
 a/lib/gnutls_cipher.c
-+++ b/lib/gnutls_cipher.c
-@@ -710,7 +710,11 @@ ciphertext_to_compressed (gnutls_session_t session,
- return gnutls_assert_val(ret);
- 
-   if (unlikely((unsigned)length_to_decrypt > compressed->size))
--return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+{
-+  _gnutls_audit_log(session, "Received %u bytes, while expecting less 
than %u\n",
-+(unsigned int)length_to_decrypt, (unsigned 
int)compressed->size);
-+  return gnutls_assert_val(GNUTLS_E_DECRYPTION_FAILED);
-+}
- 
-   ret =
-_gnutls_auth_cipher_decrypt2 (¶ms->read.cipher_state,
-diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
-index 993ddb9..4795711 100644
 a/lib/gnutls_record.c
-+++ b/lib/gnutls_r

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:43:10
  Author: bluewind
Revision: 100557

upgpkg: lib32-gnutls 3.2.6-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:40:59 UTC (rev 100556)
+++ PKGBUILD2013-11-05 20:43:10 UTC (rev 100557)
@@ -7,17 +7,16 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.2.5
+pkgver=3.2.6
 pkgrel=1
 pkgdesc="A library which provides a secure layer over a reliable transport 
layer (32-bit)"
 arch=('x86_64')
 license=('GPL3' 'LGPL2.1')
 url="http://gnutls.org/";
-options=('!libtool')
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('c7c367ee06f7f05ddb1e36a444a142ed'
+md5sums=('1dfe5188df1641754056d853725ef785'
  'SKIP')
 
 build() {



[arch-commits] Commit in cinnamon-settings-daemon/repos (16 files)

2013-11-05 Thread Alexandre Filgueira
Date: Tuesday, November 5, 2013 @ 21:40:59
  Author: faidoc
Revision: 100556

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 100553, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
(from rev 100553, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 100553, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
(from rev 100553, cinnamon-settings-daemon/trunk/keyboard.patch)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 100555, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
(from rev 100555, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 100555, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch
(from rev 100555, cinnamon-settings-daemon/trunk/keyboard.patch)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch

---+
 /PKGBUILD |   96 
 /automount-plugin.patch   |  894 +
 /cinnamon-settings-daemon.install |   24 
 /keyboard.patch   | 9456 
 community-i686/PKGBUILD   |   48 
 community-i686/automount-plugin.patch |  447 
 community-i686/cinnamon-settings-daemon.install   |   12 
 community-i686/keyboard.patch | 4728 --
 community-x86_64/PKGBUILD |   48 
 community-x86_64/automount-plugin.patch   |  447 
 community-x86_64/cinnamon-settings-daemon.install |   12 
 community-x86_64/keyboard.patch   | 4728 --
 12 files changed, 10470 insertions(+), 10470 deletions(-)

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


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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:40:02
  Author: bluewind
Revision: 100555

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:39:59 UTC (rev 100554)
+++ PKGBUILD2013-11-05 20:40:02 UTC (rev 100555)
@@ -1,38 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=harfbuzz
-pkgname=lib32-$_pkgbasename
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="OpenType text shaping engine. (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=('MIT')
-depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
-makedepends=('gcc-multilib')
-options=(!libtool)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  # work around autogen.sh requiring ragel
-  autoreconf --force --install --verbose
-  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 100554, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:40:02 UTC (rev 100555)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=0.9.23
+pkgrel=1
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  # work around autogen.sh requiring ragel
+  autoreconf --force --install --verbose
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:39:59
  Author: bluewind
Revision: 100554

upgpkg: lib32-harfbuzz 0.9.23-1

upstream update

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:39:21 UTC (rev 100553)
+++ PKGBUILD2013-11-05 20:39:59 UTC (rev 100554)
@@ -2,7 +2,7 @@
 
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
@@ -10,9 +10,8 @@
 license=('MIT')
 depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
 makedepends=('gcc-multilib')
-options=(!libtool)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
-sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
+sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
 
 build() {
   export CC="gcc -m32"



[arch-commits] Commit in cinnamon-settings-daemon/trunk (2 files)

2013-11-05 Thread Alexandre Filgueira
Date: Tuesday, November 5, 2013 @ 21:39:21
  Author: faidoc
Revision: 100553

upgpkg: cinnamon-settings-daemon 2.0.6-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD
  cinnamon-settings-daemon/trunk/automount-plugin.patch

+
 PKGBUILD   |6 +++---
 automount-plugin.patch |8 
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:35:56 UTC (rev 100552)
+++ PKGBUILD2013-11-05 20:39:21 UTC (rev 100553)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";
 keyboard.patch
 automount-plugin.patch)
-sha256sums=('12dc50677fb90be00ed7e947f40eee4aa9d5126d7ad026d2a8d87588ef312018'
+sha256sums=('50d9d2799415f2a98fbb2ec05a66aa807c861562d87c0371631ab30b9f7e26d3'
 '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
-'ff30a46acc968b2cfab7f6040aa2ee400049f784b466901c347c513da2a538a9')
+'4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837')
 
 prepare() {
   cd $pkgname-$pkgver

Modified: automount-plugin.patch
===
--- automount-plugin.patch  2013-11-05 20:35:56 UTC (rev 100552)
+++ automount-plugin.patch  2013-11-05 20:39:21 UTC (rev 100553)
@@ -1,15 +1,15 @@
 diff -Naur 
cinnamon-settings-daemon-2.0.1.orig/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
 
cinnamon-settings-daemon-2.0.1/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
 
cinnamon-settings-daemon-2.0.1.orig/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
2013-10-02 16:13:56.0 +0200
-+++ 
cinnamon-settings-daemon-2.0.1/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
 2013-10-08 22:49:15.438929150 +0200
+--- 
cinnamon-settings-daemon-2.0.6.orig/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
 2013-11-03 10:50:04.0 -0500
 
cinnamon-settings-daemon-2.0.6/data/org.cinnamon.settings-daemon.plugins.gschema.xml.in.in
  2013-11-05 15:33:21.112912392 -0500
 @@ -2,6 +2,7 @@

  
  
 +
- 
  
  
-@@ -43,6 +44,18 @@
+ 
+@@ -42,6 +43,18 @@
<_summary>Priority to use for this plugin
<_description>Priority to use for this plugin in 
cinnamon-settings-daemon startup queue
  



[arch-commits] Commit in kdesdk-kate/repos/extra-i686 (10 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:37:24
  Author: andrea
Revision: 198987

archrelease: copy trunk to extra-i686

Added:
  kdesdk-kate/repos/extra-i686/PKGBUILD
(from rev 198986, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
(from rev 198986, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
(from rev 198986, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
(from rev 198986, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 198986, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/repos/extra-i686/PKGBUILD
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch

-+
 PKGBUILD|  148 +++---
 kdebase-katepart.install|   22 ++---
 kdebase-kwrite.install  |   24 +++---
 kdesdk-kate.install |   26 +++---
 pkgbuild-syntax-highlight.patch |   22 ++---
 5 files changed, 121 insertions(+), 121 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:32:44 UTC (rev 198986)
+++ PKGBUILD2013-11-05 20:37:24 UTC (rev 198987)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.11.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
-source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz";
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('c3e537ac9f47ba2c4b0d9ec7aef1c64c8060df79'
-  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
-
-prepare() {
-  cd kate-${pkgver}
-  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc="A fast and feature-rich text editor component"
-  depends=('kdelibs')
-  url="http://kate-editor.org/about-katepart/";
-  install='kdebase-katepart.install'
-
-  cd build/part
-  make DESTDIR="${pkgdir}" install
-  
-  cd ../../build/addons
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc="Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url="http://www.kde.org/applications/utilities/kwrite/";
-  install='kdebase-kwrite.install'
-
-  cd build/kwrite
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kwrite
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kdesdk-kate() {
-  pkgdesc="Advanced Text Editor"
-  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
-  groups=('kde' 'kdesdk')
-  url="http://www.kde.org/applications/utilities/kate/";
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate'
-  'kdebindings-python: python bindings')
-
-  cd build/kate
-  make DESTDIR="${pkgdir}" install
-
-  cd ../../build/doc/kate
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 198986, 
kdesdk-kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:37:24 UTC (rev 198987)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.11.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz";
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('c3e537ac9f47ba2c4b0d9ec7aef1c64c8060df79'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc="A fast and feature-rich text editor component"
+  depends=('kdelibs')
+  url="http://kate-editor.org/about-katepart/";
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+  
+  cd ../../build/addons
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc="Text Editor"
+  depends=('kdebase-runtime' 'kdebase-katepart')
+ 

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:35:56
  Author: bluewind
Revision: 100552

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 100551, lib32-libldap/trunk/PKGBUILD)
  lib32-libldap/repos/multilib-x86_64/ntlm.patch
(from rev 100551, lib32-libldap/trunk/ntlm.patch)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  121 +++
 ntlm.patch |  460 +--
 2 files changed, 290 insertions(+), 291 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:35:52 UTC (rev 100551)
+++ PKGBUILD2013-11-05 20:35:56 UTC (rev 100552)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Judd Vinet 
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.36
-pkgrel=1
-pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.openldap.org/";
-depends=('lib32-openssl' $_pkgbasename)
-makedepends=(gcc-multilib)
-options=('!libtool')
-source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
-'ntlm.patch')
-md5sums=('744701405d396b1fb9de6cb7a453c6e9'
- '4258ddbef923d1f29f2843bc050f8c56')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd ${srcdir}/openldap-${pkgver}
-
-  patch -Np1 -i ${srcdir}/ntlm.patch
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd ${srcdir}/openldap-${pkgver}
-
-  cd include
-  make DESTDIR=${pkgdir} install
-
-  cd ../libraries
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 100551, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:35:56 UTC (rev 100552)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:
+# Contributor: Judd Vinet 
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.37
+pkgrel=1
+pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.openldap.org/";
+depends=('lib32-openssl' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
+'ntlm.patch')
+md5sums=('49f0e9a77ddd0d49f88bf7233a51efa8'
+ '4258ddbef923d1f29f2843bc050f8c56')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/openldap-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ntlm.patch
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd ${srcdir}/openldap-${pkgver}
+
+  cd include
+  make DESTDIR=${pkgdir} install
+
+  cd ../libraries
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2013-11-05 20:35:52 UTC (rev 100551)
+++ ntlm.patch  2013-11-05 20:35:56 UTC (rev 100552)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by evolution-data-server, checked at version 1.12.2.
-Without this patch, the Exchange addressbook integration uses simple binds
-with cleartext passwords.
-
-Russ checked with openldap-software for upstream's opinion on this patch
-on 2007-12-21.  Upstream had never received it as a patch submission and
-given that it's apparently only for older Exchange servers that can't do
-SASL and DIGEST-MD5, it's not very appealing.
-
-Bug#457374 filed

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:35:52
  Author: bluewind
Revision: 100551

upgpkg: lib32-libldap 2.4.37-1

upstream update

Modified:
  lib32-libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:33:05 UTC (rev 100550)
+++ PKGBUILD2013-11-05 20:35:52 UTC (rev 100551)
@@ -4,7 +4,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.36
+pkgver=2.4.37
 pkgrel=1
 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
 arch=('x86_64')
@@ -12,10 +12,9 @@
 url="http://www.openldap.org/";
 depends=('lib32-openssl' $_pkgbasename)
 makedepends=(gcc-multilib)
-options=('!libtool')
 
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz";
 'ntlm.patch')
-md5sums=('744701405d396b1fb9de6cb7a453c6e9'
+md5sums=('49f0e9a77ddd0d49f88bf7233a51efa8'
  '4258ddbef923d1f29f2843bc050f8c56')
 
 build() {



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:28:50
  Author: andrea
Revision: 198984

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:28:42 UTC (rev 198983)
+++ PKGBUILD2013-11-05 20:28:50 UTC (rev 198984)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kde-wallpapers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="A set of wallpapers for KDE"
-arch=('any')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kde-meta' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fea1acbe8959be68b52d8715f78a874bf46b08eb')
-
-package() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make DESTDIR="${pkgdir}" install
-}

Copied: kde-wallpapers/repos/extra-any/PKGBUILD (from rev 198983, 
kde-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:28:50 UTC (rev 198984)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kde-wallpapers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="A set of wallpapers for KDE"
+arch=('any')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kde-meta' 'kdebase')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e8a1fc4e92b1a58e0e680e6d2005e757509bec57')
+
+package() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make DESTDIR="${pkgdir}" install
+}



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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:33:05
  Author: bluewind
Revision: 100550

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:33:01 UTC (rev 100549)
+++ PKGBUILD2013-11-05 20:33:05 UTC (rev 100550)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-_pkgbasename=keyutils
-pkgname=lib32-$_pkgbasename
-pkgver=1.5.5
-pkgrel=1
-pkgdesc="Linux Key Management Utilities (32-bit)"
-arch=(x86_64)
-url="http://www.kernel.org";
-license=('GPL2' 'LGPL2.1')
-depends=(lib32-glibc $_pkgbasename)
-makedepends=(gcc-multilib)
-source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
-
-build() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  sed -i -e 's/^\(USR\)\?LIBDIR\s*:=.*$/\1LIBDIR=\/usr\/lib32/' Makefile
-  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,{s,}bin}
-}

Copied: lib32-keyutils/repos/multilib-x86_64/PKGBUILD (from rev 100549, 
lib32-keyutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:33:05 UTC (rev 100550)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+_pkgbasename=keyutils
+pkgname=lib32-$_pkgbasename
+pkgver=1.5.8
+pkgrel=1
+pkgdesc="Linux Key Management Utilities (32-bit)"
+arch=(x86_64)
+url="http://www.kernel.org";
+license=('GPL2' 'LGPL2.1')
+depends=(lib32-glibc $_pkgbasename)
+makedepends=(gcc-multilib)
+source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
+md5sums=('3c7f463039b83833c12a9414c2fcb389')
+
+build() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  sed -i -e 's/^\(USR\)\?LIBDIR\s*:=.*$/\1LIBDIR=\/usr\/lib32/' Makefile
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/{usr/{include,share,bin,sbin},etc,{s,}bin}
+}



[arch-commits] Commit in kdesdk-kate/repos/extra-i686 (5 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:32:44
  Author: andrea
Revision: 198986

archrelease: copy trunk to extra-i686

Added:
  kdesdk-kate/repos/extra-i686/PKGBUILD
(from rev 198985, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/extra-i686/kdebase-katepart.install
(from rev 198985, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/extra-i686/kdebase-kwrite.install
(from rev 198985, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/extra-i686/kdesdk-kate.install
(from rev 198985, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch
(from rev 198985, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)

-+
 PKGBUILD|   74 ++
 kdebase-katepart.install|   11 +
 kdebase-kwrite.install  |   12 ++
 kdesdk-kate.install |   13 ++
 pkgbuild-syntax-highlight.patch |   11 +
 5 files changed, 121 insertions(+)

Copied: kdesdk-kate/repos/extra-i686/PKGBUILD (from rev 198985, 
kdesdk-kate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:32:44 UTC (rev 198986)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgbase=kdesdk-kate
+pkgname=('kdebase-katepart'
+ 'kdebase-kwrite'
+ 'kdesdk-kate')
+pkgver=4.11.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python')
+source=("http://download.kde.org/stable/${pkgver}/src/kate-${pkgver}.tar.xz";
+'pkgbuild-syntax-highlight.patch')
+sha1sums=('c3e537ac9f47ba2c4b0d9ec7aef1c64c8060df79'
+  '80c324c9db81c07a02374e7a092d75e0bdd6b4ea')
+
+prepare() {
+  cd kate-${pkgver}
+  patch -p1 -i "${srcdir}"/pkgbuild-syntax-highlight.patch
+}
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-katepart() {
+  pkgdesc="A fast and feature-rich text editor component"
+  depends=('kdelibs')
+  url="http://kate-editor.org/about-katepart/";
+  install='kdebase-katepart.install'
+
+  cd build/part
+  make DESTDIR="${pkgdir}" install
+  
+  cd ../../build/addons
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdebase-kwrite() {
+  pkgdesc="Text Editor"
+  depends=('kdebase-runtime' 'kdebase-katepart')
+  groups=('kde' 'kdebase')
+  url="http://www.kde.org/applications/utilities/kwrite/";
+  install='kdebase-kwrite.install'
+
+  cd build/kwrite
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kwrite
+  make DESTDIR="${pkgdir}" install
+}
+
+package_kdesdk-kate() {
+  pkgdesc="Advanced Text Editor"
+  depends=('kdebase-runtime' 'kdebase-katepart' 'qjson')
+  groups=('kde' 'kdesdk')
+  url="http://www.kde.org/applications/utilities/kate/";
+  install='kdesdk-kate.install'
+  optdepends=('kdebase-konsole: open a terminal in Kate'
+  'kdebindings-python: python bindings')
+
+  cd build/kate
+  make DESTDIR="${pkgdir}" install
+
+  cd ../../build/doc/kate
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdesdk-kate/repos/extra-i686/kdebase-katepart.install (from rev 198985, 
kdesdk-kate/trunk/kdebase-katepart.install)
===
--- kdebase-katepart.install(rev 0)
+++ kdebase-katepart.install2013-11-05 20:32:44 UTC (rev 198986)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdesdk-kate/repos/extra-i686/kdebase-kwrite.install (from rev 198985, 
kdesdk-kate/trunk/kdebase-kwrite.install)
===
--- kdebase-kwrite.install  (rev 0)
+++ kdebase-kwrite.install  2013-11-05 20:32:44 UTC (rev 198986)
@@ -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-kate/repos/extra-i686/kdesdk-kate.install (from rev 198985, 
kdesdk-kate/trunk/kdesdk-kate.install)
===
--- kdesdk-kate.install (rev 0)
+++ kdesdk-kate.install 2013-11-05 20:32:44 UTC (rev 198986)
@@ -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: kdesdk-kate/repos/extra-i686/pkgbuild-syntax-highlight.patch (from rev 
198985, kde

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:33:01
  Author: bluewind
Revision: 100549

upgpkg: lib32-keyutils 1.5.8-1

upstream update

Modified:
  lib32-keyutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:26:38 UTC (rev 100548)
+++ PKGBUILD2013-11-05 20:33:01 UTC (rev 100549)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski 
 _pkgbasename=keyutils
 pkgname=lib32-$_pkgbasename
-pkgver=1.5.5
+pkgver=1.5.8
 pkgrel=1
 pkgdesc="Linux Key Management Utilities (32-bit)"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=(gcc-multilib)
 
source=(http://people.redhat.com/~dhowells/$_pkgbasename/$_pkgbasename-$pkgver.tar.bz2)
-md5sums=('d759680b2f23c99af95938f5026f25fb')
+md5sums=('3c7f463039b83833c12a9414c2fcb389')
 
 build() {
   cd "$srcdir/$_pkgbasename-$pkgver"



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:05
  Author: andrea
Revision: 198972

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:24:57 UTC (rev 198971)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:05 UTC (rev 198972)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('371aee1cd09cae646cfe2ed98bfca5074af8173c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcalc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcalc/repos/extra-i686/PKGBUILD (from rev 198971, 
kdeutils-kcalc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:05 UTC (rev 198972)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcalc
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='http://kde.org/applications/utilities/kcalc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
+sha1sums=('a62a37a16a699fdba715cda33b9f75755d81cb76')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcalc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kcalc.install
===
--- extra-i686/kdeutils-kcalc.install   2013-11-05 20:24:57 UTC (rev 198971)
+++ extra-i686/kdeutils-kcalc.install   2013-11-05 20:25:05 UTC (rev 198972)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kcalc/repos/extra-i686/kdeutils-kcalc.install (from rev 
198971, kdeutils-kcalc/trunk/kdeutils-kcalc.install)
===
--- extra-i686/kdeutils-kcalc.install   (rev 0)
+++ extra-i686/kdeutils-kcalc.install   2013-11-05 20:25:05 UTC (rev 198972)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:24:57 UTC (rev 198971)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:05 UTC (rev 198972)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcalc
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz";)
-sha1sums=('371aee1cd09cae646cf

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:28:42
  Author: andrea
Revision: 198983

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:27:12 UTC (rev 198982)
+++ extra-i686/PKGBUILD 2013-11-05 20:28:42 UTC (rev 198983)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kdewebdev
-pkgname=('kdewebdev-kfilereplace'
- 'kdewebdev-kimagemapeditor'
- 'kdewebdev-klinkstatus'
- 'kdewebdev-kommander')
-pkgver=4.11.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs' 'boost')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";)
-sha1sums=('331006c8e7b6eea5558f2d3869499484bdce1411')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DKDE4_BUILD_TESTS=OFF \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdewebdev-kfilereplace() {
-   pkgdesc='Search & Replace Tool'
-   depends=('kdebase-runtime')
-   url="http://kde.org/applications/utilities/kfilereplace/";
-   install='kdewebdev.install'
-   cd $srcdir/build/kfilereplace
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfilereplace
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kimagemapeditor() {
-   pkgdesc='HTML Image Map Editor'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kimagemapeditor/";
-   install='kdewebdev-kimagemapeditor.install'
-   cd $srcdir/build/kimagemapeditor
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kimagemapeditor
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-klinkstatus() {
-   pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml')
-url="http://www.kde.org/applications/development/klinkstatus/";
-   install='kdewebdev.install'
-   cd $srcdir/build/klinkstatus
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/klinkstatus
-   make DESTDIR=$pkgdir install
-}
-
-package_kdewebdev-kommander() {
-   pkgdesc='Executor for Kommander dialogs'
-   depends=('kdebase-runtime')
-url="http://www.kde.org/applications/development/kommander/";
-   cd $srcdir/build/kommander
-   make DESTDIR=$pkgdir install
-}

Copied: kdewebdev/repos/extra-i686/PKGBUILD (from rev 198982, 
kdewebdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:28:42 UTC (rev 198983)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=4.11.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdewebdev')
+makedepends=('cmake'

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:29:14
  Author: andrea
Revision: 198985

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD | 1026 ++---
 1 file changed, 513 insertions(+), 513 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:28:50 UTC (rev 198984)
+++ PKGBUILD2013-11-05 20:29:14 UTC (rev 198985)
@@ -1,513 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=kde-l10n
-pkgname=('kde-l10n-ar'
- 'kde-l10n-bg'
- 'kde-l10n-bs'
- 'kde-l10n-ca'
- 'kde-l10n-ca@valencia'
- 'kde-l10n-cs'
- 'kde-l10n-da'
- 'kde-l10n-de'
- 'kde-l10n-el'
- 'kde-l10n-en_gb'
- 'kde-l10n-es'
- 'kde-l10n-et'
- 'kde-l10n-eu'
- 'kde-l10n-fa'
- 'kde-l10n-fi'
- 'kde-l10n-fr'
- 'kde-l10n-ga'
- 'kde-l10n-gl'
- 'kde-l10n-he'
- 'kde-l10n-hi'
- 'kde-l10n-hr'
- 'kde-l10n-hu'
- 'kde-l10n-ia'
- 'kde-l10n-is'
- 'kde-l10n-it'
- 'kde-l10n-ja'
- 'kde-l10n-kk'
- 'kde-l10n-km'
- 'kde-l10n-ko'
- 'kde-l10n-lt'
- 'kde-l10n-lv'
- 'kde-l10n-mr'
- 'kde-l10n-nb'
- 'kde-l10n-nds'
- 'kde-l10n-nl'
- 'kde-l10n-nn'
- 'kde-l10n-pa'
- 'kde-l10n-pl'
- 'kde-l10n-pt'
- 'kde-l10n-pt_br'
- 'kde-l10n-ro'
- 'kde-l10n-ru'
- 'kde-l10n-sk'
- 'kde-l10n-sl'
- 'kde-l10n-sr'
- 'kde-l10n-sv'
- 'kde-l10n-tg'
- 'kde-l10n-tr'
- 'kde-l10n-ug'
- 'kde-l10n-uk'
- 'kde-l10n-vi'
- 'kde-l10n-wa'
- 'kde-l10n-zh_cn'
- 'kde-l10n-zh_tw')
-pkgver=4.11.2
-pkgrel=1
-arch=('any')
-url='http://www.kde.org/'
-license=('GPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ar-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bg-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ca@valencia-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-en_GB-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-eu-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fa-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ga-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-he-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hi-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hr-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ia-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-is-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-ja-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz";
-
"http://download.kde.org/stable/${pkgver}/src/${pkgbase}/${pkgbase}-km-${pkgver}.tar.xz";
-
"http://dow

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:26:38
  Author: bluewind
Revision: 100548

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-05 20:26:35 UTC (rev 100547)
+++ PKGBUILD2013-11-05 20:26:38 UTC (rev 100548)
@@ -1,27 +0,0 @@
-#$Id$
-# Maintainer: Hugo Doria 
-
-_pkgbasename=libcap
-pkgname=lib32-$_pkgbasename
-pkgver=2.22
-pkgrel=1
-pkgdesc="POSIX 1003.1e capabilities (32-bit)"
-arch=(x86_64)
-url="http://www.kernel.org/pub/linux/libs/security/linux-privs/";
-license=('GPL2')
-depends=('lib32-attr' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(ftp://ftp.archlinux.org/other/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
-md5sums=('b4896816b626bea445f0b3849bdd4077'
- '9d0983e25e5a251d098507f9561d2b27')
-
-build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib32/libcap.so.${pkgver}
-
-  rm -rf "${pkgdir}/usr/include"
-}

Copied: lib32-libcap/repos/multilib-x86_64/PKGBUILD (from rev 100547, 
lib32-libcap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-05 20:26:38 UTC (rev 100548)
@@ -0,0 +1,34 @@
+#$Id$
+# Maintainer: Florian Pritz 
+# Contributor: Hugo Doria 
+
+_pkgbasename=libcap
+pkgname=lib32-$_pkgbasename
+pkgver=2.22
+pkgrel=2
+pkgdesc="POSIX 1003.1e capabilities (32-bit)"
+arch=(x86_64)
+url="http://www.kernel.org/pub/linux/libs/security/linux-privs/";
+license=('GPL2')
+depends=('lib32-attr' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(ftp://ftp.archlinux.org/other/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
+md5sums=('b4896816b626bea445f0b3849bdd4077'
+ '9d0983e25e5a251d098507f9561d2b27')
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make -C libcap prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib32/libcap.so.${pkgver}
+
+  rm -rf "${pkgdir}/usr/include"
+}



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:27:12
  Author: andrea
Revision: 198982

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:26:18 UTC (rev 198981)
+++ extra-i686/PKGBUILD 2013-11-05 20:27:12 UTC (rev 198982)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('e310f79fa232518b3b413b62162127e37bd1e146')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/extra-i686/PKGBUILD (from rev 198981, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:27:12 UTC (rev 198982)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('f2badf883646ff5a12c4f4daf309a87dba0e8af9')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../sweeper-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:26:18 UTC (rev 198981)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:27:12 UTC (rev 198982)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-sweeper
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='System Cleaner'
-url='http://kde.org/applications/utilities/sweeper'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
-sha1sums=('e310f79fa232518b3b413b62162127e37bd1e146')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../sweeper-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-sweeper/repos/extra-x86_64/PKGBUILD (from rev 198981, 
kdeutils-sweeper/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:27:12 UTC (rev 198982)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-sweeper
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='System Cleaner'
+url='http://kde.org/applications/utilities/sweeper'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/sweeper-${pkgver}.tar.xz";)
+sha1sums=('f2badf883646ff5a12c4f4daf309a87dba0e8af9')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../sweeper-${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 lib32-libcap/trunk (PKGBUILD)

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:26:35
  Author: bluewind
Revision: 100547

upgpkg: lib32-libcap 2.22-2

pkgbuild cleanup

Modified:
  lib32-libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 19:47:43 UTC (rev 100546)
+++ PKGBUILD2013-11-05 20:26:35 UTC (rev 100547)
@@ -1,10 +1,11 @@
 #$Id$
-# Maintainer: Hugo Doria 
+# Maintainer: Florian Pritz 
+# Contributor: Hugo Doria 
 
 _pkgbasename=libcap
 pkgname=lib32-$_pkgbasename
 pkgver=2.22
-pkgrel=1
+pkgrel=2
 pkgdesc="POSIX 1003.1e capabilities (32-bit)"
 arch=(x86_64)
 url="http://www.kernel.org/pub/linux/libs/security/linux-privs/";
@@ -16,11 +17,17 @@
  '9d0983e25e5a251d098507f9561d2b27')
 
 build() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
 
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
-  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
+  make -C libcap CC="gcc -m32" prefix=/usr lib=lib32
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make -C libcap prefix=/usr lib=lib32 DESTDIR=${pkgdir} install
   chmod 755 ${pkgdir}/usr/lib32/libcap.so.${pkgver}
 
   rm -rf "${pkgdir}/usr/include"



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:21
  Author: andrea
Revision: 198974

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:14 UTC (rev 198973)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:21 UTC (rev 198974)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.11.2
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('4bf2e637c31916dc51682cd0174ba7391458e185')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kdf-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kdf/repos/extra-i686/PKGBUILD (from rev 198973, 
kdeutils-kdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:21 UTC (rev 198974)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kdf
+pkgver=4.11.3
+pkgrel=1
+url="http://kde.org/applications/system/kdiskfree/";
+arch=('i686' 'x86_64')
+pkgdesc='View Disk Usage'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
+sha1sums=('acd04e1fff3d410e2e3766871cac7bb086091c49')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kdf-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kdf.install
===
--- extra-i686/kdeutils-kdf.install 2013-11-05 20:25:14 UTC (rev 198973)
+++ extra-i686/kdeutils-kdf.install 2013-11-05 20:25:21 UTC (rev 198974)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kdf/repos/extra-i686/kdeutils-kdf.install (from rev 198973, 
kdeutils-kdf/trunk/kdeutils-kdf.install)
===
--- extra-i686/kdeutils-kdf.install (rev 0)
+++ extra-i686/kdeutils-kdf.install 2013-11-05 20:25:21 UTC (rev 198974)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:14 UTC (rev 198973)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:21 UTC (rev 198974)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kdf
-pkgver=4.11.2
-pkgrel=1
-url="http://kde.org/applications/system/kdiskfree/";
-arch=('i686' 'x86_64')
-pkgdesc='View Disk Usage'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdf-${pkgver}.tar.xz";)
-sha1sums=('4bf2e637c31916dc51682cd0174ba7391458e185')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:26:18
  Author: andrea
Revision: 198981

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:26:10 UTC (rev 198980)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:18 UTC (rev 198981)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-superkaramba
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='An engine for cool desktop eyecandy'
-url='http://kde.org/applications/utilities/superkaramba/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'qimageblitz')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
-sha1sums=('2be1b912a0908bc8b43d3a401786ec58d0584f2a')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../superkaramba-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-superkaramba/repos/extra-i686/PKGBUILD (from rev 198980, 
kdeutils-superkaramba/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:18 UTC (rev 198981)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-superkaramba
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='An engine for cool desktop eyecandy'
+url='http://kde.org/applications/utilities/superkaramba/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'qimageblitz')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/superkaramba-${pkgver}.tar.xz";)
+sha1sums=('19211613d819f79fae23c726e123fd25d65f2ca6')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../superkaramba-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-superkaramba.install
===
--- extra-i686/kdeutils-superkaramba.install2013-11-05 20:26:10 UTC (rev 
198980)
+++ extra-i686/kdeutils-superkaramba.install2013-11-05 20:26:18 UTC (rev 
198981)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-superkaramba/repos/extra-i686/kdeutils-superkaramba.install 
(from rev 198980, kdeutils-superkaramba/trunk/kdeutils-superkaramba.install)
===
--- extra-i686/kdeutils-superkaramba.install(rev 0)
+++ extra-i686/kdeutils-superkaramba.install2013-11-05 20:26:18 UTC (rev 
198981)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:26:10 UTC (rev 198980)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:26:18 UTC (rev 198981)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:26:01
  Author: andrea
Revision: 198979

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:54 UTC (rev 198978)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:01 UTC (rev 198979)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
-sha1sums=('bf72073284d6e12763eb7a02a3f8742839da9cf7')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kwallet-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kwallet/repos/extra-i686/PKGBUILD (from rev 198978, 
kdeutils-kwallet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:01 UTC (rev 198979)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kwallet
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Wallet Management Tool'
+url='http://kde.org/applications/system/kwalletmanager/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kwallet-${pkgver}.tar.xz";)
+sha1sums=('7d9a7cfdec09d7acf662aba75478bbd41b52e1ad')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kwallet-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kwallet.install
===
--- extra-i686/kdeutils-kwallet.install 2013-11-05 20:25:54 UTC (rev 198978)
+++ extra-i686/kdeutils-kwallet.install 2013-11-05 20:26:01 UTC (rev 198979)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-kwallet/repos/extra-i686/kdeutils-kwallet.install (from rev 
198978, kdeutils-kwallet/trunk/kdeutils-kwallet.install)
===
--- extra-i686/kdeutils-kwallet.install (rev 0)
+++ extra-i686/kdeutils-kwallet.install 2013-11-05 20:26:01 UTC (rev 198979)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:54 UTC (rev 198978)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:26:01 UTC (rev 198979)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kwallet
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Wallet Management Tool'
-url='http://kde.org/applications/system/kwalletmanager/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutil

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:45
  Author: andrea
Revision: 198977

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:37 UTC (rev 198976)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:45 UTC (rev 198977)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
-sha1sums=('a129eb1d9c268d77caa713ab0a16e791811606f2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/extra-i686/PKGBUILD (from rev 198976, 
kdeutils-kremotecontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:45 UTC (rev 198977)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz";)
+sha1sums=('deddf6f8e2310d955902d49c8b6b73fae635fd77')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kremotecontrol.install
===
--- extra-i686/kdeutils-kremotecontrol.install  2013-11-05 20:25:37 UTC (rev 
198976)
+++ extra-i686/kdeutils-kremotecontrol.install  2013-11-05 20:25:45 UTC (rev 
198977)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/extra-i686/kdeutils-kremotecontrol.install (from 
rev 198976, kdeutils-kremotecontrol/trunk/kdeutils-kremotecontrol.install)
===
--- extra-i686/kdeutils-kremotecontrol.install  (rev 0)
+++ extra-i686/kdeutils-kremotecontrol.install  2013-11-05 20:25:45 UTC (rev 
198977)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-0

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:29
  Author: andrea
Revision: 198975

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:21 UTC (rev 198974)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:29 UTC (rev 198975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
-sha1sums=('6c09ec058822e742b1a34c3d720996c0208f023c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kfloppy-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kfloppy/repos/extra-i686/PKGBUILD (from rev 198974, 
kdeutils-kfloppy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:29 UTC (rev 198975)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kfloppy
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='http://kde.org/applications/utilities/kfloppy/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kfloppy-${pkgver}.tar.xz";)
+sha1sums=('2e1588840cb5fd396c21d69ae3011efdcb6cf043')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kfloppy-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kfloppy.install
===
--- extra-i686/kdeutils-kfloppy.install 2013-11-05 20:25:21 UTC (rev 198974)
+++ extra-i686/kdeutils-kfloppy.install 2013-11-05 20:25:29 UTC (rev 198975)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kfloppy/repos/extra-i686/kdeutils-kfloppy.install (from rev 
198974, kdeutils-kfloppy/trunk/kdeutils-kfloppy.install)
===
--- extra-i686/kdeutils-kfloppy.install (rev 0)
+++ extra-i686/kdeutils-kfloppy.install 2013-11-05 20:25:29 UTC (rev 198975)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:21 UTC (rev 198974)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:29 UTC (rev 198975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kfloppy
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:54
  Author: andrea
Revision: 198978

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:45 UTC (rev 198977)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:54 UTC (rev 198978)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
-sha1sums=('d05ed7f30847046cd04f0f69848b07223c05e994')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ktimer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ktimer/repos/extra-i686/PKGBUILD (from rev 198977, 
kdeutils-ktimer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:54 UTC (rev 198978)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ktimer
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)
+sha1sums=('f6d8f80ecb79a4baf26ae54f681026a2c9363319')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ktimer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-ktimer.install
===
--- extra-i686/kdeutils-ktimer.install  2013-11-05 20:25:45 UTC (rev 198977)
+++ extra-i686/kdeutils-ktimer.install  2013-11-05 20:25:54 UTC (rev 198978)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-ktimer/repos/extra-i686/kdeutils-ktimer.install (from rev 
198977, kdeutils-ktimer/trunk/kdeutils-ktimer.install)
===
--- extra-i686/kdeutils-ktimer.install  (rev 0)
+++ extra-i686/kdeutils-ktimer.install  2013-11-05 20:25:54 UTC (rev 198978)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:45 UTC (rev 198977)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:54 UTC (rev 198978)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ktimer
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.xz";)

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:26:10
  Author: andrea
Revision: 198980

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:26:01 UTC (rev 198979)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:10 UTC (rev 198980)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups')
-makedepends=('cmake' 'automoc4')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('955be477961aed2cbcdb7a69c845fed2e8d0698a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/extra-i686/PKGBUILD (from rev 198979, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:26:10 UTC (rev 198980)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-workspace' 'libcups')
+makedepends=('cmake' 'automoc4')
+optdepends=('system-config-printer: auto-detect the printer driver')
+replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
+conflicts=('print-manager')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
+sha1sums=('d477e8cf7ea96ba0b1c842e557ca2860cec37df5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../print-manager-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:26:01 UTC (rev 198979)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:26:10 UTC (rev 198980)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-print-manager
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdeutils/print-manager'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-workspace' 'libcups')
-makedepends=('cmake' 'automoc4')
-optdepends=('system-config-printer: auto-detect the printer driver')
-replaces=('print-manager' 'kdeutils-printer-applet' 
'kdeadmin-system-config-printer-kde')
-conflicts=('print-manager')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/print-manager-${pkgver}.tar.xz";)
-sha1sums=('955be477961aed2cbcdb7a69c845fed2e8d0698a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../print-manager-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdeutils-print-manager/repos/extra-x86_64/PKGBUILD (from rev 198979, 
kdeutils-print-manager/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:26:10 UTC (rev 198980)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-print-manager
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/p

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:37
  Author: andrea
Revision: 198976

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:29 UTC (rev 198975)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:37 UTC (rev 198976)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
-sha1sums=('a48013a5da3499d72e8edce0fd4917b2fd0bb315')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/extra-i686/PKGBUILD (from rev 198975, 
kdeutils-kgpg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:37 UTC (rev 198976)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kgpg-${pkgver}.tar.xz";)
+sha1sums=('8b2172abb9ee002d1ac65d77363f29ece238aeb4')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-kgpg.install
===
--- extra-i686/kdeutils-kgpg.install2013-11-05 20:25:29 UTC (rev 198975)
+++ extra-i686/kdeutils-kgpg.install2013-11-05 20:25:37 UTC (rev 198976)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/extra-i686/kdeutils-kgpg.install (from rev 198975, 
kdeutils-kgpg/trunk/kdeutils-kgpg.install)
===
--- extra-i686/kdeutils-kgpg.install(rev 0)
+++ extra-i686/kdeutils-kgpg.install2013-11-05 20:25:37 UTC (rev 198976)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:29 UTC (rev 198975)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:37 UTC (rev 198976)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs' 'kde-agent')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:24:57
  Author: andrea
Revision: 198971

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:24:49 UTC (rev 198970)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:57 UTC (rev 198971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='View disk usage information'
-url='http://kde.org/applications/utilities/filelight'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-replaces=('filelight')
-conflicts=('filelight')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
-sha1sums=('58141b28830c223314377e0f71e09fdf0d7a67fc')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../filelight-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-filelight/repos/extra-i686/PKGBUILD (from rev 198970, 
kdeutils-filelight/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:57 UTC (rev 198971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-filelight
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='View disk usage information'
+url='http://kde.org/applications/utilities/filelight'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+replaces=('filelight')
+conflicts=('filelight')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/filelight-${pkgver}.tar.xz";)
+sha1sums=('70b950c66d3eb517b59aac5119150b14ef7cb467')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../filelight-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-filelight.install
===
--- extra-i686/kdeutils-filelight.install   2013-11-05 20:24:49 UTC (rev 
198970)
+++ extra-i686/kdeutils-filelight.install   2013-11-05 20:24:57 UTC (rev 
198971)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-filelight/repos/extra-i686/kdeutils-filelight.install (from 
rev 198970, kdeutils-filelight/trunk/kdeutils-filelight.install)
===
--- extra-i686/kdeutils-filelight.install   (rev 0)
+++ extra-i686/kdeutils-filelight.install   2013-11-05 20:24:57 UTC (rev 
198971)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:24:49 UTC (rev 198970)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:24:57 UTC (rev 198971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-filelight
-pkgver=4.11.2
-pkgrel=1
-pkgdes

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:25:14
  Author: andrea
Revision: 198973

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:25:05 UTC (rev 198972)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:14 UTC (rev 198973)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('cdec14bedb6d436e21611c71c787d5b4ad24a2f6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/extra-i686/PKGBUILD (from rev 198972, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:25:14 UTC (rev 198973)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('7fd5c926fc4d3c94690d03c883e5efd5a97d5b89')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:25:05 UTC (rev 198972)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:14 UTC (rev 198973)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-kcharselect
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Character Selector'
-url="http://kde.org/applications/utilities/kcharselect/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
-sha1sums=('cdec14bedb6d436e21611c71c787d5b4ad24a2f6')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kcharselect-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kcharselect/repos/extra-x86_64/PKGBUILD (from rev 198972, 
kdeutils-kcharselect/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:25:14 UTC (rev 198973)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-kcharselect
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Character Selector'
+url="http://kde.org/applications/utilities/kcharselect/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+source=("http://download.kde.org/stable/${pkgver}/src/kcharselect-${pkgver}.tar.xz";)
+sha1sums=('7fd5c926fc4d3c94690d03c883e5efd5a97d5b89')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kcharselect-${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 kdetoys-ktux/repos (8 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:24:41
  Author: andrea
Revision: 198969

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

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

---+
 /PKGBUILD |   62 
 /kdetoys-ktux.install |   22 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/kdetoys-ktux.install   |   11 --
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/kdetoys-ktux.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:23:22 UTC (rev 198968)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:41 UTC (rev 198969)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('6012c3ada2dd4096c435bf45222021c9ec989b2f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/extra-i686/PKGBUILD (from rev 198968, 
kdetoys-ktux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:41 UTC (rev 198969)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-ktux
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
+sha1sums=('333b912e51ec5c57d3346d8b7c609cc284d41e08')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-ktux.install
===
--- extra-i686/kdetoys-ktux.install 2013-11-05 20:23:22 UTC (rev 198968)
+++ extra-i686/kdetoys-ktux.install 2013-11-05 20:24:41 UTC (rev 198969)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-ktux/repos/extra-i686/kdetoys-ktux.install (from rev 198968, 
kdetoys-ktux/trunk/kdetoys-ktux.install)
===
--- extra-i686/kdetoys-ktux.install (rev 0)
+++ extra-i686/kdetoys-ktux.install 2013-11-05 20:24:41 UTC (rev 198969)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:23:22 UTC (rev 198968)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:24:41 UTC (rev 198969)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-ktux
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('6012c3ada2dd4096c435bf45222021c9ec989b2f')
-
-build() {
-  mkdir build
-  cd build

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:24:49
  Author: andrea
Revision: 198970

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:24:41 UTC (rev 198969)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:49 UTC (rev 198970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')
-optdepends=('p7zip' 'zip' 'unzip' 'unrar')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz";)
-sha1sums=('4314876715804f52ca09f6555173b1542a406f0e')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ark-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-ark/repos/extra-i686/PKGBUILD (from rev 198969, 
kdeutils-ark/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:24:49 UTC (rev 198970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdeutils-ark
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Archiving Tool'
+url='http://kde.org/applications/utilities/ark/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeutils')
+depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
+makedepends=('cmake' 'automoc4')
+optdepends=('p7zip' 'zip' 'unzip' 'unrar')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/ark-${pkgver}.tar.xz";)
+sha1sums=('02488f636275729980f6d15cbab7c79cecf219c8')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ark-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdeutils-ark.install
===
--- extra-i686/kdeutils-ark.install 2013-11-05 20:24:41 UTC (rev 198969)
+++ extra-i686/kdeutils-ark.install 2013-11-05 20:24:49 UTC (rev 198970)
@@ -1,12 +0,0 @@
-post_install() {
-update-desktop-database -q
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_update() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdeutils-ark/repos/extra-i686/kdeutils-ark.install (from rev 198969, 
kdeutils-ark/trunk/kdeutils-ark.install)
===
--- extra-i686/kdeutils-ark.install (rev 0)
+++ extra-i686/kdeutils-ark.install 2013-11-05 20:24:49 UTC (rev 198970)
@@ -0,0 +1,12 @@
+post_install() {
+update-desktop-database -q
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_update() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:24:41 UTC (rev 198969)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:24:49 UTC (rev 198970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdeutils-ark
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Archiving Tool'
-url='http://kde.org/applications/utilities/ark/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeutils')
-depends=('kdebase-runtime' 'kdebase-lib' 'libarchive' 'qjson')
-makedepends=('cmake' 'automoc4')

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:23:22
  Author: andrea
Revision: 198968

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

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

---+
 /PKGBUILD |   62 
 /kdetoys-kteatime.install |   22 +++
 extra-i686/PKGBUILD   |   31 
 extra-i686/kdetoys-kteatime.install   |   11 -
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/kdetoys-kteatime.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:22:16 UTC (rev 198967)
+++ extra-i686/PKGBUILD 2013-11-05 20:23:22 UTC (rev 198968)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-kteatime
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
-sha1sums=('253b2a66d9095ce9af969b8cfe5b0f83573e1b5c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-kteatime/repos/extra-i686/PKGBUILD (from rev 198967, 
kdetoys-kteatime/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:23:22 UTC (rev 198968)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-kteatime
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
+sha1sums=('5359a97a9a46ca75cd1ed7173182f838d929a4f5')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-kteatime.install
===
--- extra-i686/kdetoys-kteatime.install 2013-11-05 20:22:16 UTC (rev 198967)
+++ extra-i686/kdetoys-kteatime.install 2013-11-05 20:23:22 UTC (rev 198968)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-kteatime/repos/extra-i686/kdetoys-kteatime.install (from rev 
198967, kdetoys-kteatime/trunk/kdetoys-kteatime.install)
===
--- extra-i686/kdetoys-kteatime.install (rev 0)
+++ extra-i686/kdetoys-kteatime.install 2013-11-05 20:23:22 UTC (rev 198968)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:22:16 UTC (rev 198967)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:23:22 UTC (rev 198968)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-kteatime
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kteatime-${pkgver}.tar.xz";)
-sha1sums=('253b2a66d9095ce9af969b8cfe5b0

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:42
  Author: andrea
Revision: 198963

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:33 UTC (rev 198962)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:42 UTC (rev 198963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'antlr2')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('fa435373c74e5260a3ae423c236670f0bac70a33')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-i686/PKGBUILD (from rev 198962, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:42 UTC (rev 198963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('543bd37fdd8e876950aaaea254b53de0bdd122ae')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:33 UTC (rev 198962)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:42 UTC (rev 198963)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-poxml
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://projects.kde.org/projects/kde/kdesdk/poxml'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'antlr2')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
-sha1sums=('fa435373c74e5260a3ae423c236670f0bac70a33')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../poxml-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-poxml/repos/extra-x86_64/PKGBUILD (from rev 198962, 
kdesdk-poxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:42 UTC (rev 198963)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-poxml
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/stable/${pkgver}/src/poxml-${pkgver}.tar.xz";)
+sha1sums=('543bd37fdd8e876950aaaea254b53de0bdd122ae')
+
+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 kdesdk-thumbnailers/repos (4 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:59
  Author: andrea
Revision: 198965

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:51 UTC (rev 198964)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:59 UTC (rev 198965)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('b4f2c15838bdb21c807b0317f505ad6209829e5a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-i686/PKGBUILD (from rev 198964, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:59 UTC (rev 198965)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('cd3aeee2dbb685ec5d6eaccc513ac3571c1a20bb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-thumbnailers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:51 UTC (rev 198964)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:59 UTC (rev 198965)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
-sha1sums=('b4f2c15838bdb21c807b0317f505ad6209829e5a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-thumbnailers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 198964, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:59 UTC (rev 198965)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-thumbnailers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-thumbnailers-${pkgver}.tar.xz";)
+sha1sums=('cd3aeee2dbb685ec5d6eaccc513ac3571c1a20bb')
+
+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 kdesdk-lokalize/repos (12 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:23
  Author: andrea
Revision: 198961

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

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

--+
 /PKGBUILD|   90 +
 /fix-python2-path.patch  |   44 
 /kdesdk-lokalize.install |   24 
 extra-i686/PKGBUILD  |   45 
 extra-i686/fix-python2-path.patch|   22 
 extra-i686/kdesdk-lokalize.install   |   12 
 extra-x86_64/PKGBUILD|   45 
 extra-x86_64/fix-python2-path.patch  |   22 
 extra-x86_64/kdesdk-lokalize.install |   12 
 9 files changed, 158 insertions(+), 158 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:13 UTC (rev 198960)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:23 UTC (rev 198961)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-lokalize
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='http://kde.org/applications/development/lokalize/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
-makedepends=('cmake' 'automoc4')
-optdepends=('translate-toolkit: enable extra scripts'
-'kdebindings-kross-python: enable python scripts')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz";
-'fix-python2-path.patch')
-sha1sums=('875429ea7297003843efa357bf1e110eed967075'
-  '07db42bbcae402c292eebf002e549b04162621c5')
-
-prepare() {
-  mkdir build
-
-  cd lokalize-${pkgver}
-  patch -p2 -i "${srcdir}"/fix-python2-path.patch
-}
-
-build() {
-  cd build
-  cmake ../lokalize-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
-}

Copied: kdesdk-lokalize/repos/extra-i686/PKGBUILD (from rev 198960, 
kdesdk-lokalize/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:23 UTC (rev 198961)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-lokalize
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='http://kde.org/applications/development/lokalize/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebindings-python2' 'kdesdk-strigi-analyzers')
+makedepends=('cmake' 'automoc4')
+optdepends=('translate-toolkit: enable extra scripts'
+'kdebindings-kross-python: enable python scripts')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/lokalize-${pkgver}.tar.xz";
+'fix-python2-path.patch')
+sha1sums=('2a95316eae1045ed27ea2580d5530c5e9fa7d2f7'
+  '07db42bbcae402c292eebf002e549b04162621c5')
+
+prepare() {
+  mkdir build
+
+  cd lokalize-${pkgver}
+  patch -p2 -i "${srcdir}"/fix-python2-path.patch
+}
+
+build() {
+  cd build
+  cmake ../lokalize-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/share/apps/lokalize/scripts/odf/xliffmerge.py
+}

Deleted: extra-i686/fix-python2-path.patch
===
--- extra-i686/fix-python2-path.p

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:22:16
  Author: andrea
Revision: 198967

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

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

---+
 /PKGBUILD |   62 
 /kdetoys-amor.install |   22 
 extra-i686/PKGBUILD   |   31 --
 extra-i686/kdetoys-amor.install   |   11 --
 extra-x86_64/PKGBUILD |   31 --
 extra-x86_64/kdetoys-amor.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:22:07 UTC (rev 198966)
+++ extra-i686/PKGBUILD 2013-11-05 20:22:16 UTC (rev 198967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
-sha1sums=('67fe2a99457f6fc7b7dd7b84e4f6690d9134ce45')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../amor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-amor/repos/extra-i686/PKGBUILD (from rev 198966, 
kdetoys-amor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:22:16 UTC (rev 198967)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdetoys-amor
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='On-Screen Creature'
+url='https://projects.kde.org/projects/kde/kdetoys/amor'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
+sha1sums=('b118d2fbee168d5bfd386ea67994f9730e80c5dc')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../amor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdetoys-amor.install
===
--- extra-i686/kdetoys-amor.install 2013-11-05 20:22:07 UTC (rev 198966)
+++ extra-i686/kdetoys-amor.install 2013-11-05 20:22:16 UTC (rev 198967)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdetoys-amor/repos/extra-i686/kdetoys-amor.install (from rev 198966, 
kdetoys-amor/trunk/kdetoys-amor.install)
===
--- extra-i686/kdetoys-amor.install (rev 0)
+++ extra-i686/kdetoys-amor.install 2013-11-05 20:22:16 UTC (rev 198967)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:22:07 UTC (rev 198966)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:22:16 UTC (rev 198967)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdetoys-amor
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='On-Screen Creature'
-url='https://projects.kde.org/projects/kde/kdetoys/amor'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/amor-${pkgver}.tar.xz";)
-sha1sums=('67fe2a99457f6fc7b7dd7b84e4f6690d9134ce45')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../amor-${pkgver} \
--DCMAKE_BUILD_TY

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:22:07
  Author: andrea
Revision: 198966

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:59 UTC (rev 198965)
+++ extra-i686/PKGBUILD 2013-11-05 20:22:07 UTC (rev 198966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
-sha1sums=('8a42f8188608610062bebd2243b88b6145a3af0a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../umbrello-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-umbrello/repos/extra-i686/PKGBUILD (from rev 198965, 
kdesdk-umbrello/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:22:07 UTC (rev 198966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-umbrello
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='UML Modeller'
+url='http://kde.org/applications/development/umbrello/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+optdepends=('ruby')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/umbrello-${pkgver}.tar.xz";)
+sha1sums=('98274cfe91db7b56429a9de0d23ae490adee9ce0')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../umbrello-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-umbrello.install
===
--- extra-i686/kdesdk-umbrello.install  2013-11-05 20:21:59 UTC (rev 198965)
+++ extra-i686/kdesdk-umbrello.install  2013-11-05 20:22:07 UTC (rev 198966)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-umbrello/repos/extra-i686/kdesdk-umbrello.install (from rev 
198965, kdesdk-umbrello/trunk/kdesdk-umbrello.install)
===
--- extra-i686/kdesdk-umbrello.install  (rev 0)
+++ extra-i686/kdesdk-umbrello.install  2013-11-05 20:22:07 UTC (rev 198966)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:59 UTC (rev 198965)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:22:07 UTC (rev 198966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-umbrello
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='UML Modeller'
-url='http://kde.org/applications/development/umbrello/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'boost')
-optdepends=('ruby')
-install=${pkgname}.install
-s

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:51
  Author: andrea
Revision: 198964

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:42 UTC (rev 198963)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:51 UTC (rev 198964)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('1635a71fdcd83060a534356b99d3c0a70ca7a6ab')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 198963, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:51 UTC (rev 198964)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('c7672d1aaa6ecff3245c080252693536e7673461')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:42 UTC (rev 198963)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:51 UTC (rev 198964)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-strigi-analyzers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Analyzer plugins for strigi'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
-sha1sums=('1635a71fdcd83060a534356b99d3c0a70ca7a6ab')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-strigi-analyzers-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 198963, 
kdesdk-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:51 UTC (rev 198964)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-strigi-analyzers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Analyzer plugins for strigi'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('c7672d1aaa6ecff3245c080252693536e7673461')
+
+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-okteta/repos (8 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:33
  Author: andrea
Revision: 198962

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

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

+
 /PKGBUILD  |   62 +++
 /kdesdk-okteta.install |   24 +
 extra-i686/PKGBUILD|   31 -
 extra-i686/kdesdk-okteta.install   |   12 --
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/kdesdk-okteta.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:23 UTC (rev 198961)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:33 UTC (rev 198962)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-okteta
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
-sha1sums=('c7616231bf0b3d4273075a05c52c67ae2f80b721')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../okteta-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-okteta/repos/extra-i686/PKGBUILD (from rev 198961, 
kdesdk-okteta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:33 UTC (rev 198962)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-okteta
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Hex Editor'
+url='http://kde.org/applications/utilities/okteta/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
+sha1sums=('1b6d7a8911e401def759ac562fd0205a1160fa9b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../okteta-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-okteta.install
===
--- extra-i686/kdesdk-okteta.install2013-11-05 20:21:23 UTC (rev 198961)
+++ extra-i686/kdesdk-okteta.install2013-11-05 20:21:33 UTC (rev 198962)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-okteta/repos/extra-i686/kdesdk-okteta.install (from rev 198961, 
kdesdk-okteta/trunk/kdesdk-okteta.install)
===
--- extra-i686/kdesdk-okteta.install(rev 0)
+++ extra-i686/kdesdk-okteta.install2013-11-05 20:21:33 UTC (rev 198962)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+   update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:23 UTC (rev 198961)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:33 UTC (rev 198962)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-okteta
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Hex Editor'
-url='http://kde.org/applications/utilities/okteta/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/okteta-${pkgver}.tar.xz";)
-sha1sums=('c7616231bf0b3d4273

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:20:57
  Author: andrea
Revision: 198956

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:20:48 UTC (rev 198955)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:57 UTC (rev 198956)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kcachegrind
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='http://kde.org/applications/development/kcachegrind/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-optdepends=('php: PHP support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
-sha1sums=('e04d45340696709aef2a569d16996ac1f0633820')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kcachegrind-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/hotshot2calltree
-}

Copied: kdesdk-kcachegrind/repos/extra-i686/PKGBUILD (from rev 198955, 
kdesdk-kcachegrind/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:57 UTC (rev 198956)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kcachegrind
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='http://kde.org/applications/development/kcachegrind/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+optdepends=('php: PHP support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kcachegrind-${pkgver}.tar.xz";)
+sha1sums=('7924d775688f0ecdadbe15ed59b5a00464efa16d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kcachegrind-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/hotshot2calltree
+}

Deleted: extra-i686/kdesdk-kcachegrind.install
===
--- extra-i686/kdesdk-kcachegrind.install   2013-11-05 20:20:48 UTC (rev 
198955)
+++ extra-i686/kdesdk-kcachegrind.install   2013-11-05 20:20:57 UTC (rev 
198956)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-kcachegrind/repos/extra-i686/kdesdk-kcachegrind.install (from 
rev 198955, kdesdk-kcachegrind/trunk/kdesdk-kcachegrind.install)
===
--- extra-i686/kdesdk-kcachegrind.install   (rev 0)
+++ extra-i686/kdesdk-kcachegrind.install   2013-11-05 20:20:57 UTC (rev 
198956)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:21:09
  Author: bluewind
Revision: 198959

archrelease: copy trunk to testing-any

Added:
  netctl/repos/testing-any/
  netctl/repos/testing-any/PKGBUILD
(from rev 198958, netctl/trunk/PKGBUILD)

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

Copied: netctl/repos/testing-any/PKGBUILD (from rev 198958, 
netctl/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-05 20:21:09 UTC (rev 198959)
@@ -0,0 +1,35 @@
+# Maintainer: Jouke Witteveen 
+
+pkgname=netctl
+pkgver=1.4
+pkgrel=1
+pkgdesc='Profile based systemd network management'
+url='http://projects.archlinux.org/netctl.git/'
+license=('GPL')
+groups=('base')
+depends=('coreutils' 'iproute2' 'openresolv' 'systemd')
+# The source tarball includes pre-built (using asciidoc) documentation.
+makedepends=('pkg-config')
+optdepends=('dialog: for the menu based wifi assistant'
+'dhclient: for DHCP support (or dhcpcd)'
+'dhcpcd: for DHCP support (or dhclient)'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through netctl-ifplugd'
+'wpa_actiond: for automatic wireless connections through 
netctl-auto'
+'ifenslave: for bond connections'
+'ppp: for pppoe connections'
+   )
+source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
+arch=('any')
+md5sums=('825f07c432bff1de0254ab800f22cb61'
+ '868fa2e0f80911a63b0b91b8b73978e5')
+
+package() {
+  cd "$srcdir/netctl-${pkgver}"
+  make DESTDIR="$pkgdir" install
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
"$pkgdir/usr/share/bash-completion/completions/netctl"
+  install -D -m644 contrib/zsh-completion 
"$pkgdir/usr/share/zsh/site-functions/_netctl"
+}
+



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:20:48
  Author: andrea
Revision: 198955

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

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

--+
 /PKGBUILD|   62 +
 /kdesdk-kapptemplate.install |   22 ++
 extra-i686/PKGBUILD  |   31 --
 extra-i686/kdesdk-kapptemplate.install   |   11 -
 extra-x86_64/PKGBUILD|   31 --
 extra-x86_64/kdesdk-kapptemplate.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:20:40 UTC (rev 198954)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:48 UTC (rev 198955)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kapptemplate
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
-sha1sums=('083698f4329337ef4e96b54ad30e9e7b9ed2eede')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kapptemplate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kapptemplate/repos/extra-i686/PKGBUILD (from rev 198954, 
kdesdk-kapptemplate/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:48 UTC (rev 198955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kapptemplate
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kapptemplate-${pkgver}.tar.xz";)
+sha1sums=('a0a8f04819b828c4bb0ccd85d77ac3861667ab72')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kapptemplate-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kapptemplate.install
===
--- extra-i686/kdesdk-kapptemplate.install  2013-11-05 20:20:40 UTC (rev 
198954)
+++ extra-i686/kdesdk-kapptemplate.install  2013-11-05 20:20:48 UTC (rev 
198955)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-kapptemplate/repos/extra-i686/kdesdk-kapptemplate.install (from 
rev 198954, kdesdk-kapptemplate/trunk/kdesdk-kapptemplate.install)
===
--- extra-i686/kdesdk-kapptemplate.install  (rev 0)
+++ extra-i686/kdesdk-kapptemplate.install  2013-11-05 20:20:48 UTC (rev 
198955)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:20:40 UTC (rev 198954)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:20:48 UTC (rev 198955)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kapptemplate
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depe

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:13
  Author: andrea
Revision: 198960

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

Added:
  kdesdk-kompare/repos/extra-i686/PKGBUILD
(from rev 198958, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install
(from rev 198958, kdesdk-kompare/trunk/kdesdk-kompare.install)
  kdesdk-kompare/repos/extra-x86_64/PKGBUILD
(from rev 198959, kdesdk-kompare/trunk/PKGBUILD)
  kdesdk-kompare/repos/extra-x86_64/kdesdk-kompare.install
(from rev 198959, kdesdk-kompare/trunk/kdesdk-kompare.install)
Deleted:
  kdesdk-kompare/repos/extra-i686/PKGBUILD
  kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install
  kdesdk-kompare/repos/extra-x86_64/PKGBUILD
  kdesdk-kompare/repos/extra-x86_64/kdesdk-kompare.install

-+
 /PKGBUILD   |   62 ++
 /kdesdk-kompare.install |   24 +
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdesdk-kompare.install   |   12 --
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdesdk-kompare.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:21:09 UTC (rev 198959)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:13 UTC (rev 198960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kompare
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('fc9e07e3ace90d83a010d8949dcddf6519b0917e')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kompare-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kompare/repos/extra-i686/PKGBUILD (from rev 198958, 
kdesdk-kompare/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:13 UTC (rev 198960)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kompare
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Diff/Patch Frontend'
+url='http://kde.org/applications/development/kompare/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
+sha1sums=('7847720ac971d86a5b16309b024035db8e3bf3d3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kompare-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kompare.install
===
--- extra-i686/kdesdk-kompare.install   2013-11-05 20:21:09 UTC (rev 198959)
+++ extra-i686/kdesdk-kompare.install   2013-11-05 20:21:13 UTC (rev 198960)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-kompare/repos/extra-i686/kdesdk-kompare.install (from rev 
198958, kdesdk-kompare/trunk/kdesdk-kompare.install)
===
--- extra-i686/kdesdk-kompare.install   (rev 0)
+++ extra-i686/kdesdk-kompare.install   2013-11-05 20:21:13 UTC (rev 198960)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:21:09 UTC (rev 198959)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:13 UTC (rev 198960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kompare
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Diff/Patch Frontend'
-url='http://kde.org/applications/development/kompare/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kompare-${pkgver}.tar.xz";)
-sha1sums=('fc9e07e3ace

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

2013-11-05 Thread Florian Pritz
Date: Tuesday, November 5, 2013 @ 21:21:06
  Author: bluewind
Revision: 198958

upgpkg: netctl 1.4-1

upstream update

Modified:
  netctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-05 20:21:05 UTC (rev 198957)
+++ PKGBUILD2013-11-05 20:21:06 UTC (rev 198958)
@@ -1,7 +1,7 @@
 # Maintainer: Jouke Witteveen 
 
 pkgname=netctl
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc='Profile based systemd network management'
 url='http://projects.archlinux.org/netctl.git/'
@@ -21,8 +21,8 @@
)
 
source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig})
 arch=('any')
-md5sums=('28fa105f2bcf2edaa849918445a28216'
- '0585d50e9ff200cbd6ff3ec347c63008')
+md5sums=('825f07c432bff1de0254ab800f22cb61'
+ '868fa2e0f80911a63b0b91b8b73978e5')
 
 package() {
   cd "$srcdir/netctl-${pkgver}"



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:21:05
  Author: andrea
Revision: 198957

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

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

---+
 /PKGBUILD |   62 
 /kdesdk-kioslaves.install |   22 +++
 extra-i686/PKGBUILD   |   31 
 extra-i686/kdesdk-kioslaves.install   |   11 -
 extra-x86_64/PKGBUILD |   31 
 extra-x86_64/kdesdk-kioslaves.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:20:57 UTC (rev 198956)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:05 UTC (rev 198957)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
-sha1sums=('865bf780ac091884bc486aa3d64c75c0ece183e4')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdesdk-kioslaves-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/PKGBUILD (from rev 198956, 
kdesdk-kioslaves/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:21:05 UTC (rev 198957)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='KIO-Slaves'
+url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdesdk-kioslaves-${pkgver}.tar.xz";)
+sha1sums=('177d78db40c568a51c74d2c1e2e48d3838254e09')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdesdk-kioslaves-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-kioslaves.install
===
--- extra-i686/kdesdk-kioslaves.install 2013-11-05 20:20:57 UTC (rev 198956)
+++ extra-i686/kdesdk-kioslaves.install 2013-11-05 20:21:05 UTC (rev 198957)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-kioslaves/repos/extra-i686/kdesdk-kioslaves.install (from rev 
198956, kdesdk-kioslaves/trunk/kdesdk-kioslaves.install)
===
--- extra-i686/kdesdk-kioslaves.install (rev 0)
+++ extra-i686/kdesdk-kioslaves.install 2013-11-05 20:21:05 UTC (rev 198957)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:20:57 UTC (rev 198956)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:21:05 UTC (rev 198957)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='KIO-Slaves'
-url='https://projects.kde.org/projects/kde/kdesdk/kdesdk-kioslaves'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-so

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:12:38
  Author: andrea
Revision: 198942

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:12:27 UTC (rev 198941)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:38 UTC (rev 198942)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kdnssd
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Monitors the network for DNS-SD services'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
-sha1sums=('ff10bfe39a968101a582705e0c844dcf545e8cb1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdnssd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kdnssd/repos/extra-i686/PKGBUILD (from rev 198941, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:38 UTC (rev 198942)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
+sha1sums=('4d26fda0e964c5baca68336a1c035252d6f1d4bb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:12:27 UTC (rev 198941)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:38 UTC (rev 198942)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kdnssd
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Monitors the network for DNS-SD services'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
-sha1sums=('ff10bfe39a968101a582705e0c844dcf545e8cb1')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdnssd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kdnssd/repos/extra-x86_64/PKGBUILD (from rev 198941, 
kdenetwork-kdnssd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:38 UTC (rev 198942)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kdnssd
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Monitors the network for DNS-SD services'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdnssd'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kdnssd-${pkgver}.tar.xz";)
+sha1sums=('4d26fda0e964c5baca68336a1c035252d6f1d4bb')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdnssd-${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-dolphin-plugins/repos (8 files)

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:20:40
  Author: andrea
Revision: 198954

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:18:43 UTC (rev 198953)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:40 UTC (rev 198954)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dolphin-plugins
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Extra Dolphin plugins'
-url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-optdepends=('bzr: bazaar support'
-'git: git support'
-'mercurial: hg support'
-'subversion: svn support')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
-sha1sums=('74e493c65046dc7e42dda1309650ca7c4ca9fc85')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../dolphin-plugins-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/PKGBUILD (from rev 198953, 
kdesdk-dolphin-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:20:40 UTC (rev 198954)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dolphin-plugins
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+url='https://projects.kde.org/projects/kde/kdesdk/dolphin-plugins'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+optdepends=('bzr: bazaar support'
+'git: git support'
+'mercurial: hg support'
+'subversion: svn support')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/dolphin-plugins-${pkgver}.tar.xz";)
+sha1sums=('bea6d35772eb4de7db38ab77db56e397abf8c171')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../dolphin-plugins-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dolphin-plugins.install
===
--- extra-i686/kdesdk-dolphin-plugins.install   2013-11-05 20:18:43 UTC (rev 
198953)
+++ extra-i686/kdesdk-dolphin-plugins.install   2013-11-05 20:20:40 UTC (rev 
198954)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdesdk-dolphin-plugins/repos/extra-i686/kdesdk-dolphin-plugins.install 
(from rev 198953, kdesdk-dolphin-plugins/trunk/kdesdk-dolphin-plugins.install)
===
--- extra-i686/kdesdk-dolphin-plugins.install   (rev 0)
+++ extra-i686/kdesdk-dolphin-plugins.install   2013-11-05 20:20:40 UTC (rev 
198954)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:18:43
  Author: andrea
Revision: 198953

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

Added:
  kdesdk-dev-scripts/repos/extra-i686/PKGBUILD
(from rev 198952, kdesdk-dev-scripts/trunk/PKGBUILD)
  kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD
(from rev 198952, kdesdk-dev-scripts/trunk/PKGBUILD)
Deleted:
  kdesdk-dev-scripts/repos/extra-i686/PKGBUILD
  kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:18:15 UTC (rev 198952)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:43 UTC (rev 198953)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-scripts
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
-sha1sums=('228df6780ba192d6b345df10aefeb49254f13362')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-scripts-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kdesdk-dev-scripts/repos/extra-i686/PKGBUILD (from rev 198952, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:43 UTC (rev 198953)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dev-scripts
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime' 'python2')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
+sha1sums=('dc372da52cc14272974164aae8daa26a05e2e8c3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-scripts-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:18:15 UTC (rev 198952)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:18:43 UTC (rev 198953)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-scripts
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-scripts'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime' 'python2')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-scripts-${pkgver}.tar.xz";)
-sha1sums=('228df6780ba192d6b345df10aefeb49254f13362')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-scripts-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{zonetab2pot,kde-systemsettings-tree}.py
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"${pkgdir}"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-}

Copied: kdesdk-dev-scripts/repos/extra-x86_64/PKGBUILD (from rev 198952, 
kdesdk-dev-scripts/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:17:53
  Author: andrea
Revision: 198950

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

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 198949, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
(from rev 198949, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
(from rev 198949, kdeplasma-addons/trunk/kdeplasma-addons.install)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 198949, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 198949, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install
(from rev 198949, kdeplasma-addons/trunk/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-i686/kdebug-324661.patch
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/kdebug-324661.patch
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons.install

+
 /PKGBUILD  | 1294 +++
 /kdeplasma-addons-applets-lancelot.install |   24 
 /kdeplasma-addons.install  |   22 
 extra-i686/PKGBUILD|  647 ---
 extra-i686/kdebug-324661.patch |   76 
 extra-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 extra-i686/kdeplasma-addons.install|   11 
 extra-x86_64/PKGBUILD  |  647 ---
 extra-x86_64/kdebug-324661.patch   |   76 
 extra-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 extra-x86_64/kdeplasma-addons.install  |   11 
 11 files changed, 1340 insertions(+), 1492 deletions(-)

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


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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:17:31
  Author: andrea
Revision: 198949

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

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

+
 /PKGBUILD  |  528 +++
 /kdepim-akregator.install  |   24 +
 /kdepim-kleopatra.install  |   24 +
 /kdepim-kmail.install  |   24 +
 /kdepim-knode.install  |   24 +
 /kdepim-korganizer.install |   24 +
 /kdepim-ktnef.install  |   24 +
 /kdepim.install|   22 +
 extra-i686/PKGBUILD|  264 ---
 extra-i686/kdepim-akregator.install|   12 
 extra-i686/kdepim-kleopatra.install|   12 
 extra-i686/kdepim-kmail.install|   12 
 extra-i686/kdepim-knode.install|   12 
 extra-i686/kdepim-korganizer.install   |   12 
 extra-i686/kdepim-ktnef.install|   12 
 extra-i686/kdepim.install  |   11 
 extra-x86_64/PKGBUILD  |  264 ---
 extra-x86_64/kdepim-akregator.install  |   12 
 extra-x86_64/kdepim-kleopatra.install  |   12 
 extra-x86_64/kdepim-kmail.install  |   12 
 extra-x86_64/kdepim-knode.install  |   12 
 extra-x86_64/kdepim-korganizer.install |   12 
 extra-x86_64/kdepim-ktnef.install  |   12 
 extra-x86_64/kdepim.install|   11 
 24 files changed, 694 insertions(+), 694 deletions(-)

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


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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:18:15
  Author: andrea
Revision: 198952

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

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

---+
 /PKGBUILD |   70 
 /kdesdk-dev-utils.install |   24 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/kdesdk-dev-utils.install   |   12 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/kdesdk-dev-utils.install |   12 -
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:18:07 UTC (rev 198951)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:15 UTC (rev 198952)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-dev-utils
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
-  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
-sha1sums=('156728376241093275639b0ac97736c432ee99ce')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kde-dev-utils-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-dev-utils/repos/extra-i686/PKGBUILD (from rev 198951, 
kdesdk-dev-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:15 UTC (rev 198952)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-dev-utils
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://projects.kde.org/projects/kde/kdesdk/kde-dev-utils'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+   'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+replaces=('kdesdk-kmtrace' 'kdesdk-kpartloader' 'kdesdk-kprofilemethod'
+  'kdesdk-kstartperf' 'kdesdk-kuiviewer')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kde-dev-utils-${pkgver}.tar.xz";)
+sha1sums=('0c8a8130e8e50b6fef336482c382533d9ff0ef83')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kde-dev-utils-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-dev-utils.install
===
--- extra-i686/kdesdk-dev-utils.install 2013-11-05 20:18:07 UTC (rev 198951)
+++ extra-i686/kdesdk-dev-utils.install 2013-11-05 20:18:15 UTC (rev 198952)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-dev-utils/repos/extra-i686/kdesdk-dev-utils.install (from rev 
198951, kdesdk-dev-utils/trunk/kdesdk-dev-utils.install)
===
--- extra-i686/kdesdk-dev-utils.install (rev 0)
+++ extra-i686/kdesdk-dev-utils.install 2013-11-05 20:18:15 UTC (rev 198952)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKG

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:18:07
  Author: andrea
Revision: 198951

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

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

--+
 /PKGBUILD|   62 +
 /kdesdk-cervisia.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdesdk-cervisia.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdesdk-cervisia.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:17:53 UTC (rev 198950)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:07 UTC (rev 198951)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
-sha1sums=('326bbab5cdb7a26d40a9813d3b6b63008e748b25')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../cervisia-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdesdk-cervisia/repos/extra-i686/PKGBUILD (from rev 198950, 
kdesdk-cervisia/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:18:07 UTC (rev 198951)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdesdk-cervisia
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
+sha1sums=('5a15700bff3faf2dfddf440708edcb8e18163505')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../cervisia-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdesdk-cervisia.install
===
--- extra-i686/kdesdk-cervisia.install  2013-11-05 20:17:53 UTC (rev 198950)
+++ extra-i686/kdesdk-cervisia.install  2013-11-05 20:18:07 UTC (rev 198951)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdesdk-cervisia/repos/extra-i686/kdesdk-cervisia.install (from rev 
198950, kdesdk-cervisia/trunk/kdesdk-cervisia.install)
===
--- extra-i686/kdesdk-cervisia.install  (rev 0)
+++ extra-i686/kdesdk-cervisia.install  2013-11-05 20:18:07 UTC (rev 198951)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:17:53 UTC (rev 198950)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:18:07 UTC (rev 198951)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdesdk-cervisia
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='http://kde.org/applications/development/cervisia/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdesdk')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/cervisia-${pkgver}.tar.xz";)
-sha1

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:17:11
  Author: andrea
Revision: 198948

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

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

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

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

Copied: kdenetwork-strigi-analyzers/repos/extra-i686/PKGBUILD (from rev 198947, 
kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:17:11 UTC (rev 198948)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('7b294cbf762ee5649df1a1f65d0613ee4b783641')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-strigi-analyzers-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

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

Copied: kdenetwork-strigi-analyzers/repos/extra-x86_64/PKGBUILD (from rev 
198947, kdenetwork-strigi-analyzers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:17:11 UTC (rev 198948)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-strigi-analyzers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Strigi analyzers for various network protocols'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-strigi-analyzers'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-strigi-analyzers-${pkgver}.tar.xz";)
+sha1sums=('7b294cbf762ee5649df1a1f65d0613ee4b783641')
+
+build() {
+  mkdir build
+  cd bui

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:17:02
  Author: andrea
Revision: 198947

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:13:58 UTC (rev 198946)
+++ extra-i686/PKGBUILD 2013-11-05 20:17:02 UTC (rev 198947)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' '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-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('b5b7b6c229f7c60382aa30dbf7726ad6044a4d6a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-i686/PKGBUILD (from rev 198946, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:17:02 UTC (rev 198947)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' '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-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
+sha1sums=('391f0bbc115a6e874d8c16e76c9bc0d75ea2ab5f')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krfb-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:13:58 UTC (rev 198946)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:17:02 UTC (rev 198947)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krfb
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='http://www.kde.org/applications/system/krfb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' '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-qt')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/krfb-${pkgver}.tar.xz";)
-sha1sums=('b5b7b6c229f7c60382aa30dbf7726ad6044a4d6a')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krfb-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krfb/repos/extra-x86_64/PKGBUILD (from rev 198946, 
kdenetwork-krfb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:17:02 UTC (rev 198947)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krfb
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='http://www.kde.org/applications/system/krfb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' '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-qt')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/sr

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:13:58
  Author: andrea
Revision: 198946

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:13:11 UTC (rev 198945)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:58 UTC (rev 198946)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('4df48d142823505770f47a8ac99454e8b2855a74')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-i686/PKGBUILD (from rev 198945, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:58 UTC (rev 198946)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
+sha1sums=('17b7da4c9acfefcedb67d017323c66279aedc428')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../krdc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:13:11 UTC (rev 198945)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:13:58 UTC (rev 198946)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-krdc
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='http://kde.org/applications/internet/krdc/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'telepathy-qt')
-makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'kdebase-keditbookmarks: to edit bookmarks')
-source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}.tar.xz";)
-sha1sums=('4df48d142823505770f47a8ac99454e8b2855a74')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../krdc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-krdc/repos/extra-x86_64/PKGBUILD (from rev 198945, 
kdenetwork-krdc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:13:58 UTC (rev 198946)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-krdc
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='http://kde.org/applications/internet/krdc/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'telepathy-qt')
+makedepends=('cmake' 'automoc4' 'libvncserver' 'freerdp')
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'kdebase-keditbookmarks: to edit bookmarks')
+source=("http://download.kde.org/stable/${pkgver}/src/krdc-${pkgver}

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:13:00
  Author: andrea
Revision: 198944

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

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

+
 /PKGBUILD  |   86 ++
 /kdenetwork-kopete.install |   24 +
 /libotr3.patch |  142 +++
 /mediastreamer29.patch |   44 +
 extra-i686/PKGBUILD|   43 -
 extra-i686/kdenetwork-kopete.install   |   12 --
 extra-i686/libotr3.patch   |   71 ---
 extra-i686/mediastreamer29.patch   |   22 
 extra-x86_64/PKGBUILD  |   43 -
 extra-x86_64/kdenetwork-kopete.install |   12 --
 extra-x86_64/libotr3.patch |   71 ---
 extra-x86_64/mediastreamer29.patch |   22 
 12 files changed, 296 insertions(+), 296 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:12:46 UTC (rev 198943)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:00 UTC (rev 198944)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kopete
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
- 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz";
-'libotr3.patch'
-'mediastreamer29.patch')
-sha1sums=('d7616376d7488050ce2c6ec6b7a1f4010fe91084'
-  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
-  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
-
-prepare() {
-  cd kopete-${pkgver}
-  patch -p2 -i "${srcdir}"/libotr3.patch
-  patch -p1 -i "${srcdir}"/mediastreamer29.patch
-}
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kopete-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kopete/repos/extra-i686/PKGBUILD (from rev 198943, 
kdenetwork-kopete/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:00 UTC (rev 198944)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kopete
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='http://kde.org/applications/internet/kopete/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr3' 'libmsn' 'libidn'
+ 'qimageblitz' 'libgadu' 'mediastreamer' 'jsoncpp')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz";
+'libotr3.patch'
+'mediastreamer29.patch')
+sha1sums=('70fd03fb955574f4eba733d590ce15c841fd8805'
+  '9c3b0ee15538fbfa36aa0a4748b1f6b5a7905384'
+  '317683a5c2acd0a0058c5ab42f6006e9db511ef3')
+
+prepare() {
+  cd kopete-${pkgver}
+  patch -p2 -i "${srcdir}"/libotr3.patch
+  patch -p1 -i "${srcdir}"/mediastreamer29.patch
+}
+
+build() {
+  

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:13:11
  Author: andrea
Revision: 198945

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

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

--+
 /PKGBUILD|   62 +
 /kdenetwork-kppp.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdenetwork-kppp.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdenetwork-kppp.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:13:00 UTC (rev 198944)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:11 UTC (rev 198945)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz";)
-sha1sums=('4ae9bea4814db06162e73b3bd496f023d74f488c')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kppp-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kppp/repos/extra-i686/PKGBUILD (from rev 198944, 
kdenetwork-kppp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:13:11 UTC (rev 198945)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kppp
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Internet Dial-Up Tool'
+url='http://kde.org/applications/internet/kppp/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'ppp')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}.tar.xz";)
+sha1sums=('11608fce538eecb3496406e50c4d2e17f5f520b1')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kppp-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kppp.install
===
--- extra-i686/kdenetwork-kppp.install  2013-11-05 20:13:00 UTC (rev 198944)
+++ extra-i686/kdenetwork-kppp.install  2013-11-05 20:13:11 UTC (rev 198945)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kppp/repos/extra-i686/kdenetwork-kppp.install (from rev 
198944, kdenetwork-kppp/trunk/kdenetwork-kppp.install)
===
--- extra-i686/kdenetwork-kppp.install  (rev 0)
+++ extra-i686/kdenetwork-kppp.install  2013-11-05 20:13:11 UTC (rev 198945)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:13:00 UTC (rev 198944)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:13:11 UTC (rev 198945)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kppp
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Internet Dial-Up Tool'
-url='http://kde.org/applications/internet/kppp/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'ppp')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kppp-${pkgver}

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:12:27
  Author: andrea
Revision: 198941

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

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

-+
 /PKGBUILD   |   62 ++
 /kdenetwork-filesharing.install |   22 +
 extra-i686/PKGBUILD |   31 -
 extra-i686/kdenetwork-filesharing.install   |   11 
 extra-x86_64/PKGBUILD   |   31 -
 extra-x86_64/kdenetwork-filesharing.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:12:16 UTC (rev 198940)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:27 UTC (rev 198941)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'smbclient')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
-sha1sums=('14c94385f1476b4debfee4c211080b6087ce6708')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kdenetwork-filesharing-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/PKGBUILD (from rev 198940, 
kdenetwork-filesharing/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:27 UTC (rev 198941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://projects.kde.org/projects/kde/kdenetwork/kdenetwork-filesharing'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-runtime' 'smbclient')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kdenetwork-filesharing-${pkgver}.tar.xz";)
+sha1sums=('db93e4617230aebd377e415475e7ad5dd4e9b549')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kdenetwork-filesharing-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-filesharing.install
===
--- extra-i686/kdenetwork-filesharing.install   2013-11-05 20:12:16 UTC (rev 
198940)
+++ extra-i686/kdenetwork-filesharing.install   2013-11-05 20:12:27 UTC (rev 
198941)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdenetwork-filesharing/repos/extra-i686/kdenetwork-filesharing.install 
(from rev 198940, kdenetwork-filesharing/trunk/kdenetwork-filesharing.install)
===
--- extra-i686/kdenetwork-filesharing.install   (rev 0)
+++ extra-i686/kdenetwork-filesharing.install   2013-11-05 20:12:27 UTC (rev 
198941)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:12:16 UTC (rev 198940)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:27 UTC (rev 1989

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:12:46
  Author: andrea
Revision: 198943

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

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

--+
 /PKGBUILD|   62 +
 /kdenetwork-kget.install |   24 
 extra-i686/PKGBUILD  |   31 
 extra-i686/kdenetwork-kget.install   |   12 --
 extra-x86_64/PKGBUILD|   31 
 extra-x86_64/kdenetwork-kget.install |   12 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:12:38 UTC (rev 198942)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:46 UTC (rev 198943)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz";)
-sha1sums=('ea08c57090046987d0d4d5c8ad991364fccde471')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kget-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdenetwork-kget/repos/extra-i686/PKGBUILD (from rev 198942, 
kdenetwork-kget/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:46 UTC (rev 198943)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdenetwork-kget
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='Download Manager'
+url='http://kde.org/applications/internet/kget/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdenetwork')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 
'nepomuk-widgets')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kget-${pkgver}.tar.xz";)
+sha1sums=('1f186e190d6f396eeeacbcb36fcfce414abb4365')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kget-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/kdenetwork-kget.install
===
--- extra-i686/kdenetwork-kget.install  2013-11-05 20:12:38 UTC (rev 198942)
+++ extra-i686/kdenetwork-kget.install  2013-11-05 20:12:46 UTC (rev 198943)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdenetwork-kget/repos/extra-i686/kdenetwork-kget.install (from rev 
198942, kdenetwork-kget/trunk/kdenetwork-kget.install)
===
--- extra-i686/kdenetwork-kget.install  (rev 0)
+++ extra-i686/kdenetwork-kget.install  2013-11-05 20:12:46 UTC (rev 198943)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:12:38 UTC (rev 198942)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:46 UTC (rev 198943)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdenetwork-kget
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='Download Manager'
-url='http://kde.org/applications/internet/kget/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-workspace' 'kdebase-lib' '

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:12:04
  Author: andrea
Revision: 198939

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

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

-+
 /PKGBUILD   |   62 ++
 /kdemultimedia-kscd.install |   22 ++
 extra-i686/PKGBUILD |   31 ---
 extra-i686/kdemultimedia-kscd.install   |   11 -
 extra-x86_64/PKGBUILD   |   31 ---
 extra-x86_64/kdemultimedia-kscd.install |   11 -
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:11:56 UTC (rev 198938)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:04 UTC (rev 198939)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
-sha1sums=('0380536835dfc97121f4de2a68ac574a38148b3f')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kscd-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/PKGBUILD (from rev 198938, 
kdemultimedia-kscd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:04 UTC (rev 198939)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kscd
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="KDE CD player"
+url='http://kde.org/applications/multimedia/kscd/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'libmusicbrainz3')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kscd-${pkgver}.tar.xz";)
+sha1sums=('c2028b71516c6ca3708aac2170e9e146c51110ce')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kscd-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-kscd.install
===
--- extra-i686/kdemultimedia-kscd.install   2013-11-05 20:11:56 UTC (rev 
198938)
+++ extra-i686/kdemultimedia-kscd.install   2013-11-05 20:12:04 UTC (rev 
198939)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kscd/repos/extra-i686/kdemultimedia-kscd.install (from 
rev 198938, kdemultimedia-kscd/trunk/kdemultimedia-kscd.install)
===
--- extra-i686/kdemultimedia-kscd.install   (rev 0)
+++ extra-i686/kdemultimedia-kscd.install   2013-11-05 20:12:04 UTC (rev 
198939)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:11:56 UTC (rev 198938)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:04 UTC (rev 198939)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kscd
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="KDE CD player"
-url='http://kde.org/applications/multimedia/kscd/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'libmusicbrainz3')
-makedepends=('cmake' 'au

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:11:56
  Author: andrea
Revision: 198938

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:10:22 UTC (rev 198937)
+++ extra-i686/PKGBUILD 2013-11-05 20:11:56 UTC (rev 198938)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
-sha1sums=('e47a77c19a00e9a68f36158e3c320204ca5c2707')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/PKGBUILD (from rev 198937, 
kdemultimedia-kmix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:11:56 UTC (rev 198938)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-kmix
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz";)
+sha1sums=('3d3813f66b034bbe603c0958d41b7b26cfa80e40')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-kmix.install
===
--- extra-i686/kdemultimedia-kmix.install   2013-11-05 20:10:22 UTC (rev 
198937)
+++ extra-i686/kdemultimedia-kmix.install   2013-11-05 20:11:56 UTC (rev 
198938)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-kmix/repos/extra-i686/kdemultimedia-kmix.install (from 
rev 198937, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===
--- extra-i686/kdemultimedia-kmix.install   (rev 0)
+++ extra-i686/kdemultimedia-kmix.install   2013-11-05 20:11:56 UTC (rev 
198938)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:10:22 UTC (rev 198937)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:11:56 UTC (rev 198938)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-kmix
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:12:16
  Author: andrea
Revision: 198940

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:12:04 UTC (rev 198939)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:16 UTC (rev 198940)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('ea9b2fbb067894bef2b1e60cb72c1f7bfd0e9151')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-i686/PKGBUILD (from rev 198939, 
kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:12:16 UTC (rev 198940)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('6f61935359f2dfb1073884a8d48738663b5aa33a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../mplayerthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:12:04 UTC (rev 198939)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:16 UTC (rev 198940)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-mplayerthumbs
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="MPlayer based thumbnail generator for video files"
-url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
-arch=('i686' 'x86_64')
-groups=('kde' 'kdemultimedia')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'mplayer')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
-sha1sums=('ea9b2fbb067894bef2b1e60cb72c1f7bfd0e9151')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../mplayerthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-mplayerthumbs/repos/extra-x86_64/PKGBUILD (from rev 
198939, kdemultimedia-mplayerthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:12:16 UTC (rev 198940)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-mplayerthumbs
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="MPlayer based thumbnail generator for video files"
+url='https://projects.kde.org/projects/kde/kdemultimedia/mplayerthumbs'
+arch=('i686' 'x86_64')
+groups=('kde' 'kdemultimedia')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'mplayer')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/mplayerthumbs-${pkgver}.tar.xz";)
+sha1sums=('6f61935359f2dfb1073884a8d48738663b5aa33a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:10:22
  Author: andrea
Revision: 198937

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:10:13 UTC (rev 198936)
+++ extra-i686/PKGBUILD 2013-11-05 20:10:22 UTC (rev 198937)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz";)
-sha1sums=('7b9b04f3f0957b7b2afa51f55a4c9d4691ba2c2c')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../juk-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/extra-i686/PKGBUILD (from rev 198936, 
kdemultimedia-juk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:10:22 UTC (rev 198937)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-juk
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/juk-${pkgver}.tar.xz";)
+sha1sums=('05b684897ba8f4eb4cce1d10aaf1f1f6afa358be')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../juk-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdemultimedia-juk.install
===
--- extra-i686/kdemultimedia-juk.install2013-11-05 20:10:13 UTC (rev 
198936)
+++ extra-i686/kdemultimedia-juk.install2013-11-05 20:10:22 UTC (rev 
198937)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kdemultimedia-juk/repos/extra-i686/kdemultimedia-juk.install (from rev 
198936, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===
--- extra-i686/kdemultimedia-juk.install(rev 0)
+++ extra-i686/kdemultimedia-juk.install2013-11-05 20:10:22 UTC (rev 
198937)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:10:13 UTC (rev 198936)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:10:22 UTC (rev 198937)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-juk
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arc

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:09:22
  Author: andrea
Revision: 198931

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:08:45 UTC (rev 198930)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:22 UTC (rev 198931)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('df681ed83bdbbcffd66905d56001695c255d1d1d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/extra-i686/PKGBUILD (from rev 198930, 
kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:22 UTC (rev 198931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('eba5719133828a14c51d3f18f3ff079c1cb2b076')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:08:45 UTC (rev 198930)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:22 UTC (rev 198931)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-strigi-analyzer
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Strigi analyzers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('df681ed83bdbbcffd66905d56001695c255d1d1d')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-strigi-analyzer/repos/extra-x86_64/PKGBUILD (from rev 
198930, kdegraphics-strigi-analyzer/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:22 UTC (rev 198931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="Strigi analyzers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-strigi-analyzer";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:09:42
  Author: andrea
Revision: 198933

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:09:32 UTC (rev 198932)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:42 UTC (rev 198933)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-i686/PKGBUILD (from rev 198932, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:42 UTC (rev 198933)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e23d895bcfd15584a3e405e58c209ab70fa1')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:09:32 UTC (rev 198932)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:42 UTC (rev 198933)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('libkexiv2' 'libkdcraw')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('7b25127d63f0bf4e8d67af21d4fd9bf636e9b691')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 198932, 
kdegraphics-thumbnailers/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:42 UTC (rev 198933)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e23d895bcfd1558

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:10:13
  Author: andrea
Revision: 198936

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:10:03 UTC (rev 198935)
+++ extra-i686/PKGBUILD 2013-11-05 20:10:13 UTC (rev 198936)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('066f3802c91125b821dde01ae3484fc98ba6cba4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-i686/PKGBUILD (from rev 198935, 
kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:10:13 UTC (rev 198936)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('23d911d71dbcd6e5704b0ebec66d5ba0f91f9931')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:10:03 UTC (rev 198935)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:10:13 UTC (rev 198936)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdemultimedia-ffmpegthumbs
-pkgver=4.11.2
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdemultimedia')
-depends=('kdelibs' 'ffmpeg')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
-sha1sums=('066f3802c91125b821dde01ae3484fc98ba6cba4')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../ffmpegthumbs-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-ffmpegthumbs/repos/extra-x86_64/PKGBUILD (from rev 
198935, kdemultimedia-ffmpegthumbs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:10:13 UTC (rev 198936)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdemultimedia-ffmpegthumbs
+pkgver=4.11.3
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://projects.kde.org/projects/kde/kdemultimedia/ffmpegthumbs'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdelibs' 'ffmpeg')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/ffmpegthumbs-${pkgver}.tar.xz";)
+sha1sums=('23d911d71dbcd6e5704b0ebec66d5ba0f91f9931')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../ffmpegthumbs-${pkgver} \
+-DCMAKE_BUILD_TYPE

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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 21:09:32
  Author: andrea
Revision: 198932

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 20:09:22 UTC (rev 198931)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:32 UTC (rev 198932)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('28bc50ca0e7f414e38168df9a224c2dd3883ba24')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-i686/PKGBUILD (from rev 198931, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 20:09:32 UTC (rev 198932)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('555da194e7909ec47d6ca5fd108dc9f327b79c8b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 20:09:22 UTC (rev 198931)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:32 UTC (rev 198932)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegraphics-svgpart
-pkgver=4.11.2
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=("http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
-sha1sums=('28bc50ca0e7f414e38168df9a224c2dd3883ba24')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../svgpart-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegraphics-svgpart/repos/extra-x86_64/PKGBUILD (from rev 198931, 
kdegraphics-svgpart/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 20:09:32 UTC (rev 198932)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegraphics-svgpart
+pkgver=4.11.3
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://projects.kde.org/projects/kde/kdegraphics/svgpart";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=("http://download.kde.org/stable/${pkgver}/src/svgpart-${pkgver}.tar.xz";)
+sha1sums=('555da194e7909ec47d6ca5fd108dc9f327b79c8b')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../svgpart-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

  1   2   3   >