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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:20:58
  Author: bpiotrowski
Revision: 128336

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

Added:
  ppsspp/repos/community-i686/PKGBUILD
(from rev 128335, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-i686/ppsspp-1.0-shared-ffmpeg.patch
(from rev 128335, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-i686/ppsspp.desktop
(from rev 128335, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-i686/ppsspp.install
(from rev 128335, ppsspp/trunk/ppsspp.install)
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 128335, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-1.0-shared-ffmpeg.patch
(from rev 128335, ppsspp/trunk/ppsspp-1.0-shared-ffmpeg.patch)
  ppsspp/repos/community-x86_64/ppsspp.desktop
(from rev 128335, ppsspp/trunk/ppsspp.desktop)
  ppsspp/repos/community-x86_64/ppsspp.install
(from rev 128335, ppsspp/trunk/ppsspp.install)
Deleted:
  ppsspp/repos/community-i686/PKGBUILD
  ppsspp/repos/community-i686/ppsspp-1.0-shared-ffmpeg.patch
  ppsspp/repos/community-i686/ppsspp.desktop
  ppsspp/repos/community-i686/ppsspp.install
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-1.0-shared-ffmpeg.patch
  ppsspp/repos/community-x86_64/ppsspp.desktop
  ppsspp/repos/community-x86_64/ppsspp.install

-+
 /PKGBUILD   |  114 ++
 /ppsspp-1.0-shared-ffmpeg.patch |  360 ++
 /ppsspp.desktop |   20 +
 /ppsspp.install |   22 +
 community-i686/PKGBUILD |   57 ---
 community-i686/ppsspp-1.0-shared-ffmpeg.patch   |  180 ---
 community-i686/ppsspp.desktop   |   10 
 community-i686/ppsspp.install   |   11 
 community-x86_64/PKGBUILD   |   57 ---
 community-x86_64/ppsspp-1.0-shared-ffmpeg.patch |  180 ---
 community-x86_64/ppsspp.desktop |   10 
 community-x86_64/ppsspp.install |   11 
 12 files changed, 516 insertions(+), 516 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 05:20:44 UTC (rev 128335)
+++ community-i686/PKGBUILD 2015-02-27 05:20:58 UTC (rev 128336)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=ppsspp
-pkgver=1.0
-pkgrel=1
-pkgdesc='PSP emulator written in C++'
-arch=('i686' 'x86_64')
-url='http://www.ppsspp.org/'
-license=('GPL2')
-depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
-makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
-install=ppsspp.install
-source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=5becb9a
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=f5812ba
-ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
-git://github.com/Kingcom/armips#commit=a0b878f
-ppsspp-1.0-shared-ffmpeg.patch
-ppsspp.desktop)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '0b6265a0ba7c8b7066adbed210a5a5bb'
- 'b70b8b3913079468db3469abeacaa9f6')
-
-prepare() {
-  mkdir build
-  cd $pkgname
-
-  git submodule init
-  for submodule in native lang ffmpeg ext/armips; do
-git config submodule.${submodule}.url $srcdir/${submodule#*/}
-git submodule update $submodule
-  done
-
-  patch -p1 -i ../ppsspp-1.0-shared-ffmpeg.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  install -Dm755 build/PPSSPPSDL $pkgdir/usr/bin/PPSSPPSDL
-  chrpath -d $pkgdir/usr/bin/PPSSPPSDL
-
-  install -d $pkgdir/usr/share/ppsspp $pkgdir/usr/share/icons/
-  cp -r build/assets $pkgdir/usr/share/ppsspp/
-  cp -r ppsspp/assets/unix-icons/hicolor $pkgdir/usr/share/icons/hicolor
-
-  install -Dm644 ppsspp.desktop $pkgdir/usr/share/applications/ppsspp.desktop
-}

Copied: ppsspp/repos/community-i686/PKGBUILD (from rev 128335, 
ppsspp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 05:20:58 UTC (rev 128336)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=ppsspp
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='PSP emulator written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ppsspp.org/'
+license=('GPL2')
+depends=('zlib' 'sdl2' 'libpng' 'libgl' 'hicolor-icon-theme' 'xdg-utils' 
'ffmpeg')
+makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
+install=ppsspp.install
+source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
+

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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:20:44
  Author: bpiotrowski
Revision: 128335

upgpkg: ppsspp 1.0.1-1

new upstream release

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:13:30 UTC (rev 128334)
+++ PKGBUILD2015-02-27 05:20:44 UTC (rev 128335)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=ppsspp
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='PSP emulator written in C++'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 makedepends=('git' 'cmake' 'mesa' 'mesa-libgl' 'glu' 'chrpath' 'zlib' 'sdl')
 install=ppsspp.install
 source=(git://github.com/hrydgard/ppsspp.git#tag=v$pkgver
-git://github.com/hrydgard/native.git#commit=5becb9a
-lang::git://github.com/hrydgard/ppsspp-lang.git#commit=f5812ba
+git://github.com/hrydgard/native.git#commit=52ce9c1
+lang::git://github.com/hrydgard/ppsspp-lang.git#commit=52c757e
 ffmpeg::git://github.com/hrydgard/ppsspp-ffmpeg.git#commit=04d6e3e
 git://github.com/Kingcom/armips#commit=a0b878f
 ppsspp-1.0-shared-ffmpeg.patch


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:43:18
  Author: bpiotrowski
Revision: 128339

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

Added:
  injeqt/repos/community-i686/
  injeqt/repos/community-i686/PKGBUILD
(from rev 128338, injeqt/trunk/PKGBUILD)
  injeqt/repos/community-x86_64/
  injeqt/repos/community-x86_64/PKGBUILD
(from rev 128338, injeqt/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   30 ++
 community-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: injeqt/repos/community-i686/PKGBUILD (from rev 128338, 
injeqt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 05:43:18 UTC (rev 128339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=injeqt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($url/archive/$pkgver.tar.gz)
+md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDISABLE_EXAMPLES=ON \
+-DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: injeqt/repos/community-x86_64/PKGBUILD (from rev 128338, 
injeqt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-27 05:43:18 UTC (rev 128339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=injeqt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($url/archive/$pkgver.tar.gz)
+md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDISABLE_EXAMPLES=ON \
+-DDISABLE_TESTS=ON
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:43:08
  Author: bpiotrowski
Revision: 128338

upgpkg: injeqt 1.0.0-1

fix build on i686 by disabling tests and examples

Modified:
  injeqt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:34:56 UTC (rev 128337)
+++ PKGBUILD2015-02-27 05:43:08 UTC (rev 128338)
@@ -17,7 +17,9 @@
   cd $pkgname-$pkgver
   cmake -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DDISABLE_EXAMPLES=ON \
+-DDISABLE_TESTS=ON
   make
 }
 


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:10:42
  Author: bpiotrowski
Revision: 128332

archrelease: copy trunk to community-any

Added:
  
ansible/repos/community-any/0001-Fix-os_family-and-distribution-on-archlinux.patch
(from rev 128331, 
ansible/trunk/0001-Fix-os_family-and-distribution-on-archlinux.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 128331, ansible/trunk/PKGBUILD)
Deleted:
  
ansible/repos/community-any/0001-Fix-os_family-and-distribution-on-archlinux.patch
  ansible/repos/community-any/PKGBUILD

+
 0001-Fix-os_family-and-distribution-on-archlinux.patch |  350 +++
 PKGBUILD   |   91 +--
 2 files changed, 219 insertions(+), 222 deletions(-)

Deleted: 0001-Fix-os_family-and-distribution-on-archlinux.patch
===
--- 0001-Fix-os_family-and-distribution-on-archlinux.patch  2015-02-27 
05:10:35 UTC (rev 128331)
+++ 0001-Fix-os_family-and-distribution-on-archlinux.patch  2015-02-27 
05:10:42 UTC (rev 128332)
@@ -1,175 +0,0 @@
-From 5efc4efca7288f072028d1a13e5d0d731f0b7a8f Mon Sep 17 00:00:00 2001
-From: Christian Hammerl i...@christian-hammerl.de
-Date: Sat, 18 Oct 2014 15:02:04 +0200
-Subject: [PATCH] Fix os_family and distribution on archlinux
-
-Fixes #8732, ansible/ansible-modules-core#34

- lib/ansible/module_utils/facts.py | 145 +++---
- 1 file changed, 73 insertions(+), 72 deletions(-)
-
-diff --git a/lib/ansible/module_utils/facts.py 
b/lib/ansible/module_utils/facts.py
-index 8ec1b4f..6bbcace 100644
 a/lib/ansible/module_utils/facts.py
-+++ b/lib/ansible/module_utils/facts.py
-@@ -273,84 +273,85 @@ class Facts(object):
- self.facts['distribution_release'] = dist[2] or 'NA'
- # Try to handle the exceptions now ...
- for (path, name) in Facts.OSDIST_LIST:
--if os.path.exists(path) and os.path.getsize(path)  0:
--if self.facts['distribution'] in ('Fedora', ):
--# Once we determine the value is one of these distros
--# we trust the values are always correct
--break
--elif name == 'RedHat':
--data = get_file_content(path)
--if 'Red Hat' in data:
--self.facts['distribution'] = name
--else:
--self.facts['distribution'] = data.split()[0]
--break
--elif name == 'OtherLinux':
--data = get_file_content(path)
--if 'Amazon' in data:
--self.facts['distribution'] = 'Amazon'
--self.facts['distribution_version'] = 
data.split()[-1]
--break
--elif name == 'OpenWrt':
--data = get_file_content(path)
--if 'OpenWrt' in data:
--self.facts['distribution'] = name
--version = re.search('DISTRIB_RELEASE=(.*)', 
data)
--if version:
--self.facts['distribution_version'] = 
version.groups()[0]
--release = re.search('DISTRIB_CODENAME=(.*)', 
data)
--if release:
--self.facts['distribution_release'] = 
release.groups()[0]
-+if os.path.exists(path):
-+if os.path.getsize(path)  0:
-+if self.facts['distribution'] in ('Fedora', ):
-+# Once we determine the value is one of these 
distros
-+# we trust the values are always correct
- break
--elif name == 'Alpine':
--data = get_file_content(path)
--self.facts['distribution'] = name
--self.facts['distribution_version'] = data
--break
--elif name == 'Solaris':
--data = get_file_content(path).split('\n')[0]
--if 'Solaris' in data:
--ora_prefix = ''
--if 'Oracle Solaris' in data:
--data = data.replace('Oracle ','')
--ora_prefix = 'Oracle '
--self.facts['distribution'] = data.split()[0]
--self.facts['distribution_version'] = 
data.split()[1]
--self.facts['distribution_release'] = ora_prefix + 
data
-+elif name == 'RedHat':
-+data = 

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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:10:35
  Author: bpiotrowski
Revision: 128331

upgpkg: ansible 1.8.4-1

new upstream release

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:01:45 UTC (rev 128330)
+++ PKGBUILD2015-02-27 05:10:35 UTC (rev 128331)
@@ -6,8 +6,8 @@
 # Contributor: atweiden archb...@gmail.com
 
 pkgname=ansible
-pkgver=1.8.2
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -14,13 +14,10 @@
 license=('GPL3')
 depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
 makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
 backup=('etc/ansible/ansible.cfg')
 source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz
 0001-Fix-os_family-and-distribution-on-archlinux.patch)
-md5sums=('c2ac0e5a4c092dfa84c7e9e51cd45095'
+md5sums=('e0bbf484e9fa49cd119f50ad65905978'
  '2d00eecedea58697186087b7c446f112')
 
 prepare() {


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:13:17
  Author: bpiotrowski
Revision: 128333

upgpkg: fish 2.1.2-1

new upstream release

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:10:42 UTC (rev 128332)
+++ PKGBUILD2015-02-27 05:13:17 UTC (rev 128333)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.1.1
-pkgrel=5
+pkgver=2.1.2
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 arch=('i686' 'x86_64')
 url='http://fishshell.com/'
@@ -18,7 +18,7 @@
 install=fish.install
 source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
 fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('9c6e98985636b5268eae2da0ff79311d'
+md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
  '0c94b1ca8c54ed1a03b551f9b84160e5')
 
 prepare() {


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 07:37:02
  Author: bpiotrowski
Revision: 232041

Don't initialize the data directory in post_install (FS#43036)

Modified:
  mariadb/trunk/mariadb.install

-+
 mariadb.install |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: mariadb.install
===
--- mariadb.install 2015-02-27 04:56:21 UTC (rev 232040)
+++ mariadb.install 2015-02-27 06:37:02 UTC (rev 232041)
@@ -1,18 +1,16 @@
-if [[ $(command -v my_print_defaults /dev/null 21) ]]; then
-  datadir=$(my_print_defaults mysqld | sed -n s/^--datadir=//p)
-fi
-[[ -z $datadir ]]  datadir=/var/lib/mysql
-
 post_install(){
   groupadd -g 89 mysql /dev/null
-  useradd -u 89 -g mysql -d $datadir -s /bin/false mysql /dev/null
+  useradd -u 89 -g mysql -d /var/lib/mysql -s /bin/false mysql /dev/null
 
   if [[ ! -e $datadir ]]; then
-install -dm700 $datadir
-usr/bin/mysql_install_db --user=mysql --basedir=/usr --datadir=$datadir
+install -dm700 var/lib/mysql
 chown -R mysql:mysql var/lib/mysql /dev/null
   fi
 
+  echo :: You need to initialize the MariaDB data directory prior to starting
+  echothe service. This can be done with mysql_install_db command, e.g.:
+  echomysql_install_db --user=mysql --basedir=/usr 
--datadir=/var/lib/mysql
+
   usr/bin/systemd-tmpfiles --create mysql.conf
 }
 


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:34:56
  Author: bpiotrowski
Revision: 128337

newpkg: injeqt 1.0.0-1

Added:
  injeqt/
  injeqt/repos/
  injeqt/trunk/
  injeqt/trunk/PKGBUILD

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

Added: injeqt/trunk/PKGBUILD
===
--- injeqt/trunk/PKGBUILD   (rev 0)
+++ injeqt/trunk/PKGBUILD   2015-02-27 05:34:56 UTC (rev 128337)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=injeqt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Dependency injection framework for Qt'
+arch=('i686' 'x86_64')
+url='https://github.com/vogel/injeqt'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('cmake')
+source=($url/archive/$pkgver.tar.gz)
+md5sums=('5f9211d7731c6b7e7c4e6943445fb379')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+


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


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 07:23:20
  Author: bpiotrowski
Revision: 128341

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

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

---+
 community-testing-i686/PKGBUILD   |   43 
 community-testing-i686/kadu.install   |   12 
 community-testing-x86_64/PKGBUILD |   43 
 community-testing-x86_64/kadu.install |   12 
 4 files changed, 110 insertions(+)

Copied: kadu/repos/community-testing-i686/PKGBUILD (from rev 128340, 
kadu/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-27 06:23:20 UTC (rev 128341)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=2.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('7239fab871f32082a7cf27433219b08b')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-testing-i686/kadu.install (from rev 128340, 
kadu/trunk/kadu.install)
===
--- community-testing-i686/kadu.install (rev 0)
+++ community-testing-i686/kadu.install 2015-02-27 06:23:20 UTC (rev 128341)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kadu/repos/community-testing-x86_64/PKGBUILD (from rev 128340, 
kadu/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-27 06:23:20 UTC (rev 128341)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Mateusz Herych
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=kadu
+pkgver=2.0
+pkgrel=1
+pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
+arch=('i686' 'x86_64')
+url='http://www.kadu.net/'
+license=('GPL')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
+install=kadu.install
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('7239fab871f32082a7cf27433219b08b')
+
+prepare() {
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
+}
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir LIBDIR=/usr/lib ninja -C build install
+  chrpath -d $pkgdir/usr/lib/kadu/plugins/*.so
+}

Copied: kadu/repos/community-testing-x86_64/kadu.install (from rev 128340, 
kadu/trunk/kadu.install)
===
--- community-testing-x86_64/kadu.install 

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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 07:23:11
  Author: bpiotrowski
Revision: 128340

upgpkg: kadu 2.0-1

new upstream release

Modified:
  kadu/trunk/PKGBUILD
Deleted:
  kadu/trunk/kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch

-+
 PKGBUILD|   20 ++--
 kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch |   48 --
 2 files changed, 10 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-27 05:43:18 UTC (rev 128339)
+++ PKGBUILD2015-02-27 06:23:11 UTC (rev 128340)
@@ -4,24 +4,24 @@
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
 
 pkgname=kadu
-pkgver=1.5
+pkgver=2.0
 pkgrel=1
 pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client'
 arch=('i686' 'x86_64')
 url='http://www.kadu.net/'
 license=('GPL')
-depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' 'libidn'
- 'libmpdclient' 'qtwebkit' 'xdg-utils' 'libotr' 'libarchive')
-makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja')
+depends=('libgadu' 'libxss' 'enchant' 'phonon-qt5' 'qca-ossl' 'qca-qt5' 
'libidn'
+ 'libmpdclient' 'libotr' 'libarchive' 'injeqt' 'xdg-utils' 
'qt5-multimedia'
+ 'qt5-quick1' 'qt5-declarative' 'qt5-webkit' 'qt5-x11extras')
+makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'chrpath' 'ninja'
+ 'qt5-tools')
 install=kadu.install
-source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2
-kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch)
-md5sums=('bfc653bc3a5b542877a299209db6adaf'
- 'd706ee1839c629bc8cb06153211b2630')
+source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2)
+md5sums=('7239fab871f32082a7cf27433219b08b')
 
 prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch
+  sed -i 's/unity_integration//g' $pkgname-$pkgver/Plugins.cmake
+  sed -i 's/indicator_docking//g' $pkgname-$pkgver/Plugins.cmake
 }
 
 build() {

Deleted: kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch
===
--- kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch 2015-02-27 
05:43:18 UTC (rev 128339)
+++ kadu-1.5-Rename-INSTALL-PREFIX-to-KADU_INSTALL_PREFIX.patch 2015-02-27 
06:23:11 UTC (rev 128340)
@@ -1,48 +0,0 @@
-From bb925f636a8a3f662ef2a5f2826a7e0138dba266 Mon Sep 17 00:00:00 2001
-From: Raphael Kubo da Costa rak...@freebsd.org
-Date: Wed, 31 Dec 2014 01:15:28 +0200
-Subject: [PATCH] Rename INSTALL_PREFIX to KADU_INSTALL_PREFIX.
-
-In CMake 3.1.0, INSTALL_PREFIX is now an optional argument to
-configure_package_config_file(), so our call was confusing the
-function's argument parsing code.
-
-Fix it by renaming INSTALL_PREFIX to KADU_INSTALL_PREFIX.
-
-Signed-off-by: Raphael Kubo da Costa rak...@freebsd.org

- CMakeLists.txt|4 ++--
- cmake/KaduConfig.cmake.in |2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ef624a9..3f23c71 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -195,8 +195,8 @@ foreach (install_var ${install_vars})
-   endif ()
- endforeach ()
- 
--set (INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
--set (path_vars INSTALL_PREFIX)
-+set (KADU_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX})
-+set (path_vars KADU_INSTALL_PREFIX)
- if (UNIX AND NOT APPLE)
-   list (APPEND path_vars DESKTOP_FILE_DIR)
- endif ()
-diff --git a/cmake/KaduConfig.cmake.in b/cmake/KaduConfig.cmake.in
-index 2e22aa4..6a3c683 100644
 a/cmake/KaduConfig.cmake.in
-+++ b/cmake/KaduConfig.cmake.in
-@@ -20,7 +20,7 @@ endif ()
- set (KADU_INCLUDE_DIR @PACKAGE_INCLUDE_DIR@)
- set (KADU_INCLUDE_DIRS @PACKAGE_INCLUDE_DIR@ 
@PACKAGE_INCLUDE_DIR@/kadu-core)
- set (KADU_SDK_DIR @PACKAGE_SDK_DIR@)
--set (KADU_INSTALL_PREFIX @PACKAGE_INSTALL_PREFIX@)
-+set (KADU_INSTALL_PREFIX @PACKAGE_KADU_INSTALL_PREFIX@)
- 
- set (KADU_INSTALL_SDK @INSTALL_SDK@)
- 
--- 
-1.7.1
-


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

2015-02-26 Thread Bartłomiej Piotrowski
Date: Friday, February 27, 2015 @ 06:13:30
  Author: bpiotrowski
Revision: 128334

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 128333, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
  fish/repos/community-i686/fish.install
(from rev 128333, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 128333, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
  fish/repos/community-x86_64/fish.install
(from rev 128333, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-x86_64/fish.install

--+
 /PKGBUILD|   82 ++
 /fish-2.1.1-grep-options-is-deprecated.patch |   30 +++
 /fish.install|   34 
 community-i686/PKGBUILD  |   41 -
 community-i686/fish-2.1.1-grep-options-is-deprecated.patch   |   15 -
 community-i686/fish.install  |   17 --
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch |   15 -
 community-x86_64/fish.install|   17 --
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-i686/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=5
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('9c6e98985636b5268eae2da0ff79311d'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
-
-prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 128333, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
+fish-2.1.1-grep-options-is-deprecated.patch)
+md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
+ '0c94b1ca8c54ed1a03b551f9b84160e5')
+
+prepare() {
+  cd fish-shell-$pkgver
+  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
+
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/fish-2.1.1-grep-options-is-deprecated.patch
===
--- 

[arch-commits] Commit in ndesk-dbus/repos (extra-any)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:56:37
  Author: jgc
Revision: 231999

db-remove: ndesk-dbus removed by jgc

Deleted:
  ndesk-dbus/repos/extra-any/


[arch-commits] Commit in ndesk-dbus-glib/repos (extra-any)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:56:25
  Author: jgc
Revision: 231998

db-remove: ndesk-dbus-glib removed by jgc

Deleted:
  ndesk-dbus-glib/repos/extra-any/


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

2015-02-26 Thread Massimiliano Torromeo
Date: Thursday, February 26, 2015 @ 15:10:53
  Author: mtorromeo
Revision: 128275

upgpkg: libuv 1.4.1-2

Include man pages (implements #43954)

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:55:05 UTC (rev 128274)
+++ PKGBUILD2015-02-26 14:10:53 UTC (rev 128275)
@@ -3,12 +3,13 @@
 
 pkgname=libuv
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Multi-platform support library with a focus on asynchronous I/O
 arch=('i686' 'x86_64')
 url=https://github.com/libuv/libuv;
 license=('custom')
 depends=('glibc')
+makedepends=('python-sphinx')
 source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
 
 prepare() {
@@ -21,6 +22,7 @@
./autogen.sh
./configure --prefix=/usr
make
+   make man -C docs
 }
 
 check() {
@@ -41,6 +43,8 @@
$pkgdir/usr/share/doc/$pkgname/README.md
install -Dm644 ChangeLog \
$pkgdir/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   $pkgdir/usr/share/man/man1/libuv.1
 }
 
 sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')


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

2015-02-26 Thread Massimiliano Torromeo
Date: Thursday, February 26, 2015 @ 15:11:27
  Author: mtorromeo
Revision: 128276

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

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

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   46 
 community-x86_64/PKGBUILD |   46 
 3 files changed, 100 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 14:10:53 UTC (rev 128275)
+++ community-i686/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   $pkgdir/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   $pkgdir/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   $pkgdir/usr/share/doc/$pkgname/ChangeLog
-}
-
-sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')

Copied: libuv/repos/community-i686/PKGBUILD (from rev 128275, 
libuv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 14:11:27 UTC (rev 128276)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=libuv
+pkgver=1.4.1
+pkgrel=2
+pkgdesc=Multi-platform support library with a focus on asynchronous I/O
+arch=('i686' 'x86_64')
+url=https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
+
+prepare() {
+   cd $srcdir/$pkgname-$pkgver
+   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+
+   install -Dm644 LICENSE \
+   $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   $pkgdir/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   $pkgdir/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   $pkgdir/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   $pkgdir/usr/share/man/man1/libuv.1
+}
+
+sha256sums=('7d764a579f8a519e5ece775f9292cd5014a58bc17b1bd16aec4dd08dbc187d1f')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-26 14:10:53 UTC (rev 128275)
+++ community-x86_64/PKGBUILD   2015-02-26 14:11:27 UTC (rev 128276)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=libuv
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Multi-platform support library with a focus on asynchronous I/O
-arch=('i686' 'x86_64')
-url=https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-source=(https://github.com/libuv/libuv/archive/v$pkgver.tar.gz;)
-
-prepare() {
-   cd $srcdir/$pkgname-$pkgver
-   sed -i 's/_SVID_SOURCE/_DEFAULT_SOURCE/g' test/test-fs.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd $srcdir/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-
-   install -Dm644 LICENSE \
-   $pkgdir/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   

[arch-commits] Commit in hostapd/trunk (PKGBUILD hostapd-2.3-noscan.patch)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:06:01
  Author: spupykin
Revision: 128294

upgpkg: hostapd 2.3-4

upd

Added:
  hostapd/trunk/hostapd-2.3-noscan.patch
Modified:
  hostapd/trunk/PKGBUILD

--+
 PKGBUILD |   13 --
 hostapd-2.3-noscan.patch |   54 +
 2 files changed, 64 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:05:57 UTC (rev 128293)
+++ PKGBUILD2015-02-26 17:06:01 UTC (rev 128294)
@@ -3,7 +3,7 @@
 
 pkgname=hostapd
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 arch=('i686' 'x86_64')
 url=http://w1.fi/hostapd/;
@@ -13,11 +13,18 @@
 options=(emptydirs)
 source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
config
-   hostapd.service)
+   hostapd.service
+   hostapd-2.3-noscan.patch)
 md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
  '72e8ecf8fadf8b06d87876ea8c3dfd07'
- '380042b9cf4950e34ed34b3093ab9e7f')
+ '380042b9cf4950e34ed34b3093ab9e7f'
+ 'f2f13cf359735ba0ab7bad7690101b60')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 $srcdir/hostapd-2.3-noscan.patch
+}
+
 build() {
   cd $pkgname-$pkgver/hostapd
   cp ../../config .config

Added: hostapd-2.3-noscan.patch
===
--- hostapd-2.3-noscan.patch(rev 0)
+++ hostapd-2.3-noscan.patch2015-02-26 17:06:01 UTC (rev 128294)
@@ -0,0 +1,54 @@
+--- a/hostapd/config_file.c
 b/hostapd/config_file.c
+@@ -2639,6 +2639,8 @@ static int hostapd_config_fill(struct ho
+   }
+ #endif /* CONFIG_IEEE80211W */
+ #ifdef CONFIG_IEEE80211N
++  } else if (os_strcmp(buf, noscan) == 0) {
++  conf-noscan = atoi(pos);
+   } else if (os_strcmp(buf, ieee80211n) == 0) {
+   conf-ieee80211n = atoi(pos);
+   } else if (os_strcmp(buf, ht_capab) == 0) {
+--- a/src/ap/ap_config.h
 b/src/ap/ap_config.h
+@@ -576,6 +576,7 @@ struct hostapd_config {
+ 
+   int ht_op_mode_fixed;
+   u16 ht_capab;
++  int noscan;
+   int ieee80211n;
+   int secondary_channel;
+   int require_ht;
+--- a/src/ap/hw_features.c
 b/src/ap/hw_features.c
+@@ -690,7 +690,7 @@ static int ieee80211n_check_40mhz(struct
+   struct wpa_driver_scan_params params;
+   int ret;
+ 
+-  if (!iface-conf-secondary_channel)
++  if (!iface-conf-secondary_channel || iface-conf-noscan)
+   return 0; /* HT40 not used */
+ 
+   hostapd_set_state(iface, HAPD_IFACE_HT_SCAN);
+--- a/src/ap/ieee802_11_ht.c
 b/src/ap/ieee802_11_ht.c
+@@ -220,6 +220,9 @@ void hostapd_2040_coex_action(struct hos
+   if (!(iface-conf-ht_capab  HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET))
+   return;
+ 
++  if (iface-conf-noscan)
++  return;
++
+   if (len  IEEE80211_HDRLEN + 1)
+   return;
+   data++;
+@@ -317,6 +320,9 @@ void ht40_intolerant_add(struct hostapd_
+   if (iface-current_mode-mode != HOSTAPD_MODE_IEEE80211G)
+   return;
+ 
++  if (iface-conf-noscan)
++  return;
++
+   wpa_printf(MSG_INFO, HT: Forty MHz Intolerant is set by STA  MACSTR
+   in Association Request, MAC2STR(sta-addr));
+ 


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:07:22
  Author: spupykin
Revision: 128297

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 128296, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 128296, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 128296, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 128296, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.sysusers
(from rev 128296, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 128296, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 128296, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 128296, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 128296, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 128296, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.sysusers
(from rev 128296, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 128296, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |   96 +++
 /changelog |8 ++
 /minidlna.install  |   26 +
 /minidlna.service  |   32 +++
 /minidlna.tmpfiles |   10 +++
 community-i686/PKGBUILD|   45 
 community-i686/changelog   |4 -
 community-i686/minidlna.install|9 ---
 community-i686/minidlna.service|   16 -
 community-i686/minidlna.sysusers   |1 
 community-i686/minidlna.tmpfiles   |5 -
 community-x86_64/PKGBUILD  |   45 
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |9 ---
 community-x86_64/minidlna.service  |   16 -
 community-x86_64/minidlna.sysusers |1 
 community-x86_64/minidlna.tmpfiles |5 -
 17 files changed, 174 insertions(+), 158 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 17:06:35 UTC (rev 128296)
+++ community-i686/PKGBUILD 2015-02-26 17:07:22 UTC (rev 128297)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:Biginoz  biginoz AT free point fr
-# Contributor: Ignacio Galmarino igalmar...@gmail.com
-# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
-# Contributor: Kamil Kaminski k...@kkaminsk.com
-
-pkgname=minidlna
-pkgver=1.1.4
-pkgrel=4
-pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf')
-install=minidlna.install
-changelog=changelog
-source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-   minidlna.service
-   minidlna.tmpfiles)
-md5sums=('67c9e91285bc3801fd91a5d26ea775d7'
- 'b701740032ba0c658e4c6fe1adceb998'
- '26de27b12d6a37c47d9714107d07aac9')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#user=.*|user=nobody|g' minidlna.conf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir make install
-  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-i686/PKGBUILD (from rev 128296, 
minidlna/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 17:07:22 UTC (rev 128297)
@@ -0,0 +1,48 @@

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

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 18:10:43
  Author: fyan
Revision: 232003

upgpkg: python 3.4.3-1

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 15:21:26 UTC (rev 232002)
+++ PKGBUILD2015-02-26 17:10:43 UTC (rev 232003)
@@ -6,8 +6,8 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=python
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
 _pybasever=3.4
 pkgdesc=Next generation of the python high-level scripting language
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 provides=('python3')
 replaces=('python3')
 source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada')
+sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456')
 
 prepare() {
   cd Python-${pkgver}
@@ -64,13 +64,11 @@
 
 check() {
   # test_site: http://bugs.python.org/issue21535
-  # test_urllib2_localnet: domain blackhole.snakebite.net not exist ?!
-  # test_socket: domain испытание.python.org could not be resolved.
 
   cd Python-${pkgver}
   LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
   TERM=screen \
-${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x 
test_posixpath test_uuid test_site test_urllib2_localnet test_socket test_gdb
+${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x test_site 
test_posixpath test_urllib2_localnet
 }
 
 package() {


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

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 18:11:27
  Author: fyan
Revision: 232004

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

Added:
  python/repos/testing-i686/
  python/repos/testing-i686/PKGBUILD
(from rev 232003, python/trunk/PKGBUILD)
  python/repos/testing-x86_64/
  python/repos/testing-x86_64/PKGBUILD
(from rev 232003, python/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   94 ++
 testing-x86_64/PKGBUILD |   94 ++
 2 files changed, 188 insertions(+)

Copied: python/repos/testing-i686/PKGBUILD (from rev 232003, 
python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-26 17:11:27 UTC (rev 232004)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.3
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
+checkdepends=('gdb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+'mpdecimal: for decimal'
+'xz: for lzma'
+'tk: for tkinter')
+options=('!makeflags')
+provides=('python3')
+replaces=('python3')
+source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
+sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456')
+
+prepare() {
+  cd Python-${pkgver}
+
+  # FS#23997
+  sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python| Lib/cgi.py
+
+  # Ensure that we are using the system copy of various libraries (expat, 
zlib, libffi, and libmpdec),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+  rm -r Modules/_decimal/libmpdec
+}
+
+build() {
+  cd Python-${pkgver}
+
+  # Disable bundled pip  setuptools
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --with-computed-gotos \
+  --enable-ipv6 \
+  --with-valgrind \
+  --with-system-expat \
+  --with-dbmliborder=gdbm:ndbm \
+  --with-system-ffi \
+  --with-system-libmpdec \
+  --enable-loadable-sqlite-extensions \
+  --without-ensurepip
+
+  make
+}
+
+check() {
+  # test_site: http://bugs.python.org/issue21535
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH=${srcdir}/Python-${pkgver}:${LD_LIBRARY_PATH} \
+  TERM=screen \
+${srcdir}/Python-${pkgver}/python -m test.regrtest -uall -x test_site 
test_posixpath test_urllib2_localnet
+}
+
+package() {
+  cd Python-${pkgver}
+  make DESTDIR=${pkgdir} install maninstall
+
+  # Why are these not done by default...
+  ln -s python3   ${pkgdir}/usr/bin/python
+  ln -s python3-config${pkgdir}/usr/bin/python-config
+  ln -s idle3 ${pkgdir}/usr/bin/idle
+  ln -s pydoc3${pkgdir}/usr/bin/pydoc
+  ln -s python${_pybasever}.1 ${pkgdir}/usr/share/man/man1/python.1
+
+  # Fix FS#22552
+  ln -sf ../../libpython${_pybasever}m.so \
+
${pkgdir}/usr/lib/python${_pybasever}/config-${_pybasever}m/libpython${_pybasever}m.so
+
+  # Clean-up reference to build directory
+  sed -i s|$srcdir/Python-${pkgver}:|| 
$pkgdir/usr/lib/python${_pybasever}/config-${_pybasever}m/Makefile
+
+  # License
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: python/repos/testing-x86_64/PKGBUILD (from rev 232003, 
python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-26 17:11:27 UTC (rev 232004)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=python
+pkgver=3.4.3
+pkgrel=1
+_pybasever=3.4
+pkgdesc=Next generation of the python high-level scripting language
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.python.org/;
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 
'hardening-wrapper')
+checkdepends=('gdb')
+optdepends=('python-setuptools'
+'python-pip'
+'sqlite'
+

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:05:42
  Author: spupykin
Revision: 128292

upgpkg: drupal 7.34-2

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 16:49:26 UTC (rev 128291)
+++ PKGBUILD2015-02-26 17:05:42 UTC (rev 128292)
@@ -4,7 +4,7 @@
 
 pkgname=drupal
 pkgver=7.34
-pkgrel=1
+pkgrel=2
 pkgdesc=A PHP-based content management platform
 arch=('any')
 url=http://www.drupal.org/;
@@ -12,9 +12,16 @@
 depends=('php')
 install='drupal.install'
 options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('bb4d212e1eb1d7375e41613fbefa04f2')
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
+   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-53-D7-backport.patch)
+md5sums=('bb4d212e1eb1d7375e41613fbefa04f2'
+ 'a892343516f50041173d36d1d74d4b04')
 
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal
   mkdir -p ${_instdir}


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 17:30:30
  Author: spupykin
Revision: 128288

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

Added:
  openscenegraph/repos/community-i686/PKGBUILD
(from rev 128287, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-i686/giflib.patch
(from rev 128287, openscenegraph/trunk/giflib.patch)
  openscenegraph/repos/community-x86_64/PKGBUILD
(from rev 128287, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-x86_64/giflib.patch
(from rev 128287, openscenegraph/trunk/giflib.patch)
Deleted:
  openscenegraph/repos/community-i686/PKGBUILD
  openscenegraph/repos/community-i686/giflib.patch
  openscenegraph/repos/community-x86_64/PKGBUILD
  openscenegraph/repos/community-x86_64/giflib.patch

---+
 /PKGBUILD |  124 
 /giflib.patch |   24 +++
 community-i686/PKGBUILD   |   62 
 community-i686/giflib.patch   |   12 ---
 community-x86_64/PKGBUILD |   62 
 community-x86_64/giflib.patch |   12 ---
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 16:29:55 UTC (rev 128287)
+++ community-i686/PKGBUILD 2015-02-26 16:30:30 UTC (rev 128288)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hans Janssen jans...@gmail.com
-# Contributor: my64 packa...@obordes.com
-# Contributor: Colin Pitrat colin.pit...@gmail.com
-
-pkgname=openscenegraph
-pkgver=3.2.1
-pkgrel=4
-pkgdesc=An Open Source, high performance real-time graphics toolkit
-arch=('i686' 'x86_64')
-license=('custom:OSGPL')
-url=http://www.openscenegraph.org;
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg-compat' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 
'ffmpeg-compat')
-conflicts=('openthreads')
-provides=('openthreads')
-#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
-source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
-   
https://github.com/openscenegraph/osg/commit/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
-   giflib.patch)
-md5sums=('4f95206a1eef218bd007c3b43e1334f5'
- '6e3c75677f87113f18912916352c6cbd'
- '8c06c8410e8840e83c242b8b401cdad7')
-
-prepare() {
-  cd OpenSceneGraph-$pkgver
-  patch -p1 $srcdir/giflib.patch
-  patch -p1 $srcdir/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
-}
-
-build() {
-  cd OpenSceneGraph-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ $NOEXTRACT -eq 1 ] || cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
--DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
--DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
--DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
--DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
-
-#  sed -i 's|#include curl/types.h|//#include curl/types.h|' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
-  make
-}
-
-package() {
-  cd OpenSceneGraph-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || 
true
-}

Copied: openscenegraph/repos/community-i686/PKGBUILD (from rev 128287, 
openscenegraph/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 16:30:30 UTC (rev 128288)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hans Janssen jans...@gmail.com
+# Contributor: my64 packa...@obordes.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=openscenegraph
+pkgver=3.2.1
+pkgrel=4
+pkgdesc=An Open Source, high performance real-time graphics toolkit
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url=http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 17:29:55
  Author: spupykin
Revision: 128287

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

Added:
  openscenegraph/repos/community-i686/PKGBUILD
(from rev 128286, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-i686/giflib.patch
(from rev 128286, openscenegraph/trunk/giflib.patch)
  openscenegraph/repos/community-x86_64/PKGBUILD
(from rev 128286, openscenegraph/trunk/PKGBUILD)
  openscenegraph/repos/community-x86_64/giflib.patch
(from rev 128286, openscenegraph/trunk/giflib.patch)
Deleted:
  openscenegraph/repos/community-i686/PKGBUILD
  openscenegraph/repos/community-i686/giflib.patch
  openscenegraph/repos/community-x86_64/PKGBUILD
  openscenegraph/repos/community-x86_64/giflib.patch

---+
 /PKGBUILD |  124 
 /giflib.patch |   24 +++
 community-i686/PKGBUILD   |   62 
 community-i686/giflib.patch   |   12 ---
 community-x86_64/PKGBUILD |   62 
 community-x86_64/giflib.patch |   12 ---
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 16:29:32 UTC (rev 128286)
+++ community-i686/PKGBUILD 2015-02-26 16:29:55 UTC (rev 128287)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Hans Janssen jans...@gmail.com
-# Contributor: my64 packa...@obordes.com
-# Contributor: Colin Pitrat colin.pit...@gmail.com
-
-pkgname=openscenegraph
-pkgver=3.2.1
-pkgrel=3
-pkgdesc=An Open Source, high performance real-time graphics toolkit
-arch=('i686' 'x86_64')
-license=('custom:OSGPL')
-url=http://www.openscenegraph.org;
-depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
-conflicts=('openthreads')
-provides=('openthreads')
-#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip
-source=(http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-$pkgver.zip
-   
https://github.com/openscenegraph/osg/commit/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
-   giflib.patch)
-md5sums=('4f95206a1eef218bd007c3b43e1334f5'
- '6e3c75677f87113f18912916352c6cbd'
- '8c06c8410e8840e83c242b8b401cdad7')
-
-prepare() {
-  cd OpenSceneGraph-$pkgver
-  patch -p1 $srcdir/giflib.patch
-  patch -p1 $srcdir/49d560f4d9d0641c98df67264b7ace4733c6b9a9.patch
-}
-
-build() {
-  cd OpenSceneGraph-$pkgver
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
-  LDFLAGS=$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat
-  CFLAGS=$CFLAGS -D__STDC_CONSTANT_MACROS
-  CXXFLAGS=$CXXFLAGS -D__STDC_CONSTANT_MACROS
-  [ $NOEXTRACT -eq 1 ] || cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DFFMPEG_LIBAVCODEC_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVCODEC_LIBRARIES=/usr/lib/ffmpeg-compat/libavcodec.so \
--DFFMPEG_LIBAVDEVICE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVDEVICE_LIBRARIES=/usr/lib/ffmpeg-compat/libavdevice.so \
--DFFMPEG_LIBAVFORMAT_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVFORMAT_LIBRARIES=/usr/lib/ffmpeg-compat/libavformat.so \
--DFFMPEG_LIBAVUTIL_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBAVUTIL_LIBRARIES=/usr/lib/ffmpeg-compat/libavutil.so \
--DFFMPEG_LIBSWSCALE_INCLUDE_DIRS=/usr/include/ffmpeg-compat \
--DFFMPEG_LIBSWSCALE_LIBRARIES=/usr/lib/ffmpeg-compat/libswscale.so
-
-#  sed -i 's|#include curl/types.h|//#include curl/types.h|' 
src/osgPlugins/curl/ReaderWriterCURL.cpp
-  make
-}
-
-package() {
-  cd OpenSceneGraph-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  [ -d $pkgdir/usr/lib64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib || 
true
-}

Copied: openscenegraph/repos/community-i686/PKGBUILD (from rev 128286, 
openscenegraph/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 16:29:55 UTC (rev 128287)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Hans Janssen jans...@gmail.com
+# Contributor: my64 packa...@obordes.com
+# Contributor: Colin Pitrat colin.pit...@gmail.com
+
+pkgname=openscenegraph
+pkgver=3.2.1
+pkgrel=4
+pkgdesc=An Open Source, high performance real-time graphics toolkit
+arch=('i686' 'x86_64')
+license=('custom:OSGPL')
+url=http://www.openscenegraph.org;
+depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
+makedepends=('cmake' 'libvncserver' 

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 17:29:32
  Author: spupykin
Revision: 128286

upgpkg: openscenegraph 3.2.1-4

upd

Modified:
  openscenegraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 16:11:13 UTC (rev 128285)
+++ PKGBUILD2015-02-26 16:29:32 UTC (rev 128286)
@@ -6,14 +6,14 @@
 
 pkgname=openscenegraph
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc=An Open Source, high performance real-time graphics toolkit
 arch=('i686' 'x86_64')
 license=('custom:OSGPL')
 url=http://www.openscenegraph.org;
 depends=('giflib' 'jasper' 'librsvg' 'xine-lib' 'curl' 'pth')
-makedepends=('cmake' 'libvncserver' 'qt4' 'ffmpeg-compat' 'mesa')
-optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt4')
+makedepends=('cmake' 'libvncserver' 'qt5-base' 'ffmpeg-compat' 'mesa')
+optdepends=('libvncserver' 'gdal' 'openexr' 'poppler-glib' 'qt5-base' 
'ffmpeg-compat')
 conflicts=('openthreads')
 provides=('openthreads')
 
#source=(http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$pkgver/source/OpenSceneGraph-$pkgver.zip


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

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 17:49:26
  Author: fyan
Revision: 128291

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

Added:
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 128289, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 128289, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 128289, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 128289, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 128289, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 128289, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 128290, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 128290, mongodb/trunk/mongodb.service)
Deleted:
  mongodb/repos/community-testing-i686/PKGBUILD
  mongodb/repos/community-testing-i686/mongodb.conf
  mongodb/repos/community-testing-i686/mongodb.install
  mongodb/repos/community-testing-i686/mongodb.service
  mongodb/repos/community-testing-x86_64/PKGBUILD
  mongodb/repos/community-testing-x86_64/mongodb.conf
  mongodb/repos/community-testing-x86_64/mongodb.install
  mongodb/repos/community-testing-x86_64/mongodb.service

--+
 /PKGBUILD|  190 +
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +
 /mongodb.service |   20 +++
 community-testing-i686/PKGBUILD  |   95 --
 community-testing-i686/mongodb.conf  |8 -
 community-testing-i686/mongodb.install   |   32 
 community-testing-i686/mongodb.service   |   10 -
 community-testing-x86_64/PKGBUILD|   95 --
 community-testing-x86_64/mongodb.conf|8 -
 community-testing-x86_64/mongodb.install |   32 
 community-testing-x86_64/mongodb.service |   10 -
 12 files changed, 290 insertions(+), 290 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-02-26 16:49:08 UTC (rev 128290)
+++ community-testing-i686/PKGBUILD 2015-02-26 16:49:26 UTC (rev 128291)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.6.8
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service')
-sha512sums=('6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
-
-prepare() {
-  cd mongodb-src-r${pkgver}
-
-  # Add missing include required for std::swap()
-  # https://github.com/mongodb/mongo/commit/2d5d662
-  if grep -q '#include algorithm' src/mongo/shell/linenoise_utf8.h; then
-error 'algorithm include has been fixed upstream; remove this local fix.'
-return 1
-  fi
-  sed -i '1i #include algorithm' src/mongo/shell/linenoise_utf8.h
-}
-
-build() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons all \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl \
---disable-warnings-as-errors \
---cc=clang --cxx=clang++
-# --use-system-v8 \
-# --use-system-yaml \
-}
-
-check() {
-  # Tests not passing
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  scons smokeAll \
---use-system-pcre \
---use-system-snappy \
---use-system-tcmalloc \
---use-sasl-client \
---use-system-boost \
---ssl \
---disable-warnings-as-errors \
---cc=clang --cxx=clang++ \
---smokedbprefix=$srcdir || warning Tests failed
-}
-
-package() {
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd 

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

2015-02-26 Thread Gaetan Bisson
Date: Thursday, February 26, 2015 @ 17:49:08
  Author: bisson
Revision: 128290

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 128289, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/service
(from rev 128289, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 128289, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 128289, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/libperl.patch
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/libperl.patch
  collectd/repos/community-x86_64/service

+
 /PKGBUILD  |  142 +++
 /service   |   26 +++
 community-i686/PKGBUILD|   73 
 community-i686/libperl.patch   |   29 ---
 community-i686/service |   13 ---
 community-x86_64/PKGBUILD  |   73 
 community-x86_64/libperl.patch |   29 ---
 community-x86_64/service   |   13 ---
 8 files changed, 168 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 16:47:43 UTC (rev 128289)
+++ community-i686/PKGBUILD 2015-02-26 16:49:08 UTC (rev 128290)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Gerhard Brauer gerhard.bra...@web.de
-
-pkgname=collectd
-pkgver=5.4.1
-pkgrel=3
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='http://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'liboping'
- 'libpcap' 'postgresql-libs' 'python2' 'rrdtool' 'lm_sensors'
- 'libvirt' 'libxml2' 'yajl')
-
-depends=('libltdl' 'iptables')
-
-source=(${url}files/${pkgname}-${pkgver}.tar.bz2
-'libperl.patch'
-'service')
-sha1sums=('cea47e3936ed081bd71efacf7ba825fc837dc347'
-  'efa6450c20ce314e9000a69b17520211f6a471e1'
-  '04f676d0b76c34df0bbf94629813e035b1febe04')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   patch -p1 -i ../libperl.patch
-   autoreconf
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2
-   make all
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rmdir ${pkgdir}/var/run # FS#30201
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
${pkgdir}/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 128289, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 16:49:08 UTC (rev 128290)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Gerhard Brauer gerhard.bra...@web.de
+
+pkgname=collectd
+pkgver=5.4.2
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='http://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: encryption and authentication for network plugin'
+'libmemcached: memcachec plugin'
+ 

[arch-commits] Commit in collectd/trunk (PKGBUILD libperl.patch)

2015-02-26 Thread Gaetan Bisson
Date: Thursday, February 26, 2015 @ 17:47:43
  Author: bisson
Revision: 128289

upstream update

Modified:
  collectd/trunk/PKGBUILD
Deleted:
  collectd/trunk/libperl.patch

---+
 PKGBUILD  |9 +++--
 libperl.patch |   29 -
 2 files changed, 3 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 16:30:30 UTC (rev 128288)
+++ PKGBUILD2015-02-26 16:47:43 UTC (rev 128289)
@@ -3,8 +3,8 @@
 # Contributor: Gerhard Brauer gerhard.bra...@web.de
 
 pkgname=collectd
-pkgver=5.4.1
-pkgrel=3
+pkgver=5.4.2
+pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='http://collectd.org/'
 arch=('i686' 'x86_64')
@@ -38,10 +38,8 @@
 depends=('libltdl' 'iptables')
 
 source=(${url}files/${pkgname}-${pkgver}.tar.bz2
-'libperl.patch'
 'service')
-sha1sums=('cea47e3936ed081bd71efacf7ba825fc837dc347'
-  'efa6450c20ce314e9000a69b17520211f6a471e1'
+sha1sums=('f98847ac8cfcd3a041def620ba07cd2c49b426f8'
   '04f676d0b76c34df0bbf94629813e035b1febe04')
 
 backup=('etc/collectd.conf')
@@ -49,7 +47,6 @@
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   patch -p1 -i ../libperl.patch
autoreconf
 }
 

Deleted: libperl.patch
===
--- libperl.patch   2015-02-26 16:30:30 UTC (rev 128288)
+++ libperl.patch   2015-02-26 16:47:43 UTC (rev 128289)
@@ -1,29 +0,0 @@
-diff -Naur old/configure.ac new/configure.ac
 old/configure.ac   2013-08-18 22:24:25.049973054 +1200
-+++ new/configure.ac   2013-08-23 15:58:24.552240546 +1200
-@@ -3101,11 +3101,13 @@
- then
-   SAVE_CFLAGS=$CFLAGS
-   SAVE_LDFLAGS=$LDFLAGS
-+  SAVE_LIBS=$LIBS
- dnl ARCHFLAGS= - disable multi -arch on OSX (see 
Config_heavy.pl:fetch_string)
-   PERL_CFLAGS=`ARCHFLAGS= $perl_interpreter -MExtUtils::Embed -e ccopts`
-   PERL_LDFLAGS=`ARCHFLAGS= $perl_interpreter -MExtUtils::Embed -e ldopts`
-   CFLAGS=$CFLAGS $PERL_CFLAGS
-   LDFLAGS=$LDFLAGS $PERL_LDFLAGS
-+  LIBS=$LIBS -L/usr/lib/perl5/core_perl/CORE -lperl $PERL_LDFLAGS
- 
-   AC_CACHE_CHECK([for libperl],
- [c_cv_have_libperl],
-@@ -3124,7 +3126,10 @@
- ]]]
-   )],
-   [c_cv_have_libperl=yes],
--  [c_cv_have_libperl=no]
-+  [ 
-+c_cv_have_libperl=no 
-+LIBS=$SAVE_LIBS
-+  ]
- )
-   )
- 


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:15:18
  Author: spupykin
Revision: 128298

remove patchlevel

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:07:22 UTC (rev 128297)
+++ PKGBUILD2015-02-26 17:15:18 UTC (rev 128298)
@@ -4,9 +4,10 @@
 # Maintainer: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=sdlmame
-pkgver=0.158.u0
-_patchlevel=`echo $pkgver | cut -f2 -du`
-_basever=`echo $pkgver | cut -f1,2 -d.`
+pkgver=0.158
+#_patchlevel=`echo $pkgver | cut -f2 -du`
+#_basever=`echo $pkgver | cut -f1,2 -d.`
+_basever=$pkgver
 pkgrel=1
 pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
 url=http://mamedev.org/;
@@ -17,9 +18,9 @@
 #DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
 install=sdlmame.install
 
-for i in `seq 1 ${_patchlevel}`; do
-   _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-done
+#for i in `seq 1 ${_patchlevel}`; do
+#  _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
+#done
 
 
source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=releases/mame${_basever/./}s.zip;
sdlmame.sh
@@ -34,10 +35,10 @@
   if [ $NOEXTRACT -eq 0 ]; then
 unzip mame.zip
 find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
-for i in `seq 1 ${_patchlevel}`; do
-  msg Patch#$i
-  patch -p0 -E ${_basever/./}u$i.diff
-done
+#for i in `seq 1 ${_patchlevel}`; do
+#  msg Patch#$i
+#  patch -p0 -E ${_basever/./}u$i.diff
+#done
   fi
   make NOWERROR=1 OPTIMIZE=2 PYTHON=python2
   make tools NOWERROR=1 OPTIMIZE=2 PYTHON=python2


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 16:17:59
  Author: spupykin
Revision: 128283

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

Added:
  minidlna/repos/community-i686/PKGBUILD
(from rev 128282, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-i686/changelog
(from rev 128282, minidlna/trunk/changelog)
  minidlna/repos/community-i686/minidlna.install
(from rev 128282, minidlna/trunk/minidlna.install)
  minidlna/repos/community-i686/minidlna.service
(from rev 128282, minidlna/trunk/minidlna.service)
  minidlna/repos/community-i686/minidlna.tmpfiles
(from rev 128282, minidlna/trunk/minidlna.tmpfiles)
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 128282, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 128282, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.install
(from rev 128282, minidlna/trunk/minidlna.install)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 128282, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 128282, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-i686/PKGBUILD
  minidlna/repos/community-i686/changelog
  minidlna/repos/community-i686/minidlna.install
  minidlna/repos/community-i686/minidlna.service
  minidlna/repos/community-i686/minidlna.tmpfiles
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.install
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.tmpfiles

+
 /PKGBUILD  |   90 +++
 /changelog |8 +++
 /minidlna.install  |   18 +++
 /minidlna.service  |   32 
 /minidlna.tmpfiles |   10 +++
 community-i686/PKGBUILD|   45 -
 community-i686/changelog   |4 -
 community-i686/minidlna.install|9 ---
 community-i686/minidlna.service|   11 
 community-i686/minidlna.tmpfiles   |5 -
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/changelog |4 -
 community-x86_64/minidlna.install  |9 ---
 community-x86_64/minidlna.service  |   11 
 community-x86_64/minidlna.tmpfiles |5 -
 15 files changed, 158 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 15:17:28 UTC (rev 128282)
+++ community-i686/PKGBUILD 2015-02-26 15:17:59 UTC (rev 128283)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:Biginoz  biginoz AT free point fr
-# Contributor: Ignacio Galmarino igalmar...@gmail.com
-# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
-# Contributor: Kamil Kaminski k...@kkaminsk.com
-
-pkgname=minidlna
-pkgver=1.1.4
-pkgrel=3
-pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-backup=('etc/minidlna.conf')
-install=minidlna.install
-changelog=changelog
-source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
-   minidlna.service
-   minidlna.tmpfiles)
-md5sums=('67c9e91285bc3801fd91a5d26ea775d7'
- 'd419b84f0ceda0adae27019a06df5065'
- '26de27b12d6a37c47d9714107d07aac9')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#user=.*|user=nobody|g' minidlna.conf
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  DESTDIR=$pkgdir make install
-  install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-i686/PKGBUILD (from rev 128282, 
minidlna/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 15:17:59 UTC (rev 128283)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:Biginoz  biginoz AT free point fr
+# Contributor: Ignacio Galmarino igalmar...@gmail.com
+# Contributor: Matthias Sobczyk matthias.sobc...@googlemail.com
+# Contributor: Kamil Kaminski k...@kkaminsk.com
+
+pkgname=minidlna

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 15:48:44
  Author: spupykin
Revision: 128277

upgpkg: haskell-gtk 0.13.4-2

upd

Modified:
  haskell-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 14:11:27 UTC (rev 128276)
+++ PKGBUILD2015-02-26 14:48:44 UTC (rev 128277)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-gtk
 pkgver=0.13.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Binding to the gtk library for Gtk2Hs.
 url=http://hackage.haskell.org/package/gtk;
 license=('LGPL2.1')


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 15:49:36
  Author: spupykin
Revision: 128280

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

Added:
  haskell-pango/repos/community-i686/PKGBUILD
(from rev 128279, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-i686/gtk2hs-pango.install
(from rev 128279, haskell-pango/trunk/gtk2hs-pango.install)
  haskell-pango/repos/community-x86_64/PKGBUILD
(from rev 128279, haskell-pango/trunk/PKGBUILD)
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install
(from rev 128279, haskell-pango/trunk/gtk2hs-pango.install)
Deleted:
  haskell-pango/repos/community-i686/PKGBUILD
  haskell-pango/repos/community-i686/gtk2hs-pango.install
  haskell-pango/repos/community-x86_64/PKGBUILD
  haskell-pango/repos/community-x86_64/gtk2hs-pango.install

---+
 /PKGBUILD |  110 
 /gtk2hs-pango.install |   36 ++
 community-i686/PKGBUILD   |   55 
 community-i686/gtk2hs-pango.install   |   18 -
 community-x86_64/PKGBUILD |   55 
 community-x86_64/gtk2hs-pango.install |   18 -
 6 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 14:49:13 UTC (rev 128279)
+++ community-i686/PKGBUILD 2015-02-26 14:49:36 UTC (rev 128280)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-pango
-pkgver=0.13.0.5
-pkgrel=1
-pkgdesc=Binding to the pango library for Gtk2Hs.
-url=http://hackage.haskell.org/package/pango;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-# deps adjusted to specific versions in package()
-depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-pango')
-replaces=('gtk2hs-pango')
-conflicts=('gtk2hs-pango')
-options=('strip' 'staticlibs')
-install=gtk2hs-pango.install
-source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
-md5sums=('603f56b967ea25cd904aa2b5588ba68a')
-
-build() {
-  cd ${srcdir}/pango-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-pango \
---libsubdir=\$compiler/site-local/\$pkgid
-  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-glib
-  _update_deps haskell-cairo
-
-  cd ${srcdir}/pango-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-pango/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-pango/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-pango/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/pango
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-pango/repos/community-i686/PKGBUILD (from rev 128279, 
haskell-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 14:49:36 UTC (rev 128280)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-pango
+pkgver=0.13.0.5
+pkgrel=2
+pkgdesc=Binding to the pango library for Gtk2Hs.
+url=http://hackage.haskell.org/package/pango;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+# deps adjusted to specific versions in package()
+depends=('ghc' 'pango' 'haskell-glib' 'haskell-cairo')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-pango')
+replaces=('gtk2hs-pango')
+conflicts=('gtk2hs-pango')
+options=('strip' 'staticlibs')
+install=gtk2hs-pango.install
+source=(http://hackage.haskell.org/packages/archive/pango/${pkgver}/pango-${pkgver}.tar.gz)
+md5sums=('603f56b967ea25cd904aa2b5588ba68a')
+
+build() {
+  cd ${srcdir}/pango-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-pango \
+--libsubdir=\$compiler/site-local/\$pkgid
+  sed -i 's|import Foreign.C.Types.*(CULong, CUInt)|import Foreign.C.Types 
(CULong(..), CUInt(..))|' Graphics/Rendering/Pango/Types.chs
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 15:49:04
  Author: spupykin
Revision: 128278

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

Added:
  haskell-gtk/repos/community-i686/PKGBUILD
(from rev 128277, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
(from rev 128277, haskell-gtk/trunk/gtk2hs-gtk.install)
  haskell-gtk/repos/community-x86_64/PKGBUILD
(from rev 128277, haskell-gtk/trunk/PKGBUILD)
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install
(from rev 128277, haskell-gtk/trunk/gtk2hs-gtk.install)
Deleted:
  haskell-gtk/repos/community-i686/PKGBUILD
  haskell-gtk/repos/community-i686/gtk2hs-gtk.install
  haskell-gtk/repos/community-x86_64/PKGBUILD
  haskell-gtk/repos/community-x86_64/gtk2hs-gtk.install

-+
 /PKGBUILD   |  106 ++
 /gtk2hs-gtk.install |   36 +++
 community-i686/PKGBUILD |   53 -
 community-i686/gtk2hs-gtk.install   |   18 -
 community-x86_64/PKGBUILD   |   53 -
 community-x86_64/gtk2hs-gtk.install |   18 -
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 14:48:44 UTC (rev 128277)
+++ community-i686/PKGBUILD 2015-02-26 14:49:04 UTC (rev 128278)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=haskell-gtk
-pkgver=0.13.4
-pkgrel=1
-pkgdesc=Binding to the gtk library for Gtk2Hs.
-url=http://hackage.haskell.org/package/gtk;
-license=('LGPL2.1')
-arch=('i686' 'x86_64')
-depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
-makedepends=(gtk2hs-buildtools)
-provides=('gtk2hs-gtk')
-replaces=('gtk2hs-gtk')
-conflicts=('gtk2hs-gtk')
-options=('strip' 'staticlibs')
-install=gtk2hs-gtk.install
-source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
-md5sums=('5c6716be7e4d98899e6288ae280b3678')
-
-build() {
-  cd ${srcdir}/gtk-${pkgver}
-  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
---prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
---libsubdir=\$compiler/site-local/\$pkgid
-  runhaskell Setup build
-  runhaskell Setup haddock
-  runhaskell Setup register   --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
-}
-
-_update_deps() {
-_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
-for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
-if [ ${depends[$i]} == $1 ]; then
-depends[$i]=$1=${_ver}
-fi
-done
-}
-
-package() {
-  _update_deps ghc
-  _update_deps haskell-mtl
-  _update_deps haskell-pango
-
-  cd ${srcdir}/gtk-${pkgver}
-  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/gtk2hs-gtk/register.sh
-  install -m744 unregister.sh 
${pkgdir}/usr/share/haskell/gtk2hs-gtk/unregister.sh
-  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
-  ln -s /usr/share/doc/haskell-gtk/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/gtk2hs-gtk
-  runhaskell Setup copy --destdir=${pkgdir}
-}

Copied: haskell-gtk/repos/community-i686/PKGBUILD (from rev 128277, 
haskell-gtk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 14:49:04 UTC (rev 128278)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=haskell-gtk
+pkgver=0.13.4
+pkgrel=2
+pkgdesc=Binding to the gtk library for Gtk2Hs.
+url=http://hackage.haskell.org/package/gtk;
+license=('LGPL2.1')
+arch=('i686' 'x86_64')
+depends=('ghc' 'gtk2' haskell-pango 'haskell-mtl')
+makedepends=(gtk2hs-buildtools)
+provides=('gtk2hs-gtk')
+replaces=('gtk2hs-gtk')
+conflicts=('gtk2hs-gtk')
+options=('strip' 'staticlibs')
+install=gtk2hs-gtk.install
+source=(http://hackage.haskell.org/packages/archive/gtk/$pkgver/gtk-$pkgver.tar.gz)
+md5sums=('5c6716be7e4d98899e6288ae280b3678')
+
+build() {
+  cd ${srcdir}/gtk-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/haskell-gtk \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+_update_deps() {
+_ver=`pacman -Q $1 | cut -f2 -d\  | cut -f1 -d-`
+for i in `seq 0 $(expr ${#depends[@]} - 1)`; do
+if [ ${depends[$i]} == $1 ]; then
+depends[$i]=$1=${_ver}
+fi
+done
+}
+
+package() {
+  _update_deps ghc
+  _update_deps haskell-mtl
+  _update_deps haskell-pango
+
+  cd ${srcdir}/gtk-${pkgver}
+  install -D -m744 

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 15:49:13
  Author: spupykin
Revision: 128279

upgpkg: haskell-pango 0.13.0.5-2

upd

Modified:
  haskell-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 14:49:04 UTC (rev 128278)
+++ PKGBUILD2015-02-26 14:49:13 UTC (rev 128279)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-pango
 pkgver=0.13.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Binding to the pango library for Gtk2Hs.
 url=http://hackage.haskell.org/package/pango;
 license=('LGPL2.1')


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

2015-02-26 Thread Evangelos Foutras
Date: Thursday, February 26, 2015 @ 16:21:26
  Author: foutrelis
Revision: 232002

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

Added:
  
exo/repos/extra-i686/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch
(from rev 232001, 
exo/trunk/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch)
  exo/repos/extra-i686/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
(from rev 232001, 
exo/trunk/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch)
  
exo/repos/extra-i686/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch
(from rev 232001, 
exo/trunk/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch)
  exo/repos/extra-i686/PKGBUILD
(from rev 232001, exo/trunk/PKGBUILD)
  exo/repos/extra-i686/exo.install
(from rev 232001, exo/trunk/exo.install)
  
exo/repos/extra-x86_64/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch
(from rev 232001, 
exo/trunk/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch)
  exo/repos/extra-x86_64/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
(from rev 232001, 
exo/trunk/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch)
  
exo/repos/extra-x86_64/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch
(from rev 232001, 
exo/trunk/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch)
  exo/repos/extra-x86_64/PKGBUILD
(from rev 232001, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/exo.install
(from rev 232001, exo/trunk/exo.install)
Deleted:
  exo/repos/extra-i686/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
  exo/repos/extra-i686/PKGBUILD
  exo/repos/extra-i686/exo.install
  exo/repos/extra-x86_64/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch
  exo/repos/extra-x86_64/PKGBUILD
  exo/repos/extra-x86_64/exo.install

--+
 /0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch  | 
 106 +
 /PKGBUILD| 
 120 ++
 /exo.install | 
  26 +
 extra-i686/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch   | 
  58 +++
 extra-i686/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch| 
  53 --
 extra-i686/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch   | 
 188 ++
 extra-i686/PKGBUILD  | 
  52 --
 extra-i686/exo.install   | 
  13 
 extra-x86_64/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch | 
  58 +++
 extra-x86_64/0001-Fix-exo_str_looks_like_an_uri-bug-10098.patch  | 
  53 --
 extra-x86_64/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch | 
 188 ++
 extra-x86_64/PKGBUILD| 
  52 --
 extra-x86_64/exo.install | 
  13 
 13 files changed, 744 insertions(+), 236 deletions(-)

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


[arch-commits] Commit in redis/trunk (PKGBUILD redis.service)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 15:56:57
  Author: spupykin
Revision: 128281

Modified:
  redis/trunk/PKGBUILD
  redis/trunk/redis.service

---+
 PKGBUILD  |2 +-
 redis.service |9 +
 2 files changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 14:49:36 UTC (rev 128280)
+++ PKGBUILD2015-02-26 14:56:57 UTC (rev 128281)
@@ -21,7 +21,7 @@
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
 md5sums=('3794107224043465603f48941f5c86a7'
- 'aec12c881dc2693754f85539ae8e0bc7'
+ '9901aadc5a81173310004a6dfb702b5e'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490'
  'b1beae6954b780da261b4056fd7f918a'

Modified: redis.service
===
--- redis.service   2015-02-26 14:49:36 UTC (rev 128280)
+++ redis.service   2015-02-26 14:56:57 UTC (rev 128281)
@@ -4,8 +4,17 @@
 
 [Service]
 User=redis
+Group=redis
 ExecStart=/usr/bin/redis-server /etc/redis.conf
 ExecStop=/usr/bin/redis-cli shutdown
+CapabilityBoundingSet=
+PrivateTmp=true
+PrivateDevices=true
+ProtectSystem=full
+ProtectHome=true
+NoNewPrivileges=true
+RuntimeDirectory=redis
+RuntimeDirectoryMode=700
 
 [Install]
 WantedBy=multi-user.target


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

2015-02-26 Thread Evangelos Foutras
Date: Thursday, February 26, 2015 @ 16:21:08
  Author: foutrelis
Revision: 232001

upgpkg: exo 0.10.2-3

Fix FS#43958: exo-open no longer works with Firefox 36

Added:
  exo/trunk/0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch
  exo/trunk/0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch
Modified:
  exo/trunk/PKGBUILD

-+
 0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch |   58 +++
 0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch |  188 
++
 PKGBUILD|   14 
 3 files changed, 257 insertions(+), 3 deletions(-)

Added: 0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch
===
--- 0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch 
(rev 0)
+++ 0001-Drop-use-of-the-remote-option-in-Firefox-helpers.patch 2015-02-26 
15:21:08 UTC (rev 232001)
@@ -0,0 +1,58 @@
+From e3f8846f06a9bd3aa43a1662ab8e682e8866ea13 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras evange...@foutrelis.com
+Date: Thu, 26 Feb 2015 14:25:31 +0200
+Subject: [PATCH] Drop use of the -remote option in Firefox helpers
+
+The -remote option was removed in Firefox 36.
+
+Affected helpers: Firefox, Iceweasel, IceCat.
+
+The Mozilla Browser and Netscape Navigator helpers are left alone
+since the respective browsers are no longer actively developed.
+
+https://bugzilla.xfce.org/show_bug.cgi?id=11601
+---
+ exo-helper/helpers/firefox.desktop.in.in   | 4 ++--
+ exo-helper/helpers/icecat.desktop.in.in| 4 ++--
+ exo-helper/helpers/iceweasel.desktop.in.in | 4 ++--
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/exo-helper/helpers/firefox.desktop.in.in 
b/exo-helper/helpers/firefox.desktop.in.in
+index 9ed8104..c235a69 100644
+--- a/exo-helper/helpers/firefox.desktop.in.in
 b/exo-helper/helpers/firefox.desktop.in.in
+@@ -6,5 +6,5 @@ _Name=Mozilla Firefox
+ StartupNotify=false
+ X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
+ X-XFCE-Category=WebBrowser
+-X-XFCE-Commands=%B -remote openURL(about:blank,new-window);%B;
+-X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;
++X-XFCE-Commands=%B;
++X-XFCE-CommandsWithParameter=%B %s;
+diff --git a/exo-helper/helpers/icecat.desktop.in.in 
b/exo-helper/helpers/icecat.desktop.in.in
+index cb635f5..5a15ff2 100644
+--- a/exo-helper/helpers/icecat.desktop.in.in
 b/exo-helper/helpers/icecat.desktop.in.in
+@@ -6,5 +6,5 @@ _Name=Icecat
+ StartupNotify=false
+ X-XFCE-Binaries=icecat;icecat-gtk2;icecat-gtk;
+ X-XFCE-Category=WebBrowser
+-X-XFCE-Commands=%B -remote openURL(about:blank,new-window);%B;
+-X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;
++X-XFCE-Commands=%B;
++X-XFCE-CommandsWithParameter=%B %s;
+diff --git a/exo-helper/helpers/iceweasel.desktop.in.in 
b/exo-helper/helpers/iceweasel.desktop.in.in
+index 6fb6be8..99d9eca 100644
+--- a/exo-helper/helpers/iceweasel.desktop.in.in
 b/exo-helper/helpers/iceweasel.desktop.in.in
+@@ -6,5 +6,5 @@ _Name=Iceweasel
+ StartupNotify=false
+ X-XFCE-Binaries=iceweasel;iceweasel-gtk2;iceweasel-gtk;
+ X-XFCE-Category=WebBrowser
+-X-XFCE-Commands=%B -remote openURL(about:blank,new-window);%B;
+-X-XFCE-CommandsWithParameter=%B -remote openURL(%s);%B %s;
++X-XFCE-Commands=%B;
++X-XFCE-CommandsWithParameter=%B %s;
+-- 
+2.3.1
+

Added: 0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch
===
--- 0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch 
(rev 0)
+++ 0001-Wrap-URIs-with-quotes-in-exo-helpers-to-better-handl.patch 
2015-02-26 15:21:08 UTC (rev 232001)
@@ -0,0 +1,188 @@
+From 8cd3233f1d2312670444a202f79d55b98286aa4f Mon Sep 17 00:00:00 2001
+From: Sean Davis smd.seanda...@gmail.com
+Date: Mon, 16 Feb 2015 17:04:07 -0500
+Subject: [PATCH] Wrap URIs with quotes in exo-helpers to better handle
+ filenames with spaces (bug 10731)
+
+---
+ exo-helper/helpers/aterm.desktop.in.in  | 2 +-
+ exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in | 2 +-
+ exo-helper/helpers/firefox.desktop.in.in| 2 +-
+ exo-helper/helpers/gnome-terminal.desktop.in.in | 2 +-
+ exo-helper/helpers/icecat.desktop.in.in | 2 +-
+ exo-helper/helpers/iceweasel.desktop.in.in  | 2 +-
+ exo-helper/helpers/links.desktop.in.in  | 2 +-
+ exo-helper/helpers/lynx.desktop.in.in   | 2 +-
+ exo-helper/helpers/mozilla-browser.desktop.in.in| 2 +-
+ exo-helper/helpers/netscape-navigator.desktop.in.in | 2 +-
+ exo-helper/helpers/nxterm.desktop.in.in | 2 +-
+ exo-helper/helpers/sakura.desktop.in.in | 2 +-
+ exo-helper/helpers/urxvt.desktop.in.in   

[arch-commits] Commit in minidlna/trunk (PKGBUILD minidlna.service)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 16:17:28
  Author: spupykin
Revision: 128282

upgpkg: minidlna 1.1.4-4

upd

Modified:
  minidlna/trunk/PKGBUILD
  minidlna/trunk/minidlna.service

--+
 PKGBUILD |4 ++--
 minidlna.service |   11 ---
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 14:56:57 UTC (rev 128281)
+++ PKGBUILD2015-02-26 15:17:28 UTC (rev 128282)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;
@@ -20,7 +20,7 @@
minidlna.service
minidlna.tmpfiles)
 md5sums=('67c9e91285bc3801fd91a5d26ea775d7'
- 'd419b84f0ceda0adae27019a06df5065'
+ 'b701740032ba0c658e4c6fe1adceb998'
  '26de27b12d6a37c47d9714107d07aac9')
 
 prepare() {

Modified: minidlna.service
===
--- minidlna.service2015-02-26 14:56:57 UTC (rev 128281)
+++ minidlna.service2015-02-26 15:17:28 UTC (rev 128282)
@@ -3,9 +3,14 @@
 After=network.target
 
 [Service]
-Type=forking
-ExecStart=/usr/bin/minidlnad -P /run/minidlna/minidlna.pid
-PIDFile=/run/minidlna/minidlna.pid
+Type=simple
+User=nobody
+Group=nobody
+ExecStart=/usr/bin/minidlnad -S
+ProtectSystem=full
+ProtectHome=on
+PrivateDevices=on
+NoNewPrivileges=on
 
 [Install]
 WantedBy=multi-user.target


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

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 17:11:13
  Author: fyan
Revision: 128285

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

Added:
  mongodb/repos/community-testing-i686/
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 128284, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 128284, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 128284, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 128284, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 128284, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 128284, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 128284, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 128284, mongodb/trunk/mongodb.service)

--+
 community-testing-i686/PKGBUILD  |   95 +
 community-testing-i686/mongodb.conf  |8 ++
 community-testing-i686/mongodb.install   |   32 +
 community-testing-i686/mongodb.service   |   10 +++
 community-testing-x86_64/PKGBUILD|   95 +
 community-testing-x86_64/mongodb.conf|8 ++
 community-testing-x86_64/mongodb.install |   32 +
 community-testing-x86_64/mongodb.service |   10 +++
 8 files changed, 290 insertions(+)

Copied: mongodb/repos/community-testing-i686/PKGBUILD (from rev 128284, 
mongodb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-26 16:11:13 UTC (rev 128285)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Mathias Stearn math...@10gen.com
+# Contributor: Alec Thomas
+
+pkgname=mongodb
+pkgver=2.6.8
+pkgrel=1
+pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
+arch=('i686' 'x86_64')
+url='http://www.mongodb.org'
+license=('AGPL3')
+depends=('pcre' 'snappy' 'openssl' 'gperftools' 'libsasl' 'boost-libs') # 
'libyaml' 'yaml-cpp' 'v8')
+makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost' 'clang')
+checkdepends=('python2-pymongo')
+optdepends=('libpcap: needed for mongosniff')
+backup=('etc/mongodb.conf')
+install=mongodb.install
+source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
+'mongodb.conf' 'mongodb.service')
+sha512sums=('6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef'
+
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
+
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
+
+prepare() {
+  cd mongodb-src-r${pkgver}
+
+  # Add missing include required for std::swap()
+  # https://github.com/mongodb/mongo/commit/2d5d662
+  if grep -q '#include algorithm' src/mongo/shell/linenoise_utf8.h; then
+error 'algorithm include has been fixed upstream; remove this local fix.'
+return 1
+  fi
+  sed -i '1i #include algorithm' src/mongo/shell/linenoise_utf8.h
+}
+
+build() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons all \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl \
+--disable-warnings-as-errors \
+--cc=clang --cxx=clang++
+# --use-system-v8 \
+# --use-system-yaml \
+}
+
+check() {
+  # Tests not passing
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons smokeAll \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl \
+--disable-warnings-as-errors \
+--cc=clang --cxx=clang++ \
+--smokedbprefix=$srcdir || warning Tests failed
+}
+
+package() {
+  export SCONSFLAGS=$MAKEFLAGS
+
+  cd mongodb-src-r${pkgver}
+
+  scons install \
+--use-system-pcre \
+--use-system-snappy \
+--use-system-tcmalloc \
+--use-sasl-client \
+--use-system-boost \
+--ssl \
+--disable-warnings-as-errors \
+--prefix=$pkgdir/usr \
+--cc=clang --cxx=clang++
+
+  install -Dm644 $srcdir/mongodb.conf $pkgdir/etc/mongodb.conf
+  install -Dm644 $srcdir/mongodb.service 
$pkgdir/usr/lib/systemd/system/mongodb.service
+  install -dm700 $pkgdir/var/lib/mongodb
+  install -dm755 $pkgdir/var/log/mongodb

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

2015-02-26 Thread Felix Yan
Date: Thursday, February 26, 2015 @ 17:10:42
  Author: fyan
Revision: 128284

upgpkg: mongodb 2.6.8-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 15:17:59 UTC (rev 128283)
+++ PKGBUILD2015-02-26 16:10:42 UTC (rev 128284)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=2.6.7
+pkgver=2.6.8
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install=mongodb.install
 source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
 'mongodb.conf' 'mongodb.service')
-sha512sums=('c74b87d85339e27742054d4ce190e290a5116d48a39b334b6e7be62b2e35f75af99da6b8a899d8c4794b0d953f2c46bcbe5b77ce28e5194c3a0429dc813df04e'
+sha512sums=('6fa69750debb40d0be4d5d057125320d97e882e30c43c664fcb6ec6a9e6a8bff5e63637fc8952a6d898556b2c2ce84254d135387dc0879bf65dbd5e91b8732ef'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9')
 


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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:17:20
  Author: jgc
Revision: 128257

archrelease: copy trunk to community-staging-any

Added:
  smuxi/repos/community-staging-any/
  smuxi/repos/community-staging-any/PKGBUILD
(from rev 128256, smuxi/trunk/PKGBUILD)
  smuxi/repos/community-staging-any/smuxi.install
(from rev 128256, smuxi/trunk/smuxi.install)

---+
 PKGBUILD  |   61 
 smuxi.install |   11 ++
 2 files changed, 72 insertions(+)

Copied: smuxi/repos/community-staging-any/PKGBUILD (from rev 128256, 
smuxi/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-02-26 13:17:20 UTC (rev 128257)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Madek gonzaloseg...@gmail.com
+# Contributor: Marcelo Cavalcante marc...@marcelocavalcante.net
+# Contributor: Jens Kleikamp j...@codes-concepts.com
+# Contributor: Philipp Gildein r...@openspeak-project.org
+
+pkgbase=smuxi
+pkgname=('smuxi-server' 'smuxi')
+pkgver=0.11
+pkgrel=2
+pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
+arch=('any')
+url=https://smuxi.im/;
+license=('GPL')
+makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
+options=('!emptydirs')
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('a65d5ab884c85b2e11ece2c1a23148d5')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-frontend-stfl \
+  --with-vendor-package-version=Arch Linux $pkgver-$pkgrel \
+  MCS=/usr/bin/dmcs
+  LANG=C make
+}
+
+package_smuxi-server() {
+  pkgdesc+= (common files and server)
+  depends=('log4net' 'nini')
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Split frontend
+  [[ -d $srcdir/frontend ]]  rm -r $srcdir/frontend/
+  mkdir $srcdir/frontend
+  mv $pkgdir/usr/bin/smuxi-frontend-{gnome,stfl} \
+ $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
+ $pkgdir/usr/lib/smuxi/smuxi-frontend* \
+ $pkgdir/usr/share/{applications,icons} \
+ $pkgdir/usr/share/man/man1/smuxi-frontend* \
+ $srcdir/frontend/
+}
+
+package_smuxi() {
+  pkgdesc+= (frontend) 
+  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 
'hicolor-icon-theme' 'xdg-utils')
+  install=smuxi.install
+  cd $srcdir/frontend
+
+  mkdir -p $pkgdir/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
+  mv smuxi-frontend-{gnome,stfl} $pkgdir/usr/bin
+  mv smuxi-frontend.pc $pkgdir/usr/lib/pkgconfig
+  mv smuxi-frontend*.1 $pkgdir/usr/share/man/man1
+  mv smuxi-frontend* $pkgdir/usr/lib/smuxi
+  mv {applications,icons} $pkgdir/usr/share
+}

Copied: smuxi/repos/community-staging-any/smuxi.install (from rev 128256, 
smuxi/trunk/smuxi.install)
===
--- community-staging-any/smuxi.install (rev 0)
+++ community-staging-any/smuxi.install 2015-02-26 13:17:20 UTC (rev 128257)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:17:16
  Author: jgc
Revision: 128256

upgpkg: smuxi 0.11-2

Modified:
  smuxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:14:27 UTC (rev 128255)
+++ PKGBUILD2015-02-26 13:17:16 UTC (rev 128256)
@@ -8,7 +8,7 @@
 pkgbase=smuxi
 pkgname=('smuxi-server' 'smuxi')
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
 arch=('any')
 url=https://smuxi.im/;


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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:20:36
  Author: jgc
Revision: 128258

upgpkg: tasque 0.1.12-3

Added:
  tasque/trunk/dbus-sharp-2-porting.patch
  tasque/trunk/use_dbussharp_2.patch
Modified:
  tasque/trunk/PKGBUILD

+
 PKGBUILD   |   16 +---
 dbus-sharp-2-porting.patch |   22 ++
 use_dbussharp_2.patch  |   32 
 3 files changed, 67 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:17:20 UTC (rev 128257)
+++ PKGBUILD2015-02-26 13:20:36 UTC (rev 128258)
@@ -3,7 +3,7 @@
 
 pkgname=tasque
 pkgver=0.1.12
-pkgrel=2
+pkgrel=3
 pkgdesc=Easy quick task management app written in C Sharp
 arch=('any')
 url=https://wiki.gnome.org/Apps/Tasque;
@@ -11,11 +11,21 @@
 depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+dbus-sharp-2-porting.patch
+use_dbussharp_2.patch)
+sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d'
+'9bcd0f2e854ade96203a44ca7e322d20e0a197057ea2c2271099720a211006b1'
+'b75cdba593bcd28beef7e55212511f5ebedda38a25c210b16226d9db4b180ef6')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../dbus-sharp-2-porting.patch
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
 build() {
   cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --disable-static --disable-appindicator
   make

Added: dbus-sharp-2-porting.patch
===
--- dbus-sharp-2-porting.patch  (rev 0)
+++ dbus-sharp-2-porting.patch  2015-02-26 13:20:36 UTC (rev 128258)
@@ -0,0 +1,22 @@
+Description: Port to dbus#2 API
+Forwarded: not-needed
+
+--- tasque-0.1.12.orig/src/Gtk.Tasque/RemoteControlProxy.cs
 tasque-0.1.12/src/Gtk.Tasque/RemoteControlProxy.cs
+@@ -22,8 +22,7 @@ namespace Tasque
+   BusG.Init ();
+ 
+   RemoteControl remote_control = new RemoteControl ();
+-  Bus.Session.Register (Namespace,
+-new ObjectPath (Path),
++  Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+ 
+   if (Bus.Session.RequestName (Namespace)
+@@ -33,4 +32,4 @@ namespace Tasque
+   return remote_control;
+   }
+   }
+-}
+\ No newline at end of file
++}

Added: use_dbussharp_2.patch
===
--- use_dbussharp_2.patch   (rev 0)
+++ use_dbussharp_2.patch   2015-02-26 13:20:36 UTC (rev 128258)
@@ -0,0 +1,32 @@
+Index: tasque/configure.ac
+===
+--- tasque.orig/configure.ac   2013-11-29 00:41:30.025341888 +
 tasque/configure.ac2013-11-29 00:41:30.021341888 +
+@@ -65,8 +65,8 @@
+ PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0 = 2.10.0])
+ PKG_CHECK_MODULES([GTK_SHARP_2_12], gtk-sharp-2.0 = 2.12.0, GTK_2_12=yes, 
GTK_2_12=no)
+ AM_CONDITIONAL(GTK_2_12, test $GTK_2_12 = yes)
+-PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-1.0])
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-1.0])
++PKG_CHECK_MODULES([DBUS_SHARP_10], [dbus-sharp-2.0])
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB_10], [dbus-sharp-glib-2.0])
+ 
+ #
+ # Allow the project to build without notify-sharp
+Index: tasque/src/Gtk.Tasque/Gtk.Tasque.csproj
+===
+--- tasque.orig/src/Gtk.Tasque/Gtk.Tasque.csproj   2013-11-29 
00:33:43.0 +
 tasque/src/Gtk.Tasque/Gtk.Tasque.csproj2013-11-29 00:41:53.765341045 
+
+@@ -63,10 +63,10 @@
+ Reference Include=notify-sharp, Version=0.4.0.0, Culture=neutral, 
PublicKeyToken=2df29c54e245917a
+   PrivateFalse/Private
+ /Reference
+-Reference Include=dbus-sharp, Version=1.0.0.0, Culture=neutral, 
PublicKeyToken=5675b0c3093115b5
++Reference Include=dbus-sharp, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=5675b0c3093115b5
+   PrivateFalse/Private
+ /Reference
+-Reference Include=dbus-sharp-glib, Version=1.0.0.0, Culture=neutral, 
PublicKeyToken=5675b0c3093115b5
++Reference Include=dbus-sharp-glib, Version=2.0.0.0, Culture=neutral, 
PublicKeyToken=5675b0c3093115b5
+   PrivateFalse/Private
+ /Reference
+   /ItemGroup


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:30:12
  Author: spupykin
Revision: 128262

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   27 -
 community-x86_64/PKGBUILD |   27 -
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 13:29:52 UTC (rev 128261)
+++ community-i686/PKGBUILD 2015-02-26 13:30:12 UTC (rev 128262)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=augeas
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
-arch=('i686' 'x86_64')
-url=http://augeas.net;
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('dce2f52cbd20f72c7da48e014ad48076'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: augeas/repos/community-i686/PKGBUILD (from rev 128261, 
augeas/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 13:30:12 UTC (rev 128262)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=augeas
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
+arch=('i686' 'x86_64')
+url=http://augeas.net;
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('c8890b11a04795ecfe5526eeae946b2d'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-26 13:29:52 UTC (rev 128261)
+++ community-x86_64/PKGBUILD   2015-02-26 13:30:12 UTC (rev 128262)
@@ -1,27 +0,0 @@
-# $Id$
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Jon Nordby jono...@gmail.com
-
-pkgname=augeas
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
-arch=('i686' 'x86_64')
-url=http://augeas.net;
-license=('LGPL')
-depends=('libxml2' 'gcc-libs')
-source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('dce2f52cbd20f72c7da48e014ad48076'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: augeas/repos/community-x86_64/PKGBUILD (from rev 128261, 
augeas/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-26 13:30:12 UTC (rev 128262)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Jon Nordby jono...@gmail.com
+
+pkgname=augeas
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
+arch=('i686' 'x86_64')
+url=http://augeas.net;
+license=('LGPL')
+depends=('libxml2' 'gcc-libs')
+validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('c8890b11a04795ecfe5526eeae946b2d'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Requires:.*|Requires: libxml-2.0|' augeas.pc.in
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:29:52
  Author: spupykin
Revision: 128261

upgpkg: augeas 1.3.0-1

upd

Modified:
  augeas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:24:54 UTC (rev 128260)
+++ PKGBUILD2015-02-26 13:29:52 UTC (rev 128261)
@@ -3,7 +3,7 @@
 # Contributor: Jon Nordby jono...@gmail.com
 
 pkgname=augeas
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc=A configuration editing tool that parses config files and transforms 
them into a tree
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxml2' 'gcc-libs')
 validpgpkeys=('AED6E2A185EEB379F17476D2E012D07AD0E3CC30')
 source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
-md5sums=('dce2f52cbd20f72c7da48e014ad48076'
+md5sums=('c8890b11a04795ecfe5526eeae946b2d'
  'SKIP')
 
 build() {


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:30:24
  Author: spupykin
Revision: 128263

upgpkg: autoconf-archive 1:2015.02.24-1

upd

Modified:
  autoconf-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:30:12 UTC (rev 128262)
+++ PKGBUILD2015-02-26 13:30:24 UTC (rev 128263)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Müllner muell...@math.stanford.edu
 
 pkgname=autoconf-archive
-pkgver=2015.02.04
+pkgver=2015.02.24
 pkgrel=1
 epoch=1
 pkgdesc=A collection of freely re-usable Autoconf macros
@@ -13,7 +13,7 @@
 optdepends=('automake: macros for use with it')
 validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
 source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('c572eef518493b283cdc776f91804e76'
+md5sums=('686ece8b7db6897d9bb9db1723e419b4'
  'SKIP')
 
 build() {


[arch-commits] Commit in dbus-sharp-glib/repos (3 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:53:57
  Author: jgc
Revision: 231996

db-move: moved dbus-sharp-glib from [staging] to [extra] (any)

Added:
  dbus-sharp-glib/repos/extra-any/PKGBUILD
(from rev 231993, dbus-sharp-glib/repos/staging-any/PKGBUILD)
Deleted:
  dbus-sharp-glib/repos/extra-any/PKGBUILD
  dbus-sharp-glib/repos/staging-any/

+
 /PKGBUILD  |   32 
 extra-any/PKGBUILD |   32 
 2 files changed, 32 insertions(+), 32 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2015-02-26 13:53:57 UTC (rev 231995)
+++ extra-any/PKGBUILD  2015-02-26 13:53:57 UTC (rev 231996)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=dbus-sharp-glib
-pkgver=0.5.0
-pkgrel=5
-pkgdesc=C# GLib implementation of D-Bus
-arch=('any')
-url=http://github.com/mono/dbus-sharp/;
-license=('custom')
-depends=('dbus-sharp=0.7')
-makedepends=('pkgconfig')
-options=(!makeflags)
-source=(https://github.com/downloads/mono/dbus-sharp/$pkgname-$pkgver.tar.gz)
-md5sums=('2284293316eb3a89f0f78798b8a24418')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export MONO_SHARED_DIR=${srcdir}/.wabi
-  mkdir -p ${MONO_SHARED_DIR}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: dbus-sharp-glib/repos/extra-any/PKGBUILD (from rev 231993, 
dbus-sharp-glib/repos/staging-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-02-26 13:53:57 UTC (rev 231996)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Alessio Biancalana dottorblas...@gmail.com
+
+pkgname=dbus-sharp-glib
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=C# GLib implementation of D-Bus
+arch=('any')
+url=http://github.com/mono/dbus-sharp-glib/;
+license=('custom')
+depends=('dbus-sharp=0.8')
+makedepends=('pkgconfig')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v${pkgver:0:3}/$pkgname-$pkgver.tar.gz)
+md5sums=('398475a4ed7793eb587c4f0eb913bb7f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export MONO_SHARED_DIR=${srcdir}/.wabi
+  mkdir -p ${MONO_SHARED_DIR}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in lightdm-gtk-greeter/repos (6 files)

2015-02-26 Thread Maxime Gauduin
Date: Thursday, February 26, 2015 @ 14:24:54
  Author: alucryd
Revision: 128260

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

Added:
  lightdm-gtk-greeter/repos/community-testing-i686/
  lightdm-gtk-greeter/repos/community-testing-i686/PKGBUILD
(from rev 128259, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-testing-i686/lightdm-gtk-greeter.install
(from rev 128259, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
  lightdm-gtk-greeter/repos/community-testing-x86_64/
  lightdm-gtk-greeter/repos/community-testing-x86_64/PKGBUILD
(from rev 128259, lightdm-gtk-greeter/trunk/PKGBUILD)
  lightdm-gtk-greeter/repos/community-testing-x86_64/lightdm-gtk-greeter.install
(from rev 128259, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)

--+
 community-testing-i686/PKGBUILD  |   43 +
 community-testing-i686/lightdm-gtk-greeter.install   |   13 +
 community-testing-x86_64/PKGBUILD|   43 +
 community-testing-x86_64/lightdm-gtk-greeter.install |   13 +
 4 files changed, 112 insertions(+)

Copied: lightdm-gtk-greeter/repos/community-testing-i686/PKGBUILD (from rev 
128259, lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-02-26 13:24:54 UTC (rev 128260)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucrydarchlinux.org
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.0
+pkgrel=1
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
+ 'intltool')
+replaces=('lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+install='lightdm-gtk-greeter.install'
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
lightdm-gtk-greeter/repos/community-testing-i686/lightdm-gtk-greeter.install 
(from rev 128259, lightdm-gtk-greeter/trunk/lightdm-gtk-greeter.install)
===
--- community-testing-i686/lightdm-gtk-greeter.install  
(rev 0)
+++ community-testing-i686/lightdm-gtk-greeter.install  2015-02-26 13:24:54 UTC 
(rev 128260)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+}
+
+post_update() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/community-testing-x86_64/PKGBUILD (from rev 
128259, lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-02-26 13:24:54 UTC (rev 128260)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucrydarchlinux.org
+# Contributor: Padfoot padf...@exemail.com.au
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.0
+pkgrel=1
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/lightdm-gtk-greeter'
+license=('GPL3' 'LGPL3')
+depends=('gtk3' 'lightdm')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
+ 'intltool')
+replaces=('lightdm-gtk3-greeter')
+backup=('etc/lightdm/lightdm-gtk-greeter.conf')
+install='lightdm-gtk-greeter.install'
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
+
+build() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
lightdm-gtk-greeter/repos/community-testing-x86_64/lightdm-gtk-greeter.install 
(from rev 128259, 

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:30:36
  Author: spupykin
Revision: 128265

upgpkg: freerdp 1.2.0_beta1+android9-3

upd

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:30:32 UTC (rev 128264)
+++ PKGBUILD2015-02-26 13:30:36 UTC (rev 128265)
@@ -6,7 +6,7 @@
 pkgver=1.2.0_beta1+android9
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=2
+pkgrel=3
 pkgdesc=Free RDP client
 arch=('i686' 'x86_64')
 url=http://freerdp.sourceforge.net;
@@ -32,8 +32,10 @@
   cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSEAUDIO=ON \
-   -DWITH_CUPS=ON -DCHANNEL_PRINTER=ON \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
.
   make
 }


[arch-commits] Commit in autoconf-archive/repos/community-any (PKGBUILD PKGBUILD)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:30:32
  Author: spupykin
Revision: 128264

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
(from rev 128263, autoconf-archive/trunk/PKGBUILD)
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 13:30:24 UTC (rev 128263)
+++ PKGBUILD2015-02-26 13:30:32 UTC (rev 128264)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel Müllner muell...@math.stanford.edu
-
-pkgname=autoconf-archive
-pkgver=2015.02.04
-pkgrel=1
-epoch=1
-pkgdesc=A collection of freely re-usable Autoconf macros
-arch=('any')
-url=http://www.gnu.org/software/autoconf-archive/;
-_watch=http://mirrors.axint.net/repos/gnu.org/autoconf-archive/;
-license=('GPL')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
-source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('c572eef518493b283cdc776f91804e76'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 128263, 
autoconf-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 13:30:32 UTC (rev 128264)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel Müllner muell...@math.stanford.edu
+
+pkgname=autoconf-archive
+pkgver=2015.02.24
+pkgrel=1
+epoch=1
+pkgdesc=A collection of freely re-usable Autoconf macros
+arch=('any')
+url=http://www.gnu.org/software/autoconf-archive/;
+_watch=http://mirrors.axint.net/repos/gnu.org/autoconf-archive/;
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('686ece8b7db6897d9bb9db1723e419b4'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


[arch-commits] Commit in dbus-sharp/repos (3 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:53:57
  Author: jgc
Revision: 231995

db-move: moved dbus-sharp from [staging] to [extra] (any)

Added:
  dbus-sharp/repos/extra-any/PKGBUILD
(from rev 231993, dbus-sharp/repos/staging-any/PKGBUILD)
Deleted:
  dbus-sharp/repos/extra-any/PKGBUILD
  dbus-sharp/repos/staging-any/

+
 /PKGBUILD  |   31 +++
 extra-any/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2015-02-26 13:53:56 UTC (rev 231994)
+++ extra-any/PKGBUILD  2015-02-26 13:53:57 UTC (rev 231995)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: Alessio Biancalana dottorblas...@gmail.com
-
-pkgname=dbus-sharp
-pkgver=0.7.0
-pkgrel=5
-pkgdesc=C# implementation of D-Bus
-arch=('any')
-url=http://github.com/mono/dbus-sharp/;
-license=('custom')
-depends=('mono')
-options=(!makeflags)
-source=(https://github.com/downloads/mono/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('1964fc341dcbaeda859c53cee295d042')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export MONO_SHARED_DIR=$srcdir/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package(){
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: dbus-sharp/repos/extra-any/PKGBUILD (from rev 231993, 
dbus-sharp/repos/staging-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2015-02-26 13:53:57 UTC (rev 231995)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Alessio Biancalana dottorblas...@gmail.com
+
+pkgname=dbus-sharp
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=C# implementation of D-Bus
+arch=('any')
+url=http://github.com/mono/dbus-sharp/;
+license=('custom')
+depends=('mono')
+options=(!makeflags)
+source=(https://github.com/mono/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('bb94ab3d9703342a2e936e52c87c783a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export MONO_SHARED_DIR=$srcdir/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:53:56
  Author: jgc
Revision: 231994

db-move: moved tomboy from [staging] to [extra] (i686, x86_64)

Added:
  tomboy/repos/extra-i686/PKGBUILD
(from rev 231993, tomboy/repos/staging-i686/PKGBUILD)
  tomboy/repos/extra-i686/tomboy.install
(from rev 231993, tomboy/repos/staging-i686/tomboy.install)
  tomboy/repos/extra-i686/use_dbussharp_2.patch
(from rev 231993, tomboy/repos/staging-i686/use_dbussharp_2.patch)
  tomboy/repos/extra-x86_64/PKGBUILD
(from rev 231993, tomboy/repos/staging-x86_64/PKGBUILD)
  tomboy/repos/extra-x86_64/tomboy.install
(from rev 231993, tomboy/repos/staging-x86_64/tomboy.install)
  tomboy/repos/extra-x86_64/use_dbussharp_2.patch
(from rev 231993, tomboy/repos/staging-x86_64/use_dbussharp_2.patch)
Deleted:
  tomboy/repos/extra-i686/PKGBUILD
  tomboy/repos/extra-i686/tomboy.install
  tomboy/repos/extra-x86_64/PKGBUILD
  tomboy/repos/extra-x86_64/tomboy.install
  tomboy/repos/staging-i686/
  tomboy/repos/staging-x86_64/

+
 /PKGBUILD  |   88 +++
 /tomboy.install|   50 +++
 extra-i686/PKGBUILD|   36 --
 extra-i686/tomboy.install  |   25 -
 extra-i686/use_dbussharp_2.patch   |   27 ++
 extra-x86_64/PKGBUILD  |   36 --
 extra-x86_64/tomboy.install|   25 -
 extra-x86_64/use_dbussharp_2.patch |   27 ++
 8 files changed, 192 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-26 09:02:45 UTC (rev 231993)
+++ extra-i686/PKGBUILD 2015-02-26 13:53:56 UTC (rev 231994)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=tomboy
-pkgver=1.14.1
-pkgrel=1
-pkgdesc=Desktop note-taking application for Linux and Unix
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org/projects/tomboy/;
-depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp' 
'dbus-sharp-glib' 'mono-addins' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
-options=('!emptydirs' '!makeflags')
-install=tomboy.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f9e81fd9c9a9180e8ddcb4b9237ead0c842aa5b5ac21af87e97939e5015af018')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-update-mimedb
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain tomboy $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: tomboy/repos/extra-i686/PKGBUILD (from rev 231993, 
tomboy/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-26 13:53:56 UTC (rev 231994)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=tomboy
+pkgver=1.14.1
+pkgrel=2
+pkgdesc=Desktop note-taking application for Linux and Unix
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org/projects/tomboy/;
+depends=('gtk2' 'gtkspell' 'gconf' 'gconf-sharp' 'dbus-sharp-glib' 
'mono-addins' 'hicolor-icon-theme')
+makedepends=('intltool' 'pkgconfig'  'gnome-doc-utils')
+options=('!emptydirs' '!makeflags')
+install=tomboy.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+use_dbussharp_2.patch)
+sha256sums=('f9e81fd9c9a9180e8ddcb4b9237ead0c842aa5b5ac21af87e97939e5015af018'
+'ef6804f9f461f4c61d0d4ab514936f423f4a58b7d4606d576a8c62162f9acf9e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain tomboy $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/tomboy.install
===
--- extra-i686/tomboy.install   2015-02-26 09:02:45 UTC (rev 231993)
+++ extra-i686/tomboy.install   2015-02-26 13:53:56 UTC (rev 

[arch-commits] Commit in banshee/repos (34 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:53:59
  Author: jgc
Revision: 231997

db-move: moved banshee from [staging] to [extra] (i686, x86_64)

Added:
  
banshee/repos/extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 231993, 
banshee/repos/staging-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
(from rev 231993, 
banshee/repos/staging-i686/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-i686/PKGBUILD
(from rev 231993, banshee/repos/staging-i686/PKGBUILD)
  
banshee/repos/extra-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 231993, 
banshee/repos/staging-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
(from rev 231993, 
banshee/repos/staging-i686/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-i686/Use-dbus-2.patch
(from rev 231993, banshee/repos/staging-i686/Use-dbus-2.patch)
  
banshee/repos/extra-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 231993, 
banshee/repos/staging-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/extra-i686/banshee.install
(from rev 231993, banshee/repos/staging-i686/banshee.install)
  banshee/repos/extra-i686/sqlite_fix.patch
(from rev 231993, banshee/repos/staging-i686/sqlite_fix.patch)
  
banshee/repos/extra-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
(from rev 231993, 
banshee/repos/staging-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch)
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
(from rev 231993, 
banshee/repos/staging-x86_64/Initial-port-to-GStreamer-1.0.patch)
  banshee/repos/extra-x86_64/PKGBUILD
(from rev 231993, banshee/repos/staging-x86_64/PKGBUILD)
  
banshee/repos/extra-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch
(from rev 231993, 
banshee/repos/staging-x86_64/Remove-IDBusExportable-inheritance-from-exported-int.patch)
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
(from rev 231993, 
banshee/repos/staging-x86_64/Remove-build-time-enable-gapless-playback-option.patch)
  banshee/repos/extra-x86_64/Use-dbus-2.patch
(from rev 231993, banshee/repos/staging-x86_64/Use-dbus-2.patch)
  
banshee/repos/extra-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
(from rev 231993, 
banshee/repos/staging-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch)
  banshee/repos/extra-x86_64/banshee.install
(from rev 231993, banshee/repos/staging-x86_64/banshee.install)
  banshee/repos/extra-x86_64/sqlite_fix.patch
(from rev 231993, banshee/repos/staging-x86_64/sqlite_fix.patch)
Deleted:
  
banshee/repos/extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
  banshee/repos/extra-i686/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-i686/PKGBUILD
  
banshee/repos/extra-i686/Remove-build-time-enable-gapless-playback-option.patch
  
banshee/repos/extra-i686/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
  banshee/repos/extra-i686/banshee.install
  banshee/repos/extra-i686/sqlite_fix.patch
  
banshee/repos/extra-x86_64/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch
  banshee/repos/extra-x86_64/Initial-port-to-GStreamer-1.0.patch
  banshee/repos/extra-x86_64/PKGBUILD
  
banshee/repos/extra-x86_64/Remove-build-time-enable-gapless-playback-option.patch
  
banshee/repos/extra-x86_64/Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch
  banshee/repos/extra-x86_64/banshee.install
  banshee/repos/extra-x86_64/sqlite_fix.patch
  banshee/repos/staging-i686/
  banshee/repos/staging-x86_64/

-+
 /Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch|  124 
 /Initial-port-to-GStreamer-1.0.patch| 2044 
++
 /PKGBUILD   |  138 
 /Remove-build-time-enable-gapless-playback-option.patch |  404 
+
 /Use-new-style-GStreamer-1.0-raw-audio-caps-in-the-WA.patch |   42 
 /banshee.install|   30 
 /sqlite_fix.patch   |  292 
+
 extra-i686/Don-t-use-the-new-decoded-pad-signal-of-decodebin.patch  |   62 
 extra-i686/Initial-port-to-GStreamer-1.0.patch  | 1022 
-
 extra-i686/PKGBUILD |   63 
 extra-i686/Remove-IDBusExportable-inheritance-from-exported-int.patch   |  132 
 extra-i686/Remove-build-time-enable-gapless-playback-option.patch   |  202 
 extra-i686/Use-dbus-2.patch |  

[arch-commits] Commit in notify-sharp-3/repos (4 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:55:00
  Author: jgc
Revision: 128270

db-move: moved notify-sharp-3 from [community-staging] to [community] (any)

Added:
  notify-sharp-3/repos/community-any/PKGBUILD
(from rev 128266, notify-sharp-3/repos/community-staging-any/PKGBUILD)
  notify-sharp-3/repos/community-any/use_dbussharp_2.pc
(from rev 128266, 
notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc)
Deleted:
  notify-sharp-3/repos/community-any/PKGBUILD
  notify-sharp-3/repos/community-staging-any/

--+
 /PKGBUILD|   37 +
 community-any/PKGBUILD   |   28 
 community-any/use_dbussharp_2.pc |   15 +++
 3 files changed, 52 insertions(+), 28 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-02-26 13:54:56 UTC (rev 128269)
+++ community-any/PKGBUILD  2015-02-26 13:55:00 UTC (rev 128270)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Jorge Mokross mokr...@gmail.com
-
-pkgname=notify-sharp-3
-_pkgname=notify-sharp
-pkgver=3.0.3
-pkgrel=1
-pkgdesc=C# D-Bus client library for desktop notifications (GTK+ 3 version)
-arch=('any')
-url=https://www.meebey.net/projects/notify-sharp/;
-license=('MIT')
-depends=('gtk-sharp-3' 'dbus-sharp-glib') 
-source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz)
-sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: notify-sharp-3/repos/community-any/PKGBUILD (from rev 128266, 
notify-sharp-3/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-26 13:55:00 UTC (rev 128270)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Jorge Mokross mokr...@gmail.com
+
+pkgname=notify-sharp-3
+_pkgname=notify-sharp
+pkgver=3.0.3
+pkgrel=2
+pkgdesc=C# D-Bus client library for desktop notifications (GTK+ 3 version)
+arch=('any')
+url=https://www.meebey.net/projects/notify-sharp/;
+license=('MIT')
+depends=('gtk-sharp-3' 'dbus-sharp-glib') 
+source=(https://www.meebey.net/projects/$_pkgname/downloads/$_pkgname-$pkgver.tar.gz
+use_dbussharp_2.pc)
+sha256sums=('a62ed07850a122e2bb7f2b88b32cf2fa675b60b912c0aeefb23f554ebfb1e56d'
+'6a6b13725d2b5161271f3d350e568abc2ba80130d9553089c46c4cad3bea66f9')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../use_dbussharp_2.pc
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: notify-sharp-3/repos/community-any/use_dbussharp_2.pc (from rev 128266, 
notify-sharp-3/repos/community-staging-any/use_dbussharp_2.pc)
===
--- community-any/use_dbussharp_2.pc(rev 0)
+++ community-any/use_dbussharp_2.pc2015-02-26 13:55:00 UTC (rev 128270)
@@ -0,0 +1,15 @@
+Index: notify-sharp/configure.ac
+===
+--- notify-sharp.orig/configure.ac 2013-10-30 17:08:11.823924561 +
 notify-sharp/configure.ac  2013-10-30 17:08:39.132039728 +
+@@ -68,8 +68,8 @@
+ 
+ DBUS_SHARP_REQ_VERSION=0.7
+ DBUS_SHARP_GLIB_REQ_VERSION=0.5
+-PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-1.0 = $DBUS_SHARP_REQ_VERSION \
+-  dbus-sharp-glib-1.0 = 
$DBUS_SHARP_GLIB_REQ_VERSION)
++PKG_CHECK_MODULES(DBUS_SHARP, dbus-sharp-2.0 = $DBUS_SHARP_REQ_VERSION \
++  dbus-sharp-glib-2.0 = 
$DBUS_SHARP_GLIB_REQ_VERSION)
+ AC_SUBST(DBUS_SHARP_LIBS)
+ 
+ required_assemblies=Mono.Posix


[arch-commits] Commit in tasque/repos (7 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:54:53
  Author: jgc
Revision: 128267

db-move: moved tasque from [community-staging] to [community] (any)

Added:
  tasque/repos/community-any/PKGBUILD
(from rev 128266, tasque/repos/community-staging-any/PKGBUILD)
  tasque/repos/community-any/dbus-sharp-2-porting.patch
(from rev 128266, 
tasque/repos/community-staging-any/dbus-sharp-2-porting.patch)
  tasque/repos/community-any/tasque.install
(from rev 128266, tasque/repos/community-staging-any/tasque.install)
  tasque/repos/community-any/use_dbussharp_2.patch
(from rev 128266, tasque/repos/community-staging-any/use_dbussharp_2.patch)
Deleted:
  tasque/repos/community-any/PKGBUILD
  tasque/repos/community-any/tasque.install
  tasque/repos/community-staging-any/

--+
 /PKGBUILD|   38 +
 /tasque.install  |   11 
 community-any/PKGBUILD   |   28 -
 community-any/dbus-sharp-2-porting.patch |   22 
 community-any/tasque.install |   11 
 community-any/use_dbussharp_2.patch  |   32 
 6 files changed, 103 insertions(+), 39 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-02-26 13:30:48 UTC (rev 128266)
+++ community-any/PKGBUILD  2015-02-26 13:54:53 UTC (rev 128267)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=tasque
-pkgver=0.1.12
-pkgrel=2
-pkgdesc=Easy quick task management app written in C Sharp
-arch=('any')
-url=https://wiki.gnome.org/Apps/Tasque;
-license=('MIT')
-depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-appindicator
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: tasque/repos/community-any/PKGBUILD (from rev 128266, 
tasque/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-26 13:54:53 UTC (rev 128267)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=tasque
+pkgver=0.1.12
+pkgrel=3
+pkgdesc=Easy quick task management app written in C Sharp
+arch=('any')
+url=https://wiki.gnome.org/Apps/Tasque;
+license=('MIT')
+depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+dbus-sharp-2-porting.patch
+use_dbussharp_2.patch)
+sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d'
+'9bcd0f2e854ade96203a44ca7e322d20e0a197057ea2c2271099720a211006b1'
+'b75cdba593bcd28beef7e55212511f5ebedda38a25c210b16226d9db4b180ef6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../dbus-sharp-2-porting.patch
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: tasque/repos/community-any/dbus-sharp-2-porting.patch (from rev 128266, 
tasque/repos/community-staging-any/dbus-sharp-2-porting.patch)
===
--- community-any/dbus-sharp-2-porting.patch(rev 0)
+++ community-any/dbus-sharp-2-porting.patch2015-02-26 13:54:53 UTC (rev 
128267)
@@ -0,0 +1,22 @@
+Description: Port to dbus#2 API
+Forwarded: not-needed
+
+--- tasque-0.1.12.orig/src/Gtk.Tasque/RemoteControlProxy.cs
 tasque-0.1.12/src/Gtk.Tasque/RemoteControlProxy.cs
+@@ -22,8 +22,7 @@ namespace Tasque
+   BusG.Init ();
+ 
+   RemoteControl remote_control = new RemoteControl ();
+-  Bus.Session.Register (Namespace,
+-new ObjectPath (Path),
++  Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+ 
+   if 

[arch-commits] Commit in gnome-do-plugins/trunk (PKGBUILD use_dbussharp_2.patch)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:12:24
  Author: jgc
Revision: 128253

upgpkg: gnome-do-plugins 0.8.5-2

Added:
  gnome-do-plugins/trunk/use_dbussharp_2.patch
Modified:
  gnome-do-plugins/trunk/PKGBUILD

---+
 PKGBUILD  |   10 --
 use_dbussharp_2.patch |   33 +
 2 files changed, 41 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 12:25:05 UTC (rev 128252)
+++ PKGBUILD2015-02-26 13:12:24 UTC (rev 128253)
@@ -5,7 +5,7 @@
 
 pkgname=gnome-do-plugins
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins for gnome-do
 arch=('any')
 url=http://cooperteam.net/;
@@ -13,8 +13,10 @@
 depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
 makedepends=('intltool' 'libgnome-sharp' 'libgnome-desktop-sharp')
 
source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+use_dbussharp_2.patch
 flickrnet-3.2.patch)
 md5sums=('022d184e884cabd3078716385f123c0a'
+ 'bf39bfb9f33f258938bcdf182a3a53a5'
  '8222b36baf39657d8f4e4c214f124093')
 
 prepare() {
@@ -27,11 +29,15 @@
   sed -i '/AptURL/d
   /DiskMounter/d
   /Transmission/d' Makefile.{am,in}
+
+  # Port to dbus-sharp-2
+  patch -Np1 -i ../use_dbussharp_2.patch
 }
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-release \
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-release
   make
 }
 

Added: use_dbussharp_2.patch
===
--- use_dbussharp_2.patch   (rev 0)
+++ use_dbussharp_2.patch   2015-02-26 13:12:24 UTC (rev 128253)
@@ -0,0 +1,33 @@
+From: Debian CLI Applications Team pkg-cli-apps-t...@lists.alioth.debian.org
+Date: Tue, 18 Nov 2014 10:07:49 +0800
+Subject: use_dbussharp_2
+
+===
+---
+ configure.ac | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 166dfd4..db2b685 100644
+--- a/configure.ac
 b/configure.ac
+@@ -44,7 +44,7 @@ fi
+ AC_MSG_RESULT([$BANSHEE_COLLECTION_INDEXER])
+ 
+ AC_MSG_CHECKING([which DBus implementation Banshee.CollectionIndexer 
requires])
+-if $PKG_CONFIG --print-requires $BANSHEE_COLLECTION_INDEXER 21 | grep 
dbus-sharp-1.0  /dev/null ; then
++if $PKG_CONFIG --print-requires $BANSHEE_COLLECTION_INDEXER 21 | grep 
dbus-sharp-2.0  /dev/null ; then
+   BANSHEE_USE_DBUS_SHARP=yes
+   AC_MSG_RESULT([dbus-sharp])
+ else
+@@ -53,8 +53,8 @@ else
+ fi
+ 
+ dnl -- DBus# required for Banshee and Telepathy support
+-PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-1.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SNARP_GLIB=no)
++PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-2.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-2.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SNARP_GLIB=no)
+ 
+ if test x$HAVE_DBUS_SHARP = xyes ; then
+   DBUS_BUILD_DEFINES=-define:USE_DBUS_SHARP


[arch-commits] Commit in gnome-do-plugins/repos (4 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:12:29
  Author: jgc
Revision: 128254

archrelease: copy trunk to community-staging-any

Added:
  gnome-do-plugins/repos/community-staging-any/
  gnome-do-plugins/repos/community-staging-any/PKGBUILD
(from rev 128253, gnome-do-plugins/trunk/PKGBUILD)
  gnome-do-plugins/repos/community-staging-any/flickrnet-3.2.patch
(from rev 128253, gnome-do-plugins/trunk/flickrnet-3.2.patch)
  gnome-do-plugins/repos/community-staging-any/use_dbussharp_2.patch
(from rev 128253, gnome-do-plugins/trunk/use_dbussharp_2.patch)

---+
 PKGBUILD  |   47 +++
 flickrnet-3.2.patch   |   12 
 use_dbussharp_2.patch |   33 +
 3 files changed, 92 insertions(+)

Copied: gnome-do-plugins/repos/community-staging-any/PKGBUILD (from rev 128253, 
gnome-do-plugins/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-02-26 13:12:29 UTC (rev 128254)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do-plugins
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=Plugins for gnome-do
+arch=('any')
+url=http://cooperteam.net/;
+license=('GPL3')
+depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
+makedepends=('intltool' 'libgnome-sharp' 'libgnome-desktop-sharp')
+source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+use_dbussharp_2.patch
+flickrnet-3.2.patch)
+md5sums=('022d184e884cabd3078716385f123c0a'
+ 'bf39bfb9f33f258938bcdf182a3a53a5'
+ '8222b36baf39657d8f4e4c214f124093')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to FlickrNet 3.2
+  patch -Np1 -i $srcdir/flickrnet-3.2.patch
+
+  # Disable some plugins
+  sed -i '/AptURL/d
+  /DiskMounter/d
+  /Transmission/d' Makefile.{am,in}
+
+  # Port to dbus-sharp-2
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-do-plugins/repos/community-staging-any/flickrnet-3.2.patch (from 
rev 128253, gnome-do-plugins/trunk/flickrnet-3.2.patch)
===
--- community-staging-any/flickrnet-3.2.patch   (rev 0)
+++ community-staging-any/flickrnet-3.2.patch   2015-02-26 13:12:29 UTC (rev 
128254)
@@ -0,0 +1,12 @@
+diff -Naur gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs 
gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs
+--- gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs2011-05-29 
03:45:52.0 +0200
 gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs 2011-11-30 
12:14:02.239286506 +0100
+@@ -99,7 +99,7 @@
+   try {
+   Auth auth = flickr.AuthGetToken(Frob);
+   AuthToken = auth.Token;
+-  Username = auth.User.Username;
++  Username = auth.User.UserName;
+   flickr = new FlickrNet.Flickr (ApiKey, 
ApiSecret, AuthToken);
+   SetBtnStateComplete ();
+   } catch (FlickrNet.FlickrException ex) {

Copied: gnome-do-plugins/repos/community-staging-any/use_dbussharp_2.patch 
(from rev 128253, gnome-do-plugins/trunk/use_dbussharp_2.patch)
===
--- community-staging-any/use_dbussharp_2.patch (rev 0)
+++ community-staging-any/use_dbussharp_2.patch 2015-02-26 13:12:29 UTC (rev 
128254)
@@ -0,0 +1,33 @@
+From: Debian CLI Applications Team pkg-cli-apps-t...@lists.alioth.debian.org
+Date: Tue, 18 Nov 2014 10:07:49 +0800
+Subject: use_dbussharp_2
+
+===
+---
+ configure.ac | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 166dfd4..db2b685 100644
+--- a/configure.ac
 b/configure.ac
+@@ -44,7 +44,7 @@ fi
+ AC_MSG_RESULT([$BANSHEE_COLLECTION_INDEXER])
+ 
+ AC_MSG_CHECKING([which DBus implementation Banshee.CollectionIndexer 
requires])
+-if $PKG_CONFIG --print-requires $BANSHEE_COLLECTION_INDEXER 21 | grep 
dbus-sharp-1.0  /dev/null ; then
++if $PKG_CONFIG --print-requires $BANSHEE_COLLECTION_INDEXER 21 | grep 
dbus-sharp-2.0  /dev/null ; then
+   BANSHEE_USE_DBUS_SHARP=yes
+   AC_MSG_RESULT([dbus-sharp])
+ else
+@@ -53,8 +53,8 @@ else
+ fi
+ 
+ dnl -- DBus# required for Banshee and Telepathy support
+-PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], 

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 14:30:48
  Author: spupykin
Revision: 128266

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

Added:
  freerdp/repos/community-i686/PKGBUILD
(from rev 128265, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-i686/build-fix.patch
(from rev 128265, freerdp/trunk/build-fix.patch)
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 128265, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/build-fix.patch
(from rev 128265, freerdp/trunk/build-fix.patch)
Deleted:
  freerdp/repos/community-i686/PKGBUILD
  freerdp/repos/community-i686/build-fix.patch
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/build-fix.patch

--+
 /PKGBUILD|   92 +
 /build-fix.patch |   26 ++
 community-i686/PKGBUILD  |   44 -
 community-i686/build-fix.patch   |   13 -
 community-x86_64/PKGBUILD|   44 -
 community-x86_64/build-fix.patch |   13 -
 6 files changed, 118 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 13:30:36 UTC (rev 128265)
+++ community-i686/PKGBUILD 2015-02-26 13:30:48 UTC (rev 128266)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Stijn Segers francesco dot borromini at gmail dot com
-
-pkgname=freerdp
-pkgver=1.2.0_beta1+android9
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=2
-pkgdesc=Free RDP client
-arch=('i686' 'x86_64')
-url=http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl')
-conflicts=('freerdp-git')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   build-fix.patch)
-md5sums=('a4a0a4f6e69c871aeab0600091ca6118'
- '9e9488538fe5ab74c25e2fb69e3edf62')
-
-prepare() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSEAUDIO=ON \
-   -DWITH_CUPS=ON -DCHANNEL_PRINTER=ON \
-   .
-  make
-}
-
-package() {
-  cd $srcdir/FreeRDP-${_pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: freerdp/repos/community-i686/PKGBUILD (from rev 128265, 
freerdp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 13:30:48 UTC (rev 128266)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Stijn Segers francesco dot borromini at gmail dot com
+
+pkgname=freerdp
+pkgver=1.2.0_beta1+android9
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=3
+pkgdesc=Free RDP client
+arch=('i686' 'x86_64')
+url=http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl')
+conflicts=('freerdp-git')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   build-fix.patch)
+md5sums=('a4a0a4f6e69c871aeab0600091ca6118'
+ '9e9488538fe5ab74c25e2fb69e3edf62')
+
+prepare() {
+  cd $srcdir/FreeRDP-${_pkgver}
+  patch -p1 $srcdir/build-fix.patch
+}
+
+build() {
+  cd $srcdir/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   .
+  make
+}
+
+package() {
+  cd $srcdir/FreeRDP-${_pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/build-fix.patch
===
--- community-i686/build-fix.patch  2015-02-26 13:30:36 UTC (rev 128265)
+++ community-i686/build-fix.patch  2015-02-26 13:30:48 UTC (rev 128266)
@@ -1,13 +0,0 @@
-diff -wbBur FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt 
FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt
 FreeRDP-1.2.0-beta1-android9/channels/client/CMakeLists.txt
2014-09-12 02:46:32.0 +0400
-+++ FreeRDP-1.2.0-beta1-android9.my/channels/client/CMakeLists.txt 
2015-02-25 14:05:27.840874974 +0300

[arch-commits] Commit in (ndesk-dbus-glib ndesk-dbus)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:57:46
  Author: jgc
Revision: 232000

Remove from repos

Deleted:
  ndesk-dbus-glib/
  ndesk-dbus/


[arch-commits] Commit in tasque/repos (5 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:20:41
  Author: jgc
Revision: 128259

archrelease: copy trunk to community-staging-any

Added:
  tasque/repos/community-staging-any/
  tasque/repos/community-staging-any/PKGBUILD
(from rev 128258, tasque/trunk/PKGBUILD)
  tasque/repos/community-staging-any/dbus-sharp-2-porting.patch
(from rev 128258, tasque/trunk/dbus-sharp-2-porting.patch)
  tasque/repos/community-staging-any/tasque.install
(from rev 128258, tasque/trunk/tasque.install)
  tasque/repos/community-staging-any/use_dbussharp_2.patch
(from rev 128258, tasque/trunk/use_dbussharp_2.patch)

+
 PKGBUILD   |   38 ++
 dbus-sharp-2-porting.patch |   22 ++
 tasque.install |   11 +++
 use_dbussharp_2.patch  |   32 
 4 files changed, 103 insertions(+)

Copied: tasque/repos/community-staging-any/PKGBUILD (from rev 128258, 
tasque/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-02-26 13:20:41 UTC (rev 128259)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=tasque
+pkgver=0.1.12
+pkgrel=3
+pkgdesc=Easy quick task management app written in C Sharp
+arch=('any')
+url=https://wiki.gnome.org/Apps/Tasque;
+license=('MIT')
+depends=('notify-sharp' 'sqlite' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+dbus-sharp-2-porting.patch
+use_dbussharp_2.patch)
+sha256sums=('db4d4a822cfa87ce8cf311189e17fa8fbda37e7c943874b6bf62c6a84b2d824d'
+'9bcd0f2e854ade96203a44ca7e322d20e0a197057ea2c2271099720a211006b1'
+'b75cdba593bcd28beef7e55212511f5ebedda38a25c210b16226d9db4b180ef6')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../dbus-sharp-2-porting.patch
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-appindicator
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: tasque/repos/community-staging-any/dbus-sharp-2-porting.patch (from rev 
128258, tasque/trunk/dbus-sharp-2-porting.patch)
===
--- community-staging-any/dbus-sharp-2-porting.patch
(rev 0)
+++ community-staging-any/dbus-sharp-2-porting.patch2015-02-26 13:20:41 UTC 
(rev 128259)
@@ -0,0 +1,22 @@
+Description: Port to dbus#2 API
+Forwarded: not-needed
+
+--- tasque-0.1.12.orig/src/Gtk.Tasque/RemoteControlProxy.cs
 tasque-0.1.12/src/Gtk.Tasque/RemoteControlProxy.cs
+@@ -22,8 +22,7 @@ namespace Tasque
+   BusG.Init ();
+ 
+   RemoteControl remote_control = new RemoteControl ();
+-  Bus.Session.Register (Namespace,
+-new ObjectPath (Path),
++  Bus.Session.Register (new ObjectPath (Path),
+ remote_control);
+ 
+   if (Bus.Session.RequestName (Namespace)
+@@ -33,4 +32,4 @@ namespace Tasque
+   return remote_control;
+   }
+   }
+-}
+\ No newline at end of file
++}

Copied: tasque/repos/community-staging-any/tasque.install (from rev 128258, 
tasque/trunk/tasque.install)
===
--- community-staging-any/tasque.install(rev 0)
+++ community-staging-any/tasque.install2015-02-26 13:20:41 UTC (rev 
128259)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: tasque/repos/community-staging-any/use_dbussharp_2.patch (from rev 
128258, tasque/trunk/use_dbussharp_2.patch)
===
--- community-staging-any/use_dbussharp_2.patch (rev 0)
+++ community-staging-any/use_dbussharp_2.patch 2015-02-26 13:20:41 UTC (rev 
128259)
@@ -0,0 +1,32 @@
+Index: tasque/configure.ac
+===
+--- tasque.orig/configure.ac   2013-11-29 00:41:30.025341888 +
 tasque/configure.ac2013-11-29 00:41:30.021341888 +
+@@ -65,8 +65,8 @@
+ PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0 = 2.10.0])
+ PKG_CHECK_MODULES([GTK_SHARP_2_12], gtk-sharp-2.0 = 2.12.0, GTK_2_12=yes, 
GTK_2_12=no)
+ AM_CONDITIONAL(GTK_2_12, 

[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2015-02-26 Thread Maxime Gauduin
Date: Thursday, February 26, 2015 @ 14:14:27
  Author: alucryd
Revision: 128255

upgpkg: lightdm-gtk-greeter 1:2.0.0-1

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 13:12:29 UTC (rev 128254)
+++ PKGBUILD2015-02-26 13:14:27 UTC (rev 128255)
@@ -2,9 +2,8 @@
 # Maintainer: Maxime Gauduin alucrydarchlinux.org
 # Contributor: Padfoot padf...@exemail.com.au
 
-pkgbase=lightdm-gtk-greeter
-pkgname=('lightdm-gtk2-greeter' 'lightdm-gtk3-greeter')
-pkgver=1.8.6
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.0
 pkgrel=1
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
@@ -11,52 +10,34 @@
 arch=('i686' 'x86_64')
 url='https://launchpad.net/lightdm-gtk-greeter'
 license=('GPL3' 'LGPL3')
-makedepends=('bzr' 'exo' 'gnome-common' 'gnome-doc-utils'
- 'gobject-introspection' 'gtk2' 'gtk3' 'intltool' 'lightdm')
+depends=('gtk3' 'lightdm')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection'
+ 'intltool')
+replaces=('lightdm-gtk3-greeter')
 backup=('etc/lightdm/lightdm-gtk-greeter.conf')
 install='lightdm-gtk-greeter.install'
-source=('bzr+lp:lightdm-gtk-greeter#revision=299')
-sha256sums=('SKIP')
+source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz;)
+sha256sums=('4c0a0121d1ec82c85c8aed4ad80ebd48ddc56d9bace31da72423bfd330c26484')
 
-prepare() {
-  cp -r lightdm-gtk-greeter lightdm-gtk2-greeter
-  mv lightdm-gtk-greeter lightdm-gtk3-greeter
-}
-
 build() {
-  cd lightdm-gtk2-greeter
+  cd lightdm-gtk-greeter-${pkgver}
 
-  ./autogen.sh --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' \
-   --libexecdir='/usr/lib/lightdm' --disable-static --with-gtk2 \
-   --with-libxklavier
-make
-
-  cd ../lightdm-gtk3-greeter
-
-  ./autogen.sh --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' \
-   --libexecdir='/usr/lib/lightdm' --disable-static \
-   --with-libxklavier
-make
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib/lightdm' \
+--sbindir='/usr/bin' \
+--sysconfdir='/etc' \
+--with-libxklavier \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
 }
 
-package_lightdm-gtk2-greeter() {
-  depends=('gtk2' 'lightdm')
-  provides=('lightdm-gtk-greeter')
-  conflicts=('lightdm-gtk-greeter')
+package() {
+  cd lightdm-gtk-greeter-${pkgver}
 
-  cd lightdm-gtk2-greeter
-
   make DESTDIR=${pkgdir} install
 }
 
-package_lightdm-gtk3-greeter() {
-  depends=('gtk3' 'lightdm')
-  provides=('lightdm-gtk-greeter')
-  conflicts=('lightdm-gtk-greeter')
-
-  cd lightdm-gtk3-greeter
-
-  make DESTDIR=${pkgdir} install
-}
-
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in smuxi/repos (5 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:54:54
  Author: jgc
Revision: 128268

db-move: moved smuxi from [community-staging] to [community] (any)

Added:
  smuxi/repos/community-any/PKGBUILD
(from rev 128266, smuxi/repos/community-staging-any/PKGBUILD)
  smuxi/repos/community-any/smuxi.install
(from rev 128266, smuxi/repos/community-staging-any/smuxi.install)
Deleted:
  smuxi/repos/community-any/PKGBUILD
  smuxi/repos/community-any/smuxi.install
  smuxi/repos/community-staging-any/

-+
 /PKGBUILD   |   61 ++
 /smuxi.install  |   11 +++
 community-any/PKGBUILD  |   61 --
 community-any/smuxi.install |   11 ---
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-02-26 13:54:53 UTC (rev 128267)
+++ community-any/PKGBUILD  2015-02-26 13:54:54 UTC (rev 128268)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Madek gonzaloseg...@gmail.com
-# Contributor: Marcelo Cavalcante marc...@marcelocavalcante.net
-# Contributor: Jens Kleikamp j...@codes-concepts.com
-# Contributor: Philipp Gildein r...@openspeak-project.org
-
-pkgbase=smuxi
-pkgname=('smuxi-server' 'smuxi')
-pkgver=0.11
-pkgrel=1
-pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
-arch=('any')
-url=http://www.smuxi.org/;
-license=('GPL')
-makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
-options=('!emptydirs')
-source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz)
-md5sums=('a65d5ab884c85b2e11ece2c1a23148d5')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-frontend-stfl \
-  --with-vendor-package-version=Arch Linux $pkgver-$pkgrel \
-  MCS=/usr/bin/dmcs
-  LANG=C make
-}
-
-package_smuxi-server() {
-  pkgdesc+= (common files and server)
-  depends=('log4net' 'nini')
-  cd $srcdir/$pkgbase-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # Split frontend
-  [[ -d $srcdir/frontend ]]  rm -r $srcdir/frontend/
-  mkdir $srcdir/frontend
-  mv $pkgdir/usr/bin/smuxi-frontend-{gnome,stfl} \
- $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
- $pkgdir/usr/lib/smuxi/smuxi-frontend* \
- $pkgdir/usr/share/{applications,icons} \
- $pkgdir/usr/share/man/man1/smuxi-frontend* \
- $srcdir/frontend/
-}
-
-package_smuxi() {
-  pkgdesc+= (frontend) 
-  depends=('smuxi-server' 'notify-sharp' 'gtkspell' 'stfl' 
'hicolor-icon-theme' 'xdg-utils')
-  install=smuxi.install
-  cd $srcdir/frontend
-
-  mkdir -p $pkgdir/usr/{bin,lib/{pkgconfig,smuxi},share/man/man1}
-  mv smuxi-frontend-{gnome,stfl} $pkgdir/usr/bin
-  mv smuxi-frontend.pc $pkgdir/usr/lib/pkgconfig
-  mv smuxi-frontend*.1 $pkgdir/usr/share/man/man1
-  mv smuxi-frontend* $pkgdir/usr/lib/smuxi
-  mv {applications,icons} $pkgdir/usr/share
-}

Copied: smuxi/repos/community-any/PKGBUILD (from rev 128266, 
smuxi/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-26 13:54:54 UTC (rev 128268)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Madek gonzaloseg...@gmail.com
+# Contributor: Marcelo Cavalcante marc...@marcelocavalcante.net
+# Contributor: Jens Kleikamp j...@codes-concepts.com
+# Contributor: Philipp Gildein r...@openspeak-project.org
+
+pkgbase=smuxi
+pkgname=('smuxi-server' 'smuxi')
+pkgver=0.11
+pkgrel=2
+pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
+arch=('any')
+url=https://smuxi.im/;
+license=('GPL')
+makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
+options=('!emptydirs')
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+md5sums=('a65d5ab884c85b2e11ece2c1a23148d5')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-frontend-stfl \
+  --with-vendor-package-version=Arch Linux $pkgver-$pkgrel \
+  MCS=/usr/bin/dmcs
+  LANG=C make
+}
+
+package_smuxi-server() {
+  pkgdesc+= (common files and server)
+  depends=('log4net' 'nini')
+  cd $srcdir/$pkgbase-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # Split frontend
+  [[ -d $srcdir/frontend ]]  rm -r $srcdir/frontend/
+  mkdir $srcdir/frontend
+  mv $pkgdir/usr/bin/smuxi-frontend-{gnome,stfl} \
+ $pkgdir/usr/lib/pkgconfig/smuxi-frontend.pc \
+ $pkgdir/usr/lib/smuxi/smuxi-frontend* \
+ $pkgdir/usr/share/{applications,icons} \
+ $pkgdir/usr/share/man/man1/smuxi-frontend* \
+ 

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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:55:04
  Author: jgc
Revision: 128273

db-move: moved docky from [community-staging] to [community] (any)

Added:
  docky/repos/community-any/PKGBUILD
(from rev 128266, docky/repos/community-staging-any/PKGBUILD)
  docky/repos/community-any/docky.install
(from rev 128266, docky/repos/community-staging-any/docky.install)
  docky/repos/community-any/drop-gnome-desktop-sharp.patch
(from rev 128266, 
docky/repos/community-staging-any/drop-gnome-desktop-sharp.patch)
  docky/repos/community-any/drop-rsvg2-sharp.patch
(from rev 128266, docky/repos/community-staging-any/drop-rsvg2-sharp.patch)
  docky/repos/community-any/fix-build.patch
(from rev 128266, docky/repos/community-staging-any/fix-build.patch)
  docky/repos/community-any/systemd-support.patch
(from rev 128266, docky/repos/community-staging-any/systemd-support.patch)
  docky/repos/community-any/use_dbussharp_2.patch
(from rev 128266, docky/repos/community-staging-any/use_dbussharp_2.patch)
Deleted:
  docky/repos/community-any/PKGBUILD
  docky/repos/community-any/docky.install
  docky/repos/community-any/drop-gnome-desktop-sharp.patch
  docky/repos/community-any/drop-rsvg2-sharp.patch
  docky/repos/community-any/fix-build.patch
  docky/repos/community-any/systemd-support.patch
  docky/repos/community-staging-any/

--+
 /PKGBUILD|   66 +++
 /docky.install   |   23 ++
 /drop-gnome-desktop-sharp.patch  |  155 +
 /drop-rsvg2-sharp.patch  |  222 +
 /fix-build.patch |   16 +
 /systemd-support.patch   |   66 +++
 community-any/PKGBUILD   |   61 --
 community-any/docky.install  |   23 --
 community-any/drop-gnome-desktop-sharp.patch |  155 -
 community-any/drop-rsvg2-sharp.patch |  222 -
 community-any/fix-build.patch|   16 -
 community-any/systemd-support.patch  |   66 ---
 community-any/use_dbussharp_2.patch  |   15 +
 13 files changed, 563 insertions(+), 543 deletions(-)

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


[arch-commits] Commit in gnome-do-plugins/repos (6 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:55:03
  Author: jgc
Revision: 128272

db-move: moved gnome-do-plugins from [community-staging] to [community] (any)

Added:
  gnome-do-plugins/repos/community-any/PKGBUILD
(from rev 128266, gnome-do-plugins/repos/community-staging-any/PKGBUILD)
  gnome-do-plugins/repos/community-any/flickrnet-3.2.patch
(from rev 128266, 
gnome-do-plugins/repos/community-staging-any/flickrnet-3.2.patch)
  gnome-do-plugins/repos/community-any/use_dbussharp_2.patch
(from rev 128266, 
gnome-do-plugins/repos/community-staging-any/use_dbussharp_2.patch)
Deleted:
  gnome-do-plugins/repos/community-any/PKGBUILD
  gnome-do-plugins/repos/community-any/flickrnet-3.2.patch
  gnome-do-plugins/repos/community-staging-any/

-+
 /PKGBUILD   |   47 ++
 /flickrnet-3.2.patch|   12 
 community-any/PKGBUILD  |   41 -
 community-any/flickrnet-3.2.patch   |   12 
 community-any/use_dbussharp_2.patch |   33 +++
 5 files changed, 92 insertions(+), 53 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-02-26 13:55:02 UTC (rev 128271)
+++ community-any/PKGBUILD  2015-02-26 13:55:03 UTC (rev 128272)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do-plugins
-pkgver=0.8.5
-pkgrel=1
-pkgdesc=Plugins for gnome-do
-arch=('any')
-url=https://launchpad.net/do-plugins;
-license=('GPL3')
-depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
-makedepends=('intltool' 'libgnome-sharp' 'libgnome-desktop-sharp')
-source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-flickrnet-3.2.patch)
-md5sums=('022d184e884cabd3078716385f123c0a'
- '8222b36baf39657d8f4e4c214f124093')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Port to FlickrNet 3.2
-  patch -Np1 -i $srcdir/flickrnet-3.2.patch
-
-  # Disable some plugins
-  sed -i '/AptURL/d
-  /DiskMounter/d
-  /Transmission/d' Makefile.{am,in}
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-release \
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-do-plugins/repos/community-any/PKGBUILD (from rev 128266, 
gnome-do-plugins/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-26 13:55:03 UTC (rev 128272)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Doehni do...@gmx.de
+
+pkgname=gnome-do-plugins
+pkgver=0.8.5
+pkgrel=2
+pkgdesc=Plugins for gnome-do
+arch=('any')
+url=http://cooperteam.net/;
+license=('GPL3')
+depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
+makedepends=('intltool' 'libgnome-sharp' 'libgnome-desktop-sharp')
+source=(http://launchpad.net/do-plugins/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
+use_dbussharp_2.patch
+flickrnet-3.2.patch)
+md5sums=('022d184e884cabd3078716385f123c0a'
+ 'bf39bfb9f33f258938bcdf182a3a53a5'
+ '8222b36baf39657d8f4e4c214f124093')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Port to FlickrNet 3.2
+  patch -Np1 -i $srcdir/flickrnet-3.2.patch
+
+  # Disable some plugins
+  sed -i '/AptURL/d
+  /DiskMounter/d
+  /Transmission/d' Makefile.{am,in}
+
+  # Port to dbus-sharp-2
+  patch -Np1 -i ../use_dbussharp_2.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --enable-release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-any/flickrnet-3.2.patch
===
--- community-any/flickrnet-3.2.patch   2015-02-26 13:55:02 UTC (rev 128271)
+++ community-any/flickrnet-3.2.patch   2015-02-26 13:55:03 UTC (rev 128272)
@@ -1,12 +0,0 @@
-diff -Naur gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs 
gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs
 gnome-do-plugins-0.8.4.orig/Flickr/src/AccountConfig.cs2011-05-29 
03:45:52.0 +0200
-+++ gnome-do-plugins-0.8.4/Flickr/src/AccountConfig.cs 2011-11-30 
12:14:02.239286506 +0100
-@@ -99,7 +99,7 @@
-   try {
-   Auth auth = flickr.AuthGetToken(Frob);
-   AuthToken = auth.Token;
--  Username = auth.User.Username;
-+  Username = auth.User.UserName;
-   

[arch-commits] Commit in notify-sharp/repos (7 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:54:56
  Author: jgc
Revision: 128269

db-move: moved notify-sharp from [community-staging] to [community] (any)

Added:
  notify-sharp/repos/community-any/PKGBUILD
(from rev 128266, notify-sharp/repos/community-staging-any/PKGBUILD)
  notify-sharp/repos/community-any/use_dbussharp_2.pc
(from rev 128266, 
notify-sharp/repos/community-staging-any/use_dbussharp_2.pc)
Deleted:
  notify-sharp/repos/community-any/02_reverse_cap_check.patch
  notify-sharp/repos/community-any/03-use-dbus-sharp.patch
  notify-sharp/repos/community-any/04-fix-app-name-derivation.patch
  notify-sharp/repos/community-any/PKGBUILD
  notify-sharp/repos/community-staging-any/

+
 /PKGBUILD  |   37 ++
 community-any/02_reverse_cap_check.patch   |   26 -
 community-any/03-use-dbus-sharp.patch  |  312 ---
 community-any/04-fix-app-name-derivation.patch |   24 -
 community-any/PKGBUILD |   29 --
 community-any/use_dbussharp_2.pc   |   15 +
 6 files changed, 52 insertions(+), 391 deletions(-)

Deleted: community-any/02_reverse_cap_check.patch
===
--- community-any/02_reverse_cap_check.patch2015-02-26 13:54:54 UTC (rev 
128268)
+++ community-any/02_reverse_cap_check.patch2015-02-26 13:54:56 UTC (rev 
128269)
@@ -1,26 +0,0 @@
-Description: Reverse the patch merged upstream which swallows actions in
- notifications.  It is more appropriate for applications to make
- that decision rather than a library.
-From: David Barth david.ba...@canonical.com
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/349550
-Index: notify-sharp/src/Notification.cs
-===
 notify-sharp.orig/src/Notification.cs  2011-02-26 02:13:37.452598287 
+0800
-+++ notify-sharp/src/Notification.cs   2011-02-26 02:14:10.562409163 +0800
-@@ -341,13 +341,10 @@
-   }
- 
-   public void AddAction (string action, string label, 
ActionHandler handler) {
--  if (Notifications.Global.Capabilities != null 
--  Array.IndexOf (Notifications.Global.Capabilities, 
actions)  -1) {
--  lock (action_map) {
--  action_map[action] = new ActionTuple 
(label, handler);
--  }
--  Update ();
-+  lock (action_map) {
-+  action_map[action] = new ActionTuple (label, 
handler);
-   }
-+  Update ();
-   }
- 
-   public void RemoveAction (string action) {

Deleted: community-any/03-use-dbus-sharp.patch
===
--- community-any/03-use-dbus-sharp.patch   2015-02-26 13:54:54 UTC (rev 
128268)
+++ community-any/03-use-dbus-sharp.patch   2015-02-26 13:54:56 UTC (rev 
128269)
@@ -1,312 +0,0 @@
-Description: Usage of new dbus-sharp bindings
-Author: Rico Tzschichholz ric...@ubuntu.com
-Forwarded: no
-
-Index: notify-sharp/Makefile.in
-===
 notify-sharp.orig/Makefile.in  2011-10-25 09:18:50.340768390 +0800
-+++ notify-sharp/Makefile.in   2011-10-25 09:18:52.470780790 +0800
-@@ -114,8 +114,8 @@
- MONODOC_LIBS = @MONODOC_LIBS@
- MONO_CFLAGS = @MONO_CFLAGS@
- MONO_LIBS = @MONO_LIBS@
--NDESK_DBUS_CFLAGS = @NDESK_DBUS_CFLAGS@
--NDESK_DBUS_LIBS = @NDESK_DBUS_LIBS@
-+DBUS_SHARP_CFLAGS = @DBUS_SHARP_CFLAGS@
-+DBUS_SHARP_LIBS = @DBUS_SHARP_LIBS@
- PACKAGE = @PACKAGE@
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
- PACKAGE_NAME = @PACKAGE_NAME@
-Index: notify-sharp/configure
-===
 notify-sharp.orig/configure2011-10-25 09:18:50.310768215 +0800
-+++ notify-sharp/configure 2011-10-25 09:18:52.474114142 +0800
-@@ -601,8 +601,8 @@
- ac_unique_file=src/Global.cs
- ac_subst_vars='LTLIBOBJS
- LIBOBJS
--NDESK_DBUS_LIBS
--NDESK_DBUS_CFLAGS
-+DBUS_SHARP_LIBS
-+DBUS_SHARP_CFLAGS
- GTK_SHARP_LIBS
- GTK_SHARP_CFLAGS
- BUILD_DOCS_FALSE
-@@ -709,8 +709,8 @@
- MONODOC_LIBS
- GTK_SHARP_CFLAGS
- GTK_SHARP_LIBS
--NDESK_DBUS_CFLAGS
--NDESK_DBUS_LIBS'
-+DBUS_SHARP_CFLAGS
-+DBUS_SHARP_LIBS'
- 
- 
- # Initialize some variables set by options.
-@@ -1356,10 +1356,10 @@
-   C compiler flags for GTK_SHARP, overriding pkg-config
-   GTK_SHARP_LIBS
-   linker flags for GTK_SHARP, overriding pkg-config
--  NDESK_DBUS_CFLAGS
--  C compiler flags for NDESK_DBUS, overriding pkg-config
--  NDESK_DBUS_LIBS
--  linker flags for NDESK_DBUS, overriding pkg-config
-+  DBUS_SHARP_CFLAGS
-+  C compiler flags for DBUS_SHARP, overriding 

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

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:55:02
  Author: jgc
Revision: 128271

db-move: moved gnome-do from [community-staging] to [community] (i686, x86_64)

Added:
  gnome-do/repos/community-i686/03_dbus_sharp_2.diff
(from rev 128266, 
gnome-do/repos/community-staging-i686/03_dbus_sharp_2.diff)
  gnome-do/repos/community-i686/PKGBUILD
(from rev 128266, gnome-do/repos/community-staging-i686/PKGBUILD)
  gnome-do/repos/community-i686/fix-build.patch
(from rev 128266, gnome-do/repos/community-staging-i686/fix-build.patch)
  gnome-do/repos/community-i686/gnome-do.install
(from rev 128266, gnome-do/repos/community-staging-i686/gnome-do.install)
  gnome-do/repos/community-x86_64/03_dbus_sharp_2.diff
(from rev 128266, 
gnome-do/repos/community-staging-x86_64/03_dbus_sharp_2.diff)
  gnome-do/repos/community-x86_64/PKGBUILD
(from rev 128266, gnome-do/repos/community-staging-x86_64/PKGBUILD)
  gnome-do/repos/community-x86_64/fix-build.patch
(from rev 128266, gnome-do/repos/community-staging-x86_64/fix-build.patch)
  gnome-do/repos/community-x86_64/gnome-do.install
(from rev 128266, gnome-do/repos/community-staging-x86_64/gnome-do.install)
Deleted:
  gnome-do/repos/community-i686/PKGBUILD
  gnome-do/repos/community-i686/fix-build.patch
  gnome-do/repos/community-i686/gnome-do.install
  gnome-do/repos/community-i686/revert-threading-fix.patch
  gnome-do/repos/community-staging-i686/
  gnome-do/repos/community-staging-x86_64/
  gnome-do/repos/community-x86_64/PKGBUILD
  gnome-do/repos/community-x86_64/fix-build.patch
  gnome-do/repos/community-x86_64/gnome-do.install
  gnome-do/repos/community-x86_64/revert-threading-fix.patch

-+
 /PKGBUILD   |   90 ++
 /fix-build.patch|   24 ++
 /gnome-do.install   |   44 
 community-i686/03_dbus_sharp_2.diff |   13 +++
 community-i686/PKGBUILD |   39 ---
 community-i686/fix-build.patch  |   12 ---
 community-i686/gnome-do.install |   22 --
 community-i686/revert-threading-fix.patch   |   13 ---
 community-x86_64/03_dbus_sharp_2.diff   |   13 +++
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/fix-build.patch|   12 ---
 community-x86_64/gnome-do.install   |   22 --
 community-x86_64/revert-threading-fix.patch |   13 ---
 13 files changed, 184 insertions(+), 172 deletions(-)

Copied: gnome-do/repos/community-i686/03_dbus_sharp_2.diff (from rev 128266, 
gnome-do/repos/community-staging-i686/03_dbus_sharp_2.diff)
===
--- community-i686/03_dbus_sharp_2.diff (rev 0)
+++ community-i686/03_dbus_sharp_2.diff 2015-02-26 13:55:02 UTC (rev 128271)
@@ -0,0 +1,13 @@
+--- a/configure.ac
 b/configure.ac
+@@ -97,8 +97,8 @@
+ AC_SUBST([GKEYFILE_SHARP_LIBS])
+ 
+ dnl -- Use D-Bus# where available.
+-PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-1.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
+-PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-1.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
++PKG_CHECK_MODULES([DBUS_SHARP], [dbus-sharp-2.0], HAVE_DBUS_SHARP=yes, 
HAVE_DBUS_SHARP=no)
++PKG_CHECK_MODULES([DBUS_SHARP_GLIB], [dbus-sharp-glib-2.0], 
HAVE_DBUS_SHARP_GLIB=yes, HAVE_DBUS_SHARP_GLIB=no)
+ 
+ if test x$HAVE_DBUS_SHARP = xyes ; then
+   DBUS_BUILD_DEFINES=-define:USE_DBUS_SHARP

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 13:55:00 UTC (rev 128270)
+++ community-i686/PKGBUILD 2015-02-26 13:55:02 UTC (rev 128271)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Doehni do...@gmx.de
-
-pkgname=gnome-do
-pkgver=0.95.3
-pkgrel=1
-pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
-arch=('i686' 'x86_64')
-url=http://do.cooperteam.net/;
-license=('GPL3')
-depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp')
-makedepends=('intltool' 'gio-sharp')
-install=$pkgname.install
-source=(http://launchpad.net/do/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz
-fix-build.patch)
-md5sums=('698ff640c8b54565725e9f836384c894'
- '4ac79a8270bc6c1539f56b8f56043894')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: 

[arch-commits] Commit in blam/repos (5 files)

2015-02-26 Thread Jan de Groot
Date: Thursday, February 26, 2015 @ 14:55:05
  Author: jgc
Revision: 128274

db-move: moved blam from [community-staging] to [community] (any)

Added:
  blam/repos/community-any/PKGBUILD
(from rev 128266, blam/repos/community-staging-any/PKGBUILD)
  blam/repos/community-any/blam.install
(from rev 128266, blam/repos/community-staging-any/blam.install)
Deleted:
  blam/repos/community-any/PKGBUILD
  blam/repos/community-any/blam.install
  blam/repos/community-staging-any/

+
 /PKGBUILD  |   35 +++
 /blam.install  |   22 ++
 community-any/PKGBUILD |   30 --
 community-any/blam.install |   22 --
 4 files changed, 57 insertions(+), 52 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-02-26 13:55:04 UTC (rev 128273)
+++ community-any/PKGBUILD  2015-02-26 13:55:05 UTC (rev 128274)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=blam
-pkgver=1.8.12
-pkgrel=1
-pkgdesc=Simple newsreader for GNOME written in C Sharp
-arch=('any')
-url=https://git.gnome.org/browse/blam;
-license=('GPL')
-depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: blam/repos/community-any/PKGBUILD (from rev 128266, 
blam/repos/community-staging-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-02-26 13:55:05 UTC (rev 128274)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=blam
+pkgver=1.8.12
+pkgrel=2
+pkgdesc=Simple newsreader for GNOME written in C Sharp
+arch=('any')
+url=https://git.gnome.org/browse/blam;
+license=('GPL')
+depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 
'xdg-utils')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/dbus-sharp-glib-1.0/dbus-sharp-glib-2.0/g' configure.ac
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-any/blam.install
===
--- community-any/blam.install  2015-02-26 13:55:04 UTC (rev 128273)
+++ community-any/blam.install  2015-02-26 13:55:05 UTC (rev 128274)
@@ -1,22 +0,0 @@
-pkgname=blam
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}

Copied: blam/repos/community-any/blam.install (from rev 128266, 
blam/repos/community-staging-any/blam.install)
===
--- community-any/blam.install  (rev 0)
+++ community-any/blam.install  2015-02-26 13:55:05 UTC (rev 128274)
@@ -0,0 +1,22 @@
+pkgname=blam
+
+post_install() {
+  gconfpkg --install $pkgname
+  xdg-icon-resource forceupdate
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate
+}


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

2015-02-26 Thread Pierre Schmitz
Date: Thursday, February 26, 2015 @ 18:45:13
  Author: pierre
Revision: 232005

upgpkg: xz 5.2.1-1

Modified:
  xz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:11:27 UTC (rev 232004)
+++ PKGBUILD2015-02-26 17:45:13 UTC (rev 232005)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmi...@gmx.net
 
 pkgname=xz
-pkgver=5.2.0
+pkgver=5.2.1
 pkgrel=1
 pkgdesc='Library and command line tools for XZ and LZMA compressed files'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('sh')
 source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('be585bdf8672e4406632eda3d819e284'
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
  'SKIP')
 validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
 


[arch-commits] Commit in mingw-w64-headers/trunk (2 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:19:23
  Author: spupykin
Revision: 128299

upgpkg: mingw-w64-headers 4.0rc2-1

upd

Modified:
  mingw-w64-headers/trunk/PKGBUILD
Deleted:
  mingw-w64-headers/trunk/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch

+
 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch |   61 ---
 PKGBUILD   |   19 +++
 2 files changed, 10 insertions(+), 70 deletions(-)

Deleted: 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
===
--- 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2015-02-26 17:15:18 UTC 
(rev 128298)
+++ 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2015-02-26 17:19:23 UTC 
(rev 128299)
@@ -1,61 +0,0 @@
-From 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c Mon Sep 17 00:00:00 2001
-From: cjacek cjacek@4407c894-4637-0410-b4f5-ada5f102cad1
-Date: Thu, 13 Mar 2014 14:51:52 +
-Subject: [PATCH] intrin.h: Fixed mm3dnow.h conflict with recent GCC trunk.
-
-git-svn-id: https://svn.code.sf.net/p/mingw-w64/code@6525 
4407c894-4637-0410-b4f5-ada5f102cad1

- trunk/mingw-w64-headers/crt/intrin.h | 16 ++--
- 1 file changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/trunk/mingw-w64-headers/crt/intrin.h 
b/trunk/mingw-w64-headers/crt/intrin.h
-index 2348e09..593b5f2 100644
 a/trunk/mingw-w64-headers/crt/intrin.h
-+++ b/trunk/mingw-w64-headers/crt/intrin.h
-@@ -105,6 +105,16 @@ extern C {
- #endif
- #endif
- 
-+#if defined(__3dNOW__) || defined(__MINGW_FORCE_SYS_INTRINS)
-+#if defined(__cplusplus)
-+extern C {
-+#endif
-+#include mm3dnow.h
-+#if defined(__cplusplus)
-+}
-+#endif
-+#endif
-+
- /* NOTE: it's not included by MS version, but we do it to try work around 
C++/C linkage differences */
- #if defined(__SSE__) || defined(__MINGW_FORCE_SYS_INTRINS)
- #if defined(__cplusplus)
-@@ -642,8 +652,6 @@ extern C {
- __MACHINEX86X_NOX64(__m64 _m_pavgw(__m64,__m64))
- __MACHINEX86X_NOX64(__m64 _m_psadbw(__m64,__m64))
- #endif
--__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
--__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- #if !defined(__GNUC__) || (!defined(__SSE__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ss(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ps(__m128,__m128))
-@@ -745,6 +753,9 @@ extern C {
- __MACHINEX86X_NOIA64(__m128 _mm_movelh_ps(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_movehl_ps(__m128,__m128))
- #endif
-+#if !defined(__GNUC__) || (!defined(__3dNOW__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
-+__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
-+__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- __MACHINEX86X_NOIA64(void _m_prefetch(void*))
- __MACHINEX86X_NOIA64(void _m_prefetchw(void*_Source))
- __MACHINEX86X_NOWIN64(void _m_femms(void))
-@@ -767,6 +778,7 @@ extern C {
- __MACHINEX86X_NOWIN64(__m64 _m_pfsubr(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pi2fd(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pmulhrw(__m64,__m64))
-+#endif
- __MACHINEX86X_NOWIN64(__m64 _m_pf2iw(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfnacc(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfpnacc(__m64,__m64))
--- 
-1.9.3
-

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:15:18 UTC (rev 128298)
+++ PKGBUILD2015-02-26 17:19:23 UTC (rev 128299)
@@ -5,7 +5,8 @@
 _targets=i686-w64-mingw32 x86_64-w64-mingw32
 
 pkgname='mingw-w64-headers'
-pkgver=3.3.0
+pkgver=4.0rc2
+_pkgver=4.0-rc2
 pkgrel=1
 pkgdesc=MinGW-w64 headers for Windows
 arch=('any')
@@ -13,14 +14,14 @@
 license=('custom')
 groups=('mingw-w64-toolchain' 'mingw-w64')
 options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
+source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${_pkgver}.tar.bz2)
+md5sums=('e08c4c0265c0e97f514695a1fa57af9e')
 
 build() {
   for _target in ${_targets}; do
 msg Configuring ${_target} headers
 mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
+${srcdir}/mingw-w64-v${_pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
   done
 }
 
@@ -35,9 +36,9 @@
   done
 
   msg Installing MinGW-w64 licenses
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64/COPYING.MinGW-w64.txt 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING.MinGW-w64.txt
-  install -Dm644 
${srcdir}/mingw-w64-v${pkgver}/COPYING.MinGW-w64-runtime/COPYING.MinGW-w64-runtime.txt
 

[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:27:01
  Author: spupykin
Revision: 128301

upgpkg: roundcubemail 1.1.0-5

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|   12 ++--
 apache.conf |1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:19:39 UTC (rev 128300)
+++ PKGBUILD2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,7 +3,7 @@
 
 pkgname=roundcubemail
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A PHP web-based mail client
 arch=('any')
 url=http://www.roundcube.net;
@@ -18,7 +18,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
 md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
+ 'afa5113b40709550573f32d032b388b8')
 
 prepare() {
   cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
@@ -46,10 +46,10 @@
   install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
   install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
 
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
+  install -dm0755 $pkgdir/etc/php/conf.d/
+  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
+open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
+EOF
 
   rm -rf temp logs
 }

Modified: apache.conf
===
--- apache.conf 2015-02-26 17:19:39 UTC (rev 128300)
+++ apache.conf 2015-02-26 17:27:01 UTC (rev 128301)
@@ -3,5 +3,4 @@
 AllowOverride All
 Options FollowSymlinks
 Require all granted
-php_admin_value open_basedir 
/tmp/:/var/cache/roundcubemail:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
 /Directory


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:51:59
  Author: spupykin
Revision: 128304

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

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

---+
 /PKGBUILD |   90 
 /kdenlive.install |   26 ++
 community-i686/PKGBUILD   |   43 -
 community-i686/kdenlive.install   |   13 -
 community-x86_64/PKGBUILD |   43 -
 community-x86_64/kdenlive.install |   13 -
 6 files changed, 116 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 17:51:39 UTC (rev 128303)
+++ community-i686/PKGBUILD 2015-02-26 17:51:59 UTC (rev 128304)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Zuf kontakt@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=kdenlive
-pkgver=0.9.10
-pkgrel=1
-pkgdesc=A non-linear video editor for Linux
-arch=('i686' 'x86_64')
-# http://download.kde.org/stable/kdenlive/
-url=http://www.kdenlive.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
-install=kdenlive.install
-options=('docs')
-source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
-md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
-
-build() {
-  export LDFLAGS=$LDFLAGS -lX11
-  cd ${srcdir}
-  mkdir -p build
-  cd build
-  cmake ../kdenlive-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=/usr/lib \
--DLINK_LIBRARIES=-lX11 \
--DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdenlive/repos/community-i686/PKGBUILD (from rev 128303, 
kdenlive/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 17:51:59 UTC (rev 128304)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Zuf kontakt@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=kdenlive
+pkgver=0.9.10
+pkgrel=2
+pkgdesc=A non-linear video editor for Linux
+arch=('i686' 'x86_64')
+# http://download.kde.org/stable/kdenlive/
+url=http://www.kdenlive.org/;
+license=('GPL')
+depends=('hicolor-icon-theme' 'kdelibs' 'mlt' \
+'qimageblitz' 'qjson' 'shared-mime-info')
+makedepends=('cmake' 'automoc4' 'gettext' 'glew')
+optdepends=('cdrkit: for creation of DVD ISO images'
+   'dvdauthor: for creation of DVD'
+   'dvgrab: for firewire capture'
+   'ffmpeg: for webcam capture'
+   'recordmydesktop: for screen capture'
+   'xine-lib: for DVD preview')
+install=kdenlive.install
+options=('docs')
+source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)
+md5sums=('40d7ee8e388cb084f5eb1ad1596a14b2')
+
+build() {
+  export LDFLAGS=$LDFLAGS -lX11
+  cd ${srcdir}
+  mkdir -p build
+  cd build
+  cmake ../kdenlive-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DLINK_LIBRARIES=-lX11 \
+-DWITH_Nepomuk=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/kdenlive.install
===
--- community-i686/kdenlive.install 2015-02-26 17:51:39 UTC (rev 128303)
+++ community-i686/kdenlive.install 2015-02-26 17:51:59 UTC (rev 128304)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kdenlive/repos/community-i686/kdenlive.install (from rev 128303, 
kdenlive/trunk/kdenlive.install)

[arch-commits] Commit in (4 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:17:35
  Author: spupykin
Revision: 128305

Added:
  kernel-headers-musl/
  kernel-headers-musl/repos/
  kernel-headers-musl/trunk/
  kernel-headers-musl/trunk/PKGBUILD

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

Added: kernel-headers-musl/trunk/PKGBUILD
===
--- kernel-headers-musl/trunk/PKGBUILD  (rev 0)
+++ kernel-headers-musl/trunk/PKGBUILD  2015-02-26 18:17:35 UTC (rev 128305)
@@ -0,0 +1,22 @@
+# Maintainer: Jens Staal staal1...@gmail.com
+
+pkgname=kernel-headers-musl
+pkgver=3.12.6_5
+pkgrel=1
+pkgdesc=Linux kernel headers sanitized for use with musl libc
+arch=('i686' 'x86_64')
+url=https://github.com/sabotage-linux/kernel-headers;
+license=('LGPL')
+depends=('musl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sabotage-linux/kernel-headers/archive/v${pkgver/_/-}.tar.gz;)
+md5sums=('2fe2d8053716759e42f182fbc75424e8')
+
+build() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  make ARCH=$CARCH prefix=/usr/lib/musl
+}
+
+package() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  make ARCH=$CARCH prefix=/usr/lib/musl DESTDIR=$pkgdir install
+}


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:06:32
  Author: spupykin
Revision: 128295

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 128294, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 128294, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 128294, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 128294, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 128294, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 128294, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 128294, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 128294, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 128294, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 128294, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

---+
 /PKGBUILD |  122 +
 /config   |  192 
 /hostapd.install  |6 
 /hostapd.service  |   20 ++
 community-i686/PKGBUILD   |   54 ---
 community-i686/config |   96 --
 community-i686/hostapd-2.3-noscan.patch   |   54 +++
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 -
 community-x86_64/PKGBUILD |   54 ---
 community-x86_64/config   |   96 --
 community-x86_64/hostapd-2.3-noscan.patch |   54 +++
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 -
 14 files changed, 448 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 17:06:01 UTC (rev 128294)
+++ community-i686/PKGBUILD 2015-02-26 17:06:32 UTC (rev 128295)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.3
-pkgrel=3
-pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
-arch=('i686' 'x86_64')
-url=http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- '380042b9cf4950e34ed34b3093ab9e7f')
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS=$CFLAGS $(pkg-config --cflags libnl-3.0)
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
$pkgdir/usr/lib/systemd/system/hostapd.service
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  cd hostapd
-
-  # Binaries
-  install -d $pkgdir/usr/bin
-  install -t $pkgdir/usr/bin hostapd hostapd_cli
-
-  # Configuration
-  install -d $pkgdir/etc/hostapd
-  install -d $pkgdir/usr/share/doc/hostapd
-  install -m644 -t $pkgdir/usr/share/doc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 128294, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 17:06:32 UTC (rev 128295)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.3
+pkgrel=4
+pkgdesc=IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
+arch=('i686' 'x86_64')
+url=http://w1.fi/hostapd/;
+license=('custom')
+depends=('openssl' 'libnl')
+install=hostapd.install
+options=(emptydirs)
+source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
+   config
+   hostapd.service
+   hostapd-2.3-noscan.patch)
+md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
+   

[arch-commits] Commit in minidlna/trunk (5 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:06:35
  Author: spupykin
Revision: 128296

upgpkg: minidlna 1.1.4-5

upd

Added:
  minidlna/trunk/minidlna.sysusers
Modified:
  minidlna/trunk/PKGBUILD
  minidlna/trunk/minidlna.install
  minidlna/trunk/minidlna.service
  minidlna/trunk/minidlna.tmpfiles

---+
 PKGBUILD  |   13 -
 minidlna.install  |6 +-
 minidlna.service  |4 ++--
 minidlna.sysusers |1 +
 minidlna.tmpfiles |4 ++--
 5 files changed, 18 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:06:32 UTC (rev 128295)
+++ PKGBUILD2015-02-26 17:06:35 UTC (rev 128296)
@@ -7,7 +7,7 @@
 
 pkgname=minidlna
 pkgver=1.1.4
-pkgrel=4
+pkgrel=5
 pkgdesc=A DLNA/UPnP-AV Media server (aka ReadyDLNA)
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/minidlna/;
@@ -18,14 +18,16 @@
 changelog=changelog
 
source=(http://downloads.sourceforge.net/project/minidlna/minidlna/$pkgver/minidlna-$pkgver.tar.gz
minidlna.service
-   minidlna.tmpfiles)
+   minidlna.tmpfiles
+   minidlna.sysusers)
 md5sums=('67c9e91285bc3801fd91a5d26ea775d7'
- 'b701740032ba0c658e4c6fe1adceb998'
- '26de27b12d6a37c47d9714107d07aac9')
+ '1f53adef7dfa12c1d4636737366b1d39'
+ 'a61f97b037ea17555f6632b3ffd761ef'
+ '5b2a57160589dfd559a23b1a7f365a23')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#user=.*|user=nobody|g' minidlna.conf
+  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
 }
 
 build() {
@@ -39,6 +41,7 @@
   DESTDIR=$pkgdir make install
   install -Dm644 minidlna.conf ${pkgdir}/etc/minidlna.conf
   install -Dm0644 $srcdir/minidlna.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/minidlna.conf
+  install -Dm0644 $srcdir/minidlna.sysusers 
$pkgdir/usr/lib/sysusers.d/minidlna.conf
   install -Dm0644 $srcdir/minidlna.service 
$pkgdir/usr/lib/systemd/system/minidlna.service
   install -Dm644 $srcdir/$pkgname-$pkgver/minidlna.conf.5 
$pkgdir/usr/share/man/man5/minidlna.conf.5
   install -Dm644 $srcdir/$pkgname-$pkgver/minidlnad.8 
$pkgdir/usr/share/man/man8/minidlnad.8

Modified: minidlna.install
===
--- minidlna.install2015-02-26 17:06:32 UTC (rev 128295)
+++ minidlna.install2015-02-26 17:06:35 UTC (rev 128296)
@@ -1,9 +1,13 @@
 post_install() {
+  systemd-sysusers minidlna.conf
   systemd-tmpfiles --create minidlna.conf
   touch var/log/minidlna.log
-  chown nobody:nobody var/log/minidlna.log
+  chown minidlna:minidlna var/log/minidlna.log
 }
 
 post_upgrade() {
+  systemd-sysusers minidlna.conf
   systemd-tmpfiles --create minidlna.conf
+  echo -- minidlna uses minidlna/minidlna user/group now,
+  echo -- needs manual intervention in /var/cache/minidlna and /run/minidlna!
 }

Modified: minidlna.service
===
--- minidlna.service2015-02-26 17:06:32 UTC (rev 128295)
+++ minidlna.service2015-02-26 17:06:35 UTC (rev 128296)
@@ -4,8 +4,8 @@
 
 [Service]
 Type=simple
-User=nobody
-Group=nobody
+User=minidlna
+Group=minidlna
 ExecStart=/usr/bin/minidlnad -S
 ProtectSystem=full
 ProtectHome=on

Added: minidlna.sysusers
===
--- minidlna.sysusers   (rev 0)
+++ minidlna.sysusers   2015-02-26 17:06:35 UTC (rev 128296)
@@ -0,0 +1 @@
+u minidlna   -  minidlna server /var/cache/minidlna

Modified: minidlna.tmpfiles
===
--- minidlna.tmpfiles   2015-02-26 17:06:32 UTC (rev 128295)
+++ minidlna.tmpfiles   2015-02-26 17:06:35 UTC (rev 128296)
@@ -1,5 +1,5 @@
 # systemd tmpfile settings for minidlna
 # See tmpfiles.d(5) for details
 
-d /var/run/minidlna 0755 nobody nobody -
-d /var/cache/minidlna 0755 nobody nobody -
+d /var/run/minidlna 0755 minidlna minidlna -
+d /var/cache/minidlna 0755 minidlna minidlna -


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:05:57
  Author: spupykin
Revision: 128293

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   97 +--
 drupal.install |   30 -
 2 files changed, 67 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 17:05:42 UTC (rev 128292)
+++ PKGBUILD2015-02-26 17:05:57 UTC (rev 128293)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Corrado Primier cp663...@stud.polimi.it
-
-pkgname=drupal
-pkgver=7.34
-pkgrel=1
-pkgdesc=A PHP-based content management platform
-arch=('any')
-url=http://www.drupal.org/;
-license=('GPL')
-depends=('php')
-install='drupal.install'
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('bb4d212e1eb1d7375e41613fbefa04f2')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
-   Alias /drupal /usr/share/webapps/drupal
-   Directory /usr/share/webapps/drupal
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
-   /Directory
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 128292, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 17:05:57 UTC (rev 128293)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Corrado Primier cp663...@stud.polimi.it
+
+pkgname=drupal
+pkgver=7.34
+pkgrel=2
+pkgdesc=A PHP-based content management platform
+arch=('any')
+url=http://www.drupal.org/;
+license=('GPL')
+depends=('php')
+install='drupal.install'
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz
+   
https://www.drupal.org/files/issues/1599774-htaccess-apache-2.4-53-D7-backport.patch)
+md5sums=('bb4d212e1eb1d7375e41613fbefa04f2'
+ 'a892343516f50041173d36d1d74d4b04')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/1599774-htaccess-apache-2.4-53-D7-backport.patch
+}
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat $pkgdir/etc/webapps/drupal/apache.example.conf EOF
+   Alias /drupal /usr/share/webapps/drupal
+   Directory /usr/share/webapps/drupal
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal
+   /Directory
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2015-02-26 17:05:42 UTC (rev 128292)
+++ drupal.install  2015-02-26 17:05:57 UTC (rev 128293)
@@ -1,15 +0,0 @@
-post_install() {
-  echo Remember that you need to install either mysql or postgresql for this 
package
-  echo to work. Also make sure to read either INSTALL.mysql.txt (for MySQL) 
or
-  echo INSTALL.pgsql.txt (for PostgreSQL) in /usr/share/webapps/drupal/.
-  if [[ ! `grep ^extension=mysql.so /etc/php/php.ini` ]]
-   then echo If you use mysql you should enable its module by adding the 
line:
-   echoextension=mysql.so
-   echo to your /etc/php/php.ini, otherwise drupal won't work.
-  fi
-  chown -R 

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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:51:39
  Author: spupykin
Revision: 128303

upgpkg: kdenlive 0.9.10-2

upd

Modified:
  kdenlive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:27:22 UTC (rev 128302)
+++ PKGBUILD2015-02-26 17:51:39 UTC (rev 128303)
@@ -5,19 +5,21 @@
 
 pkgname=kdenlive
 pkgver=0.9.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A non-linear video editor for Linux
 arch=('i686' 'x86_64')
 # http://download.kde.org/stable/kdenlive/
 url=http://www.kdenlive.org/;
 license=('GPL')
-depends=('kdebase-runtime' 'mlt' 'qjson' 'libqzeitgeist' 'kdepimlibs')
-makedepends=('automoc4' 'cmake' 'gettext' 'mesa' 'glu')
-optdepends=('recordmydesktop: screen capture'
-   'dvdauthor: dvd creation'
-   'dvgrab: firewire capture'
-   'xine-ui: dvd preview'
-   'cdrkit: dvd iso image creation')
+depends=('hicolor-icon-theme' 'kdelibs' 'mlt' \
+'qimageblitz' 'qjson' 'shared-mime-info')
+makedepends=('cmake' 'automoc4' 'gettext' 'glew')
+optdepends=('cdrkit: for creation of DVD ISO images'
+   'dvdauthor: for creation of DVD'
+   'dvgrab: for firewire capture'
+   'ffmpeg: for webcam capture'
+   'recordmydesktop: for screen capture'
+   'xine-lib: for DVD preview')
 install=kdenlive.install
 options=('docs')
 
source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2)


[arch-commits] Commit in mingw-w64-headers/repos/community-any (3 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:19:39
  Author: spupykin
Revision: 128300

archrelease: copy trunk to community-any

Added:
  mingw-w64-headers/repos/community-any/PKGBUILD
(from rev 128299, mingw-w64-headers/trunk/PKGBUILD)
Deleted:
  
mingw-w64-headers/repos/community-any/30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
  mingw-w64-headers/repos/community-any/PKGBUILD

+
 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch |   61 
 PKGBUILD   |   87 +++
 2 files changed, 44 insertions(+), 104 deletions(-)

Deleted: 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch
===
--- 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2015-02-26 17:19:23 UTC 
(rev 128299)
+++ 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c.patch  2015-02-26 17:19:39 UTC 
(rev 128300)
@@ -1,61 +0,0 @@
-From 30ad488eaf3b1b0d053ae6316dd5c9b478c92a6c Mon Sep 17 00:00:00 2001
-From: cjacek cjacek@4407c894-4637-0410-b4f5-ada5f102cad1
-Date: Thu, 13 Mar 2014 14:51:52 +
-Subject: [PATCH] intrin.h: Fixed mm3dnow.h conflict with recent GCC trunk.
-
-git-svn-id: https://svn.code.sf.net/p/mingw-w64/code@6525 
4407c894-4637-0410-b4f5-ada5f102cad1

- trunk/mingw-w64-headers/crt/intrin.h | 16 ++--
- 1 file changed, 14 insertions(+), 2 deletions(-)
-
-diff --git a/trunk/mingw-w64-headers/crt/intrin.h 
b/trunk/mingw-w64-headers/crt/intrin.h
-index 2348e09..593b5f2 100644
 a/trunk/mingw-w64-headers/crt/intrin.h
-+++ b/trunk/mingw-w64-headers/crt/intrin.h
-@@ -105,6 +105,16 @@ extern C {
- #endif
- #endif
- 
-+#if defined(__3dNOW__) || defined(__MINGW_FORCE_SYS_INTRINS)
-+#if defined(__cplusplus)
-+extern C {
-+#endif
-+#include mm3dnow.h
-+#if defined(__cplusplus)
-+}
-+#endif
-+#endif
-+
- /* NOTE: it's not included by MS version, but we do it to try work around 
C++/C linkage differences */
- #if defined(__SSE__) || defined(__MINGW_FORCE_SYS_INTRINS)
- #if defined(__cplusplus)
-@@ -642,8 +652,6 @@ extern C {
- __MACHINEX86X_NOX64(__m64 _m_pavgw(__m64,__m64))
- __MACHINEX86X_NOX64(__m64 _m_psadbw(__m64,__m64))
- #endif
--__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
--__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- #if !defined(__GNUC__) || (!defined(__SSE__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ss(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_add_ps(__m128,__m128))
-@@ -745,6 +753,9 @@ extern C {
- __MACHINEX86X_NOIA64(__m128 _mm_movelh_ps(__m128,__m128))
- __MACHINEX86X_NOIA64(__m128 _mm_movehl_ps(__m128,__m128))
- #endif
-+#if !defined(__GNUC__) || (!defined(__3dNOW__)  
!defined(__MINGW_FORCE_SYS_INTRINS))
-+__MACHINEX86X_NOWIN64(__m64 _m_from_float(float))
-+__MACHINEX86X_NOWIN64(float _m_to_float(__m64))
- __MACHINEX86X_NOIA64(void _m_prefetch(void*))
- __MACHINEX86X_NOIA64(void _m_prefetchw(void*_Source))
- __MACHINEX86X_NOWIN64(void _m_femms(void))
-@@ -767,6 +778,7 @@ extern C {
- __MACHINEX86X_NOWIN64(__m64 _m_pfsubr(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pi2fd(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pmulhrw(__m64,__m64))
-+#endif
- __MACHINEX86X_NOWIN64(__m64 _m_pf2iw(__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfnacc(__m64,__m64))
- __MACHINEX86X_NOWIN64(__m64 _m_pfpnacc(__m64,__m64))
--- 
-1.9.3
-

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 17:19:23 UTC (rev 128299)
+++ PKGBUILD2015-02-26 17:19:39 UTC (rev 128300)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: rubenvb vanboxem dottie ruben attie gmail dottie com
-
-_targets=i686-w64-mingw32 x86_64-w64-mingw32
-
-pkgname='mingw-w64-headers'
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=MinGW-w64 headers for Windows
-arch=('any')
-url=http://mingw-w64.sourceforge.net;
-license=('custom')
-groups=('mingw-w64-toolchain' 'mingw-w64')
-options=('!strip' '!libtool' '!emptydirs')
-source=(http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/mingw-w64-v${pkgver}.tar.bz2)
-md5sums=('3c56901ca7be60beba6d58caff168240')
-
-build() {
-  for _target in ${_targets}; do
-msg Configuring ${_target} headers
-mkdir -p ${srcdir}/headers-${_target}  cd ${srcdir}/headers-${_target}
-${srcdir}/mingw-w64-v${pkgver}/mingw-w64-headers/configure 
--prefix=/usr/${_target} --enable-sdk=all --enable-secure-api --host=${_target}
-  done
-}
-
-package() {
-  for _target in ${_targets}; do
-msg Installing ${_target} headers
-cd ${srcdir}/headers-${_target}
-make DESTDIR=${pkgdir} install
-rm ${pkgdir}/usr/${_target}/include/pthread_signal.h
-rm ${pkgdir}/usr/${_target}/include/pthread_time.h
-rm ${pkgdir}/usr/${_target}/include/pthread_unistd.h
-  done
-
-  msg Installing MinGW-w64 licenses
-  install -Dm644 

[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 18:27:22
  Author: spupykin
Revision: 128302

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 128301, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 128301, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 128301, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  110 
 apache.conf   |   13 ++---
 roundcubemail.install |   14 +++---
 3 files changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 17:27:01 UTC (rev 128301)
+++ PKGBUILD2015-02-26 17:27:22 UTC (rev 128302)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=1.1.0
-pkgrel=4
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
-'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('784b001753cebb9d0db59142f22e1764'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
--e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat EOF $pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 128301, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 17:27:22 UTC (rev 128302)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.1.0
+pkgrel=5
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php' 'php-pear' 'pear-net-idna2' 'pear-mail-mime' 'pear-net-smtp'
+'pear-auth-sasl' 'pear-mail-mime-decode' 'pear-net-sieve')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('784b001753cebb9d0db59142f22e1764'
+ 'afa5113b40709550573f32d032b388b8')
+
+prepare() {
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';| \
+-e s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';| \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+
+  install -dm0755 $pkgdir/etc/php/conf.d/
+  cat EOF 

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

2015-02-26 Thread Pierre Schmitz
Date: Thursday, February 26, 2015 @ 18:45:36
  Author: pierre
Revision: 232006

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

Added:
  xz/repos/testing-i686/
  xz/repos/testing-i686/PKGBUILD
(from rev 232005, xz/trunk/PKGBUILD)
  xz/repos/testing-x86_64/
  xz/repos/testing-x86_64/PKGBUILD
(from rev 232005, xz/trunk/PKGBUILD)

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

Copied: xz/repos/testing-i686/PKGBUILD (from rev 232005, xz/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-26 17:45:36 UTC (rev 232006)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=xz
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}

Copied: xz/repos/testing-x86_64/PKGBUILD (from rev 232005, xz/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-26 17:45:36 UTC (rev 232006)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+# Contributor: François Charette firmi...@gmx.net
+
+pkgname=xz
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='Library and command line tools for XZ and LZMA compressed files'
+arch=('i686' 'x86_64')
+url='http://tukaani.org/xz/'
+license=('GPL' 'LGPL' 'custom')
+depends=('sh')
+source=(http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+http://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('3e44c766c3fb4f19e348e646fcd5778a'
+ 'SKIP')
+validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr \
+   --disable-rpath \
+   --enable-werror
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -d -m755 ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/doc/xz/COPYING ${pkgdir}/usr/share/licenses/xz/
+   ln -sf /usr/share/licenses/common/GPL2/license.txt 
${pkgdir}/usr/share/doc/xz/COPYING.GPLv2
+}


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 19:43:18
  Author: andyrtr
Revision: 232007

upgpkg: getmail 4.47.0-1

upstream update 4.47.0

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 17:45:36 UTC (rev 232006)
+++ PKGBUILD2015-02-26 18:43:18 UTC (rev 232007)
@@ -3,8 +3,8 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.46.0
-pkgrel=2
+pkgver=4.47.0
+pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
 url=http://pyropus.ca/software/getmail;
@@ -12,7 +12,7 @@
 depends=('python2')
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
+md5sums=('4f7cb44e699be9b727e9b305ce4ee2f1')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 19:43:27
  Author: andyrtr
Revision: 232008

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 232007, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 18:43:18 UTC (rev 232007)
+++ PKGBUILD2015-02-26 18:43:27 UTC (rev 232008)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.46.0
-pkgrel=2
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('aa094ebe558f47246c8af2ca8e1d12f9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 232007, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 18:43:27 UTC (rev 232008)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.47.0
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('4f7cb44e699be9b727e9b305ce4ee2f1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:05:52
  Author: andyrtr
Revision: 232010

upgpkg: sqlite 3.8.8.3-1

upstream update 3.8.8.3

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 18:59:53 UTC (rev 232009)
+++ PKGBUILD2015-02-26 19:05:52 UTC (rev 232010)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080802
+_amalgamationver=3080803
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.8.2
+pkgver=3.8.8.3
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2015/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('1db237523419af7110e1d92c6b766e965f9322e4'
-  'a11a6ea95d3d4a88b8d7d4e0cb6fcc3e5f4bf887'
+sha1sums=('2fe3f6226a2a08a2e814b97cd53e36bb3c597112'
+  '27c2cada8e663f694c0469bcae09eb0d8c55dd7c'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:06:08
  Author: andyrtr
Revision: 232011

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

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

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

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

Copied: sqlite/repos/testing-i686/license.txt (from rev 232010, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2015-02-26 19:06:08 UTC (rev 232011)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, 

[arch-commits] Commit in flightgear/repos/community-i686 (PKGBUILD PKGBUILD)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 20:34:18
  Author: spupykin
Revision: 128316

archrelease: copy trunk to community-i686

Added:
  flightgear/repos/community-i686/PKGBUILD
(from rev 128315, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 19:33:58 UTC (rev 128315)
+++ PKGBUILD2015-02-26 19:34:18 UTC (rev 128316)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=An open-source, multi-platform flight simulator
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=(GPL)
-url=http://www.flightgear.org;
-options=('!makeflags')
-#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
-#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('604ccba642ddf859b8415738992254e4')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 128315, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 19:34:18 UTC (rev 128316)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=An open-source, multi-platform flight simulator
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=(GPL)
+url=http://www.flightgear.org;
+options=('!makeflags')
+#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
+#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df')
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:37:12
  Author: andyrtr
Revision: 232013

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

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

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/gnutls.install   |   20 +
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/gnutls.install |   20 +
 4 files changed, 132 insertions(+)

Copied: gnutls/repos/testing-i686/PKGBUILD (from rev 232012, 
gnutls/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-26 19:37:12 UTC (rev 232013)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.13
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a7387fe8bf3e604bf518a6da9ab2a4e6'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --enable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check  || make -j1 check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
needs to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Copied: gnutls/repos/testing-i686/gnutls.install (from rev 232012, 
gnutls/trunk/gnutls.install)
===
--- testing-i686/gnutls.install (rev 0)
+++ testing-i686/gnutls.install 2015-02-26 19:37:12 UTC (rev 232013)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: gnutls/repos/testing-x86_64/PKGBUILD (from rev 232012, 
gnutls/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-26 19:37:12 UTC (rev 232013)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.3.13
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+optdepends=('guile: for use with Guile bindings')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('a7387fe8bf3e604bf518a6da9ab2a4e6'
+ 'SKIP')
+validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
+  '1F42418905D8206AA754CCDC29EE58B996865171')
+   # Simon Josefsson si...@josefsson.org
+   # Nikos Mavrogiannopoulos n...@gnutls.org
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --enable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check  || make -j1 check # || /bin/true
+}
+
+package() {
+  cd ${pkgname}-${pkgver}

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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:36:56
  Author: andyrtr
Revision: 232012

upgpkg: gnutls 3.3.13-1

upstream update 3.3.13

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 19:06:08 UTC (rev 232011)
+++ PKGBUILD2015-02-26 19:36:56 UTC (rev 232012)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.3.12
+pkgver=3.3.13
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('gcc-libs' 'libidn' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 optdepends=('guile: for use with Guile bindings')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a37b20b4352a5f542367ded904729c90'
+md5sums=('a7387fe8bf3e604bf518a6da9ab2a4e6'
  'SKIP')
 validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F'
   '1F42418905D8206AA754CCDC29EE58B996865171')
@@ -32,7 +32,7 @@
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check # || make -j1 check # || /bin/true
+  make check  || make -j1 check # || /bin/true
 }
 
 package() {


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:43:00
  Author: andyrtr
Revision: 232015

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-02-26 19:42:48 UTC (rev 232014)
+++ extra-i686/PKGBUILD 2015-02-26 19:43:00 UTC (rev 232015)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxxf86vm
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=X11 XFree86 video mode extension library
-arch=('x86_64' 'i686')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'xf86vidmodeproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha256sums=('da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8')
-
-build() {
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package()
-{
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86vm/repos/extra-i686/PKGBUILD (from rev 232014, 
libxxf86vm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-26 19:43:00 UTC (rev 232015)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxxf86vm
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=X11 XFree86 video mode extension library
+arch=('x86_64' 'i686')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'xf86vidmodeproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2{,.sig})
+sha256sums=('afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd libXxf86vm-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package()
+{
+  cd libXxf86vm-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-02-26 19:42:48 UTC (rev 232014)
+++ extra-x86_64/PKGBUILD   2015-02-26 19:43:00 UTC (rev 232015)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=libxxf86vm
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=X11 XFree86 video mode extension library
-arch=('x86_64' 'i686')
-license=('custom')
-url=http://xorg.freedesktop.org/;
-depends=('libxext' 'xf86vidmodeproto')
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha256sums=('da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8')
-
-build() {
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package()
-{
-  cd ${srcdir}/libXxf86vm-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxxf86vm/repos/extra-x86_64/PKGBUILD (from rev 232014, 
libxxf86vm/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-02-26 19:43:00 UTC (rev 232015)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=libxxf86vm
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=X11 XFree86 video mode extension library
+arch=('x86_64' 'i686')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libxext' 'xf86vidmodeproto')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2{,.sig})
+sha256sums=('afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
+
+build() {
+  cd libXxf86vm-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package()
+{
+  cd libXxf86vm-${pkgver}
+  make 

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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 20:42:48
  Author: andyrtr
Revision: 232014

upgpkg: libxxf86vm 1.1.4-1

upstream update 1.1.4

Modified:
  libxxf86vm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 19:37:12 UTC (rev 232013)
+++ PKGBUILD2015-02-26 19:42:48 UTC (rev 232014)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=libxxf86vm
-pkgver=1.1.3
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=X11 XFree86 video mode extension library
 arch=('x86_64' 'i686')
@@ -11,11 +11,13 @@
 url=http://xorg.freedesktop.org/;
 depends=('libxext' 'xf86vidmodeproto')
 makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2)
-sha256sums=('da5e86c32ee2069b9e6d820e4c2e4242d4877cb155a2b2fbf2675a1480ec37b8')
+source=(${url}/releases/individual/lib/libXxf86vm-${pkgver}.tar.bz2{,.sig})
+sha256sums=('afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57'
+'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith 
alan.coopersm...@oracle.com
 
 build() {
-  cd ${srcdir}/libXxf86vm-${pkgver}
+  cd libXxf86vm-${pkgver}
   ./configure --prefix=/usr --disable-static
   make
 }
@@ -22,7 +24,7 @@
 
 package()
 {
-  cd ${srcdir}/libXxf86vm-${pkgver}
+  cd libXxf86vm-${pkgver}
   make DESTDIR=${pkgdir} install
 
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING


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

2015-02-26 Thread speps
Date: Thursday, February 26, 2015 @ 19:29:35
  Author: speps
Revision: 128307

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

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

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

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

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

Deleted: community-i686/nomacs.install
===
--- community-i686/nomacs.install   2015-02-26 18:29:22 UTC (rev 128306)
+++ community-i686/nomacs.install   2015-02-26 18:29:35 UTC (rev 128307)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nomacs/repos/community-i686/nomacs.install (from rev 128306, 
nomacs/trunk/nomacs.install)
===
--- community-i686/nomacs.install   (rev 0)
+++ community-i686/nomacs.install   2015-02-26 18:29:35 UTC (rev 128307)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

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

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

2015-02-26 Thread speps
Date: Thursday, February 26, 2015 @ 19:29:22
  Author: speps
Revision: 128306

upgpkg: nomacs 2.4.0-1

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 18:17:35 UTC (rev 128305)
+++ PKGBUILD2015-02-26 18:29:22 UTC (rev 128306)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=nomacs
-pkgver=2.2.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc=A Qt image viewer
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('cmake')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver-source.tar.bz2;)
-md5sums=('abb5c68d62e2b969ec4a571467464c55')
+md5sums=('9b3498b6ef535efc9e7da85361199ef6')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:39:50
  Author: spupykin
Revision: 128310

upgpkg: simgear 3.4.0-2

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 18:39:46 UTC (rev 128309)
+++ PKGBUILD2015-02-26 18:39:50 UTC (rev 128310)
@@ -5,7 +5,7 @@
 
 pkgname=simgear
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
 arch=(i686 x86_64)
 depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
@@ -16,7 +16,7 @@
 options=('!makeflags' 'staticlibs')
 
#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('ca045daac6bb6c2e3e9fa7e10f04176e')
+md5sums=('4db6c80a7f5e23f53361e3ef6d36835e')
 
 build() {
   cd $srcdir/simgear-$pkgver


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:40:19
  Author: spupykin
Revision: 128311

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-26 18:39:50 UTC (rev 128310)
+++ community-i686/PKGBUILD 2015-02-26 18:40:19 UTC (rev 128311)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags' 'staticlibs')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('ca045daac6bb6c2e3e9fa7e10f04176e')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-i686/PKGBUILD (from rev 128310, 
simgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 18:40:19 UTC (rev 128311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=simgear
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
+arch=(i686 x86_64)
+depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
+makedepends=('boost' 'cmake' 'mesa')
+license=(GPL)
+#url=http://www.simgear.org;
+url=https://gitorious.org/fg;
+options=('!makeflags' 'staticlibs')
+#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
+md5sums=('4db6c80a7f5e23f53361e3ef6d36835e')
+
+build() {
+  cd $srcdir/simgear-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
+  make
+}
+
+package() {
+  cd $srcdir/simgear-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-26 18:39:50 UTC (rev 128310)
+++ community-x86_64/PKGBUILD   2015-02-26 18:40:19 UTC (rev 128311)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=simgear
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
-arch=(i686 x86_64)
-depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-makedepends=('boost' 'cmake' 'mesa')
-license=(GPL)
-#url=http://www.simgear.org;
-url=https://gitorious.org/fg;
-options=('!makeflags' 'staticlibs')
-#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('ca045daac6bb6c2e3e9fa7e10f04176e')
-
-build() {
-  cd $srcdir/simgear-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
-  make
-}
-
-package() {
-  cd $srcdir/simgear-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 128310, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-26 18:40:19 UTC (rev 128311)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# 

[arch-commits] Commit in busybox/repos/community-i686 (7 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 20:33:54
  Author: spupykin
Revision: 128314

archrelease: copy trunk to community-i686

Added:
  busybox/repos/community-i686/PKGBUILD
(from rev 128313, busybox/trunk/PKGBUILD)
  busybox/repos/community-i686/busybox.install
(from rev 128313, busybox/trunk/busybox.install)
  busybox/repos/community-i686/config
(from rev 128313, busybox/trunk/config)
  busybox/repos/community-i686/ifplugd.patch
(from rev 128313, busybox/trunk/ifplugd.patch)
Deleted:
  busybox/repos/community-i686/PKGBUILD
  busybox/repos/community-i686/busybox.install
  busybox/repos/community-i686/config

-+
 PKGBUILD|   76 -
 busybox.install |   29 
 config  | 2116 +++---
 ifplugd.patch   |   30 
 4 files changed, 1140 insertions(+),  deletions(-)

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


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 20:32:36
  Author: spupykin
Revision: 128313

upgpkg: busybox 1.23.1-2

upd

Modified:
  busybox/trunk/busybox.install

-+
 busybox.install |1 -
 1 file changed, 1 deletion(-)

Modified: busybox.install
===
--- busybox.install 2015-02-26 18:48:55 UTC (rev 128312)
+++ busybox.install 2015-02-26 19:32:36 UTC (rev 128313)
@@ -11,5 +11,4 @@
 post_upgrade() {
   [ -f tmp/busybox.upgrade.script ]  busybox chmod `busybox cat 
tmp/busybox.upgrade.script` usr/bin/busybox
   busybox rm -rf tmp/busybox.upgrade
-  echo busybox needs nscd for DNS lookups.
 }


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

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 20:33:58
  Author: spupykin
Revision: 128315

upgpkg: flightgear 3.4.0-2

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 19:33:54 UTC (rev 128314)
+++ PKGBUILD2015-02-26 19:33:58 UTC (rev 128315)
@@ -5,7 +5,7 @@
 
 pkgname=flightgear
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An open-source, multi-platform flight simulator
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
@@ -16,7 +16,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
 
#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('604ccba642ddf859b8415738992254e4')
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df')
 
 build() {
   cd $srcdir/flightgear-$pkgver


[arch-commits] Commit in kernel-headers-musl/trunk (PKGBUILD)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:39:25
  Author: spupykin
Revision: 128308

upgpkg: kernel-headers-musl 3.12.6_5-1

upd

Modified:
  kernel-headers-musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 18:29:35 UTC (rev 128307)
+++ PKGBUILD2015-02-26 18:39:25 UTC (rev 128308)
@@ -13,10 +13,14 @@
 
 build() {
   cd $srcdir/kernel-headers-${pkgver/_/-}
-  make ARCH=$CARCH prefix=/usr/lib/musl
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl
 }
 
 package() {
   cd $srcdir/kernel-headers-${pkgver/_/-}
-  make ARCH=$CARCH prefix=/usr/lib/musl DESTDIR=$pkgdir install
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl DESTDIR=$pkgdir install
 }


[arch-commits] Commit in kernel-headers-musl/repos (4 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:39:46
  Author: spupykin
Revision: 128309

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

Added:
  kernel-headers-musl/repos/community-i686/
  kernel-headers-musl/repos/community-i686/PKGBUILD
(from rev 128308, kernel-headers-musl/trunk/PKGBUILD)
  kernel-headers-musl/repos/community-x86_64/
  kernel-headers-musl/repos/community-x86_64/PKGBUILD
(from rev 128308, kernel-headers-musl/trunk/PKGBUILD)

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

Copied: kernel-headers-musl/repos/community-i686/PKGBUILD (from rev 128308, 
kernel-headers-musl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-26 18:39:46 UTC (rev 128309)
@@ -0,0 +1,26 @@
+# Maintainer: Jens Staal staal1...@gmail.com
+
+pkgname=kernel-headers-musl
+pkgver=3.12.6_5
+pkgrel=1
+pkgdesc=Linux kernel headers sanitized for use with musl libc
+arch=('i686' 'x86_64')
+url=https://github.com/sabotage-linux/kernel-headers;
+license=('LGPL')
+depends=('musl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sabotage-linux/kernel-headers/archive/v${pkgver/_/-}.tar.gz;)
+md5sums=('2fe2d8053716759e42f182fbc75424e8')
+
+build() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl
+}
+
+package() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl DESTDIR=$pkgdir install
+}

Copied: kernel-headers-musl/repos/community-x86_64/PKGBUILD (from rev 128308, 
kernel-headers-musl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-02-26 18:39:46 UTC (rev 128309)
@@ -0,0 +1,26 @@
+# Maintainer: Jens Staal staal1...@gmail.com
+
+pkgname=kernel-headers-musl
+pkgver=3.12.6_5
+pkgrel=1
+pkgdesc=Linux kernel headers sanitized for use with musl libc
+arch=('i686' 'x86_64')
+url=https://github.com/sabotage-linux/kernel-headers;
+license=('LGPL')
+depends=('musl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sabotage-linux/kernel-headers/archive/v${pkgver/_/-}.tar.gz;)
+md5sums=('2fe2d8053716759e42f182fbc75424e8')
+
+build() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl
+}
+
+package() {
+  cd $srcdir/kernel-headers-${pkgver/_/-}
+  _CARCH=$CARCH
+  [ $CARCH == i686 ]  _CARCH=x86
+  make ARCH=${_CARCH} prefix=/usr/lib/musl DESTDIR=$pkgdir install
+}


[arch-commits] Commit in busybox/trunk (PKGBUILD busybox.install config ifplugd.patch)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 19:48:55
  Author: spupykin
Revision: 128312

Added:
  busybox/trunk/ifplugd.patch
Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/busybox.install
  busybox/trunk/config

-+
 PKGBUILD|   16 
 busybox.install |2 +-
 config  |8 
 ifplugd.patch   |   30 ++
 4 files changed, 43 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 18:40:19 UTC (rev 128311)
+++ PKGBUILD2015-02-26 18:48:55 UTC (rev 128312)
@@ -4,23 +4,23 @@
 
 pkgname=busybox
 pkgver=1.23.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Utilities for rescue and embedded systems
 arch=(i686 x86_64)
 url=http://www.busybox.net;
 license=('GPL')
-makedepends=(make gcc sed ncurses)
+makedepends=(make gcc sed ncurses musl kernel-headers-musl)
 install=busybox.install
 source=($url/downloads/$pkgname-$pkgver.tar.bz2
-   config)
+   config
+   ifplugd.patch)
 md5sums=('5c94d6301a964cd91619bd4d74605245'
- 'c0312dd11188e47ab4b5e84244fdde52')
+ '71c99d75dda156dab162dece3bd424a5'
+ '187adc8319e45be12d79e8db2c514d74')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
-#  for i in $srcdir/*.patch; do
-#patch -p1 $i
-#  done
+  patch -p1 $srcdir/ifplugd.patch
 }
 
 build() {
@@ -29,7 +29,7 @@
   sed '1,1i#include sys/resource.h' -i include/libbb.h
   # if you want to run menuconfig uncomment the following line:
 #  make menuconfig ; return 1
-  make
+  make CC=musl-gcc
 }
 
 package() {

Modified: busybox.install
===
--- busybox.install 2015-02-26 18:40:19 UTC (rev 128311)
+++ busybox.install 2015-02-26 18:48:55 UTC (rev 128312)
@@ -11,5 +11,5 @@
 post_upgrade() {
   [ -f tmp/busybox.upgrade.script ]  busybox chmod `busybox cat 
tmp/busybox.upgrade.script` usr/bin/busybox
   busybox rm -rf tmp/busybox.upgrade
-  echo busybox is dynamically linked now.
+  echo busybox needs nscd for DNS lookups.
 }

Modified: config
===
--- config  2015-02-26 18:40:19 UTC (rev 128311)
+++ config  2015-02-26 18:48:55 UTC (rev 128312)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.23.1
-# Tue Jan 27 14:40:33 2015
+# Thu Feb 26 21:03:39 2015
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -57,8 +57,8 @@
 #
 # Build Options
 #
-# CONFIG_STATIC is not set
-CONFIG_PIE=y
+CONFIG_STATIC=y
+# CONFIG_PIE is not set
 # CONFIG_NOMMU is not set
 # CONFIG_BUILD_LIBBUSYBOX is not set
 # CONFIG_FEATURE_INDIVIDUAL is not set
@@ -390,7 +390,7 @@
 CONFIG_FEATURE_VI_COLON=y
 CONFIG_FEATURE_VI_YANKMARK=y
 CONFIG_FEATURE_VI_SEARCH=y
-CONFIG_FEATURE_VI_REGEX_SEARCH=y
+# CONFIG_FEATURE_VI_REGEX_SEARCH is not set
 CONFIG_FEATURE_VI_USE_SIGNALS=y
 CONFIG_FEATURE_VI_DOT_CMD=y
 CONFIG_FEATURE_VI_READONLY=y

Added: ifplugd.patch
===
--- ifplugd.patch   (rev 0)
+++ ifplugd.patch   2015-02-26 18:48:55 UTC (rev 128312)
@@ -0,0 +1,30 @@
+networking/ifplugd.c | 9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/networking/ifplugd.c b/networking/ifplugd.c
+index b578f4c..8fad69a 100644
+--- a/networking/ifplugd.c
 b/networking/ifplugd.c
+@@ -34,16 +34,17 @@
+ #include libbb.h
+ 
+ #include fix_u32.h
+-#include linux/if.h
+-#include linux/mii.h
+-#include linux/ethtool.h
+ #ifdef HAVE_NET_ETHERNET_H
+ # include net/ethernet.h
+ #endif
++#include syslog.h
++
++#include linux/if.h
++#include linux/mii.h
++#include linux/ethtool.h
+ #include linux/netlink.h
+ #include linux/rtnetlink.h
+ #include linux/sockios.h
+-#include syslog.h
+ 
+ #define __user
+ #include linux/wireless.h
+ 


[arch-commits] Commit in flightgear/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 22:00:29
  Author: spupykin
Revision: 128318

archrelease: copy trunk to community-x86_64

Added:
  flightgear/repos/community-x86_64/PKGBUILD
(from rev 128317, flightgear/trunk/PKGBUILD)
Deleted:
  flightgear/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-26 21:00:13 UTC (rev 128317)
+++ PKGBUILD2015-02-26 21:00:29 UTC (rev 128318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=An open-source, multi-platform flight simulator
-arch=(i686 x86_64)
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
-makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
-license=(GPL)
-url=http://www.flightgear.org;
-options=('!makeflags')
-#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
-#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
-source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('604ccba642ddf859b8415738992254e4')
-
-build() {
-  cd $srcdir/flightgear-$pkgver
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
-  uudecode -o package/flightgear.png package/flightgear.png.uue
-  make
-  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
-}
-
-package() {
-  depends=(${depends[@]} 'flightgear-data')
-
-  cd $srcdir/flightgear-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
-  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
-  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
-  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-x86_64/PKGBUILD (from rev 128317, 
flightgear/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-02-26 21:00:29 UTC (rev 128318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear
+pkgver=3.4.0
+pkgrel=2
+pkgdesc=An open-source, multi-platform flight simulator
+arch=(i686 x86_64)
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
+makedepends=('boost' 'cmake' 'mesa' 'sharutils' 'simgear')
+license=(GPL)
+url=http://www.flightgear.org;
+options=('!makeflags')
+#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
+#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
+source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
+md5sums=('0a6f4c27baf64f3e7d58fd44612118df')
+
+build() {
+  cd $srcdir/flightgear-$pkgver
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DFG_DATA_DIR:STRING=/usr/share/flightgear/data .
+  uudecode -o package/flightgear.png package/flightgear.png.uue
+  make
+  sed -i 's|Exec=.*|Exec=fgfs --fg-root=/usr/share/flightgear/data|' 
package/flightgear.desktop
+}
+
+package() {
+  depends=(${depends[@]} 'flightgear-data')
+
+  cd $srcdir/flightgear-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
+  install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
+  install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
+  ln -sf flightgear $pkgdir/usr/share/FlightGear
+}


[arch-commits] Commit in busybox/repos/community-x86_64 (7 files)

2015-02-26 Thread Sergej Pupykin
Date: Thursday, February 26, 2015 @ 22:00:13
  Author: spupykin
Revision: 128317

archrelease: copy trunk to community-x86_64

Added:
  busybox/repos/community-x86_64/PKGBUILD
(from rev 128316, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/busybox.install
(from rev 128316, busybox/trunk/busybox.install)
  busybox/repos/community-x86_64/config
(from rev 128316, busybox/trunk/config)
  busybox/repos/community-x86_64/ifplugd.patch
(from rev 128316, busybox/trunk/ifplugd.patch)
Deleted:
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/busybox.install
  busybox/repos/community-x86_64/config

-+
 PKGBUILD|   76 -
 busybox.install |   29 
 config  | 2116 +++---
 ifplugd.patch   |   30 
 4 files changed, 1140 insertions(+),  deletions(-)

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


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

2015-02-26 Thread Andreas Radke
Date: Thursday, February 26, 2015 @ 22:30:22
  Author: andyrtr
Revision: 232016

upgpkg: gssproxy 0.3.1-3

fix the service file, fix config file path to make it actually start the 
service; cosmetic changes FS#43959

Modified:
  gssproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-02-26 19:43:00 UTC (rev 232015)
+++ PKGBUILD2015-02-26 21:30:22 UTC (rev 232016)
@@ -4,7 +4,7 @@
 
 pkgname=gssproxy
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=GSSAPI Proxy
 arch=(i686 x86_64)
 url=https://fedorahosted.org/gss-proxy/;
@@ -41,33 +41,50 @@
   patch -Np2 -i $srcdir/fix-build-with-automake1.15.patch
   
   autoreconf -vfi
+  
+  # delete unneeded service dependency
+  sed -i /# GSSPROXY will not be started until syslog is/d 
systemd/gssproxy.service.in
+  sed -i /^After=syslog.target/d systemd/gssproxy.service.in
+  
+  # see http://pkgs.fedoraproject.org/cgit/nfs-utils.git/tree/nfs-utils.spec 
creating symlinks
+  # rpc-gssd.service is nfs-secure.service
+  sed -i s/nfs-secure.service/rpc-gssd.service/ systemd/gssproxy.service.in
+  # rpc.svcgssd is nfs-secure-server.service
+  sed -i s/nfs-secure-server.service/rpc-svcgssd.service/ 
systemd/gssproxy.service.in
 }
 
 build() {
-  cd $srcdir/gssproxy-$pkgver
+  cd gssproxy-$pkgver
   # make it find bundled verto from krb5 without its own pkg-config file
-  export VERTO_CFLAGS=-I/usr/include, export VERTO_LIBS=-L/usr/lib -lverto
+  export VERTO_CFLAGS=-I/usr/include
+  export VERTO_LIBS=-L/usr/lib -lverto
   ./configure --prefix=/usr \
 --sysconfdir=/etc  \
---with-pubconf-path=/etc \
+--with-pubconf-path=/etc/gssproxy \
 --sbindir=/usr/bin \
 --localstatedir=/var \
 --without-selinux \
 --with-initscript=systemd 
   make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  #make -k check
   make test_proxymech
 }
 
+
 package() {
-  cd $srcdir/gssproxy-$pkgver
-  make DESTDIR=$pkgdir install
+  cd gssproxy-$pkgver
+  make DESTDIR=$pkgdir install
   
-  rm -rf  $pkgdir/usr/include
+  rm -rf $pkgdir/usr/include
   rm -rf $pkgdir/usr/share/doc
 
   install -m644 examples/gssproxy.conf $pkgdir/etc/gssproxy/gssproxy.conf
   install -m644 examples/mech  $pkgdir/etc/gss/mech
   
-  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
+  install -m755 -d ${pkgdir}/usr/share/licenses/$pkgname
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/
 }


  1   2   >