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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:36:39
  Author: spupykin
Revision: 132458

upgpkg: synfigstudio 1.0-1

upd

Modified:
  synfigstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:34:20 UTC (rev 132457)
+++ PKGBUILD2015-04-28 14:36:39 UTC (rev 132458)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=http://synfig.org;
 license=('GPL2')
-depends=('gtkmm' 'synfig')
+depends=('gtkmm3' 'synfig')
 makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
 'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
 install=synfigstudio.install
@@ -19,12 +19,12 @@
  'd1b095606377430e68c80797dcf87ced')
 
 prepare() {
-  cd $srcdir/synfigstudio-$pkgver
+  cd $srcdir/synfigstudio-$pkgver-RC5
 #  patch -Np1 -i $srcdir/bug699.patch
 }
 
 build() {
-  cd $srcdir/synfigstudio-$pkgver
+  cd $srcdir/synfigstudio-$pkgver-RC5
   [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
   [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
   sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
@@ -32,7 +32,7 @@
 }
 
 package() {
-  cd $srcdir/synfigstudio-$pkgver
+  cd $srcdir/synfigstudio-$pkgver-RC5
   make DESTDIR=$pkgdir install
   rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
   install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/


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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:34:20
  Author: spupykin
Revision: 132457

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

Added:
  synfig/repos/community-i686/PKGBUILD
(from rev 132456, synfig/trunk/PKGBUILD)
  synfig/repos/community-i686/build-fix.patch
(from rev 132456, synfig/trunk/build-fix.patch)
  synfig/repos/community-i686/ffmpeg-0.8.patch
(from rev 132456, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-x86_64/PKGBUILD
(from rev 132456, synfig/trunk/PKGBUILD)
  synfig/repos/community-x86_64/build-fix.patch
(from rev 132456, synfig/trunk/build-fix.patch)
  synfig/repos/community-x86_64/ffmpeg-0.8.patch
(from rev 132456, synfig/trunk/ffmpeg-0.8.patch)
Deleted:
  synfig/repos/community-i686/PKGBUILD
  synfig/repos/community-i686/build-fix.patch
  synfig/repos/community-i686/ffmpeg-0.8.patch
  synfig/repos/community-x86_64/PKGBUILD
  synfig/repos/community-x86_64/build-fix.patch
  synfig/repos/community-x86_64/ffmpeg-0.8.patch

---+
 /PKGBUILD |   92 +++
 /build-fix.patch  |   92 +++
 /ffmpeg-0.8.patch |  120 
 community-i686/PKGBUILD   |   46 -
 community-i686/build-fix.patch|   31 -
 community-i686/ffmpeg-0.8.patch   |   60 --
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/build-fix.patch  |   31 -
 community-x86_64/ffmpeg-0.8.patch |   60 --
 9 files changed, 304 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 14:34:05 UTC (rev 132456)
+++ community-i686/PKGBUILD 2015-04-28 14:34:20 UTC (rev 132457)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfig
-pkgver=0.64.3
-pkgrel=3
-pkgdesc=Professional vector animation program (CLI renderer only)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
-makedepends=('boost')
-optdepends=('openexr' 'libsigc++')
-conflicts=('synfig-core')
-replaces=('synfig-core')
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
-   build-fix.patch
-   ffmpeg-0.8.patch)
-md5sums=('294904f9b976c62d7b5473134dbb9dfa'
- 'b5568b06fae1a7ee465b5380b1139b83'
- 'ebf41046097cfd778dee9a9854561dae')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i $srcdir/build-fix.patch
-  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
-  sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.cpp
-}
-
-build() {
-  cd $pkgname-$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
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: synfig/repos/community-i686/PKGBUILD (from rev 132456, 
synfig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 14:34:20 UTC (rev 132457)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfig
+pkgver=1.0
+pkgrel=3
+pkgdesc=Professional vector animation program (CLI renderer only)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs' 'mlt')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch)
+md5sums=('b691108c2870505b5babf83340fd0eba'
+ '6d5277b28a3ba531e3e53e4a1f810fa7'
+ 'ebf41046097cfd778dee9a9854561dae')
+
+prepare() {
+  cd $pkgname-$pkgver-RC5
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.cpp
+}
+
+build() {
+  cd $pkgname-$pkgver-RC5
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS=$LDFLAGS -Wl,-rpath 

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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:34:01
  Author: spupykin
Revision: 132455

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 132454, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 132454, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 132454, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 132454, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 132454, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 132454, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  110 ++
 /chrony.install |   64 ++
 /service|   24 
 community-i686/PKGBUILD |   55 ---
 community-i686/chrony.install   |   32 ---
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   55 ---
 community-x86_64/chrony.install |   32 ---
 community-x86_64/service|   12 
 9 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 14:33:45 UTC (rev 132454)
+++ community-i686/PKGBUILD 2015-04-28 14:34:01 UTC (rev 132455)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=2.0
-pkgrel=2
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example3 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  cp -a examples $pkgdir/usr/share/doc/chrony/examples
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 132454, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 14:34:01 UTC (rev 132455)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=2.0
+pkgrel=3
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap' 'libedit')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|pool.ntp.org|arch.pool.ntp.org|g' examples/chrony.conf.example*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-docs
+
+  

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:40:25
  Author: tpowa
Revision: 238218

upgpkg: gpgme 1.5.4-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:32:03 UTC (rev 238217)
+++ PKGBUILD2015-04-28 14:40:25 UTC (rev 238218)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,8 +14,9 @@
 install=${pkgname}.install
 options=('!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('082ab2632e7f051f5c09bafd5c4bfacf'
+md5sums=('feafa03ea064e1d1dc11bc2b88404623'
  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:40:38
  Author: tpowa
Revision: 238219

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

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

--+
 testing-i686/PKGBUILD|   36 
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   36 
 testing-x86_64/gpgme.install |   20 
 4 files changed, 112 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 238218, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:40:38 UTC (rev 238219)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('feafa03ea064e1d1dc11bc2b88404623'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 238218, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2015-04-28 14:40:38 UTC (rev 238219)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 238218, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:40:38 UTC (rev 238219)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.5.4
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('LGPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('feafa03ea064e1d1dc11bc2b88404623'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-fd-passing --disable-static \
+  --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 238218, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2015-04-28 14:40:38 UTC (rev 238219)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}


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

2015-04-28 Thread Florian Pritz
Date: Tuesday, April 28, 2015 @ 14:10:10
  Author: bluewind
Revision: 132440

remove wrong repos

Deleted:
  cuda/repos/extra-x86_64/


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:04:34
  Author: tpowa
Revision: 238211

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

Added:
  cracklib/repos/testing-i686/
  cracklib/repos/testing-i686/PKGBUILD
(from rev 238210, cracklib/trunk/PKGBUILD)
  cracklib/repos/testing-x86_64/
  cracklib/repos/testing-x86_64/PKGBUILD
(from rev 238210, cracklib/trunk/PKGBUILD)

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

Copied: cracklib/repos/testing-i686/PKGBUILD (from rev 238210, 
cracklib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:04:34 UTC (rev 238211)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.4
+pkgrel=1
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b31f7e3618cda7a2ac38588067275013')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}

Copied: cracklib/repos/testing-x86_64/PKGBUILD (from rev 238210, 
cracklib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:04:34 UTC (rev 238211)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
+
+pkgname=cracklib
+pkgver=2.9.4
+pkgrel=1
+pkgdesc=Password Checking Library
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://sourceforge.net/projects/cracklib;
+depends=('glibc' 'zlib')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b31f7e3618cda7a2ac38588067275013')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
+  make 
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # symlink cracklib-small #34778
+  mkdir -p $pkgdir/usr/share/dict
+  ln -sf /usr/share/cracklib/cracklib-small 
$pkgdir/usr/share/dict/cracklib-small
+  sh ./util/cracklib-format dicts/cracklib-small \
+| sh ./util/cracklib-packer $pkgdir/usr/share/cracklib/pw_dict
+}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:04:27
  Author: tpowa
Revision: 238210

upgpkg: cracklib 2.9.4-1

bump to latest version

Modified:
  cracklib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:03:20 UTC (rev 238209)
+++ PKGBUILD2015-04-28 14:04:27 UTC (rev 238210)
@@ -3,7 +3,7 @@
 # Contributor: Federico Quagliata (quaqo) qu...@despammed.com
 
 pkgname=cracklib
-pkgver=2.9.1
+pkgver=2.9.4
 pkgrel=1
 pkgdesc=Password Checking Library
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://sourceforge.net/projects/cracklib;
 depends=('glibc' 'zlib')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('90536219c520add2ceb3c26f0d7da404')
+md5sums=('b31f7e3618cda7a2ac38588067275013')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in synfig/trunk (PKGBUILD build-fix.patch)

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:34:05
  Author: spupykin
Revision: 132456

upgpkg: synfig 1.0-3

upd

Modified:
  synfig/trunk/PKGBUILD
  synfig/trunk/build-fix.patch

-+
 PKGBUILD|   10 +-
 build-fix.patch |   45 ++---
 2 files changed, 35 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:34:01 UTC (rev 132455)
+++ PKGBUILD2015-04-28 14:34:05 UTC (rev 132456)
@@ -10,7 +10,7 @@
 url=http://synfig.org;
 license=('GPL2')
 depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
-'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs' 'mlt')
 makedepends=('boost')
 optdepends=('openexr' 'libsigc++')
 conflicts=('synfig-core')
@@ -19,11 +19,11 @@
build-fix.patch
ffmpeg-0.8.patch)
 md5sums=('b691108c2870505b5babf83340fd0eba'
- 'b5568b06fae1a7ee465b5380b1139b83'
+ '6d5277b28a3ba531e3e53e4a1f810fa7'
  'ebf41046097cfd778dee9a9854561dae')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver-RC5
   patch -p1 -i $srcdir/build-fix.patch
   patch -Np1 -i $srcdir/ffmpeg-0.8.patch
   sed -i 's|.*set_remove_alpha.*||g' src/modules/mod_libavcodec/trgt_av.cpp
@@ -30,7 +30,7 @@
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver-RC5
   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
@@ -41,6 +41,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver-RC5
   make DESTDIR=$pkgdir install
 }

Modified: build-fix.patch
===
--- build-fix.patch 2015-04-28 14:34:01 UTC (rev 132455)
+++ build-fix.patch 2015-04-28 14:34:05 UTC (rev 132456)
@@ -1,23 +1,38 @@
-diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
 synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
-+++ synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
-@@ -31,6 +31,10 @@
- # include config.h
- #endif
+diff -wbBur synfig-1.0-RC5/src/modules/mod_libavcodec/mptr.cpp 
synfig-1.0-RC5.my/src/modules/mod_libavcodec/mptr.cpp
+--- synfig-1.0-RC5/src/modules/mod_libavcodec/mptr.cpp 2015-03-28 
13:15:00.0 +0300
 synfig-1.0-RC5.my/src/modules/mod_libavcodec/mptr.cpp  2015-04-28 
16:56:11.568749053 +0300
+@@ -56,8 +56,8 @@
+ /* === M E T H O D S === 
*/
  
-+#include libavcodec/avcodec.h
-+#include libavformat/avformat.h
-+#include libswscale/swscale.h
-+
- #include trgt_av.h
  
- extern C
-@@ -116,14 +120,14 @@
+-Importer_LibAVCodec::Importer_LibAVCodec(const char *file):
+-  filename(file)
++Importer_LibAVCodec::Importer_LibAVCodec(const synfig::FileSystem::Identifier 
identifier):
++  Importer(identifier)
+ {
+ }
+ 
+diff -wbBur synfig-1.0-RC5/src/modules/mod_libavcodec/mptr.h 
synfig-1.0-RC5.my/src/modules/mod_libavcodec/mptr.h
+--- synfig-1.0-RC5/src/modules/mod_libavcodec/mptr.h   2015-03-28 
13:15:00.0 +0300
 synfig-1.0-RC5.my/src/modules/mod_libavcodec/mptr.h2015-04-28 
16:55:18.699192946 +0300
+@@ -46,7 +46,7 @@
+   synfig::String filename;
+ 
+ public:
+-  Importer_LibAVCodec(const char *filename);
++  Importer_LibAVCodec(const synfig::FileSystem::Identifier identifier);
+   ~Importer_LibAVCodec();
+ 
+   virtual bool get_frame(synfig::Surface surface, const synfig::RendDesc 
renddesc, synfig::Time time, synfig::ProgressCallback *callback);
+diff -wbBur synfig-1.0-RC5/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-1.0-RC5.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-1.0-RC5/src/modules/mod_libavcodec/trgt_av.cpp  2015-03-28 
13:15:00.0 +0300
 synfig-1.0-RC5.my/src/modules/mod_libavcodec/trgt_av.cpp   2015-04-28 
16:46:54.720091106 +0300
+@@ -121,14 +121,14 @@
  picture = avcodec_alloc_frame();
  if (!picture)
  return NULL;
 -size = avpicture_get_size(pix_fmt, width, height);
-+size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
++size = avpicture_get_size((::PixelFormat)pix_fmt, width, height);
  picture_buf = (uint8_t *)malloc(size);
  if (!picture_buf) {
  av_free(picture);
@@ -25,7 +40,7 @@
  }
  avpicture_fill((AVPicture *)picture, picture_buf,
 -   pix_fmt, width, height);
-+   (enum ::PixelFormat)pix_fmt, width, height);
++   (::PixelFormat)pix_fmt, width, height);
  return picture;
  }
  


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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:33:45
  Author: spupykin
Revision: 132454

upgpkg: chrony 2.0-3

upd

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:28:51 UTC (rev 132453)
+++ PKGBUILD2015-04-28 14:33:45 UTC (rev 132454)
@@ -9,13 +9,13 @@
 
 pkgname=chrony
 pkgver=2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
 options=(strip emptydirs)
 license=('GPL')
-depends=('nss' 'readline' 'libcap')
+depends=('nss' 'readline' 'libcap' 'libedit')
 backup=('etc/chrony.conf')
 source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
 service)
@@ -25,7 +25,7 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
+  sed -i 's|pool.ntp.org|arch.pool.ntp.org|g' examples/chrony.conf.example*
 }
 
 build() {


[arch-commits] Commit in synfigstudio/repos/community-i686 (6 files)

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:36:48
  Author: spupykin
Revision: 132459

archrelease: copy trunk to community-i686

Added:
  synfigstudio/repos/community-i686/PKGBUILD
(from rev 132458, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-i686/bug699.patch
(from rev 132458, synfigstudio/trunk/bug699.patch)
  synfigstudio/repos/community-i686/synfigstudio.install
(from rev 132458, synfigstudio/trunk/synfigstudio.install)
Deleted:
  synfigstudio/repos/community-i686/PKGBUILD
  synfigstudio/repos/community-i686/bug699.patch
  synfigstudio/repos/community-i686/synfigstudio.install

--+
 PKGBUILD |  102 -
 bug699.patch |   48 +++
 synfigstudio.install |   24 +--
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 14:36:39 UTC (rev 132458)
+++ PKGBUILD2015-04-28 14:36:48 UTC (rev 132459)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfigstudio
-pkgver=0.64.3
-pkgrel=1
-pkgdesc=Professional vector animation program (GUI)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('gtkmm' 'synfig')
-makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
-'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
-install=synfigstudio.install
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
-   bug699.patch)
-md5sums=('f154acdb8d9dd25b509e21bd812e800a'
- 'd1b095606377430e68c80797dcf87ced')
-
-prepare() {
-  cd $srcdir/synfigstudio-$pkgver
-#  patch -Np1 -i $srcdir/bug699.patch
-}
-
-build() {
-  cd $srcdir/synfigstudio-$pkgver
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
-  make
-}
-
-package() {
-  cd $srcdir/synfigstudio-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
-  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
-  rm -f $pkgdir/usr/share/mime/XMLnamespaces
-  rm -f $pkgdir/usr/share/mime/aliases
-  rm -f $pkgdir/usr/share/mime/generic-icons
-  rm -f $pkgdir/usr/share/mime/globs
-  rm -f $pkgdir/usr/share/mime/globs2
-  rm -f $pkgdir/usr/share/mime/icons
-  rm -f $pkgdir/usr/share/mime/magic
-  rm -f $pkgdir/usr/share/mime/mime.cache
-  rm -f $pkgdir/usr/share/mime/subclasses
-  rm -f $pkgdir/usr/share/mime/treemagic
-  rm -f $pkgdir/usr/share/mime/types
-  rm -f $pkgdir/usr/share/mime/version
-}

Copied: synfigstudio/repos/community-i686/PKGBUILD (from rev 132458, 
synfigstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 14:36:48 UTC (rev 132459)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfigstudio
+pkgver=1.0
+pkgrel=1
+pkgdesc=Professional vector animation program (GUI)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('gtkmm3' 'synfig')
+makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
+'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
+install=synfigstudio.install
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
+   bug699.patch)
+md5sums=('73f5bf6bac4183512858de4856b9572c'
+ 'd1b095606377430e68c80797dcf87ced')
+
+prepare() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+#  patch -Np1 -i $srcdir/bug699.patch
+}
+
+build() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
+  make
+}
+
+package() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
+  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
+  rm -f $pkgdir/usr/share/mime/XMLnamespaces
+  rm -f $pkgdir/usr/share/mime/aliases
+  rm -f $pkgdir/usr/share/mime/generic-icons
+  rm -f $pkgdir/usr/share/mime/globs
+  rm -f $pkgdir/usr/share/mime/globs2
+  rm -f $pkgdir/usr/share/mime/icons
+  rm -f $pkgdir/usr/share/mime/magic
+  rm -f $pkgdir/usr/share/mime/mime.cache
+  rm -f $pkgdir/usr/share/mime/subclasses
+  rm -f $pkgdir/usr/share/mime/treemagic
+  rm -f $pkgdir/usr/share/mime/types
+  rm -f $pkgdir/usr/share/mime/version
+}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:02:12
  Author: tpowa
Revision: 238207

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-28 14:01:57 UTC (rev 238206)
+++ extra-i686/PKGBUILD 2015-04-28 14:02:12 UTC (rev 238207)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=testdisk
-pkgver=6.14
-pkgrel=3
-pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
-arch=('i686' 'x86_64')
-url=http://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
-depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
-source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --without-ewf \
-  --enable-sudo
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')

Copied: testdisk/repos/extra-i686/PKGBUILD (from rev 238206, 
testdisk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-28 14:02:12 UTC (rev 238207)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=testdisk
+pkgver=7.0
+pkgrel=1
+pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
+arch=('i686' 'x86_64')
+url=http://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-04-28 14:01:57 UTC (rev 238206)
+++ extra-x86_64/PKGBUILD   2015-04-28 14:02:12 UTC (rev 238207)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Krenek mi...@sg1.cz
-
-pkgname=testdisk
-pkgver=6.14
-pkgrel=3
-pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
-arch=('i686' 'x86_64')
-url=http://www.cgsecurity.org/index.html?testdisk.html;
-license=('GPL')
-depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
-source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --without-ewf \
-  --enable-sudo
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')

Copied: testdisk/repos/extra-x86_64/PKGBUILD (from rev 238206, 
testdisk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-04-28 14:02:12 UTC (rev 238207)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Krenek mi...@sg1.cz
+
+pkgname=testdisk
+pkgver=7.0
+pkgrel=1
+pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
+arch=('i686' 'x86_64')
+url=http://www.cgsecurity.org/index.html?testdisk.html;
+license=('GPL')
+depends=('libjpeg' 'openssl' 'progsreiserfs' 'ntfsprogs')
+source=(http://www.cgsecurity.org/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --without-ewf \
+  --enable-sudo
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:03:13
  Author: tpowa
Revision: 238208

upgpkg: pciutils 3.3.1-1

bump to latest version

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:02:12 UTC (rev 238207)
+++ PKGBUILD2015-04-28 14:03:13 UTC (rev 238208)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pciutils
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc=PCI bus configuration space access library and tools
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=('glibc' 'hwids' 'kmod')
 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2

ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b73bca5b1c2fd20a17a19f5040411521')
+md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:03:20
  Author: tpowa
Revision: 238209

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

Added:
  pciutils/repos/testing-i686/
  pciutils/repos/testing-i686/PKGBUILD
(from rev 238208, pciutils/trunk/PKGBUILD)
  pciutils/repos/testing-x86_64/
  pciutils/repos/testing-x86_64/PKGBUILD
(from rev 238208, pciutils/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   29 +
 testing-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: pciutils/repos/testing-i686/PKGBUILD (from rev 238208, 
pciutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:03:20 UTC (rev 238209)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Copied: pciutils/repos/testing-x86_64/PKGBUILD (from rev 238208, 
pciutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:03:20 UTC (rev 238209)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.3.1
+pkgrel=1
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids' 'kmod')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d76ba41d0ec0e16f12a4723cbd1477e9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR=${pkgdir} install install-lib
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}


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

2015-04-28 Thread Andrzej Giniewicz
Date: Tuesday, April 28, 2015 @ 16:25:03
  Author: aginiewicz
Revision: 132450

upgpkg: python-pandas 0.16.0-2

python-pandas: new optional dependencies with python 3 versions

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 13:16:57 UTC (rev 132449)
+++ PKGBUILD2015-04-28 14:25:03 UTC (rev 132450)
@@ -5,7 +5,7 @@
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross-section and time series data analysis toolkit
 arch=('i686' 'x86_64')
 url=http://pandas.pydata.org/;
@@ -80,6 +80,8 @@
   'python-openpyxl: needed for Excel XLSX input/output'
   'python-xlsxwriter: alternative Excel XLSX output'
   'python-xlrd: needed for Excel XLS input'
+  'python-xlwt: needed for Excel XLS output'
+  'python-boto: needed for access to Amazon S3 storage'
   'python-beautifulsoup4: needed for read_html function'
   'python-lxml: needed for read_html function (and/or 
python-html5lib)'
   'python-html5lib: needed for read_hmlt function (and/or 
python-lxml)'


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:29:14
  Author: tpowa
Revision: 238215

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

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

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libksba.install   |   20 
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libksba.install |   20 
 4 files changed, 104 insertions(+)

Copied: libksba/repos/testing-i686/PKGBUILD (from rev 238214, 
libksba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:29:14 UTC (rev 238215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libksba
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=A CMS and X.509 access library
+arch=(i686 x86_64)
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libksba.install
+sha1sums=('86fe0436f3c8c394d32e142ee410a9f9560173fb'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+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: libksba/repos/testing-i686/libksba.install (from rev 238214, 
libksba/trunk/libksba.install)
===
--- testing-i686/libksba.install(rev 0)
+++ testing-i686/libksba.install2015-04-28 14:29:14 UTC (rev 238215)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 238214, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:29:14 UTC (rev 238215)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libksba
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=A CMS and X.509 access library
+arch=(i686 x86_64)
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libksba.install
+sha1sums=('86fe0436f3c8c394d32e142ee410a9f9560173fb'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+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: libksba/repos/testing-x86_64/libksba.install (from rev 238214, 
libksba/trunk/libksba.install)
===
--- testing-x86_64/libksba.install  (rev 0)
+++ testing-x86_64/libksba.install  2015-04-28 14:29:14 UTC (rev 238215)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:31:56
  Author: tpowa
Revision: 238216

upgpkg: libassuan 2.2.0-1

bump to latest version

Modified:
  libassuan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:29:14 UTC (rev 238215)
+++ PKGBUILD2015-04-28 14:31:56 UTC (rev 238216)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libassuan
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc=A IPC library used by some GnuPG related software
 arch=('i686' 'x86_64')
@@ -9,9 +9,11 @@
 license=('GPL')
 url=http://www.gnupg.org/related_software/libassuan;
 depends=('libgpg-error')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=libassuan.install
-md5sums=('b5373485419a7e2c23457d20811caabe')
+md5sums=('a104faed3e97b9c302c5d67cc22b1d60'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:32:03
  Author: tpowa
Revision: 238217

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

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

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/libassuan.install   |   20 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/libassuan.install |   20 
 4 files changed, 104 insertions(+)

Copied: libassuan/repos/testing-i686/PKGBUILD (from rev 238216, 
libassuan/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:32:03 UTC (rev 238217)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+md5sums=('a104faed3e97b9c302c5d67cc22b1d60'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+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: libassuan/repos/testing-i686/libassuan.install (from rev 238216, 
libassuan/trunk/libassuan.install)
===
--- testing-i686/libassuan.install  (rev 0)
+++ testing-i686/libassuan.install  2015-04-28 14:32:03 UTC (rev 238217)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libassuan/repos/testing-x86_64/PKGBUILD (from rev 238216, 
libassuan/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:32:03 UTC (rev 238217)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libassuan
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A IPC library used by some GnuPG related software
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnupg.org/related_software/libassuan;
+depends=('libgpg-error')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=libassuan.install
+md5sums=('a104faed3e97b9c302c5d67cc22b1d60'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+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: libassuan/repos/testing-x86_64/libassuan.install (from rev 238216, 
libassuan/trunk/libassuan.install)
===
--- testing-x86_64/libassuan.install(rev 0)
+++ testing-x86_64/libassuan.install2015-04-28 14:32:03 UTC (rev 238217)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(assuan.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:01:57
  Author: tpowa
Revision: 238206

upgpkg: testdisk 7.0-1

bump to latest version

Modified:
  testdisk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 11:51:02 UTC (rev 238205)
+++ PKGBUILD2015-04-28 14:01:57 UTC (rev 238206)
@@ -4,8 +4,8 @@
 # Contributor: Michal Krenek mi...@sg1.cz
 
 pkgname=testdisk
-pkgver=6.14
-pkgrel=3
+pkgver=7.0
+pkgrel=1
 pkgdesc=Checks and undeletes partitions + PhotoRec, signature based recovery 
tool
 arch=('i686' 'x86_64')
 url=http://www.cgsecurity.org/index.html?testdisk.html;
@@ -26,4 +26,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('b1f0edabc9035e9ec9c8e0a95059ff3f')
+md5sums=('f0cfe4ca9dd35f2878b2704251665e9f')


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:19:44
  Author: tpowa
Revision: 238212

upgpkg: libgpg-error 1.19-1

bump to latest version

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:04:34 UTC (rev 238211)
+++ PKGBUILD2015-04-28 14:19:44 UTC (rev 238212)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libgpg-error
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
 install=libgpg-error.install
 # https://www.gnupg.org/download/integrity_check.html
-sha1sums=('7ba54f939da023af8f5b3e7a421a32eb742909c4'
+sha1sums=('4997951ab058788de48b989013668eb3df1e6939'
   'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:19:54
  Author: tpowa
Revision: 238213

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

Added:
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-i686/PKGBUILD
(from rev 238212, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-i686/libgpg-error.install
(from rev 238212, libgpg-error/trunk/libgpg-error.install)
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 238212, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-x86_64/libgpg-error.install
(from rev 238212, libgpg-error/trunk/libgpg-error.install)

-+
 testing-i686/PKGBUILD   |   35 ++
 testing-i686/libgpg-error.install   |   20 +++
 testing-x86_64/PKGBUILD |   35 ++
 testing-x86_64/libgpg-error.install |   20 +++
 4 files changed, 110 insertions(+)

Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 238212, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:19:54 UTC (rev 238213)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.19
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('4997951ab058788de48b989013668eb3df1e6939'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-i686/libgpg-error.install (from rev 238212, 
libgpg-error/trunk/libgpg-error.install)
===
--- testing-i686/libgpg-error.install   (rev 0)
+++ testing-i686/libgpg-error.install   2015-04-28 14:19:54 UTC (rev 238213)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 238212, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:19:54 UTC (rev 238213)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.19
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('4997951ab058788de48b989013668eb3df1e6939'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-x86_64/libgpg-error.install (from rev 
238212, libgpg-error/trunk/libgpg-error.install)
===
--- testing-x86_64/libgpg-error.install (rev 0)
+++ testing-x86_64/libgpg-error.install 2015-04-28 14:19:54 UTC (rev 238213)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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
+

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

2015-04-28 Thread Andrzej Giniewicz
Date: Tuesday, April 28, 2015 @ 16:25:14
  Author: aginiewicz
Revision: 132451

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

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

---+
 /PKGBUILD |  194 
 community-i686/PKGBUILD   |   95 -
 community-x86_64/PKGBUILD |   95 -
 3 files changed, 194 insertions(+), 190 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 14:25:03 UTC (rev 132450)
+++ community-i686/PKGBUILD 2015-04-28 14:25:14 UTC (rev 132451)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Keith Hughitt khugh...@umd.edu
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.0
-pkgrel=1
-pkgdesc=Cross-section and time series data analysis toolkit
-arch=('i686' 'x86_64')
-url=http://pandas.pydata.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
-source=(https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz;)
-md5sums=('bfe311f05dc0c351f8955fbd1e296e73')
-
-prepare() {
-  cd $srcdir
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-statsmodels: needed for parts of pandas.stats'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-boto: needed for access to Amazon S3 storage'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-gflags: needed for gbq'
-  'xsel: needed for read_clipboard function (or xclip)'
-  'xclip: needed for read_clipboard function (or xsel)')
-
-  cd $srcdir/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-statsmodels: needed for parts of pandas.stats'
-  'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-beautifulsoup4: needed for read_html function'
-  'python-lxml: needed for read_html function (and/or 
python-html5lib)'
-  'python-html5lib: needed for read_hmlt function (and/or 

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

2015-04-28 Thread Andrzej Giniewicz
Date: Tuesday, April 28, 2015 @ 16:28:46
  Author: aginiewicz
Revision: 132452

upgpkg: python-numexpr 2.4.3-1

python-numexpr: new upstream release

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:25:14 UTC (rev 132451)
+++ PKGBUILD2015-04-28 14:28:46 UTC (rev 132452)
@@ -4,7 +4,7 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.1
+pkgver=2.4.3
 pkgrel=1
 pkgdesc=Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
 url=https://github.com/pydata/numexpr;
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('fd90934d02675c21a9d88be58d6b114a')
+md5sums=('4b701ee609a1faa463510c483405d24f')
 
 prepare() {
   cd $srcdir


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:29:08
  Author: tpowa
Revision: 238214

upgpkg: libksba 1.3.3-1

bump to latest version

Modified:
  libksba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:19:54 UTC (rev 238213)
+++ PKGBUILD2015-04-28 14:29:08 UTC (rev 238214)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=libksba
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc=A CMS and X.509 access library
 arch=(i686 x86_64)
@@ -10,10 +10,11 @@
 license=('GPL')
 url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
 depends=('bash' 'libgpg-error' 'glibc')
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=libksba.install
-sha1sums=('37d0893a587354af2b6e49f6ae701ca84f52da67')
-
+sha1sums=('86fe0436f3c8c394d32e142ee410a9f9560173fb'
+  'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr


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

2015-04-28 Thread Andrzej Giniewicz
Date: Tuesday, April 28, 2015 @ 16:28:51
  Author: aginiewicz
Revision: 132453

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 14:28:46 UTC (rev 132452)
+++ community-i686/PKGBUILD 2015-04-28 14:28:51 UTC (rev 132453)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
-url=https://github.com/pydata/numexpr;
-arch=('i686' 'x86_64')
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
-source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('fd90934d02675c21a9d88be58d6b114a')
-
-prepare() {
-  cd $srcdir
-  cp -a numexpr-$pkgver numexpr-py2-$pkgver
-  cd numexpr-py2-$pkgver
-
-  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
-  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
-  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg Building Python2
-  cd $srcdir/numexpr-py2-$pkgver
-  python2 setup.py build
-
-  msg Building Python3
-  cd $srcdir/numexpr-$pkgver
-  python setup.py build
-}
-
-package_python2-numexpr() {
-  depends=('python2-numpy')
-
-  cd $srcdir/numexpr-py2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-numexpr() {
-  depends=('python-numpy')
-
-  cd $srcdir/numexpr-$pkgver
-
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-
-  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-numexpr/repos/community-i686/PKGBUILD (from rev 132452, 
python-numexpr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 14:28:51 UTC (rev 132453)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgbase=python-numexpr
+pkgname=('python2-numexpr' 'python-numexpr')
+pkgver=2.4.3
+pkgrel=1
+pkgdesc=Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas
+url=https://github.com/pydata/numexpr;
+arch=('i686' 'x86_64')
+license=('MIT')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
+source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
+md5sums=('4b701ee609a1faa463510c483405d24f')
+
+prepare() {
+  cd $srcdir
+  cp -a numexpr-$pkgver numexpr-py2-$pkgver
+  cd numexpr-py2-$pkgver
+
+  sed -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+  -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+  -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg Building Python2
+  cd $srcdir/numexpr-py2-$pkgver
+  python2 setup.py build
+
+  msg Building Python3
+  cd $srcdir/numexpr-$pkgver
+  python setup.py build
+}
+
+package_python2-numexpr() {
+  depends=('python2-numpy')
+
+  cd $srcdir/numexpr-py2-$pkgver
+
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-numexpr() {
+  depends=('python-numpy')
+
+  cd $srcdir/numexpr-$pkgver
+
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+
+  install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-28 14:28:46 UTC (rev 132452)
+++ community-x86_64/PKGBUILD   2015-04-28 14:28:51 UTC (rev 132453)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc=Fast numerical array expression evaluator 

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:46:22
  Author: tpowa
Revision: 238221

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 238220, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 238220, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 238220, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 238220, gnupg/trunk/install)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-i686/install|   25 ++
 testing-x86_64/PKGBUILD |   63 ++
 testing-x86_64/install  |   25 ++
 4 files changed, 176 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 238220, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:46:22 UTC (rev 238221)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.1.3
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('091e69ec1ce3f0032e6b135e4da561e8d46d20a7' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' gnupg2=${pkgver})
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed '/noinst_SCRIPTS = gpg-zip/c bin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 238220, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2015-04-28 14:46:22 UTC (rev 238221)
@@ -0,0 +1,25 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+   done
+}
+
+pre_remove() {
+   [ -x usr/bin/install-info ] || return 0
+   for f in ${info_files[@]}; do
+   usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2 
/dev/null
+   done
+}
+
+post_upgrade() {
+   post_install
+
+   # Fix upgrade to 2.1; see FS#42798
+   [ $(vercmp $2 2.1.0-4) = -1 ] 
+   dirmngr /dev/null /dev/null ||
+   return 0
+}

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 238220, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:46:22 UTC (rev 238221)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.1.3
+pkgrel=3
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:46:16
  Author: tpowa
Revision: 238220

upgpkg: gnupg 2.1.3-3

rebuild against new libgpg-error, libksba and libassuan+

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:40:38 UTC (rev 238219)
+++ PKGBUILD2015-04-28 14:46:16 UTC (rev 238220)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')


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

2015-04-28 Thread Massimiliano Torromeo
Date: Tuesday, April 28, 2015 @ 16:48:32
  Author: mtorromeo
Revision: 132460

upgpkg: hhvm 3.7.0-1

Updated to 3.7.0

Modified:
  hhvm/trunk/PKGBUILD

--+
 PKGBUILD |   31 ---
 1 file changed, 16 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:36:48 UTC (rev 132459)
+++ PKGBUILD2015-04-28 14:48:32 UTC (rev 132460)
@@ -3,15 +3,15 @@
 # Contributor: James Miller ja...@pocketrent.com
 
 pkgname=hhvm
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 
-_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
-_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
-_thrift_commit=d30280a33ed2c67672b0295872397e5affb60f8c
-_proxygen_commit=d17b4e7735ab728d77266a538cef4dcfc57b5fbd
-_webscalesql_commit=004b6b348fdf48f0aa4e3fe1010b891d4fdb9f70
-_mcrouter_commit=addcc91aee3942f4e50760a43fdcb052482be00e
+_thirdparty_commit=7f549260cbac2f6575d787948d668f20261c3d75
+_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
+_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
+_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
+_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
+_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
 _squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
 
 pkgdesc=Virtual Machine, Runtime, and JIT for PHP
@@ -20,7 +20,8 @@
 license=('PHP')
 depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
  'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2')
+ 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
+ 'gperf')
 makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
  'ragel' 'libmariadbclient' 'unixodbc')
 source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
@@ -125,13 +126,13 @@
 install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
 }
 
-sha256sums=('3e77fc95bb435342d5179c81335e253e1b136d55322dcd3fa6d853f056a398eb'
-'67594f86a25d3c1b468b0b4255018df8442db811899b41432775f031938cbd8f'
-'f09a38084cc4b8c9cc2ac70daf025d7c2f1710c2eae38fd7aec2b6c29b6e70aa'
-'d58cbfc110761bd70b74b849b3eb83b3e43e066cbf1969f403d47630a22d5bef'
-'81f61f6585b04eced0d1ff2b9ab77e3adfcf4c6e90be1ad37c7ae51bdc582f7e'
-'d2bd5475aaffbd8804736f8e13fdcb8f370d99d6c20b571561f5a065f4faa73f'
-'8d95cf74147271fcff3aa2bc867241046bc97aa7705fd678d227db77276c6bf7'
+sha256sums=('9892e9d1d1ada96858aa43f680a9130611cad5efaf683e031ab491e036ff091e'
+'1072efd662852ca53f60eec12590bfbefe997f7830f532d340e0f48acebc8dd7'
+'07a9b48818b0695354baf364a26a5d85a29020b61739dd2e1a281509a9f7ff8e'
+'8124fce00a89a10ce76e8a54dfe398cfe35347283c7088eeb3de9528371db798'
+'db3f1252dc9a63a512d7be04c8800ab7b6fcee1162ba6865471b39e94b3c76ed'
+'8856043cf6939801638378c27817e1cba27f0faa4e5961b7487e195a8090dde8'
+'d9a7a745db79796b2f9f10f9a533459085f29289ea9ed80df12cb4ca451607e6'
 'c7ad48ff41343d1b0354c8afb6778d7c4bcfcb3d6f7264afcbcabfcfb75c47b8'
 'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
 '8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'


[arch-commits] Commit in synfigstudio/repos/community-x86_64 (6 files)

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 16:48:58
  Author: spupykin
Revision: 132461

archrelease: copy trunk to community-x86_64

Added:
  synfigstudio/repos/community-x86_64/PKGBUILD
(from rev 132460, synfigstudio/trunk/PKGBUILD)
  synfigstudio/repos/community-x86_64/bug699.patch
(from rev 132460, synfigstudio/trunk/bug699.patch)
  synfigstudio/repos/community-x86_64/synfigstudio.install
(from rev 132460, synfigstudio/trunk/synfigstudio.install)
Deleted:
  synfigstudio/repos/community-x86_64/PKGBUILD
  synfigstudio/repos/community-x86_64/bug699.patch
  synfigstudio/repos/community-x86_64/synfigstudio.install

--+
 PKGBUILD |  102 -
 bug699.patch |   48 +++
 synfigstudio.install |   24 +--
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 14:48:32 UTC (rev 132460)
+++ PKGBUILD2015-04-28 14:48:58 UTC (rev 132461)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=synfigstudio
-pkgver=0.64.3
-pkgrel=1
-pkgdesc=Professional vector animation program (GUI)
-arch=(i686 x86_64)
-url=http://synfig.org;
-license=('GPL2')
-depends=('gtkmm' 'synfig')
-makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
-'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
-install=synfigstudio.install
-source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
-   bug699.patch)
-md5sums=('f154acdb8d9dd25b509e21bd812e800a'
- 'd1b095606377430e68c80797dcf87ced')
-
-prepare() {
-  cd $srcdir/synfigstudio-$pkgver
-#  patch -Np1 -i $srcdir/bug699.patch
-}
-
-build() {
-  cd $srcdir/synfigstudio-$pkgver
-  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
-  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
-  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
-  make
-}
-
-package() {
-  cd $srcdir/synfigstudio-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
-  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
-  rm -f $pkgdir/usr/share/mime/XMLnamespaces
-  rm -f $pkgdir/usr/share/mime/aliases
-  rm -f $pkgdir/usr/share/mime/generic-icons
-  rm -f $pkgdir/usr/share/mime/globs
-  rm -f $pkgdir/usr/share/mime/globs2
-  rm -f $pkgdir/usr/share/mime/icons
-  rm -f $pkgdir/usr/share/mime/magic
-  rm -f $pkgdir/usr/share/mime/mime.cache
-  rm -f $pkgdir/usr/share/mime/subclasses
-  rm -f $pkgdir/usr/share/mime/treemagic
-  rm -f $pkgdir/usr/share/mime/types
-  rm -f $pkgdir/usr/share/mime/version
-}

Copied: synfigstudio/repos/community-x86_64/PKGBUILD (from rev 132460, 
synfigstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 14:48:58 UTC (rev 132461)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=synfigstudio
+pkgver=1.0
+pkgrel=1
+pkgdesc=Professional vector animation program (GUI)
+arch=(i686 x86_64)
+url=http://synfig.org;
+license=('GPL2')
+depends=('gtkmm3' 'synfig')
+makedepends=('openexr' 'imagemagick' 'xorg-fonts-100dpi' 'xorg-fonts-75dpi'
+'xorg-fonts-misc' 'xorg-fonts-type1' 'intltool')
+install=synfigstudio.install
+source=(http://downloads.sourceforge.net/project/synfig/releases/$pkgver/source/synfigstudio-$pkgver.tar.gz
+   bug699.patch)
+md5sums=('73f5bf6bac4183512858de4856b9572c'
+ 'd1b095606377430e68c80797dcf87ced')
+
+prepare() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+#  patch -Np1 -i $srcdir/bug699.patch
+}
+
+build() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+  [ -f configure ] || { libtoolize --ltdl --copy --force  autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  sed -i 's#Gtk::IconSize::IconSize#Gtk::IconSize#' 
src/gui/dialogs/dialog_color.cpp
+  make
+}
+
+package() {
+  cd $srcdir/synfigstudio-$pkgver-RC5
+  make DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/share/pixmaps/$pkgname/*.mng
+  install -m644 images/*.png -t $pkgdir/usr/share/pixmaps/$pkgname/
+  rm -f $pkgdir/usr/share/mime/XMLnamespaces
+  rm -f $pkgdir/usr/share/mime/aliases
+  rm -f $pkgdir/usr/share/mime/generic-icons
+  rm -f $pkgdir/usr/share/mime/globs
+  rm -f $pkgdir/usr/share/mime/globs2
+  rm -f $pkgdir/usr/share/mime/icons
+  rm -f $pkgdir/usr/share/mime/magic
+  rm -f $pkgdir/usr/share/mime/mime.cache
+  rm -f $pkgdir/usr/share/mime/subclasses
+  rm -f $pkgdir/usr/share/mime/treemagic
+  rm -f $pkgdir/usr/share/mime/types
+  rm -f 

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

2015-04-28 Thread Sven-Hendrik Haase
Date: Wednesday, April 29, 2015 @ 03:53:08
  Author: svenstaro
Revision: 132481

upgpkg: openshadinglanguage 1.5.12-6

rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 22:16:05 UTC (rev 132480)
+++ PKGBUILD2015-04-29 01:53:08 UTC (rev 132481)
@@ -2,7 +2,7 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 pkgname=openshadinglanguage
 pkgver=1.5.12
-pkgrel=5
+pkgrel=6
 pkgdesc=Advanced shading language for production GI renderers
 arch=(i686 x86_64)
 url=https://github.com/imageworks/OpenShadingLanguage;


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

2015-04-28 Thread Dan McGee
Date: Wednesday, April 29, 2015 @ 03:57:14
  Author: dan
Revision: 238231

upgpkg: git 2.3.7-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 21:49:49 UTC (rev 238230)
+++ PKGBUILD2015-04-29 01:57:14 UTC (rev 238231)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=git
-pkgver=2.3.6
+pkgver=2.3.7
 pkgrel=1
 pkgdesc=the fast distributed version control system
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
 source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
 git-daemon@.service
 git-daemon.socket)
-md5sums=('fe32538df1c6fa10253d77197ba32c9a'
+md5sums=('707c5da5d5907af8f16e137605c82406'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')
 


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

2015-04-28 Thread Dan McGee
Date: Wednesday, April 29, 2015 @ 04:12:09
  Author: dan
Revision: 238234

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 238233, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.conf
(from rev 238233, memcached/trunk/memcached.conf)
  memcached/repos/extra-i686/memcached.install
(from rev 238233, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 238233, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 238233, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.conf
(from rev 238233, memcached/trunk/memcached.conf)
  memcached/repos/extra-x86_64/memcached.install
(from rev 238233, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 238233, memcached/trunk/memcached.service)
Deleted:
  memcached/repos/extra-i686/0001-fix-major-off-by-one-issue.patch
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.conf
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-x86_64/0001-fix-major-off-by-one-issue.patch
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.conf
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service

+
 /PKGBUILD  |   72 +++
 /memcached.conf|8 ++
 /memcached.install |   42 +++
 /memcached.service |   24 ++
 extra-i686/0001-fix-major-off-by-one-issue.patch   |   27 ---
 extra-i686/PKGBUILD|   39 --
 extra-i686/memcached.conf  |4 -
 extra-i686/memcached.install   |   21 -
 extra-i686/memcached.service   |   12 ---
 extra-x86_64/0001-fix-major-off-by-one-issue.patch |   27 ---
 extra-x86_64/PKGBUILD  |   39 --
 extra-x86_64/memcached.conf|4 -
 extra-x86_64/memcached.install |   21 -
 extra-x86_64/memcached.service |   12 ---
 14 files changed, 146 insertions(+), 206 deletions(-)

Deleted: extra-i686/0001-fix-major-off-by-one-issue.patch
===
--- extra-i686/0001-fix-major-off-by-one-issue.patch2015-04-29 02:11:56 UTC 
(rev 238233)
+++ extra-i686/0001-fix-major-off-by-one-issue.patch2015-04-29 02:12:09 UTC 
(rev 238234)
@@ -1,27 +0,0 @@
-From 369845f086fd1e31481aca656cb9131a883a86a9 Mon Sep 17 00:00:00 2001
-From: dormando dorma...@rydia.net
-Date: Fri, 24 Apr 2015 00:03:49 -0700
-Subject: [PATCH] fix major off by one issue
-
-none of my machines could repro a crash, but it's definitely wrong :/ Very
-sad.

- memcached.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/memcached.h b/memcached.h
-index 689a6f5..99cf0b5 100644
 a/memcached.h
-+++ b/memcached.h
-@@ -77,7 +77,7 @@
- 
- /* Slab sizing definitions. */
- #define POWER_SMALLEST 1
--#define POWER_LARGEST  255
-+#define POWER_LARGEST  256 /* actual cap is 255 */
- #define CHUNK_ALIGN_BYTES 8
- /* slab class max is a 6-bit number, -1. */
- #define MAX_NUMBER_OF_SLAB_CLASSES (63 + 1)
--- 
-2.3.6
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 02:11:56 UTC (rev 238233)
+++ extra-i686/PKGBUILD 2015-04-29 02:12:09 UTC (rev 238234)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Michael Irwin 6d6...@gmail.com
-
-pkgname=memcached
-pkgver=1.4.23
-pkgrel=1
-pkgdesc=A distributed memory object caching system
-arch=(i686 x86_64)
-url=http://memcached.org/;
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-0001-fix-major-off-by-one-issue.patch
-memcached.service)
-sha256sums=('2c70e691fced8db874a98bfb954015e0520151bde5a7db9a926447320ce7a777'
-'6ac80a1e529c98c0c62b237cc82774346d95b975a29d35895ebf8f8e50fccbc4'
-'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1  ../0001-fix-major-off-by-one-issue.patch
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make test
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m 755 scripts/memcached-tool $pkgdir/usr/bin/memcached-tool
-  install -D -m 644 ../memcached.service 
$pkgdir/usr/lib/systemd/system/memcached.service
-}


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

2015-04-28 Thread Dan McGee
Date: Wednesday, April 29, 2015 @ 04:11:56
  Author: dan
Revision: 238233

upgpkg: memcached 1.4.24-1

Modified:
  memcached/trunk/PKGBUILD
Deleted:
  memcached/trunk/0001-fix-major-off-by-one-issue.patch

---+
 0001-fix-major-off-by-one-issue.patch |   27 ---
 PKGBUILD  |7 ++-
 2 files changed, 2 insertions(+), 32 deletions(-)

Deleted: 0001-fix-major-off-by-one-issue.patch
===
--- 0001-fix-major-off-by-one-issue.patch   2015-04-29 01:57:32 UTC (rev 
238232)
+++ 0001-fix-major-off-by-one-issue.patch   2015-04-29 02:11:56 UTC (rev 
238233)
@@ -1,27 +0,0 @@
-From 369845f086fd1e31481aca656cb9131a883a86a9 Mon Sep 17 00:00:00 2001
-From: dormando dorma...@rydia.net
-Date: Fri, 24 Apr 2015 00:03:49 -0700
-Subject: [PATCH] fix major off by one issue
-
-none of my machines could repro a crash, but it's definitely wrong :/ Very
-sad.

- memcached.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/memcached.h b/memcached.h
-index 689a6f5..99cf0b5 100644
 a/memcached.h
-+++ b/memcached.h
-@@ -77,7 +77,7 @@
- 
- /* Slab sizing definitions. */
- #define POWER_SMALLEST 1
--#define POWER_LARGEST  255
-+#define POWER_LARGEST  256 /* actual cap is 255 */
- #define CHUNK_ALIGN_BYTES 8
- /* slab class max is a 6-bit number, -1. */
- #define MAX_NUMBER_OF_SLAB_CLASSES (63 + 1)
--- 
-2.3.6
-

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 01:57:32 UTC (rev 238232)
+++ PKGBUILD2015-04-29 02:11:56 UTC (rev 238233)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin 6d6...@gmail.com
 
 pkgname=memcached
-pkgver=1.4.23
+pkgver=1.4.24
 pkgrel=1
 pkgdesc=A distributed memory object caching system
 arch=(i686 x86_64)
@@ -13,15 +13,12 @@
 optdepends=('perl: for memcached-tool usage')
 install=memcached.install
 source=(http://www.memcached.org/files/$pkgname-$pkgver.tar.gz
-0001-fix-major-off-by-one-issue.patch
 memcached.service)
-sha256sums=('2c70e691fced8db874a98bfb954015e0520151bde5a7db9a926447320ce7a777'
-'6ac80a1e529c98c0c62b237cc82774346d95b975a29d35895ebf8f8e50fccbc4'
+sha256sums=('08a426c504ecf64633151eec1058584754d2f54e62e5ed2d6808559401617e55'
 'e768a48192aefa2e2f443c86b3c085043005ffc313da40f3074c060a18c8359d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  patch -Np1  ../0001-fix-major-off-by-one-issue.patch
   ./configure --prefix=/usr
   make
 }


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

2015-04-28 Thread Dan McGee
Date: Wednesday, April 29, 2015 @ 03:57:32
  Author: dan
Revision: 238232

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 238231, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 238231, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 238231, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 238231, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 238231, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 238231, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 238231, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 238231, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 01:57:14 UTC (rev 238231)
+++ extra-i686/PKGBUILD 2015-04-29 01:57:32 UTC (rev 238232)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=git
-pkgver=2.3.6
-pkgrel=1
-pkgdesc=the fast distributed version control system
-arch=(i686 x86_64)
-url=http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat=2.0' 'perl-error' 'perl=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=(https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-git-daemon@.service
-git-daemon.socket)
-md5sums=('fe32538df1c6fa10253d77197ba32c9a'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  local jobs
-  jobs=$(expr $MAKEFLAGS : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS=$jobs -Q \
-GIT_TEST_OPTS=--root=/dev/shm/git-test \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd $srcdir/$pkgname-$pkgver
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS=$CFLAGS LDFLAGS=$LDFLAGS \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR=$pkgdir install install-doc
-
-  # bash completion
-  mkdir -p $pkgdir/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
$pkgdir/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p $pkgdir/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
$pkgdir/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR=$pkgdir install
-  # gnome credentials helper
-  install -m755 

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

2015-04-28 Thread Sven-Hendrik Haase
Date: Wednesday, April 29, 2015 @ 04:17:54
  Author: svenstaro
Revision: 132485

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

Added:
  vdrift/repos/community-i686/PKGBUILD
(from rev 132484, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-i686/vdrift.install
(from rev 132484, vdrift/trunk/vdrift.install)
  vdrift/repos/community-x86_64/PKGBUILD
(from rev 132484, vdrift/trunk/PKGBUILD)
  vdrift/repos/community-x86_64/vdrift.install
(from rev 132484, vdrift/trunk/vdrift.install)
Deleted:
  vdrift/repos/community-i686/PKGBUILD
  vdrift/repos/community-i686/vdrift-2012-07-22c_bullet281_patch.diff
  vdrift/repos/community-i686/vdrift.install
  vdrift/repos/community-x86_64/PKGBUILD
  vdrift/repos/community-x86_64/vdrift-2012-07-22c_bullet281_patch.diff
  vdrift/repos/community-x86_64/vdrift.install

--+
 /PKGBUILD|  100 +
 /vdrift.install  |   22 
 community-i686/PKGBUILD  |   50 
 community-i686/vdrift-2012-07-22c_bullet281_patch.diff   |  898 -
 community-i686/vdrift.install|   11 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/vdrift-2012-07-22c_bullet281_patch.diff |  898 -
 community-x86_64/vdrift.install  |   11 
 8 files changed, 122 insertions(+), 1918 deletions(-)

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


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

2015-04-28 Thread Sven-Hendrik Haase
Date: Wednesday, April 29, 2015 @ 04:17:49
  Author: svenstaro
Revision: 132484

upgpkg: vdrift 2014.10.20-2

Fix conflict

Modified:
  vdrift/trunk/PKGBUILD
Deleted:
  vdrift/trunk/vdrift-2012-07-22c_bullet281_patch.diff

-+
 PKGBUILD|6 
 vdrift-2012-07-22c_bullet281_patch.diff |  898 --
 2 files changed, 3 insertions(+), 901 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:17:41 UTC (rev 132483)
+++ PKGBUILD2015-04-29 02:17:49 UTC (rev 132484)
@@ -5,7 +5,7 @@
 
 pkgname=vdrift
 pkgver=2014.10.20
-pkgrel=1
+pkgrel=2
 pkgdesc=Open source driving simulation made with drift racing in mind
 arch=('i686' 'x86_64')
 url=http://vdrift.net/;
@@ -39,12 +39,12 @@
   install -Dm644 $pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
   sed -i '1 s/^\xef\xbb\xbf//' 
$pkgdir/usr/share/applications/$pkgname.desktop # remove BOM (WHY IS THERE?)
 
+  rm -r $pkgdir/usr/share/
+
   # install icons
   install -Dm644 data/textures/icons/vdrift-16x16.png 
$pkgdir/usr/share/icons/hicolor/16x16/apps/vdrift.png
   install -Dm644 data/textures/icons/vdrift-32x32.png 
$pkgdir/usr/share/icons/hicolor/32x32/apps/vdrift.png
   install -Dm644 data/textures/icons/vdrift-64x64.png 
$pkgdir/usr/share/icons/hicolor/64x64/apps/vdrift.png
   install -Dm644 data/textures/icons/vdrift-64x64.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  rm -r $pkgdir/usr/share/vdrift
 }
 # vim: sw=2:ts=2 et:

Deleted: vdrift-2012-07-22c_bullet281_patch.diff
===
--- vdrift-2012-07-22c_bullet281_patch.diff 2015-04-29 02:17:41 UTC (rev 
132483)
+++ vdrift-2012-07-22c_bullet281_patch.diff 2015-04-29 02:17:49 UTC (rev 
132484)
@@ -1,898 +0,0 @@
 data/skins/simple/menus/AssignControl  Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/AssignControl  Mon Jan 19 23:26:36 1970
-@@ -46,7 +46,7 @@
- image = white.png
- color = 0.172, 0.161, 0.169
- alpha = 0.7
--left = 0.2
--right = 0.2
-+left = 0.1
-+right = 0.1
- top = 0.48
- height = 0.04
 data/skins/simple/menus/GuiControlsMon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/GuiControlsMon Jan 19 23:26:36 1970
-@@ -82,7 +82,7 @@
- onselect = controledit.string:gui_select:0
- onmoveleft = widget-01d
- onmoveright = widget-01c
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02b
- onfocus = widget-01b.sat:0.56
- onblur = widget-01b.sat:0.0
-@@ -101,7 +101,7 @@
- onselect = controledit.string:gui_select:1
- onmoveleft = widget-01b
- onmoveright = widget-01d
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02c
- onfocus = widget-01c.sat:0.56
- onblur = widget-01c.sat:0.0
-@@ -120,7 +120,7 @@
- onselect = controledit.string:gui_select:2
- onmoveleft = widget-01c
- onmoveright = widget-01b
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02d
- onfocus = widget-01d.sat:0.56
- onblur = widget-01d.sat:0.0
 data/skins/simple/menus/InGameMain Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/InGameMain Mon Jan 19 23:26:36 1970
-@@ -44,10 +44,10 @@
- 
- 
- [ widget-01 ]
--text = Return to Game
-+text = Continue
- fontsize = 0.035
- align = left
--tip = Leave the menu and unpause the game.
-+tip = Leave the menu and continue the game.
- onselect = ReturnToGame
- onmoveup = widget-05
- onmovedown = widget-02
-@@ -72,7 +72,7 @@
- 
- 
- [ widget-02 ]
--text = Restart Game
-+text = Restart
- fontsize = 0.035
- align = left
- tip = Restart this game using the same car and track settings.
-@@ -100,7 +100,7 @@
- 
- 
- [ widget-03 ]
--text = Leave Game
-+text = Abort
- fontsize = 0.035
- align = left
- tip = Leave game and return to the Main menu.
 data/skins/simple/menus/InputDeviceMon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/InputDeviceMon Jan 19 23:26:36 1970
-@@ -82,7 +82,7 @@
- onselect = joystick.type.prev
- onmoveleft = joystick.type.prev
- onmoveright = joystick.type.next
--onmoveup = widget-13b
-+onmoveup = widget-11b
- onmovedown = widget-02b
- onfocus = widget-01b.alpha:1 widget-01c.alpha:1 widget-01d.sat:0.56
- onblur = widget-01b.alpha:0 widget-01c.alpha:0 widget-01d.sat:0.0
-@@ -102,7 +102,7 @@
- onselect = joystick.type.next
- onmoveleft = joystick.type.prev
- onmoveright = joystick.type.next
--onmoveup = widget-13b
-+onmoveup = widget-11b
- onmovedown = widget-02b
- onfocus = widget-01b.alpha:1 widget-01c.alpha:1 widget-01d.sat:0.56
- onblur = widget-01b.alpha:0 widget-01c.alpha:0 widget-01d.sat:0.0
 data/skins/simple/menus/SingleRace Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/SingleRace Mon Jan 19 23:26:36 1970
-@@ -860,7 +860,7 @@
- onmoveleft = game.vehicle_damage.prev
- onmoveright = game.vehicle_damage.next
- onmoveup = widget-14b
--onmovedown = widget-16
-+onmovedown = widget-16b
- onfocus 

[arch-commits] Commit in vdrift-data/trunk (vdrift-2012-07-22c_bullet281_patch.diff)

2015-04-28 Thread Sven-Hendrik Haase
Date: Wednesday, April 29, 2015 @ 04:17:41
  Author: svenstaro
Revision: 132483

Remove patch

Deleted:
  vdrift-data/trunk/vdrift-2012-07-22c_bullet281_patch.diff

-+
 vdrift-2012-07-22c_bullet281_patch.diff |  898 --
 1 file changed, 898 deletions(-)

Deleted: vdrift-2012-07-22c_bullet281_patch.diff
===
--- vdrift-2012-07-22c_bullet281_patch.diff 2015-04-29 01:53:14 UTC (rev 
132482)
+++ vdrift-2012-07-22c_bullet281_patch.diff 2015-04-29 02:17:41 UTC (rev 
132483)
@@ -1,898 +0,0 @@
 data/skins/simple/menus/AssignControl  Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/AssignControl  Mon Jan 19 23:26:36 1970
-@@ -46,7 +46,7 @@
- image = white.png
- color = 0.172, 0.161, 0.169
- alpha = 0.7
--left = 0.2
--right = 0.2
-+left = 0.1
-+right = 0.1
- top = 0.48
- height = 0.04
 data/skins/simple/menus/GuiControlsMon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/GuiControlsMon Jan 19 23:26:36 1970
-@@ -82,7 +82,7 @@
- onselect = controledit.string:gui_select:0
- onmoveleft = widget-01d
- onmoveright = widget-01c
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02b
- onfocus = widget-01b.sat:0.56
- onblur = widget-01b.sat:0.0
-@@ -101,7 +101,7 @@
- onselect = controledit.string:gui_select:1
- onmoveleft = widget-01b
- onmoveright = widget-01d
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02c
- onfocus = widget-01c.sat:0.56
- onblur = widget-01c.sat:0.0
-@@ -120,7 +120,7 @@
- onselect = controledit.string:gui_select:2
- onmoveleft = widget-01c
- onmoveright = widget-01b
--onmoveup = widget-13b
-+onmoveup = widget-08b
- onmovedown = widget-02d
- onfocus = widget-01d.sat:0.56
- onblur = widget-01d.sat:0.0
 data/skins/simple/menus/InGameMain Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/InGameMain Mon Jan 19 23:26:36 1970
-@@ -44,10 +44,10 @@
- 
- 
- [ widget-01 ]
--text = Return to Game
-+text = Continue
- fontsize = 0.035
- align = left
--tip = Leave the menu and unpause the game.
-+tip = Leave the menu and continue the game.
- onselect = ReturnToGame
- onmoveup = widget-05
- onmovedown = widget-02
-@@ -72,7 +72,7 @@
- 
- 
- [ widget-02 ]
--text = Restart Game
-+text = Restart
- fontsize = 0.035
- align = left
- tip = Restart this game using the same car and track settings.
-@@ -100,7 +100,7 @@
- 
- 
- [ widget-03 ]
--text = Leave Game
-+text = Abort
- fontsize = 0.035
- align = left
- tip = Leave game and return to the Main menu.
 data/skins/simple/menus/InputDeviceMon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/InputDeviceMon Jan 19 23:26:36 1970
-@@ -82,7 +82,7 @@
- onselect = joystick.type.prev
- onmoveleft = joystick.type.prev
- onmoveright = joystick.type.next
--onmoveup = widget-13b
-+onmoveup = widget-11b
- onmovedown = widget-02b
- onfocus = widget-01b.alpha:1 widget-01c.alpha:1 widget-01d.sat:0.56
- onblur = widget-01b.alpha:0 widget-01c.alpha:0 widget-01d.sat:0.0
-@@ -102,7 +102,7 @@
- onselect = joystick.type.next
- onmoveleft = joystick.type.prev
- onmoveright = joystick.type.next
--onmoveup = widget-13b
-+onmoveup = widget-11b
- onmovedown = widget-02b
- onfocus = widget-01b.alpha:1 widget-01c.alpha:1 widget-01d.sat:0.56
- onblur = widget-01b.alpha:0 widget-01c.alpha:0 widget-01d.sat:0.0
 data/skins/simple/menus/SingleRace Mon Jan 19 23:26:36 1970
-+++ data/skins/simple/menus/SingleRace Mon Jan 19 23:26:36 1970
-@@ -860,7 +860,7 @@
- onmoveleft = game.vehicle_damage.prev
- onmoveright = game.vehicle_damage.next
- onmoveup = widget-14b
--onmovedown = widget-16
-+onmovedown = widget-16b
- onfocus = widget-15b.alpha:1 widget-15c.alpha:1 widget-15d.sat:0.56
- onblur = widget-15b.alpha:0 widget-15c.alpha:0 widget-15d.sat:0.0
- focus = false
 src/camera.h   Mon Jan 19 23:26:36 1970
-+++ src/camera.h   Mon Jan 19 23:26:36 1970
-@@ -16,7 +16,7 @@
- 
-   const std::string  GetName() const { return name; }
- 
--  void SetFOV(float value) { fov = std::max(40.0f, std::min(160.0f, 
value)); }
-+  void SetFOV(float value) { fov = std::max(0.0f, std::min(120.0f, 
value)); }
- 
-   float GetFOV() const { return fov; }
- 
 src/carcontrolmap_local.cppMon Jan 19 23:26:36 1970
-+++ src/carcontrolmap_local.cppMon Jan 19 23:26:36 1970
-@@ -830,16 +830,6 @@
-   keycodes[y] = SDLK_y;
-   keycodes[z] = SDLK_z;
-   keycodes[DELETE] = SDLK_DELETE;
--  keycodes[KP0] = SDLK_KP_0;
--  keycodes[KP1] = SDLK_KP_1;
--  keycodes[KP2] = SDLK_KP_2;
--  keycodes[KP3] = SDLK_KP_3;
--  keycodes[KP4] = SDLK_KP_4;
--  keycodes[KP5] = SDLK_KP_5;
--  keycodes[KP6] = SDLK_KP_6;
--  keycodes[KP7] = SDLK_KP_7;
--  keycodes[KP8] = SDLK_KP_8;
--  keycodes[KP9] = SDLK_KP_9;
-   keycodes[KP_PERIOD] = SDLK_KP_PERIOD;
-   keycodes[KP_DIVIDE] = SDLK_KP_DIVIDE;
-   

[arch-commits] Commit in (36 files)

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 13:16:49
  Author: arojas
Revision: 238188

Cleanup

Deleted:
  baloo/kde-unstable/
  bluedevil/kde-unstable/
  bluez-qt/kde-unstable/
  breeze/kde-unstable/
  kde-cli-tools/kde-unstable/
  kde-gtk-config/kde-unstable/
  kdecoration/kde-unstable/
  kdeplasma-addons/kde-unstable/
  kfilemetadata/kde-unstable/
  khelpcenter/kde-unstable/
  khotkeys/kde-unstable/
  kinfocenter/kde-unstable/
  kio-extras/kde-unstable/
  kmenuedit/kde-unstable/
  kscreen/kde-unstable/
  ksshaskpass/kde-unstable/
  ksysguard/kde-unstable/
  kwayland/kde-unstable/
  kwin/kde-unstable/
  kwrited/kde-unstable/
  libkscreen/kde-unstable/
  libksysguard/kde-unstable/
  milou/kde-unstable/
  oxygen/kde-unstable/
  plasma-desktop/kde-unstable/
  plasma-mediacenter/kde-unstable/
  plasma-meta/kde-unstable/
  plasma-nm/kde-unstable/
  plasma-sdk/kde-unstable/
  plasma-workspace-wallpapers/kde-unstable/
  plasma-workspace/kde-unstable/
  polkit-kde-agent/kde-unstable/
  powerdevil/kde-unstable/
  sddm-kcm/kde-unstable/
  systemsettings/kde-unstable/
  ttf-oxygen/kde-unstable/


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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 13:45:08
  Author: spupykin
Revision: 132436

Modified:
  chrony/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 11:45:05 UTC (rev 132435)
+++ PKGBUILD2015-04-28 11:45:08 UTC (rev 132436)
@@ -9,7 +9,7 @@
 
 pkgname=chrony
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight NTP client and server'
 arch=('i686' 'x86_64')
 url=http://chrony.tuxfamily.org/;
@@ -38,7 +38,7 @@
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install install-docs
 
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example1 
$pkgdir/etc/chrony.conf
+  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example3 
$pkgdir/etc/chrony.conf
 
   echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
 
@@ -49,5 +49,7 @@
 
   install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
 
+  cp -a examples $pkgdir/usr/share/doc/chrony/examples
+
   chown 183:183 $pkgdir/var/lib/chrony
 }


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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 13:49:48
  Author: spupykin
Revision: 132439

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

Added:
  chrony/repos/community-i686/PKGBUILD
(from rev 132438, chrony/trunk/PKGBUILD)
  chrony/repos/community-i686/chrony.install
(from rev 132438, chrony/trunk/chrony.install)
  chrony/repos/community-i686/service
(from rev 132438, chrony/trunk/service)
  chrony/repos/community-x86_64/PKGBUILD
(from rev 132438, chrony/trunk/PKGBUILD)
  chrony/repos/community-x86_64/chrony.install
(from rev 132438, chrony/trunk/chrony.install)
  chrony/repos/community-x86_64/service
(from rev 132438, chrony/trunk/service)
Deleted:
  chrony/repos/community-i686/PKGBUILD
  chrony/repos/community-i686/chrony.install
  chrony/repos/community-i686/service
  chrony/repos/community-x86_64/PKGBUILD
  chrony/repos/community-x86_64/chrony.install
  chrony/repos/community-x86_64/service

-+
 /PKGBUILD   |  110 ++
 /chrony.install |   64 ++
 /service|   24 
 community-i686/PKGBUILD |   53 --
 community-i686/chrony.install   |   32 ---
 community-i686/service  |   12 
 community-x86_64/PKGBUILD   |   53 --
 community-x86_64/chrony.install |   32 ---
 community-x86_64/service|   12 
 9 files changed, 198 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 11:45:13 UTC (rev 132438)
+++ community-i686/PKGBUILD 2015-04-28 11:49:48 UTC (rev 132439)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel Micay danielmi...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: cdhotfire cdhotf...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-# Contributor: Elisamuel Resto ry...@simplysam.us
-
-pkgname=chrony
-pkgver=2.0
-pkgrel=1
-pkgdesc='Lightweight NTP client and server'
-arch=('i686' 'x86_64')
-url=http://chrony.tuxfamily.org/;
-options=(strip emptydirs)
-license=('GPL')
-depends=('nss' 'readline' 'libcap')
-backup=('etc/chrony.conf')
-source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
-service)
-install=${pkgname}.install
-sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
-'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-docs
-
-  install -Dm0644 $srcdir/$pkgname-$pkgver/examples/chrony.conf.example1 
$pkgdir/etc/chrony.conf
-
-  echo -e \n# Enable kernel RTC sync\nrtcsync  $pkgdir/etc/chrony.conf
-
-  sed -i '/^! rtconutc$/ s/^! //' $pkgdir/etc/chrony.conf
-
-  mv $pkgdir/usr/sbin/chronyd $pkgdir/usr/bin
-  rmdir $pkgdir/usr/sbin
-
-  install -Dm644 $srcdir/service 
$pkgdir/usr/lib/systemd/system/chrony.service
-
-  chown 183:183 $pkgdir/var/lib/chrony
-}

Copied: chrony/repos/community-i686/PKGBUILD (from rev 132438, 
chrony/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 11:49:48 UTC (rev 132439)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: cdhotfire cdhotf...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+# Contributor: Elisamuel Resto ry...@simplysam.us
+
+pkgname=chrony
+pkgver=2.0
+pkgrel=2
+pkgdesc='Lightweight NTP client and server'
+arch=('i686' 'x86_64')
+url=http://chrony.tuxfamily.org/;
+options=(strip emptydirs)
+license=('GPL')
+depends=('nss' 'readline' 'libcap')
+backup=('etc/chrony.conf')
+source=(http://download.tuxfamily.org/chrony/${pkgname}-${pkgver}.tar.gz
+service)
+install=${pkgname}.install
+sha256sums=('f4da5f5071e77314b49281c48c35a03d07d76cbc7ec19e787b4414a86023b68b'
+'dbd30435d5f51a92ecef779efa0eabaf56d09a35a18ddd30644d5418beada212')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's|.pool.ntp.org|.arch.pool.ntp.org|g' examples/chrony.conf.example*
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install install-docs
+
+  install -Dm0644 

[arch-commits] Commit in freecad/repos/community-x86_64 (8 files)

2015-04-28 Thread Florian Pritz
Date: Tuesday, April 28, 2015 @ 14:43:21
  Author: bluewind
Revision: 132443

archrelease: copy trunk to community-x86_64

Added:
  freecad/repos/community-x86_64/PKGBUILD
(from rev 132442, freecad/trunk/PKGBUILD)
  freecad/repos/community-x86_64/freecad.desktop
(from rev 132442, freecad/trunk/freecad.desktop)
  freecad/repos/community-x86_64/freecad.install
(from rev 132442, freecad/trunk/freecad.install)
  freecad/repos/community-x86_64/freecad.xml
(from rev 132442, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-x86_64/PKGBUILD
  freecad/repos/community-x86_64/freecad.desktop
  freecad/repos/community-x86_64/freecad.install
  freecad/repos/community-x86_64/freecad.xml

-+
 PKGBUILD|  148 +++---
 freecad.desktop |   28 +-
 freecad.install |   30 +-
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 12:42:06 UTC (rev 132442)
+++ PKGBUILD2015-04-28 12:43:21 UTC (rev 132443)
@@ -1,74 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Jonas Heinrich o...@project-insanity.org
-# Contributor: Jonas Heinrich o...@project-insanity.org
-# Contributor: Jordi De Groof jordi (dot) degroof (at) gmail (dot) com
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.15.4671
-pkgrel=2
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
-source=(http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz;
-   ${pkgname}.desktop
-   ${pkgname}.xml)
-md5sums=('4fe88e3647fe15e770e1b5c631424579'
- '382cd66757dae635b53105d207679fce'
- 'c2f4154c8e4678825411de8e7fa54c6b')
-
-prepare() {
-  sed -i \
--e 46i\\\tModDir = '/usr/share/freecad/Mod' \
--e 50i\\\tLibDir = '/usr/lib/freecad' \
-${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py
-
-  sed -i \
- -e 's|\bpyside-uic\b|python2-pyside-uic|' \
- $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
-}
-
-build() {
-  cd ${srcdir}/freecad-${pkgver}/
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_DOCDIR:PATH=share/freecad/doc \
--DCMAKE_INSTALL_DATADIR:PATH=share/freecad \
--DCMAKE_INSTALL_LIBDIR:PATH=lib/freecad \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/freecad-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Symlink to /usr/bin
-  ln -sf FreeCAD ${pkgdir}/usr/bin/freecad
-  ln -sf FreeCADCmd ${pkgdir}/usr/bin/freecadcmd
-
-  cp -ra ${pkgdir}/usr/Mod ${pkgdir}/usr/share/freecad/
-  rm -r ${pkgdir}/usr/Mod
-
-  # Install pixmaps and desktop shortcut
-  desktop-file-install \
---dir=${pkgdir}/usr/share/applications \
-${srcdir}/${pkgname}.desktop
-
-  # Mime info
-  install -D -m644 ${srcdir}/${pkgname}.xml 
${pkgdir}/usr/share/mime/packages/${pkgname}.xml
-}

Copied: freecad/repos/community-x86_64/PKGBUILD (from rev 132442, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 12:43:21 UTC (rev 132443)
@@ -0,0 +1,74 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: Jordi De Groof jordi (dot) degroof (at) gmail (dot) com
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.15.4671
+pkgrel=2
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+install=freecad.install

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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 14:43:53
  Author: spupykin
Revision: 132445

upgpkg: darktable 1.6.6-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 12:43:28 UTC (rev 132444)
+++ PKGBUILD2015-04-28 12:43:53 UTC (rev 132445)
@@ -4,7 +4,7 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.6.5
+pkgver=1.6.6
 pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('2d688e388313faab11c81dbb582fcbc8')
+md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9')
 
 prepare() {
   cd $srcdir/$pkgname-release-$pkgver/cmake


[arch-commits] Commit in freecad/repos/community-i686 (8 files)

2015-04-28 Thread Florian Pritz
Date: Tuesday, April 28, 2015 @ 14:43:28
  Author: bluewind
Revision: 132444

archrelease: copy trunk to community-i686

Added:
  freecad/repos/community-i686/PKGBUILD
(from rev 132443, freecad/trunk/PKGBUILD)
  freecad/repos/community-i686/freecad.desktop
(from rev 132443, freecad/trunk/freecad.desktop)
  freecad/repos/community-i686/freecad.install
(from rev 132443, freecad/trunk/freecad.install)
  freecad/repos/community-i686/freecad.xml
(from rev 132443, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-i686/PKGBUILD
  freecad/repos/community-i686/freecad.desktop
  freecad/repos/community-i686/freecad.install
  freecad/repos/community-i686/freecad.xml

-+
 PKGBUILD|  148 +++---
 freecad.desktop |   28 +-
 freecad.install |   30 +-
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 12:43:21 UTC (rev 132443)
+++ PKGBUILD2015-04-28 12:43:28 UTC (rev 132444)
@@ -1,74 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Jonas Heinrich o...@project-insanity.org
-# Contributor: Jonas Heinrich o...@project-insanity.org
-# Contributor: Jordi De Groof jordi (dot) degroof (at) gmail (dot) com
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.15.4671
-pkgrel=2
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
-source=(http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz;
-   ${pkgname}.desktop
-   ${pkgname}.xml)
-md5sums=('4fe88e3647fe15e770e1b5c631424579'
- '382cd66757dae635b53105d207679fce'
- 'c2f4154c8e4678825411de8e7fa54c6b')
-
-prepare() {
-  sed -i \
--e 46i\\\tModDir = '/usr/share/freecad/Mod' \
--e 50i\\\tLibDir = '/usr/lib/freecad' \
-${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py
-
-  sed -i \
- -e 's|\bpyside-uic\b|python2-pyside-uic|' \
- $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
-}
-
-build() {
-  cd ${srcdir}/freecad-${pkgver}/
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH=/usr \
--DCMAKE_INSTALL_DOCDIR:PATH=share/freecad/doc \
--DCMAKE_INSTALL_DATADIR:PATH=share/freecad \
--DCMAKE_INSTALL_LIBDIR:PATH=lib/freecad \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
-  make
-}
-
-package() {
-  cd ${srcdir}/freecad-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # Symlink to /usr/bin
-  ln -sf FreeCAD ${pkgdir}/usr/bin/freecad
-  ln -sf FreeCADCmd ${pkgdir}/usr/bin/freecadcmd
-
-  cp -ra ${pkgdir}/usr/Mod ${pkgdir}/usr/share/freecad/
-  rm -r ${pkgdir}/usr/Mod
-
-  # Install pixmaps and desktop shortcut
-  desktop-file-install \
---dir=${pkgdir}/usr/share/applications \
-${srcdir}/${pkgname}.desktop
-
-  # Mime info
-  install -D -m644 ${srcdir}/${pkgname}.xml 
${pkgdir}/usr/share/mime/packages/${pkgname}.xml
-}

Copied: freecad/repos/community-i686/PKGBUILD (from rev 132443, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 12:43:28 UTC (rev 132444)
@@ -0,0 +1,74 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: Jonas Heinrich o...@project-insanity.org
+# Contributor: Jordi De Groof jordi (dot) degroof (at) gmail (dot) com
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.15.4671
+pkgrel=2
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+install=freecad.install

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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 14:44:26
  Author: spupykin
Revision: 132447

archrelease: copy trunk to community-any

Added:
  etl/repos/community-any/PKGBUILD
(from rev 132446, etl/trunk/PKGBUILD)
Deleted:
  etl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 12:44:10 UTC (rev 132446)
+++ PKGBUILD2015-04-28 12:44:26 UTC (rev 132447)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Franco Iacomella y...@gnu.org
-
-pkgname=etl
-pkgver=0.04.17
-pkgrel=1
-pkgdesc=VoriaETL: C++ STL complementory multiplatform template library
-arch=(any)
-url=http://synfig.org;
-license=('GPL2')
-depends=()
-conflicts=('synfig-etl')
-replaces=('synfig-etl')
-source=(http://downloads.sourceforge.net/project/synfig/releases/0.64.1/source/ETL-$pkgver.tar.gz)
-md5sums=('5be6549e9c419db2661d16b1f3cd2952')
-
-build() {
-  cd $srcdir/ETL-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/ETL-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: etl/repos/community-any/PKGBUILD (from rev 132446, etl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 12:44:26 UTC (rev 132447)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Franco Iacomella y...@gnu.org
+
+pkgname=etl
+pkgver=0.04.18
+pkgrel=1
+pkgdesc=VoriaETL: C++ STL complementory multiplatform template library
+arch=(any)
+url=http://synfig.org;
+license=('GPL2')
+depends=()
+conflicts=('synfig-etl')
+replaces=('synfig-etl')
+source=(http://downloads.sourceforge.net/project/synfig/releases/1.0/source/ETL-$pkgver.tar.gz)
+md5sums=('56da92ff1547b4dc072cc52164c03d1c')
+
+build() {
+  cd $srcdir/ETL-$pkgver-RC5
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/ETL-$pkgver-RC5
+  make DESTDIR=$pkgdir install
+}


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

2015-04-28 Thread Sergej Pupykin
Date: Tuesday, April 28, 2015 @ 14:44:10
  Author: spupykin
Revision: 132446

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

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

+
 /PKGBUILD  |  104 +++
 /darktable.install |   22 +++
 community-i686/PKGBUILD|   52 -
 community-i686/darktable.install   |   11 ---
 community-x86_64/PKGBUILD  |   52 -
 community-x86_64/darktable.install |   11 ---
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 12:43:53 UTC (rev 132445)
+++ community-i686/PKGBUILD 2015-04-28 12:44:10 UTC (rev 132446)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.6.5
-pkgrel=1
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
-md5sums=('2d688e388313faab11c81dbb582fcbc8')
-
-prepare() {
-  cd $srcdir/$pkgname-release-$pkgver/cmake
-  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
-}
-
-build() {
-  cd $srcdir/$pkgname-release-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DBUILD_USERMANUAL=False \
-  -DUSE_LIBSECRET=On \
-  -DUSE_LUA=On \
-  -DUSE_GNOME_KEYRING=Off \
-  -DUSE_COLORD=On \
-  ..
-  make
-  make -C ../tools/basecurve
-}
-
-package() {
-  cd $srcdir/$pkgname-release-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm0755 ../tools/basecurve/dt-curve-tool 
$pkgdir/usr/bin/dt-curve-tool
-  install -Dm0755 ../tools/basecurve/dt-curve-tool-helper 
$pkgdir/usr/bin/dt-curve-tool-helper
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 132445, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 12:44:10 UTC (rev 132446)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.6.6
+pkgrel=1
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libsecret' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl' 'lua' 'colord')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/darktable-org/darktable/archive/release-$pkgver.tar.gz;)
+md5sums=('4e880ffdf9e80dc09de3bdc2fc8f81c9')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+}
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DBUILD_USERMANUAL=False \
+  -DUSE_LIBSECRET=On \
+  -DUSE_LUA=On \
+  -DUSE_GNOME_KEYRING=Off \
+  -DUSE_COLORD=On \
+  ..
+  make
+  make -C ../tools/basecurve
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install 

[arch-commits] Commit in opera/repos/community-x86_64 (8 files)

2015-04-28 Thread Ike Devolder
Date: Tuesday, April 28, 2015 @ 15:16:57
  Author: idevolder
Revision: 132449

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 132448, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 132448, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 132448, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 132448, opera/trunk/opera.install)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

---+
 PKGBUILD  |  131 
 default   |8 +--
 opera |   26 +--
 opera.install |   78 -
 4 files changed, 123 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 13:15:48 UTC (rev 132448)
+++ PKGBUILD2015-04-28 13:16:57 UTC (rev 132449)
@@ -1,64 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: ruario ruario AT opera DOT com
-# Contributor: Daniel Isenmann daniel AT archlinux DOT org
-# Contributor: dorphell dorphell AT archlinux DOT org
-# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
-# Contributor: eworm
-
-pkgname=opera
-pkgver=28.0.1750.51
-pkgrel=1
-pkgdesc=A fast and secure web browser and Internet suite.
-url=http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=(etc/$pkgname/default)
-arch=('x86_64')
-source=(
-   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
-   opera
-   default
-)
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
-
-prepare() {
-   sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
-   sed -e s/%operabin%/x86_64-linux-gnu\/$pkgname\/$pkgname/g \
-   -i $srcdir/opera
-}
-
-package() {
-   tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C $pkgdir/
-
-   # suid opera_sandbox
-   chmod 4755 $pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_sandbox
-
-   # install default options
-   install -Dm644 $srcdir/default $pkgdir/etc/$pkgname/default
-
-   # install opera wrapper
-   rm $pkgdir/usr/bin/$pkgname
-   install -Dm755 $srcdir/opera $pkgdir/usr/bin/$pkgname
-
-   # license
-   install -Dm644 \
-   
$pkgdir/usr/lib/x86_64-linux-gnu/$pkgname/opera_autoupdate.licenses \
-   $pkgdir/usr/share/licenses/$pkgname/opera_autoupdate.licenses
-
-   install -Dm644 \
-   $pkgdir/usr/share/doc/${pkgname}-stable/copyright \
-   $pkgdir/usr/share/licenses/$pkgname/copyright
-}
-
-sha256sums=('2c73cf04b70fe95e674a16c98727ba2a9a6b1fbd8bfb5df3a3ba911330c69543'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')

Copied: opera/repos/community-x86_64/PKGBUILD (from rev 132448, 
opera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 13:16:57 UTC (rev 132449)
@@ -0,0 +1,67 @@
+# $Id$
+# vim:set ft=sh:
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: ruario ruario AT opera DOT com
+# Contributor: Daniel Isenmann daniel AT archlinux DOT org
+# Contributor: dorphell dorphell AT archlinux DOT org
+# Contributor: Sigitas Mazaliauskas sigis AT gmail DOT com
+# Contributor: eworm
+
+pkgname=opera
+pkgver=29.0.1795.47
+pkgrel=1
+pkgdesc=A fast and secure web browser and Internet suite.
+url=http://www.opera.com/;
+install=${pkgname}.install
+options=(!strip !zipman)
+license=('custom:opera')
+backup=(etc/$pkgname/default)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of proprietary formats'
+)
+arch=('x86_64')
+source_x86_64=(
+   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
+source=(
+   opera
+   default
+)

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

2015-04-28 Thread Ike Devolder
Date: Tuesday, April 28, 2015 @ 15:15:48
  Author: idevolder
Revision: 132448

opera :: 29.0.1795.47

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 12:44:26 UTC (rev 132447)
+++ PKGBUILD2015-04-28 13:15:48 UTC (rev 132448)
@@ -10,7 +10,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=28.0.1750.51
+pkgver=29.0.1795.47
 pkgrel=1
 pkgdesc=A fast and secure web browser and Internet suite.
 url=http://www.opera.com/;
@@ -18,17 +18,23 @@
 options=(!strip !zipman)
 license=('custom:opera')
 backup=(etc/$pkgname/default)
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
+optdepends=(
+   'curl: opera crash reporter and autoupdate checker'
+   'ffmpeg: playback of proprietary formats'
+)
 arch=('x86_64')
+source_x86_64=(
+   
#http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
+   
http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;
+)
 source=(
-   
http://deb.opera.com/opera/pool/non-free/o/${pkgname}-stable/${pkgname}-stable_${pkgver}_amd64.deb;
opera
default
 )
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'gcc-libs' 'alsa-lib' 'nss' 'freetype2' 'ttf-font')
-optdepends=(
-   'curl: opera crash reporter and autoupdate checker'
-   'ffmpeg: playback of proprietary formats'
-)
+sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
+'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
+sha256sums_x86_64=('7183b0741844b24c454d0d40f34ef185474296af579470b03a7bc82a64c320b9')
 
 prepare() {
sed -e s/%pkgname%/$pkgname/g -i $srcdir/opera
@@ -59,6 +65,3 @@
$pkgdir/usr/share/licenses/$pkgname/copyright
 }
 
-sha256sums=('2c73cf04b70fe95e674a16c98727ba2a9a6b1fbd8bfb5df3a3ba911330c69543'
-'508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')


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

2015-04-28 Thread Florian Pritz
Date: Tuesday, April 28, 2015 @ 14:42:06
  Author: bluewind
Revision: 132442

fix md5sum

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 12:35:56 UTC (rev 132441)
+++ PKGBUILD2015-04-28 12:42:06 UTC (rev 132442)
@@ -24,7 +24,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz;
${pkgname}.desktop
${pkgname}.xml)
-md5sums=('4fe88e3647fe15e770e1b5c631424579'
+md5sums=('7afa95d3e8cd845bef83202e76db7f24'
  '382cd66757dae635b53105d207679fce'
  'c2f4154c8e4678825411de8e7fa54c6b')
 


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

2015-04-28 Thread Sven-Hendrik Haase
Date: Wednesday, April 29, 2015 @ 03:53:14
  Author: svenstaro
Revision: 132482

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

Added:
  openshadinglanguage/repos/community-i686/PKGBUILD
(from rev 132481, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-i686/llvm-static-system-libs.patch
(from rev 132481, openshadinglanguage/trunk/llvm-static-system-libs.patch)
  openshadinglanguage/repos/community-x86_64/PKGBUILD
(from rev 132481, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch
(from rev 132481, openshadinglanguage/trunk/llvm-static-system-libs.patch)
Deleted:
  openshadinglanguage/repos/community-i686/PKGBUILD
  openshadinglanguage/repos/community-i686/llvm-static-system-libs.patch
  openshadinglanguage/repos/community-x86_64/PKGBUILD
  openshadinglanguage/repos/community-x86_64/llvm-static-system-libs.patch

+
 /PKGBUILD  |  114 +++
 /llvm-static-system-libs.patch |   30 ++
 community-i686/PKGBUILD|   57 ---
 community-i686/llvm-static-system-libs.patch   |   15 ---
 community-x86_64/PKGBUILD  |   57 ---
 community-x86_64/llvm-static-system-libs.patch |   15 ---
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 01:53:08 UTC (rev 132481)
+++ community-i686/PKGBUILD 2015-04-29 01:53:14 UTC (rev 132482)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-pkgname=openshadinglanguage
-pkgver=1.5.12
-pkgrel=5
-pkgdesc=Advanced shading language for production GI renderers
-arch=(i686 x86_64)
-url=https://github.com/imageworks/OpenShadingLanguage;
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
- 'libtiff' 'zlib' 'ncurses')
-makedepends=('boost' 'cmake' 'clang35' 'llvm35')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
-llvm-static-system-libs.patch
-
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
-md5sums=('484752a0f97df55962c3a667075deddc'
- 'b7c212b2549981ced03c091375f48122'
- 'f3f24c2aa7f5aabd98c0967747b58ecc')
-
-prepare() {
-  cd OpenShadingLanguage-Release-$pkgver
-  patch -Np1  $srcdir/alignment.patch
-
-  # Add system libraries needed to link against LLVM components (zlib, ncurses)
-  # This is required in order to statically link against LLVM
-  patch -Np1  $srcdir/llvm-static-system-libs.patch
-}
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver
-
-  cd src
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake ../.. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLLVM_STATIC=1 \
--DCMAKE_CXX_FLAGS=-Wno-error=array-bounds -std=c++11
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR=$pkgdir/ install
-
-  mkdir -p $pkgdir/usr/share/OSL/
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
-  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
-  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
-  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-i686/PKGBUILD (from rev 132481, 
openshadinglanguage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 01:53:14 UTC (rev 132482)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgname=openshadinglanguage
+pkgver=1.5.12
+pkgrel=6
+pkgdesc=Advanced shading language for production GI renderers
+arch=(i686 x86_64)
+url=https://github.com/imageworks/OpenShadingLanguage;
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'intel-tbb' 'freetype2' 'libpng'
+ 'libtiff' 'zlib' 'ncurses')
+makedepends=('boost' 'cmake' 'clang35' 'llvm35')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+llvm-static-system-libs.patch
+
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
+md5sums=('484752a0f97df55962c3a667075deddc'
+ 'b7c212b2549981ced03c091375f48122'
+ 'f3f24c2aa7f5aabd98c0967747b58ecc')
+
+prepare() {
+  cd OpenShadingLanguage-Release-$pkgver
+  patch -Np1  $srcdir/alignment.patch
+
+  # Add system libraries needed to link against LLVM components (zlib, ncurses)
+  # This is required in order to statically 

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 17:25:17
  Author: tpowa
Revision: 238227

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

Added:
  qemu/repos/testing-i686/
  qemu/repos/testing-i686/65-kvm.rules
(from rev 238226, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 238226, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 238226, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 238226, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 238226, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 238226, qemu/trunk/qemu.install)

-+
 testing-i686/65-kvm.rules   |2 
 testing-i686/PKGBUILD   |   93 ++
 testing-i686/qemu.install   |   19 
 testing-x86_64/65-kvm.rules |2 
 testing-x86_64/PKGBUILD |   93 ++
 testing-x86_64/qemu.install |   19 
 6 files changed, 228 insertions(+)

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 238226, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2015-04-28 15:25:17 UTC (rev 238227)
@@ -0,0 +1,2 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660
+KERNEL==vhost-net, GROUP=kvm, MODE=0660, TAG+=uaccess, 
OPTIONS+=static_node=vhost-net

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 238226, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 15:25:17 UTC (rev 238227)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=('qemu' 'libcacard')
+pkgver=2.3.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+url=http://wiki.qemu.org/Index.html;
+makedepends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
+ 'libiscsi' 'libcacard' 'spice' 'spice-protocol' 'python2'
+ 'usbredir')
+options=(!strip)
+source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
+65-kvm.rules)
+
+build ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  # qemu vs. make 4 == bad
+  export ARFLAGS=rv
+  # http://permalink.gmane.org/gmane.comp.emulators.qemu/238740
+
+  # gtk gui breaks keymappings at the moment
+  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl' \
+  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
+  --enable-docs --libexecdir=/usr/lib/qemu \
+  --disable-gtk --enable-linux-aio --enable-seccomp \
+  --enable-spice --localstatedir=/var \
+  --enable-tpm 
+  make V=99
+}
+
+package_qemu() {
+  pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
+  depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
+ 'gnutls=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
+ 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
+ 'libiscsi' 'libcacard' 'spice' 'usbredir' 'libssh2=1.5.0')
+  backup=('etc/qemu/target-x86_64.conf')
+  replaces=('qemu-kvm')
+  optdepends=('samba: for SMB Server support')
+  install=qemu.install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
+  # provided by seabios package
+  rm ${pkgdir}/usr/share/qemu/bios.bin
+  rm ${pkgdir}/usr/share/qemu/acpi-dsdt.aml
+  rm ${pkgdir}/usr/share/qemu/q35-acpi-dsdt.aml
+  rm ${pkgdir}/usr/share/qemu/bios-256k.bin
+  rm ${pkgdir}/usr/share/qemu/vgabios-cirrus.bin
+  rm ${pkgdir}/usr/share/qemu/vgabios-qxl.bin
+  rm ${pkgdir}/usr/share/qemu/vgabios-stdvga.bin
+  rm ${pkgdir}/usr/share/qemu/vgabios-vmware.bin
+
+  # remove conflicting /var/run directory
+  rm -r ${pkgdir}/var
+  install -D -m644 ${srcdir}/65-kvm.rules \
+   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
+  # bridge_helper needs suid
+  # https://bugs.archlinux.org/task/32565
+  chmod u+s ${pkgdir}/usr/lib/qemu/qemu-bridge-helper
+  # add sample config
+  echo allow br0  ${pkgdir}/etc/qemu/bridge.conf.sample
+  # strip scripts directory
+find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 
2/dev/null | while read binary ; do
+  case $(file -bi $binary) in
+*application/x-executable*) # Binaries
+/usr/bin/strip $STRIP_BINARIES $binary;;
+  esac
+done
+  # remove libcacard files
+  rm -rf ${pkgdir}/usr/include/cacard
+  rm -rf ${pkgdir}/usr/lib/libcacard*
+  rm -rf ${pkgdir}/usr/lib/pkgconfig/libcacard.pc
+  rm -rf ${pkgdir}/usr/bin/vscclient

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 17:25:06
  Author: tpowa
Revision: 238226

upgpkg: qemu 2.3.0-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 15:08:06 UTC (rev 238225)
+++ PKGBUILD2015-04-28 15:25:06 UTC (rev 238226)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=('qemu' 'libcacard')
-pkgver=2.2.1
-pkgrel=4
+pkgver=2.3.0
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url=http://wiki.qemu.org/Index.html;
@@ -89,5 +89,5 @@
  cp -a ${srcdir}/qemu-${pkgver}/libcacard.pc ${pkgdir}/usr/lib/pkgconfig/
  cp -a ${srcdir}/qemu-${pkgver}/.libs/vscclient ${pkgdir}/usr/bin/
 }
-md5sums=('833ff4457062456d38d6567f802ffef4'
+md5sums=('2fab3ea4460de9b57192e5b8b311f221'
  '33ab286a20242dda7743a900f369d68a')


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:52:50
  Author: tpowa
Revision: 238222

upgpkg: pinentry 0.9.1-1

bump to latest version

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:46:22 UTC (rev 238221)
+++ PKGBUILD2015-04-28 14:52:50 UTC (rev 238222)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pinentry
-pkgver=0.9.0
+pkgver=0.9.1
 pkgrel=1
 pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
 arch=('i686' 'x86_64')
@@ -11,19 +11,19 @@
 makedepends=('gtk2' 'qt4')
 optdepends=('gtk2: for gtk2 backend'
 'qt4: for qt4 backend')  
-source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
 install=pinentry.install
-md5sums=('40a05856cb3accf6679987b7899b0f5a')
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  for file in qt4/*.moc; do
-   moc-qt4 ${file/.moc/.h}  ${file}
-   done
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h}  ${file}
+  # done
   ./configure --prefix=/usr \
--enable-pinentry-curses \
---disable-pinentry-gtk \
---disable-pinentry-qt \
--enable-pinentry-gtk2 \
 --enable-pinentry-qt4 \
--enable-fallback-curses


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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 16:52:56
  Author: tpowa
Revision: 238223

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

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

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/pinentry.install   |   20 
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/pinentry.install |   20 
 4 files changed, 112 insertions(+)

Copied: pinentry/repos/testing-i686/PKGBUILD (from rev 238222, 
pinentry/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h}  ${file}
+  # done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Copied: pinentry/repos/testing-i686/pinentry.install (from rev 238222, 
pinentry/trunk/pinentry.install)
===
--- testing-i686/pinentry.install   (rev 0)
+++ testing-i686/pinentry.install   2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $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.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: pinentry/repos/testing-x86_64/PKGBUILD (from rev 238222, 
pinentry/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pinentry
+pkgver=0.9.1
+pkgrel=1
+pkgdesc=a collection of simple PIN or passphrase entry dialogs which utilize 
the Assuan protocol
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://gnupg.org/related_software/pinentry/;
+depends=('ncurses' 'libcap=2.16')
+makedepends=('gtk2' 'qt4')
+optdepends=('gtk2: for gtk2 backend'
+'qt4: for qt4 backend')  
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+install=pinentry.install
+md5sums=('d224d031130aedb44b05164cb04ed88b'
+ 'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  #for file in qt4/*.moc; do
+  # moc-qt4 ${file/.moc/.h}  ${file}
+  # done
+  ./configure --prefix=/usr \
+   --enable-pinentry-curses \
+   --enable-pinentry-gtk2 \
+--enable-pinentry-qt4 \
+   --enable-fallback-curses
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install 
+}

Copied: pinentry/repos/testing-x86_64/pinentry.install (from rev 238222, 
pinentry/trunk/pinentry.install)
===
--- testing-x86_64/pinentry.install (rev 0)
+++ testing-x86_64/pinentry.install 2015-04-28 14:52:56 UTC (rev 238223)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(pinentry.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null

[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2015-04-28 Thread Massimiliano Torromeo
Date: Tuesday, April 28, 2015 @ 16:50:08
  Author: mtorromeo
Revision: 132462

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 132461, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 132461, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 132461, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 132461, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 132461, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 132461, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 132461, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  286 +++-
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 199 insertions(+), 201 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 14:48:58 UTC (rev 132461)
+++ PKGBUILD2015-04-28 14:50:08 UTC (rev 132462)
@@ -1,144 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: James Miller ja...@pocketrent.com
-
-pkgname=hhvm
-pkgver=3.6.1
-pkgrel=4
-
-_thirdparty_commit=3bf14f9194bff0f681ee60bc6e5f1ac60b233f5c
-_folly_commit=7d2497f0e57fb14b6ea43a5a2d180604d7e1e7e5
-_thrift_commit=d30280a33ed2c67672b0295872397e5affb60f8c
-_proxygen_commit=d17b4e7735ab728d77266a538cef4dcfc57b5fbd
-_webscalesql_commit=004b6b348fdf48f0aa4e3fe1010b891d4fdb9f70
-_mcrouter_commit=addcc91aee3942f4e50760a43fdcb052482be00e
-_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
-
-pkgdesc=Virtual Machine, Runtime, and JIT for PHP
-arch=('x86_64')
-url=http://hhvm.com;
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
-
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
-
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
-
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
-
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
-
webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz;
-
mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz;
-
squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz;
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff'
-'mcrouter-boost.patch')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-
-patch -p1 -i $srcdir/libvpx14.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s $srcdir/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s $srcdir/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s $srcdir/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s $srcdir/mcrouter-$_mcrouter_commit src
-patch -d src -p1 -i $srcdir/mcrouter-boost.patch
-
-cd ../squangle
-rm -rf src squangle
-ln -s $srcdir/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd ../webscalesqlclient
-rm -rf src webscalesql-5.6
-ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
-ln -s $srcdir/webscalesql-5.6-$_webscalesql_commit src
-}
-
-build() {
-cd $srcdir/$pkgname-HHVM-$pkgver
-msg2 Building hhvm
-
-cmake 

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

2015-04-28 Thread Tobias Powalowski
Date: Tuesday, April 28, 2015 @ 17:07:39
  Author: tpowa
Revision: 238224

upgpkg: samba 4.2.1-1

bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:52:56 UTC (rev 238223)
+++ PKGBUILD2015-04-28 15:07:39 UTC (rev 238224)
@@ -10,12 +10,12 @@
 
 pkgbase=samba
 pkgname=('libwbclient' 'smbclient' 'samba')
-pkgver=4.2.0
+pkgver=4.2.1
 # We use the 'A' to fake out pacman's version comparators.  Samba chooses
 # to append 'a','b',etc to their subsequent releases, which pacman
 # misconstrues as alpha, beta, etc.  Bad samba!
-_realver=4.2.0
-pkgrel=2
+_realver=4.2.1
+pkgrel=1
 arch=(i686 x86_64)
 url=http://www.samba.org;
 license=('GPL3')
@@ -252,7 +252,7 @@
   # copy ldap example
   install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema 
${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
 }
-md5sums=('5ef28ee4cda243d07a0066f038b7d6e0'
+md5sums=('614b4c7b9bbc70cff4cb56956f565741'
  'SKIP'
  '5697da77590ec092cc8a883bae06093c'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-04-28 Thread Gaetan Bisson
Date: Wednesday, April 29, 2015 @ 05:25:39
  Author: bisson
Revision: 238237

upstream update

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:51:18 UTC (rev 238236)
+++ PKGBUILD2015-04-29 03:25:39 UTC (rev 238237)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=clamav
-pkgver=0.98.6
-pkgrel=2
+pkgver=0.98.7
+pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')
@@ -12,7 +12,8 @@
 arch=('i686' 'x86_64')
 makedepends=('libmilter')
 depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53')
+validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
+  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
 'logrotate'
 'tmpfiles.d'
@@ -20,7 +21,7 @@
 'freshclam.conf'
 'clamd.service'
 'freshclamd.service')
-sha1sums=('03cb9a20a08aba9176b1f58d5527d06ec8261f9c' 'SKIP'
+sha1sums=('c9793d67c041e2b944116d912f8681c8bd6e4432' 'SKIP'
   'bb488a56b0f6a0760446cde89c1e3321e2717b78'
   'a224ea9b4d0f4f196827347d54bed51e11c197ea'
   '887f624eb305f2446f55d8339e2972ad0cfe2b79'


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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 05:09:59
  Author: foutrelis
Revision: 132488

upgpkg: wt 3.3.4-4

Rebuild with GCC 4.9.

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:53:52 UTC (rev 132487)
+++ PKGBUILD2015-04-29 03:09:59 UTC (rev 132488)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.4
 _pkgver=3.3.4
-pkgrel=3
+pkgrel=4
 pkgdesc=a C++ library and application server for developing and deploying web 
applications
 arch=('i686' 'x86_64')
 url=http://www.webtoolkit.eu/;


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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 05:10:13
  Author: foutrelis
Revision: 132489

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

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

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   53 -
 community-x86_64/PKGBUILD |   53 -
 3 files changed, 108 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 03:09:59 UTC (rev 132488)
+++ community-i686/PKGBUILD 2015-04-29 03:10:13 UTC (rev 132489)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Denis Martinez deuns.marti...@gmail.com
-
-pkgname=wt
-pkgver=3.3.4
-_pkgver=3.3.4
-pkgrel=3
-pkgdesc=a C++ library and application server for developing and deploying web 
applications
-arch=('i686' 'x86_64')
-url=http://www.webtoolkit.eu/;
-license=('GPL')
-depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
-makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
-optdepends=('openssl: for SSL support in built-in webserver'
-   'fcgi: for FastCGI support'
-   'postgresql-libs: for PostgreSQL Dbo support'
-   'sqlite: for Sqlite Dbo support'
-   'mysql++: for the hangman example'
-   'qt4: for the Wt/Qt interopability example (wtwithqt)')
-backup=('etc/wt/wt_config.xml')
-source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
-md5sums=('fdbb6042c7d6901e254685966ff55fac')
-
-build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}
-
-  [[ -d build ]]  rm -r build
-  mkdir -p build  cd build
-  cmake \
-  -DCONNECTOR_HTTP=ON \
-  -DWT_CPP_11_MODE=-std=c++11 \
-  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DWEBUSER=http \
-  -DWEBGROUP=http \
-  -DUSE_SYSTEM_SQLITE3=ON \
-  -DINSTALL_EXAMPLES=ON \
-  -DBUILD_EXAMPLES=OFF \
-  -DINSTALL_FINDWT_CMAKE_FILE=ON \
-  ..
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/cmake
-  rm -rf $pkgdir/var/run
-}

Copied: wt/repos/community-i686/PKGBUILD (from rev 132488, wt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 03:10:13 UTC (rev 132489)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Denis Martinez deuns.marti...@gmail.com
+
+pkgname=wt
+pkgver=3.3.4
+_pkgver=3.3.4
+pkgrel=4
+pkgdesc=a C++ library and application server for developing and deploying web 
applications
+arch=('i686' 'x86_64')
+url=http://www.webtoolkit.eu/;
+license=('GPL')
+depends=('boost-libs' 'libharu' 'graphicsmagick' 'pango' 'zlib')
+makedepends=('boost' 'cmake' 'postgresql-libs' 'fcgi' 'sqlite' 'mysql++' 'qt4' 
'doxygen' 'mesa' 'glu')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('fdbb6042c7d6901e254685966ff55fac')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]]  rm -r build
+  mkdir -p build  cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DWT_CPP_11_MODE=-std=c++11 \
+  -DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  -DBUILD_EXAMPLES=OFF \
+  -DINSTALL_FINDWT_CMAKE_FILE=ON \
+  ..
+  # build examples again when they are compatible with boost 1.58
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-29 03:09:59 UTC (rev 132488)
+++ community-x86_64/PKGBUILD   2015-04-29 03:10:13 UTC (rev 132489)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Sven-Hendrik Haase 

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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 04:51:18
  Author: foutrelis
Revision: 238236

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

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

-+
 /PKGBUILD   |  194 ++
 /mkvtoolnix.install |   30 +
 extra-i686/PKGBUILD |   97 ---
 extra-i686/mkvtoolnix.install   |   15 --
 extra-x86_64/PKGBUILD   |   97 ---
 extra-x86_64/mkvtoolnix.install |   15 --
 6 files changed, 224 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 02:51:07 UTC (rev 238235)
+++ extra-i686/PKGBUILD 2015-04-29 02:51:18 UTC (rev 238236)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: xduugu xdu...@gmx.com
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
-pkgver=7.8.0
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;
-makedepends=('libmatroska' 'flac' 'libvorbis' 'file' 'wxgtk'
- 'boost-libs' 'lzo' 'xdg-utils' 'boost' 'ruby')
-source=(http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz;)
-md5sums=('91fd8f34c25b8d3980c3e39b3cb6ae6c')
-
-prepare() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # Disable automagic curl dep used for online update checking
-  sed -i -e '/curl/d' configure.in
-  export CURL_CFLAGS= CURL_LIBS=
-
-  export CFLAGS=${CFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-  export CXXFLAGS=${CXXFLAGS} -DBOOST_FILESYSTEM_VERSION=3
-
-  # Sets number of threads for a parallel build
-  export DRAKETHREADS=4
-
-  autoreconf -vfi
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  # XXX: Temporary define to build against boost 1.58
-  # https://github.com/mbunkus/mkvtoolnix/issues/1172
-  CXXFLAGS+=' -DBOOST_CODECVT_DO_LENGTH_CONST=const'
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib \
-  --disable-gui
-  ./drake
-
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix=/usr \
-  --with-boost-libdir=/usr/lib
-  ./drake
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - CLI 
version
-  depends=('libmatroska' 'expat' 'flac' 'libvorbis' 'file' 'boost-libs' 'lzo')
-  provides=('mkvtoolnix')
-  conflicts=('mkvtoolnix')
-  replaces=('mkvtoolnix')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkvinfo
-  install -Dm755 src/mkvinfo-cli ${pkgdir}/usr/bin/mkvinfo
-
-  rm -rf ${pkgdir}/usr/bin/mmg
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mmg.1
-  rm -rf ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/icons
-  rm -rf ${pkgdir}/usr/share/mime
-}
-
-package_mkvtoolnix-gtk() {
-  pkgdesc=Set of tools to create, edit and inspect Matroska files - wxGTK GUI
-  depends=(mkvtoolnix-cli=${pkgver} 'wxgtk' 'xdg-utils' 'desktop-file-utils')
-  install=mkvtoolnix.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-
-  ./drake DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/bin/mkv*
-  install -Dm755 src/mkvinfo ${pkgdir}/usr/bin/mkvinfo-gtk
-  sed -ri 's/^(Exec=mkvinfo)/\1-gtk/' 
${pkgdir}/usr/share/applications/mkvinfo.desktop
-
-  rm -rf ${pkgdir}/usr/share/doc
-  rm -rf ${pkgdir}/usr/share/locale
-  rm -rf ${pkgdir}/usr/share/man/de/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/ja/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/nl/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/zh_CN/man1/mkv*
-  rm -rf ${pkgdir}/usr/share/man/uk/man1/mkv*
-}

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 238235, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-04-29 02:51:18 UTC (rev 238236)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')

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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 04:51:07
  Author: foutrelis
Revision: 238235

upgpkg: mkvtoolnix 7.8.0-3

Rebuild with GCC 4.9.

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:12:09 UTC (rev 238234)
+++ PKGBUILD2015-04-29 02:51:07 UTC (rev 238235)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=7.8.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;


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

2015-04-28 Thread Gaetan Bisson
Date: Wednesday, April 29, 2015 @ 05:26:55
  Author: bisson
Revision: 238238

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 238237, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 238237, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 238237, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 238237, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 238237, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 238237, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 238237, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 238237, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 238237, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 238237, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 238237, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 238237, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 238237, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 238237, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 238237, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 238237, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   20 +
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   63 --
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   10 --
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   63 --
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   10 --
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 238 insertions(+), 236 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-29 03:25:39 UTC (rev 238237)
+++ extra-i686/PKGBUILD 2015-04-29 03:26:55 UTC (rev 238238)
@@ -1,63 +0,0 @@
-# $Id$
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Gregor Ibic gregor.i...@intelicom.si
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=clamav
-pkgver=0.98.6
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('03cb9a20a08aba9176b1f58d5527d06ec8261f9c' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   

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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 04:53:43
  Author: foutrelis
Revision: 132486

upgpkg: poedit 1.7.5-4

Rebuild with GCC 4.9.

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-29 02:17:54 UTC (rev 132485)
+++ PKGBUILD2015-04-29 02:53:43 UTC (rev 132486)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.7.5
-pkgrel=3
+pkgrel=4
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;


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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 04:53:52
  Author: foutrelis
Revision: 132487

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-29 02:53:43 UTC (rev 132486)
+++ community-i686/PKGBUILD 2015-04-29 02:53:52 UTC (rev 132487)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Alexander Fehr pizzap...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=poedit
-pkgver=1.7.5
-pkgrel=3
-pkgdesc=Cross-platform gettext catalogs (.po files) editor
-arch=('i686' 'x86_64')
-url=http://www.poedit.net/;
-license=('MIT')
-depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
-makedepends=('boost' 'libsm')
-install=poedit.install
-#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
-#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
-source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
-md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure --prefix=/usr --libexecdir=/usr/lib/poedit
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: poedit/repos/community-i686/PKGBUILD (from rev 132486, 
poedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-29 02:53:52 UTC (rev 132487)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.7.5
+pkgrel=4
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}.tar.gz)
+md5sums=('d95cd2a6a4fec6f5e92475172e97c81d')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-i686/poedit.install
===
--- community-i686/poedit.install   2015-04-29 02:53:43 UTC (rev 132486)
+++ community-i686/poedit.install   2015-04-29 02:53:52 UTC (rev 132487)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-i686/poedit.install (from rev 132486, 
poedit/trunk/poedit.install)
===
--- community-i686/poedit.install   (rev 0)
+++ community-i686/poedit.install   2015-04-29 02:53:52 UTC (rev 132487)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2015-04-28 Thread Evangelos Foutras
Date: Wednesday, April 29, 2015 @ 07:11:56
  Author: foutrelis
Revision: 238240

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 238239, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 238239, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 238239, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 238239, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 238239, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 238239, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 238239, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 238239, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  402 +
 /chromium-widevine.patch |   24 +
 /chromium.desktop|  224 ++
 /chromium.install|   54 
 extra-i686/PKGBUILD  |  201 
 extra-i686/chromium-widevine.patch   |   12 
 extra-i686/chromium.desktop  |  113 -
 extra-i686/chromium.install  |   27 --
 extra-x86_64/PKGBUILD|  201 
 extra-x86_64/chromium-widevine.patch |   12 
 extra-x86_64/chromium.desktop|  113 -
 extra-x86_64/chromium.install|   27 --
 12 files changed, 704 insertions(+), 706 deletions(-)

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


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

2015-04-28 Thread Evangelos Foutras
Date: Tuesday, April 28, 2015 @ 18:09:48
  Author: foutrelis
Revision: 132464

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 16:09:38 UTC (rev 132463)
+++ PKGBUILD2015-04-28 16:09:48 UTC (rev 132464)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: Sebastien Binet binet@lblbox
-
-pkgname=python-virtualenvwrapper
-pkgver=4.5.0
-pkgrel=1
-pkgdesc=Extensions to Ian Bicking's virtualenv tool
-arch=('any')
-url=https://bitbucket.org/dhellmann/virtualenvwrapper;
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('4f04f13543b03e9f8a634c8b31d7ae458c7c851e1ab459ad86a9d65267f2d955')
-
-package() {
-  cd $srcdir/virtualenvwrapper-$pkgver
-
-  python3 setup.py install --root=$pkgdir -O1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 132463, 
python-virtualenvwrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 16:09:48 UTC (rev 132464)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Sebastien Binet binet@lblbox
+
+pkgname=python-virtualenvwrapper
+pkgver=4.5.1
+pkgrel=1
+pkgdesc=Extensions to Ian Bicking's virtualenv tool
+arch=('any')
+url=https://bitbucket.org/dhellmann/virtualenvwrapper;
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+ 'python-stevedore')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('ac0b09ce7409ec9d5b8ec90d073641b86bbafc3161f844347b89cc25b2e3a3d9')
+
+package() {
+  cd $srcdir/virtualenvwrapper-$pkgver
+
+  python3 setup.py install --root=$pkgdir -O1
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in viking/repos/community-i686 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 18:44:54
  Author: jlichtblau
Revision: 132467

archrelease: copy trunk to community-i686

Added:
  viking/repos/community-i686/PKGBUILD
(from rev 132466, viking/trunk/PKGBUILD)
  viking/repos/community-i686/viking.changelog
(from rev 132466, viking/trunk/viking.changelog)
  viking/repos/community-i686/viking.install
(from rev 132466, viking/trunk/viking.install)
Deleted:
  viking/repos/community-i686/PKGBUILD
  viking/repos/community-i686/viking.changelog
  viking/repos/community-i686/viking.install

--+
 PKGBUILD |   66 +--
 viking.changelog |   68 -
 viking.install   |   24 +-
 3 files changed, 81 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 16:37:56 UTC (rev 132466)
+++ PKGBUILD2015-04-28 16:44:54 UTC (rev 132467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Nick Østergaard oe.n...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=viking
-pkgver=1.6
-pkgrel=1
-pkgdesc=GTK+2 application to manage GPS data
-arch=('i686' 'x86_64')
-url=http://viking.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
-makedepends=('intltool' 'gnome-doc-utils' 'boost')
-optdepends=('geo: for geocaches')
-options=('!emptydirs') 
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-expedia --enable-geocaches
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: viking/repos/community-i686/PKGBUILD (from rev 132466, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 16:44:54 UTC (rev 132467)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.6
+pkgrel=2
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
+optdepends=('geo: for geocaches')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches 
--includedir=/usr/include
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: viking.changelog
===
--- viking.changelog2015-04-28 16:37:56 UTC (rev 132466)
+++ viking.changelog2015-04-28 16:44:54 UTC (rev 132467)
@@ -1,32 +0,0 @@
-2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.6-1
-
-2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.5.1-1
-
-2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.5-1
-
-2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4.2-1
-
-2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4.1-1
-
-2013-02-24 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2-1

Copied: viking/repos/community-i686/viking.changelog (from rev 132466, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2015-04-28 16:44:54 UTC (rev 132467)
@@ -0,0 +1,36 @@
+2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.5.1-1
+
+2014-02-04 Jaroslav Lichtblau 

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

2015-04-28 Thread Evangelos Foutras
Date: Tuesday, April 28, 2015 @ 18:09:38
  Author: foutrelis
Revision: 132463

upgpkg: python-virtualenvwrapper 4.5.1-1

New upstream release.

Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 14:50:08 UTC (rev 132462)
+++ PKGBUILD2015-04-28 16:09:38 UTC (rev 132463)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@lblbox
 
 pkgname=python-virtualenvwrapper
-pkgver=4.5.0
+pkgver=4.5.1
 pkgrel=1
 pkgdesc=Extensions to Ian Bicking's virtualenv tool
 arch=('any')
@@ -14,7 +14,7 @@
 conflicts=('python2-virtualenvwrapper')
 replaces=('python2-virtualenvwrapper')
 
source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('4f04f13543b03e9f8a634c8b31d7ae458c7c851e1ab459ad86a9d65267f2d955')
+sha256sums=('ac0b09ce7409ec9d5b8ec90d073641b86bbafc3161f844347b89cc25b2e3a3d9')
 
 package() {
   cd $srcdir/virtualenvwrapper-$pkgver


[arch-commits] Commit in viking/repos/community-x86_64 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 18:37:56
  Author: jlichtblau
Revision: 132466

archrelease: copy trunk to community-x86_64

Added:
  viking/repos/community-x86_64/PKGBUILD
(from rev 132465, viking/trunk/PKGBUILD)
  viking/repos/community-x86_64/viking.changelog
(from rev 132465, viking/trunk/viking.changelog)
  viking/repos/community-x86_64/viking.install
(from rev 132465, viking/trunk/viking.install)
Deleted:
  viking/repos/community-x86_64/PKGBUILD
  viking/repos/community-x86_64/viking.changelog
  viking/repos/community-x86_64/viking.install

--+
 PKGBUILD |   66 +--
 viking.changelog |   68 -
 viking.install   |   24 +-
 3 files changed, 81 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 16:37:34 UTC (rev 132465)
+++ PKGBUILD2015-04-28 16:37:56 UTC (rev 132466)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Nick Østergaard oe.n...@gmail.com
-# Contributor: Jonny Gerold jo...@fsk141.com
-
-pkgname=viking
-pkgver=1.6
-pkgrel=1
-pkgdesc=GTK+2 application to manage GPS data
-arch=('i686' 'x86_64')
-url=http://viking.sourceforge.net/;
-license=('GPL2')
-depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
-makedepends=('intltool' 'gnome-doc-utils' 'boost')
-optdepends=('geo: for geocaches')
-options=('!emptydirs') 
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-expedia --enable-geocaches 
--includedir=/usr/include
-  make
-}
-
-package(){
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: viking/repos/community-x86_64/PKGBUILD (from rev 132465, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 16:37:56 UTC (rev 132466)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Nick Østergaard oe.n...@gmail.com
+# Contributor: Jonny Gerold jo...@fsk141.com
+
+pkgname=viking
+pkgver=1.6
+pkgrel=2
+pkgdesc=GTK+2 application to manage GPS data
+arch=('i686' 'x86_64')
+url=http://viking.sourceforge.net/;
+license=('GPL2')
+depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
+makedepends=('intltool' 'gnome-doc-utils' 'boost')
+optdepends=('geo: for geocaches')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('21f1bd372c571b8d021e4509a69ec6448efefec623355a9db26cd81898b5920a')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-expedia --enable-geocaches 
--includedir=/usr/include
+  make
+}
+
+package(){
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: viking.changelog
===
--- viking.changelog2015-04-28 16:37:34 UTC (rev 132465)
+++ viking.changelog2015-04-28 16:37:56 UTC (rev 132466)
@@ -1,32 +0,0 @@
-2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.6-1
-
-2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.5.1-1
-
-2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.5-1
-
-2013-09-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4.2-1
-
-2013-05-18 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4.1-1
-
-2013-02-24 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.4-1
-
-2012-10-02 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.3.2.1-1
-
-2012-05-05 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.3.0-1
-
-2011-11-27 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2.2-1
-
-2011-08-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2.1-1
-
-2011-06-22 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * viking 1.2-1

Copied: viking/repos/community-x86_64/viking.changelog (from rev 132465, 
viking/trunk/viking.changelog)
===
--- viking.changelog(rev 0)
+++ viking.changelog2015-04-28 16:37:56 UTC (rev 132466)
@@ -0,0 +1,36 @@
+2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-2
+   * boost rebuild
+
+2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-1
+
+2014-09-02 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * 

[arch-commits] Commit in viking/trunk (PKGBUILD viking.changelog)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 18:37:34
  Author: jlichtblau
Revision: 132465

upgpkg: viking 1.6-2

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |4 ++--
 viking.changelog |4 
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 16:09:48 UTC (rev 132464)
+++ PKGBUILD2015-04-28 16:37:34 UTC (rev 132465)
@@ -5,7 +5,7 @@
 
 pkgname=viking
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+2 application to manage GPS data
 arch=('i686' 'x86_64')
 url=http://viking.sourceforge.net/;
@@ -13,7 +13,7 @@
 depends=('curl' 'gpsd' 'gtk2' 'hicolor-icon-theme' 'libgexiv2' 'gpsbabel' 
'mapnik')
 makedepends=('intltool' 'gnome-doc-utils' 'boost')
 optdepends=('geo: for geocaches')
-options=('!emptydirs') 
+options=('!emptydirs')
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)

Modified: viking.changelog
===
--- viking.changelog2015-04-28 16:09:48 UTC (rev 132464)
+++ viking.changelog2015-04-28 16:37:34 UTC (rev 132465)
@@ -1,3 +1,7 @@
+2015-04-26 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * viking 1.6-2
+   * boost rebuild
+
 2015-03-31 Jaroslav Lichtblau svetlemo...@archlinux.org
* viking 1.6-1
 


[arch-commits] Commit in quassel/repos/community-x86_64 (12 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:06:36
  Author: jlichtblau
Revision: 132473

archrelease: copy trunk to community-x86_64

Added:
  quassel/repos/community-x86_64/PKGBUILD
(from rev 132472, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 132472, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel-monolithic.install
(from rev 132472, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 132472, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 132472, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 132472, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel-monolithic.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

+
 PKGBUILD   |  226 +--
 quassel-client.install |   18 +--
 quassel-monolithic.install |   18 +--
 quassel.conf   |4 
 quassel.install|   42 +++
 quassel.service|   28 ++---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 21:06:13 UTC (rev 132472)
+++ PKGBUILD2015-04-28 21:06:36 UTC (rev 132473)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=3
-pkgdesc=Next-generation distributed IRC client
-arch=('i686' 'x86_64')
-url=http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd ${srcdir}
-  [[ ! -d build ]]  mkdir build
-  [[ ! -d build-client ]]  mkdir build-client
-  [[ ! -d build-mono ]]  mkdir build-mono
-
-  # Core
-  cd ${srcdir}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd ${srcdir}/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd ${srcdir}/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc=Next-generation distributed IRC client - core only
-depends=('icu' 'qca-qt5' 'qt5-script')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove unneeded pixmap icons
-  rm -r ${pkgdir}/usr/share
-
-  install -Dm644 ${srcdir}/$pkgbase.service \
-${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 ${srcdir}/$pkgbase.conf \
-${pkgdir}/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc=Next-generation distributed IRC client - client only
-depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
-conflicts=('quassel-monolithic')
-install=quassel-client.install
-  cd ${srcdir}/build-client
-
-  make DESTDIR=${pkgdir} install
-}
-
-package_quassel-monolithic() {
-pkgdesc=Next-generation distributed IRC client - monolithic
-depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
-conflicts=('quassel-client')
-install=quassel-monolithic.install
-  cd ${srcdir}/build-mono
-
-  make DESTDIR=${pkgdir} install
-}

Copied: quassel/repos/community-x86_64/PKGBUILD (from rev 132472, 
quassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 21:06:36 UTC (rev 132473)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 

[arch-commits] Commit in quassel/repos/community-i686 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:35:33
  Author: jlichtblau
Revision: 132476

archrelease: copy trunk to community-i686

Deleted:
  quassel/repos/community-i686/PKGBUILD
  quassel/repos/community-i686/quassel-client.install
  quassel/repos/community-i686/quassel-monolithic.install
  quassel/repos/community-i686/quassel.conf
  quassel/repos/community-i686/quassel.install
  quassel/repos/community-i686/quassel.service

+
 PKGBUILD   |  113 ---
 quassel-client.install |9 ---
 quassel-monolithic.install |9 ---
 quassel.conf   |2 
 quassel.install|   21 ---
 quassel.service|   14 -
 6 files changed, 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 21:25:27 UTC (rev 132475)
+++ PKGBUILD2015-04-28 21:35:33 UTC (rev 132476)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=2
-pkgdesc=Next-generation distributed IRC client
-arch=('i686' 'x86_64')
-url=http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd ${srcdir}
-  [[ ! -d build ]]  mkdir build
-  [[ ! -d build-client ]]  mkdir build-client
-  [[ ! -d build-mono ]]  mkdir build-mono
-
-  # Core
-  cd ${srcdir}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd ${srcdir}/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd ${srcdir}/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc=Next-generation distributed IRC client - core only
-depends=('icu' 'qca-qt5')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove unneeded pixmap icons
-  rm -r ${pkgdir}/usr/share
-
-  install -Dm644 ${srcdir}/$pkgbase.service \
-${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 ${srcdir}/$pkgbase.conf \
-${pkgdir}/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc=Next-generation distributed IRC client - client only
-depends=('qt5-base' 'knotifyconfig')
-conflicts=('quassel-monolithic')
-install=quassel-client.install
-  cd ${srcdir}/build-client
-
-  make DESTDIR=${pkgdir} install
-}
-
-package_quassel-monolithic() {
-pkgdesc=Next-generation distributed IRC client - monolithic
-depends=('qt5-base' 'knotifyconfig')
-conflicts=('quassel-client')
-install=quassel-monolithic.install
-  cd ${srcdir}/build-mono
-
-  make DESTDIR=${pkgdir} install
-}

Deleted: quassel-client.install
===
--- quassel-client.install  2015-04-28 21:25:27 UTC (rev 132475)
+++ quassel-client.install  2015-04-28 21:35:33 UTC (rev 132476)
@@ -1,9 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-post_upgrade() {
-post_install
-}
-post_remove() {
-post_install
-}

Deleted: quassel-monolithic.install
===
--- quassel-monolithic.install  2015-04-28 21:25:27 UTC (rev 132475)
+++ quassel-monolithic.install  2015-04-28 21:35:33 UTC (rev 132476)
@@ -1,9 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-post_upgrade() {
-post_install
-}
-post_remove() {
-post_install
-}

Deleted: quassel.conf
===
--- quassel.conf2015-04-28 21:25:27 UTC (rev 132475)
+++ quassel.conf2015-04-28 21:35:33 

[arch-commits] Commit in syncthing-gtk/repos/community-any (PKGBUILD PKGBUILD)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:25:27
  Author: jlichtblau
Revision: 132475

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 132474, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 21:25:12 UTC (rev 132474)
+++ PKGBUILD2015-04-28 21:25:27 UTC (rev 132475)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress c...@flexion.org
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: kozec kozec at kozec dot com
-
-pkgname=syncthing-gtk
-pkgver=0.7.0.1
-pkgrel=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4e41151ad3aa7513334ece56175c5a9074cd81d4ef8e4fac4dd4e3189c15e597')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 132474, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 21:25:27 UTC (rev 132475)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.7.0.2
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('fe5e5161bfe67cfc313c1f4bec82b7bfb86b7c21ca89e694a6a0f2be76e00da3')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}


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

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:06:13
  Author: jlichtblau
Revision: 132472

upgpkg: quassel 0.12.2-1

Modified:
  quassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 18:10:41 UTC (rev 132471)
+++ PKGBUILD2015-04-28 21:06:13 UTC (rev 132472)
@@ -4,8 +4,8 @@
 
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=3
+pkgver=0.12.2
+pkgrel=1
 pkgdesc=Next-generation distributed IRC client
 arch=('i686' 'x86_64')
 url=http://quassel-irc.org/;
@@ -14,7 +14,7 @@
 source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
 $pkgbase.service
 $pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
+sha256sums=('6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897'
 '5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
 'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
 
@@ -104,7 +104,7 @@
 
 package_quassel-monolithic() {
 pkgdesc=Next-generation distributed IRC client - monolithic
-depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
+depends=('qt5-base' 'knotifyconfig' 'qt5-webkit' 'qt5-script')
 conflicts=('quassel-client')
 install=quassel-monolithic.install
   cd ${srcdir}/build-mono


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

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:25:12
  Author: jlichtblau
Revision: 132474

upgpkg: syncthing-gtk 0.7.0.2-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 21:06:36 UTC (rev 132473)
+++ PKGBUILD2015-04-28 21:25:12 UTC (rev 132474)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.7.0.1
+pkgver=0.7.0.2
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -16,7 +16,7 @@
 'python2-caja: file manager integration for Caja'
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('4e41151ad3aa7513334ece56175c5a9074cd81d4ef8e4fac4dd4e3189c15e597')
+sha256sums=('fe5e5161bfe67cfc313c1f4bec82b7bfb86b7c21ca89e694a6a0f2be76e00da3')
 
 build() {
   cd $pkgname-$pkgver


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

2015-04-28 Thread Gaetan Bisson
Date: Tuesday, April 28, 2015 @ 23:49:49
  Author: bisson
Revision: 238230

db-move: moved dnssec-anchors from [testing] to [core] (any)

Added:
  dnssec-anchors/repos/core-any/LICENSE
(from rev 238229, dnssec-anchors/repos/testing-any/LICENSE)
  dnssec-anchors/repos/core-any/PKGBUILD
(from rev 238229, dnssec-anchors/repos/testing-any/PKGBUILD)
  dnssec-anchors/repos/core-any/trusted-key.key
(from rev 238229, dnssec-anchors/repos/testing-any/trusted-key.key)
Deleted:
  dnssec-anchors/repos/core-any/LICENSE
  dnssec-anchors/repos/core-any/PKGBUILD
  dnssec-anchors/repos/core-any/trusted-key.key
  dnssec-anchors/repos/testing-any/

--+
 /LICENSE |1 +
 /PKGBUILD|   42 ++
 /trusted-key.key |1 +
 core-any/LICENSE |1 -
 core-any/PKGBUILD|   37 -
 core-any/trusted-key.key |1 -
 6 files changed, 44 insertions(+), 39 deletions(-)

Deleted: core-any/LICENSE
===
--- core-any/LICENSE2015-04-28 19:14:18 UTC (rev 238229)
+++ core-any/LICENSE2015-04-28 21:49:49 UTC (rev 238230)
@@ -1 +0,0 @@
-The contents of this package are inelligible for copyright protection.

Copied: dnssec-anchors/repos/core-any/LICENSE (from rev 238229, 
dnssec-anchors/repos/testing-any/LICENSE)
===
--- core-any/LICENSE(rev 0)
+++ core-any/LICENSE2015-04-28 21:49:49 UTC (rev 238230)
@@ -0,0 +1 @@
+The contents of this package are inelligible for copyright protection.

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2015-04-28 19:14:18 UTC (rev 238229)
+++ core-any/PKGBUILD   2015-04-28 21:49:49 UTC (rev 238230)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Thomas Mudrunka har...@email.cz
-# Contributor: m4xm4n m...@maxfierke.com
-
-pkgname=dnssec-anchors
-pkgver=20140629
-pkgrel=1
-pkgdesc='DNSSEC trust anchors for the root zone'
-url='http://data.iana.org/root-anchors/'
-license=('custom:NoCopyright')
-arch=('any')
-source=('LICENSE'
-'trusted-key.key')
-sha256sums=('dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb'
-'ca6388cc16223b29b607f07a9aa77e0aa52f653106d440cdc92cc40e145a4bb5')
-
-get_trusted-key() {
-   drill -z -s DNSKEY .  root.key
-
-   curl http://data.iana.org/root-anchors/root-anchors.xml |
-   awk 'BEGIN{ORS= }(NR4){gsub(/[^]*/,);print tolower($0)}' |
-   sed 's/   /\n/'  root.ds
-
-   # Any of those tests failing is suspicious; check thoroughly!
-   [[ $(root.ds) = '19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5' ]] 
-   grep -Pq 'IN\tDS\t'$(root.ds) root.key ||
-   return 1
-
-   sed '/DNSKEY/s/ ;{id = '$(cut -d\  -f1root.ds)' .*//;t;d' root.key  
trusted-key.key
-}
-
-package() {
-   cd ${srcdir}
-   install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: dnssec-anchors/repos/core-any/PKGBUILD (from rev 238229, 
dnssec-anchors/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2015-04-28 21:49:49 UTC (rev 238230)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Thomas Mudrunka har...@email.cz
+# Contributor: m4xm4n m...@maxfierke.com
+
+pkgname=dnssec-anchors
+pkgver=20150403
+pkgrel=1
+pkgdesc='DNSSEC trust anchors for the root zone'
+url='http://data.iana.org/root-anchors/'
+license=('custom:NoCopyright')
+arch=('any')
+makedepends=('ldns')
+validpgpkeys=('2FBB91BCAAEE0ABE1F8031C7D1AFBCE00F6C91D2')
+source=('http://data.iana.org/root-anchors/root-anchors.xml'
+
'root-anchors.xml.asc::http://data.iana.org/root-anchors/root-anchors.asc'
+'LICENSE')
+sha256sums=('dfb281b771dc854c18d1cff9d2eecaf184cf7a9668606aaa33e8f01bf4b4d8e4'
+'SKIP'
+'dd37e92942d5a4024f1c77df49d61ca77fc6284691814903a741785df61f78cb')
+
+build() {
+   cd ${srcdir}
+   drill -z -s DNSKEY .  root.key
+
+   cat root-anchors.xml |
+   awk 'BEGIN{ORS= }(NR4){gsub(/[^]*/,);print tolower($0)}' |
+   sed 's/   /\n/'  root.ds
+
+   # Any of those tests failing is suspicious; check thoroughly!
+   [[ $(root.ds) = '19036 8 2 
49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5' ]] 
+   grep -Pq 'IN\tDS\t'$(root.ds) root.key ||
+   return 1
+
+   sed '/DNSKEY/s/ ;{id = '$(cut -d\  -f1root.ds)' .*//;t;d' root.key  
trusted-key.key
+}
+
+package() {
+   cd ${srcdir}
+   install -Dm644 trusted-key.key ${pkgdir}/etc/trusted-key.key
+   install 

[arch-commits] Commit in quassel/repos/community-i686 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:36:26
  Author: jlichtblau
Revision: 132477

archrelease: copy trunk to community-i686

Added:
  quassel/repos/community-i686/PKGBUILD
(from rev 132476, quassel/trunk/PKGBUILD)
  quassel/repos/community-i686/quassel-client.install
(from rev 132476, quassel/trunk/quassel-client.install)
  quassel/repos/community-i686/quassel-monolithic.install
(from rev 132476, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-i686/quassel.conf
(from rev 132476, quassel/trunk/quassel.conf)
  quassel/repos/community-i686/quassel.install
(from rev 132476, quassel/trunk/quassel.install)
  quassel/repos/community-i686/quassel.service
(from rev 132476, quassel/trunk/quassel.service)

+
 PKGBUILD   |  113 +++
 quassel-client.install |9 +++
 quassel-monolithic.install |9 +++
 quassel.conf   |2 
 quassel.install|   21 +++
 quassel.service|   14 +
 6 files changed, 168 insertions(+)

Copied: quassel/repos/community-i686/PKGBUILD (from rev 132476, 
quassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 21:36:26 UTC (rev 132477)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+
+pkgbase=quassel
+pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
+pkgver=0.12.2
+pkgrel=1
+pkgdesc=Next-generation distributed IRC client
+arch=('i686' 'x86_64')
+url=http://quassel-irc.org/;
+license=('GPL')
+makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
+source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
+$pkgbase.service
+$pkgbase.conf)
+sha256sums=('6bd6f79ecb88fb857bea7e89c767a3bd0f413ff01bae9298dd2e563478947897'
+'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
+'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
+
+build() {
+  cd ${srcdir}
+  [[ ! -d build ]]  mkdir build
+  [[ ! -d build-client ]]  mkdir build-client
+  [[ ! -d build-mono ]]  mkdir build-mono
+
+  # Core
+  cd ${srcdir}/build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr/ \
+-DWITH_KDE=OFF \
+-DUSE_QT5=ON \
+-DWITH_OPENSSL=ON \
+-DWANT_CORE=ON \
+-DWANT_MONO=OFF \
+-DWANT_QTCLIENT=OFF \
+-DWITH_DBUS=OFF \
+-DWITH_OXYGEN=OFF \
+-DWITH_PHONON=OFF \
+-DWITH_WEBKIT=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+../quassel-${pkgver}/ \
+-Wno-dev
+  make
+
+  # Client
+  cd ${srcdir}/build-client
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr/ \
+-DUSE_QT5=ON \
+-DWITH_KDE=ON \
+-DWITH_OPENSSL=ON \
+-DWANT_CORE=OFF \
+-DWANT_QTCLIENT=ON \
+-DWANT_MONO=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+../quassel-${pkgver}/ \
+-Wno-dev
+  make
+
+  # Monolithic
+  cd ${srcdir}/build-mono
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr/ \
+-DUSE_QT5=ON \
+-DWITH_KDE=ON \
+-DWITH_OPENSSL=ON \
+-DWANT_CORE=OFF \
+-DWANT_QTCLIENT=OFF \
+-DWANT_MONO=ON \
+-DCMAKE_BUILD_TYPE=Release \
+../quassel-${pkgver}/ \
+-Wno-dev
+  make
+}
+
+package_quassel-core() {
+pkgdesc=Next-generation distributed IRC client - core only
+depends=('icu' 'qca-qt5' 'qt5-script')
+backup=(etc/conf.d/quassel)
+install=quassel.install
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+
+  # Remove unneeded pixmap icons
+  rm -r ${pkgdir}/usr/share
+
+  install -Dm644 ${srcdir}/$pkgbase.service \
+${pkgdir}/usr/lib/systemd/system/$pkgbase.service
+  install -Dm644 ${srcdir}/$pkgbase.conf \
+${pkgdir}/etc/conf.d/$pkgbase
+}
+
+package_quassel-client() {
+pkgdesc=Next-generation distributed IRC client - client only
+depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
+conflicts=('quassel-monolithic')
+install=quassel-client.install
+  cd ${srcdir}/build-client
+
+  make DESTDIR=${pkgdir} install
+}
+
+package_quassel-monolithic() {
+pkgdesc=Next-generation distributed IRC client - monolithic
+depends=('qt5-base' 'knotifyconfig' 'qt5-webkit' 'qt5-script')
+conflicts=('quassel-client')
+install=quassel-monolithic.install
+  cd ${srcdir}/build-mono
+
+  make DESTDIR=${pkgdir} install
+}

Copied: quassel/repos/community-i686/quassel-client.install (from rev 132476, 
quassel/trunk/quassel-client.install)
===
--- quassel-client.install  (rev 0)
+++ quassel-client.install  2015-04-28 21:36:26 UTC (rev 132477)
@@ -0,0 +1,9 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+post_upgrade() {
+post_install
+}
+post_remove() {
+post_install
+}

Copied: quassel/repos/community-i686/quassel-monolithic.install (from rev 
132476, 

[arch-commits] Commit in kmymoney/trunk (PKGBUILD kmymoney.changelog)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:52:33
  Author: jlichtblau
Revision: 132478

upgpkg: kmymoney 4.7.2-1

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog

+
 PKGBUILD   |   12 ++--
 kmymoney.changelog |   27 +++
 2 files changed, 21 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 21:36:26 UTC (rev 132477)
+++ PKGBUILD2015-04-28 21:52:33 UTC (rev 132478)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Maintainer: Laurent Carlier lordhea...@gmail.com
 # Contributor: Vamp898 vamp...@web.de
 # Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
@@ -7,8 +7,8 @@
 # Contributor: Todd Maynard a...@toddmaynard.com
 
 pkgname=kmymoney
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
 arch=('i686' 'x86_64')
 url=http://kmymoney2.sourceforge.net/;
@@ -19,10 +19,10 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('7749cbae146eb4adf5c92162c841ae321f971c5720bc32d0227a42a4dd4acfc4')
+sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/$pkgname-$pkgver
 
   mkdir build
   cd build
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
+  cd ${srcdir}/$pkgname-$pkgver/build
 
   make DESTDIR=${pkgdir} install
 }

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2015-04-28 21:36:26 UTC (rev 132477)
+++ kmymoney.changelog  2015-04-28 21:52:33 UTC (rev 132478)
@@ -1,13 +1,16 @@
-2014-11-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-04-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * kmymoney 4.7.2-1
+
+2014-11-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.7.1-1
 
-2014-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-10-02 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.7.0-1
 
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-10-06 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.6.4-1
 
-2012-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-09-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.6.3-1
 
 2012-08-09  Eric Belanger  e...@archlinux.org
@@ -14,28 +17,28 @@
 * kmymoney 4.6.2-2
* Rebuild against libofx 0.9.5
 
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-02-19 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.5.3
 
-2010-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-12-27 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.5.2
 
-2010-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-10-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* kmymoney 4.5.1
* Added aqbanking dependency
 
-2010-08-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-08-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 4.5
* Package renamed to 'kmymoney'
 
-2010-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.0.5
 
-2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.0.4
 
-2010-04-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-04-09 Jaroslav Lichtblau svetlemo...@archlinux.org
* FS#18974 broken OFX imported fixed in 1.0.3-2
 
-2010-03-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-03-27 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 1.0.3


[arch-commits] Commit in kmymoney/repos/community-x86_64 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 23:52:46
  Author: jlichtblau
Revision: 132479

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 132478, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 132478, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-x86_64/kmymoney.install
(from rev 132478, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog
  kmymoney/repos/community-x86_64/kmymoney.install

+
 PKGBUILD   |   80 
 kmymoney.changelog |   85 ++-
 kmymoney.install   |   26 +++
 3 files changed, 97 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 21:52:33 UTC (rev 132478)
+++ PKGBUILD2015-04-28 21:52:46 UTC (rev 132479)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Vamp898 vamp...@web.de
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=kmymoney
-pkgver=4.7.1
-pkgrel=2
-pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
-arch=('i686' 'x86_64')
-url=http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('7749cbae146eb4adf5c92162c841ae321f971c5720bc32d0227a42a4dd4acfc4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 132478, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 21:52:46 UTC (rev 132479)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2015-04-28 21:52:33 UTC (rev 132478)
+++ kmymoney.changelog  2015-04-28 21:52:46 UTC (rev 132479)
@@ -1,41 +0,0 @@
-2014-11-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-* kmymoney 4.6.2-2
-   * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.1
-   * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.5

[arch-commits] Commit in kmymoney/repos/community-i686 (6 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Wednesday, April 29, 2015 @ 00:16:05
  Author: jlichtblau
Revision: 132480

archrelease: copy trunk to community-i686

Added:
  kmymoney/repos/community-i686/PKGBUILD
(from rev 132479, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
(from rev 132479, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-i686/kmymoney.install
(from rev 132479, kmymoney/trunk/kmymoney.install)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-i686/kmymoney.install

+
 PKGBUILD   |   80 
 kmymoney.changelog |   85 ++-
 kmymoney.install   |   26 +++
 3 files changed, 97 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 21:52:46 UTC (rev 132479)
+++ PKGBUILD2015-04-28 22:16:05 UTC (rev 132480)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: Vamp898 vamp...@web.de
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Todd Maynard a...@toddmaynard.com
-
-pkgname=kmymoney
-pkgver=4.7.1
-pkgrel=2
-pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
-arch=('i686' 'x86_64')
-url=http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('7749cbae146eb4adf5c92162c841ae321f971c5720bc32d0227a42a4dd4acfc4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 132479, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 22:16:05 UTC (rev 132480)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Vamp898 vamp...@web.de
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Todd Maynard a...@toddmaynard.com
+
+pkgname=kmymoney
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken
+arch=('i686' 'x86_64')
+url=http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver/build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2015-04-28 21:52:46 UTC (rev 132479)
+++ kmymoney.changelog  2015-04-28 22:16:05 UTC (rev 132480)
@@ -1,41 +0,0 @@
-2014-11-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.7.1-1
-
-2014-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.7.0-1
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.6.4-1
-
-2012-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.6.3-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-* kmymoney 4.6.2-2
-   * Rebuild against libofx 0.9.5
-
-2011-02-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.3
-
-2010-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.2
-
-2010-10-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * kmymoney 4.5.1
-   * Added aqbanking dependency
-
-2010-08-22 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 4.5
-   * 

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

2015-04-28 Thread Maxime Gauduin
Date: Tuesday, April 28, 2015 @ 09:30:44
  Author: alucryd
Revision: 132368

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 132367, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/Xsession
(from rev 132367, lightdm/trunk/Xsession)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 132367, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 132367, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 132367, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 132367, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 132367, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 132367, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 132367, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 132367, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/Xsession
(from rev 132367, lightdm/trunk/Xsession)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 132367, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 132367, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 132367, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 132367, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 132367, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 132367, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 132367, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/Xsession
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/Xsession
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles

---+
 /PKGBUILD |  270 
 /Xsession |  114 ++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   80 +++
 /lightdm.install  |   24 ++
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 ++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  135 
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   40 ---
 community-i686/lightdm.install|   12 -
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  135 
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   40 ---
 community-x86_64/lightdm.install  |   12 -
 community-x86_64/lightdm.pam  |7 
 community-x86_64/lightdm.rules|   15 -
 community-x86_64/lightdm.service  |   14 -
 community-x86_64/lightdm.tmpfiles |1 
 27 files changed, 588 insertions(+), 588 deletions(-)

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


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

2015-04-28 Thread Maxime Gauduin
Date: Tuesday, April 28, 2015 @ 09:29:59
  Author: alucryd
Revision: 132367

FS#44746: lightdm 1:1.14.0-2

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/Xsession

--+
 PKGBUILD |4 ++--
 Xsession |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 07:19:17 UTC (rev 132366)
+++ PKGBUILD2015-04-28 07:29:59 UTC (rev 132367)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.14.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 'ed3dca57ef19d32499b72668bc78eaff0d9e772718b76f3816c5ee5f816b1891'
-'4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
+'cd7a789116087e4a92a6df8ec03b3f7df3955e2bca1db60df0cfd4a42258e831')
 
 prepare() {
   cd lightdm-${pkgver}

Modified: Xsession
===
--- Xsession2015-04-28 07:19:17 UTC (rev 132366)
+++ Xsession2015-04-28 07:29:59 UTC (rev 132367)
@@ -16,7 +16,7 @@
 for file in /etc/X11/Xresources $HOME/.Xresources; do
 if [ -f $file ]; then
 echo Loading resource: $file
-xrdb -nocpp -merge $file
+xrdb -merge $file
 fi
 done
 


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:34:04
  Author: arojas
Revision: 238118

archrelease: copy trunk to testing-any

Added:
  plasma-meta/repos/testing-any/
  plasma-meta/repos/testing-any/PKGBUILD
(from rev 238117, plasma-meta/trunk/PKGBUILD)

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

Copied: plasma-meta/repos/testing-any/PKGBUILD (from rev 238117, 
plasma-meta/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-28 07:34:04 UTC (rev 238118)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=plasma-meta
+pkgver=5.3
+pkgrel=1
+pkgdesc='Meta package to install KDE Plasma'
+arch=('any')
+url='https://www.archlinux.org/'
+license=('GPL')
+depends=('bluedevil'
+'drkonqi'
+'kde-gtk-config'
+'kdeplasma-addons'
+'khelpcenter'
+'kinfocenter'
+'kio-extras'
+'ksysguard'
+'kscreen'
+'ksshaskpass'
+'kwrited'
+'oxygen'
+'oxygen-cursors'
+'plasma-desktop'
+'plasma-nm'
+'plasma-workspace-wallpapers'
+   'plasma-mediacenter'
+)
+


[arch-commits] Commit in quassel/repos/community-x86_64 (12 files)

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 20:01:46
  Author: jlichtblau
Revision: 132469

archrelease: copy trunk to community-x86_64

Added:
  quassel/repos/community-x86_64/PKGBUILD
(from rev 132468, quassel/trunk/PKGBUILD)
  quassel/repos/community-x86_64/quassel-client.install
(from rev 132468, quassel/trunk/quassel-client.install)
  quassel/repos/community-x86_64/quassel-monolithic.install
(from rev 132468, quassel/trunk/quassel-monolithic.install)
  quassel/repos/community-x86_64/quassel.conf
(from rev 132468, quassel/trunk/quassel.conf)
  quassel/repos/community-x86_64/quassel.install
(from rev 132468, quassel/trunk/quassel.install)
  quassel/repos/community-x86_64/quassel.service
(from rev 132468, quassel/trunk/quassel.service)
Deleted:
  quassel/repos/community-x86_64/PKGBUILD
  quassel/repos/community-x86_64/quassel-client.install
  quassel/repos/community-x86_64/quassel-monolithic.install
  quassel/repos/community-x86_64/quassel.conf
  quassel/repos/community-x86_64/quassel.install
  quassel/repos/community-x86_64/quassel.service

+
 PKGBUILD   |  226 +--
 quassel-client.install |   18 +--
 quassel-monolithic.install |   18 +--
 quassel.conf   |4 
 quassel.install|   42 +++
 quassel.service|   28 ++---
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-04-28 18:01:24 UTC (rev 132468)
+++ PKGBUILD2015-04-28 18:01:46 UTC (rev 132469)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-
-pkgbase=quassel
-pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
-pkgver=0.12.0
-pkgrel=2
-pkgdesc=Next-generation distributed IRC client
-arch=('i686' 'x86_64')
-url=http://quassel-irc.org/;
-license=('GPL')
-makedepends=('cmake' 'extra-cmake-modules' 'qt5-base' 'qt5-tools' 'qca-qt5' 
'qt5-script' 'knotifyconfig')
-source=(http://quassel-irc.org/pub/$pkgbase-$pkgver.tar.bz2
-$pkgbase.service
-$pkgbase.conf)
-sha256sums=('1429929c3fdea860131e13c4e185f747e86cddb99d6e714940c1f8100020e127'
-'5dbe20290f3361b9b7a74a52905137e76b656976febf2d31082a2276f9dcde7f'
-'f3031ea8217e01ba42cea14606169e3e27affa5918968ffd5a03c21ae92fe2b8')
-
-build() {
-  cd ${srcdir}
-  [[ ! -d build ]]  mkdir build
-  [[ ! -d build-client ]]  mkdir build-client
-  [[ ! -d build-mono ]]  mkdir build-mono
-
-  # Core
-  cd ${srcdir}/build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DWITH_KDE=OFF \
--DUSE_QT5=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=ON \
--DWANT_MONO=OFF \
--DWANT_QTCLIENT=OFF \
--DWITH_DBUS=OFF \
--DWITH_OXYGEN=OFF \
--DWITH_PHONON=OFF \
--DWITH_WEBKIT=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Client
-  cd ${srcdir}/build-client
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=ON \
--DWANT_MONO=OFF \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-
-  # Monolithic
-  cd ${srcdir}/build-mono
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr/ \
--DUSE_QT5=ON \
--DWITH_KDE=ON \
--DWITH_OPENSSL=ON \
--DWANT_CORE=OFF \
--DWANT_QTCLIENT=OFF \
--DWANT_MONO=ON \
--DCMAKE_BUILD_TYPE=Release \
-../quassel-${pkgver}/ \
--Wno-dev
-  make
-}
-
-package_quassel-core() {
-pkgdesc=Next-generation distributed IRC client - core only
-depends=('icu' 'qca-qt5')
-backup=(etc/conf.d/quassel)
-install=quassel.install
-  cd ${srcdir}/build
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove unneeded pixmap icons
-  rm -r ${pkgdir}/usr/share
-
-  install -Dm644 ${srcdir}/$pkgbase.service \
-${pkgdir}/usr/lib/systemd/system/$pkgbase.service
-  install -Dm644 ${srcdir}/$pkgbase.conf \
-${pkgdir}/etc/conf.d/$pkgbase
-}
-
-package_quassel-client() {
-pkgdesc=Next-generation distributed IRC client - client only
-depends=('qt5-base' 'knotifyconfig')
-conflicts=('quassel-monolithic')
-install=quassel-client.install
-  cd ${srcdir}/build-client
-
-  make DESTDIR=${pkgdir} install
-}
-
-package_quassel-monolithic() {
-pkgdesc=Next-generation distributed IRC client - monolithic
-depends=('qt5-base' 'knotifyconfig')
-conflicts=('quassel-client')
-install=quassel-monolithic.install
-  cd ${srcdir}/build-mono
-
-  make DESTDIR=${pkgdir} install
-}

Copied: quassel/repos/community-x86_64/PKGBUILD (from rev 132468, 
quassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-04-28 18:01:46 UTC (rev 132469)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Maintainer: Jaroslav 

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

2015-04-28 Thread Jaroslav Lichtblau
Date: Tuesday, April 28, 2015 @ 20:01:24
  Author: jlichtblau
Revision: 132468

upgpkg: quassel 0.12.0-3
FS#44750 and FS#44752 fix

Modified:
  quassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 16:44:54 UTC (rev 132467)
+++ PKGBUILD2015-04-28 18:01:24 UTC (rev 132468)
@@ -5,7 +5,7 @@
 pkgbase=quassel
 pkgname=('quassel-client' 'quassel-core' 'quassel-monolithic')
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc=Next-generation distributed IRC client
 arch=('i686' 'x86_64')
 url=http://quassel-irc.org/;
@@ -76,7 +76,7 @@
 
 package_quassel-core() {
 pkgdesc=Next-generation distributed IRC client - core only
-depends=('icu' 'qca-qt5')
+depends=('icu' 'qca-qt5' 'qt5-script')
 backup=(etc/conf.d/quassel)
 install=quassel.install
   cd ${srcdir}/build
@@ -94,7 +94,7 @@
 
 package_quassel-client() {
 pkgdesc=Next-generation distributed IRC client - client only
-depends=('qt5-base' 'knotifyconfig')
+depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
 conflicts=('quassel-monolithic')
 install=quassel-client.install
   cd ${srcdir}/build-client
@@ -104,7 +104,7 @@
 
 package_quassel-monolithic() {
 pkgdesc=Next-generation distributed IRC client - monolithic
-depends=('qt5-base' 'knotifyconfig')
+depends=('qt5-base' 'knotifyconfig' 'qt5-webkit')
 conflicts=('quassel-client')
 install=quassel-monolithic.install
   cd ${srcdir}/build-mono


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

2015-04-28 Thread Ike Devolder
Date: Tuesday, April 28, 2015 @ 20:10:20
  Author: idevolder
Revision: 132470

upgpkg: php-mongo 1.6.7-1

Modified:
  php-mongo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 18:01:46 UTC (rev 132469)
+++ PKGBUILD2015-04-28 18:10:20 UTC (rev 132470)
@@ -4,7 +4,7 @@
 # Contributor: Jarek Sedlacek jareksedla...@gmail.com
 
 pkgname=php-mongo
-pkgver=1.6.6
+pkgver=1.6.7
 pkgrel=1
 pkgdesc=Officially supported PHP driver for MongoDB
 arch=(i686 x86_64)
@@ -28,5 +28,5 @@
make INSTALL_ROOT=$pkgdir install
install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
 }
-sha256sums=('8552b100231baf16e49c8d66a6ac064c36edc3172f6ab5a0ea924acc289eb0d8'
+sha256sums=('15dce79f28ca8aa30296334eeb111c573f821004dbbf86739ff4176a67708c3d'
 'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')


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

2015-04-28 Thread Ike Devolder
Date: Tuesday, April 28, 2015 @ 20:10:41
  Author: idevolder
Revision: 132471

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

Added:
  php-mongo/repos/community-i686/PKGBUILD
(from rev 132470, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-i686/mongo.ini
(from rev 132470, php-mongo/trunk/mongo.ini)
  php-mongo/repos/community-x86_64/PKGBUILD
(from rev 132470, php-mongo/trunk/PKGBUILD)
  php-mongo/repos/community-x86_64/mongo.ini
(from rev 132470, php-mongo/trunk/mongo.ini)
Deleted:
  php-mongo/repos/community-i686/PKGBUILD
  php-mongo/repos/community-i686/mongo.ini
  php-mongo/repos/community-x86_64/PKGBUILD
  php-mongo/repos/community-x86_64/mongo.ini

+
 /PKGBUILD  |   64 +++
 /mongo.ini |   56 +
 community-i686/PKGBUILD|   32 -
 community-i686/mongo.ini   |   28 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/mongo.ini |   28 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-28 18:10:20 UTC (rev 132470)
+++ community-i686/PKGBUILD 2015-04-28 18:10:41 UTC (rev 132471)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jarek Sedlacek jareksedla...@gmail.com
-
-pkgname=php-mongo
-pkgver=1.6.6
-pkgrel=1
-pkgdesc=Officially supported PHP driver for MongoDB
-arch=(i686 x86_64)
-url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
-license=(APACHE)
-depends=(php)
-backup=(etc/php/conf.d/mongo.ini)
-source=(
-   http://pecl.php.net/get/mongo-$pkgver.tgz;
-   mongo.ini
-)
-
-build() {
-   cd mongo-$pkgver
-   phpize
-   ./configure --prefix=/usr --enable-mongo
-}
-
-package() {
-   cd mongo-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
-}
-sha256sums=('8552b100231baf16e49c8d66a6ac064c36edc3172f6ab5a0ea924acc289eb0d8'
-'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Copied: php-mongo/repos/community-i686/PKGBUILD (from rev 132470, 
php-mongo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-28 18:10:41 UTC (rev 132471)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jarek Sedlacek jareksedla...@gmail.com
+
+pkgname=php-mongo
+pkgver=1.6.7
+pkgrel=1
+pkgdesc=Officially supported PHP driver for MongoDB
+arch=(i686 x86_64)
+url=http://www.mongodb.org/display/DOCS/PHP+Language+Center;
+license=(APACHE)
+depends=(php)
+backup=(etc/php/conf.d/mongo.ini)
+source=(
+   http://pecl.php.net/get/mongo-$pkgver.tgz;
+   mongo.ini
+)
+
+build() {
+   cd mongo-$pkgver
+   phpize
+   ./configure --prefix=/usr --enable-mongo
+}
+
+package() {
+   cd mongo-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+   install -Dm644 $srcdir/mongo.ini $pkgdir/etc/php/conf.d/mongo.ini
+}
+sha256sums=('15dce79f28ca8aa30296334eeb111c573f821004dbbf86739ff4176a67708c3d'
+'c89685eee842d5c3a85149a5bb8e310e62bf1a17f94183bb66401593ab2b191b')

Deleted: community-i686/mongo.ini
===
--- community-i686/mongo.ini2015-04-28 18:10:20 UTC (rev 132470)
+++ community-i686/mongo.ini2015-04-28 18:10:41 UTC (rev 132471)
@@ -1,28 +0,0 @@
-; Tell PHP to load the Mongo Extension on startup
-extension=mongo.so
-
-[mongo]
-; If the driver should reconnect to mongo
-mongo.auto_reconnect = False
-
-; Whether to allow persistent connections
-mongo.allow_persistent = On
-
-; Maximum number of persistent connections (-1 means unlimited)
-mongo.max_persistent = -1
-
-; Maximum number of links (persistent and non-persistent, -1 means unlimited)
-mongo.max_connections = -1
-
-; Default host for mongo connection
-mongo.default_host = localhost
-
-; Default port for mongo database
-mongo.default_port = 27017
-
-; When saving files to the database, size of chunks to split them into
-mongo.chunk_size = 262400
-
-; Specify an alternate character to $ to use for special db functions ($set, 
$push, $exists, etc.)
-mongo.cmd = $
-

Copied: php-mongo/repos/community-i686/mongo.ini (from rev 132470, 
php-mongo/trunk/mongo.ini)
===
--- community-i686/mongo.ini(rev 0)
+++ community-i686/mongo.ini2015-04-28 18:10:41 UTC (rev 132471)
@@ -0,0 +1,28 @@
+; Tell PHP to load the Mongo Extension on 

[arch-commits] Commit in dovecot/trunk (CVE-2015-3420.patch PKGBUILD)

2015-04-28 Thread Andreas Radke
Date: Tuesday, April 28, 2015 @ 21:13:10
  Author: andyrtr
Revision: 238228

upgpkg: dovecot 2.2.16-2

FS#44757

Added:
  dovecot/trunk/CVE-2015-3420.patch
Modified:
  dovecot/trunk/PKGBUILD

-+
 CVE-2015-3420.patch |   58 ++
 PKGBUILD|9 ++-
 2 files changed, 65 insertions(+), 2 deletions(-)

Added: CVE-2015-3420.patch
===
--- CVE-2015-3420.patch (rev 0)
+++ CVE-2015-3420.patch 2015-04-28 19:13:10 UTC (rev 238228)
@@ -0,0 +1,58 @@
+
+diff -r a2d342257b25 -r 86f535375750 src/login-common/ssl-proxy-openssl.c
+--- a/src/login-common/ssl-proxy-openssl.c Sat Apr 25 12:16:07 2015 +0300
 b/src/login-common/ssl-proxy-openssl.c Tue Apr 28 11:27:04 2015 +0200
+@@ -80,6 +80,7 @@
+   unsigned int cert_broken:1;
+   unsigned int client_proxy:1;
+   unsigned int flushing:1;
++  unsigned int failed:1;
+ };
+ 
+ struct ssl_parameters {
+@@ -131,6 +132,12 @@
+ static int ssl_proxy_ctx_get_pkey_ec_curve_name(const struct 
master_service_ssl_settings *set);
+ #endif
+ 
++static void ssl_proxy_destroy_failed(struct ssl_proxy *proxy)
++{
++  proxy-failed = TRUE;
++  ssl_proxy_destroy(proxy);
++}
++
+ static unsigned int ssl_server_context_hash(const struct ssl_server_context 
*ctx)
+ {
+   unsigned int i, g, h = 0;
+@@ -462,7 +469,7 @@
+ 
+   if (errstr != NULL) {
+   proxy-last_error = i_strdup(errstr);
+-  ssl_proxy_destroy(proxy);
++  ssl_proxy_destroy_failed(proxy);
+   }
+   ssl_proxy_unref(proxy);
+ }
+@@ -492,7 +499,7 @@
+ 
+   if (proxy-handshake_callback != NULL) {
+   if (proxy-handshake_callback(proxy-handshake_context)  0)
+-  ssl_proxy_destroy(proxy);
++  ssl_proxy_destroy_failed(proxy);
+   }
+ }
+ 
+@@ -822,7 +829,8 @@
+   if (proxy-destroyed || proxy-flushing)
+   return;
+   proxy-flushing = TRUE;
+-  ssl_proxy_flush(proxy);
++  if (!proxy-failed  proxy-handshaked)
++  ssl_proxy_flush(proxy);
+   proxy-destroyed = TRUE;
+ 
+   ssl_proxy_count--;
+
+
+
+
+

Modified: PKGBUILD
===
--- PKGBUILD2015-04-28 15:25:17 UTC (rev 238227)
+++ PKGBUILD2015-04-28 19:13:10 UTC (rev 238228)
@@ -9,7 +9,7 @@
 
 pkgname=dovecot
 pkgver=2.2.16
-pkgrel=1
+pkgrel=2
 pkgdesc=An IMAP and POP3 server written with security primarily in mind
 arch=('i686' 'x86_64')
 url=http://dovecot.org/;
@@ -23,15 +23,20 @@
 provides=('imap-server' 'pop3-server')
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+CVE-2015-3420.patch
 dovecot.tmpfilesd)
 md5sums=('8dba21e817b4239e462d98a925233418'
  'SKIP'
+ '730366bb5895a3092f1b6511e254709a'
  '342a28251d40f983c98c0d1f1bf3d07d')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 
t...@iki.fi
 
 prepare() {
   cd $pkgname-$pkgver
-
+  
+  # https://bugs.archlinux.org/task/44757
+  patch -Np1 -i ${srcdir}/CVE-2015-3420.patch
+  
   # fix path in helper script
   sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
 }


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

2015-04-28 Thread Andreas Radke
Date: Tuesday, April 28, 2015 @ 21:14:18
  Author: andyrtr
Revision: 238229

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

Added:
  dovecot/repos/extra-i686/CVE-2015-3420.patch
(from rev 238228, dovecot/trunk/CVE-2015-3420.patch)
  dovecot/repos/extra-i686/PKGBUILD
(from rev 238228, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-i686/dovecot.install
(from rev 238228, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-i686/dovecot.tmpfilesd
(from rev 238228, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/extra-x86_64/CVE-2015-3420.patch
(from rev 238228, dovecot/trunk/CVE-2015-3420.patch)
  dovecot/repos/extra-x86_64/PKGBUILD
(from rev 238228, dovecot/trunk/PKGBUILD)
  dovecot/repos/extra-x86_64/dovecot.install
(from rev 238228, dovecot/trunk/dovecot.install)
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd
(from rev 238228, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/extra-i686/PKGBUILD
  dovecot/repos/extra-i686/dovecot.install
  dovecot/repos/extra-i686/dovecot.tmpfilesd
  dovecot/repos/extra-x86_64/PKGBUILD
  dovecot/repos/extra-x86_64/dovecot.install
  dovecot/repos/extra-x86_64/dovecot.tmpfilesd

--+
 /PKGBUILD|  202 +
 /dovecot.install |   20 +++
 /dovecot.tmpfilesd   |2 
 extra-i686/CVE-2015-3420.patch   |   58 ++
 extra-i686/PKGBUILD  |   96 -
 extra-i686/dovecot.install   |   10 -
 extra-i686/dovecot.tmpfilesd |1 
 extra-x86_64/CVE-2015-3420.patch |   58 ++
 extra-x86_64/PKGBUILD|   96 -
 extra-x86_64/dovecot.install |   10 -
 extra-x86_64/dovecot.tmpfilesd   |1 
 11 files changed, 340 insertions(+), 214 deletions(-)

Copied: dovecot/repos/extra-i686/CVE-2015-3420.patch (from rev 238228, 
dovecot/trunk/CVE-2015-3420.patch)
===
--- extra-i686/CVE-2015-3420.patch  (rev 0)
+++ extra-i686/CVE-2015-3420.patch  2015-04-28 19:14:18 UTC (rev 238229)
@@ -0,0 +1,58 @@
+
+diff -r a2d342257b25 -r 86f535375750 src/login-common/ssl-proxy-openssl.c
+--- a/src/login-common/ssl-proxy-openssl.c Sat Apr 25 12:16:07 2015 +0300
 b/src/login-common/ssl-proxy-openssl.c Tue Apr 28 11:27:04 2015 +0200
+@@ -80,6 +80,7 @@
+   unsigned int cert_broken:1;
+   unsigned int client_proxy:1;
+   unsigned int flushing:1;
++  unsigned int failed:1;
+ };
+ 
+ struct ssl_parameters {
+@@ -131,6 +132,12 @@
+ static int ssl_proxy_ctx_get_pkey_ec_curve_name(const struct 
master_service_ssl_settings *set);
+ #endif
+ 
++static void ssl_proxy_destroy_failed(struct ssl_proxy *proxy)
++{
++  proxy-failed = TRUE;
++  ssl_proxy_destroy(proxy);
++}
++
+ static unsigned int ssl_server_context_hash(const struct ssl_server_context 
*ctx)
+ {
+   unsigned int i, g, h = 0;
+@@ -462,7 +469,7 @@
+ 
+   if (errstr != NULL) {
+   proxy-last_error = i_strdup(errstr);
+-  ssl_proxy_destroy(proxy);
++  ssl_proxy_destroy_failed(proxy);
+   }
+   ssl_proxy_unref(proxy);
+ }
+@@ -492,7 +499,7 @@
+ 
+   if (proxy-handshake_callback != NULL) {
+   if (proxy-handshake_callback(proxy-handshake_context)  0)
+-  ssl_proxy_destroy(proxy);
++  ssl_proxy_destroy_failed(proxy);
+   }
+ }
+ 
+@@ -822,7 +829,8 @@
+   if (proxy-destroyed || proxy-flushing)
+   return;
+   proxy-flushing = TRUE;
+-  ssl_proxy_flush(proxy);
++  if (!proxy-failed  proxy-handshaked)
++  ssl_proxy_flush(proxy);
+   proxy-destroyed = TRUE;
+ 
+   ssl_proxy_count--;
+
+
+
+
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-28 19:13:10 UTC (rev 238228)
+++ extra-i686/PKGBUILD 2015-04-28 19:14:18 UTC (rev 238229)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Paul Mattal p...@mattal.com
-# Contributor: Federico Quagliata (quaqo) qu...@despammed.com
-# Contributor: GARETTE Emmanuel gnunux at laposte dot net
-
-
-# --- remember to rebuild/bump pigeonhole in one step ---
-
-pkgname=dovecot
-pkgver=2.2.16
-pkgrel=1
-pkgdesc=An IMAP and POP3 server written with security primarily in mind
-arch=('i686' 'x86_64')
-url=http://dovecot.org/;
-license=(LGPL)
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
-'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl')
-makedepends=('pam' 'libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-provides=('imap-server' 'pop3-server')
-install=$pkgname.install
-source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-dovecot.tmpfilesd)

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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:08:32
  Author: arojas
Revision: 238080

archrelease: copy trunk to testing-any

Added:
  ttf-oxygen/repos/testing-any/
  ttf-oxygen/repos/testing-any/PKGBUILD
(from rev 238079, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/testing-any/ttf-oxygen.install
(from rev 238079, ttf-oxygen/trunk/ttf-oxygen.install)

+
 PKGBUILD   |   48 
 ttf-oxygen.install |   15 +++
 2 files changed, 63 insertions(+)

Copied: ttf-oxygen/repos/testing-any/PKGBUILD (from rev 238079, 
ttf-oxygen/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-28 07:08:32 UTC (rev 238080)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas nqn1976 @ gmail.com
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='The Oxygen font family. A desktop/gui font family for integrated use 
with the KDE desktop'
+url='https://projects.kde.org/projects/kde/workspace/oxygen-fonts'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+options=('!emptydirs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/oxygen-fonts-${pkgver}.tar.xz;)
+md5sums=('1899f95757694bf849ff0661797e09d2')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix install path
+  install -d ${pkgdir}/usr/share/fonts/TTF
+  mv ${pkgdir}/usr/share/fonts/truetype/oxygen/*.ttf \
+${pkgdir}/usr/share/fonts/TTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ${srcdir}/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+${pkgdir}/usr/share/licenses/${pkgname}
+}

Copied: ttf-oxygen/repos/testing-any/ttf-oxygen.install (from rev 238079, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- testing-any/ttf-oxygen.install  (rev 0)
+++ testing-any/ttf-oxygen.install  2015-04-28 07:08:32 UTC (rev 238080)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:09:05
  Author: arojas
Revision: 238082

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

Added:
  kwayland/repos/testing-i686/
  kwayland/repos/testing-i686/PKGBUILD
(from rev 238081, kwayland/trunk/PKGBUILD)
  kwayland/repos/testing-x86_64/
  kwayland/repos/testing-x86_64/PKGBUILD
(from rev 238081, kwayland/trunk/PKGBUILD)

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

Copied: kwayland/repos/testing-i686/PKGBUILD (from rev 238081, 
kwayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:09:05 UTC (rev 238082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab9f358c68470f41732470b90427c5e8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kwayland/repos/testing-x86_64/PKGBUILD (from rev 238081, 
kwayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:09:05 UTC (rev 238082)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kwayland
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('LGPL')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ab9f358c68470f41732470b90427c5e8')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:09:37
  Author: arojas
Revision: 238084

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

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

-+
 testing-i686/PKGBUILD   |   40 
 testing-i686/kwin.install   |   11 +++
 testing-x86_64/PKGBUILD |   40 
 testing-x86_64/kwin.install |   11 +++
 4 files changed, 102 insertions(+)

Copied: kwin/repos/testing-i686/PKGBUILD (from rev 238083, kwin/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-i686/kwin.install (from rev 238083, 
kwin/trunk/kwin.install)
===
--- testing-i686/kwin.install   (rev 0)
+++ testing-i686/kwin.install   2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 238083, 
kwin/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kwin
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kwin'
+license=('LGPL')
+depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 
'kinit'
+ 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
+groups=('plasma')
+install=${pkgname}.install
+conflicts=('kdebase-workspace')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('4cce33510b72d1f4321e529fd00bf7d4')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kwin/repos/testing-x86_64/kwin.install (from rev 238083, 
kwin/trunk/kwin.install)
===
--- testing-x86_64/kwin.install (rev 0)
+++ testing-x86_64/kwin.install 2015-04-28 07:09:37 UTC (rev 238084)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:08:49
  Author: arojas
Revision: 238081

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

Added:
  kfilemetadata/repos/testing-i686/
  kfilemetadata/repos/testing-i686/PKGBUILD
(from rev 238080, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/testing-x86_64/
  kfilemetadata/repos/testing-x86_64/PKGBUILD
(from rev 238080, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/testing-i686/PKGBUILD (from rev 238080, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:08:49 UTC (rev 238081)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.0
+_pkgver=5.3.0
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('681f81b14a6e5ea2df5e3d765de30080')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata/repos/testing-x86_64/PKGBUILD (from rev 238080, 
kfilemetadata/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:08:49 UTC (rev 238081)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.0
+_pkgver=5.3.0
+pkgrel=1
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
+makedepends=('extra-cmake-modules' 'python2')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('681f81b14a6e5ea2df5e3d765de30080')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in plasma-workspace-wallpapers/repos (2 files)

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:17:11
  Author: arojas
Revision: 238102

archrelease: copy trunk to testing-any

Added:
  plasma-workspace-wallpapers/repos/testing-any/
  plasma-workspace-wallpapers/repos/testing-any/PKGBUILD
(from rev 238101, plasma-workspace-wallpapers/trunk/PKGBUILD)

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

Copied: plasma-workspace-wallpapers/repos/testing-any/PKGBUILD (from rev 
238101, plasma-workspace-wallpapers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-04-28 07:17:11 UTC (rev 238102)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=plasma-workspace-wallpapers
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Additional wallpapers for the Plasma Workspace'
+arch=('any')
+url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
+license=('LGPL')
+makedepends=('extra-cmake-modules')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('c11a60c69784c57c03f841c03fa966c9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:16:05
  Author: arojas
Revision: 238098

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

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

--+
 testing-i686/PKGBUILD|   39 +
 testing-i686/kmenuedit.install   |   12 +++
 testing-x86_64/PKGBUILD  |   39 +
 testing-x86_64/kmenuedit.install |   12 +++
 4 files changed, 102 insertions(+)

Copied: kmenuedit/repos/testing-i686/PKGBUILD (from rev 238097, 
kmenuedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('fdaedd50d6f1f26205df1fe08b12c56d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kmenuedit/repos/testing-i686/kmenuedit.install (from rev 238097, 
kmenuedit/trunk/kmenuedit.install)
===
--- testing-i686/kmenuedit.install  (rev 0)
+++ testing-i686/kmenuedit.install  2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Copied: kmenuedit/repos/testing-x86_64/PKGBUILD (from rev 238097, 
kmenuedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kmenuedit
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE menu editor'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kmenuedit'
+license=('LGPL')
+depends=('khotkeys')
+groups=('plasma')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('fdaedd50d6f1f26205df1fe08b12c56d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kmenuedit/repos/testing-x86_64/kmenuedit.install (from rev 238097, 
kmenuedit/trunk/kmenuedit.install)
===
--- testing-x86_64/kmenuedit.install(rev 0)
+++ testing-x86_64/kmenuedit.install2015-04-28 07:16:05 UTC (rev 238098)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+


[arch-commits] Commit in polkit-kde-agent/repos (4 files)

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:16:41
  Author: arojas
Revision: 238100

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

Added:
  polkit-kde-agent/repos/testing-i686/
  polkit-kde-agent/repos/testing-i686/PKGBUILD
(from rev 238099, polkit-kde-agent/trunk/PKGBUILD)
  polkit-kde-agent/repos/testing-x86_64/
  polkit-kde-agent/repos/testing-x86_64/PKGBUILD
(from rev 238099, polkit-kde-agent/trunk/PKGBUILD)

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

Copied: polkit-kde-agent/repos/testing-i686/PKGBUILD (from rev 238099, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:16:41 UTC (rev 238100)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('5978e2a9d149a4b4beb2f5954a689147')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: polkit-kde-agent/repos/testing-x86_64/PKGBUILD (from rev 238099, 
polkit-kde-agent/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:16:41 UTC (rev 238100)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=polkit-kde-agent
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Daemon providing a polkit authentication UI for KDE'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/polkit-kde-agent-1'
+license=('LGPL')
+depends=('knotifications')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('polkit-kde-frameworks')
+replaces=('polkit-kde-frameworks')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz;)
+md5sums=('5978e2a9d149a4b4beb2f5954a689147')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-1-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DLIBEXEC_INSTALL_DIR=lib/polkit-kde \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:16:58
  Author: arojas
Revision: 238101

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

Added:
  bluez-qt/repos/testing-i686/
  bluez-qt/repos/testing-i686/PKGBUILD
(from rev 238100, bluez-qt/trunk/PKGBUILD)
  bluez-qt/repos/testing-x86_64/
  bluez-qt/repos/testing-x86_64/PKGBUILD
(from rev 238100, bluez-qt/trunk/PKGBUILD)

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

Copied: bluez-qt/repos/testing-i686/PKGBUILD (from rev 238100, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:16:58 UTC (rev 238101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: bluez-qt/repos/testing-x86_64/PKGBUILD (from rev 238100, 
bluez-qt/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:16:58 UTC (rev 238101)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluez-qt
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Qt wrapper for Bluez 5 DBus API'
+arch=(i686 x86_64)
+url='https://projects.kde.org/projects/kde/workspace/bluez-qt'
+license=(GPL2)
+depends=(qt5-declarative bluez)
+makedepends=(extra-cmake-modules)
+conflicts=(libbluedevil-frameworks)
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e5ece42a1c25b10e751e7334c8420de0')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DUDEV_RULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:16:23
  Author: arojas
Revision: 238099

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

Added:
  powerdevil/repos/testing-i686/
  powerdevil/repos/testing-i686/PKGBUILD
(from rev 238098, powerdevil/trunk/PKGBUILD)
  powerdevil/repos/testing-x86_64/
  powerdevil/repos/testing-x86_64/PKGBUILD
(from rev 238098, powerdevil/trunk/PKGBUILD)

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

Copied: powerdevil/repos/testing-i686/PKGBUILD (from rev 238098, 
powerdevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:16:23 UTC (rev 238099)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ba3f8e0ca8e15c0a361d9100c52a992c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: powerdevil/repos/testing-x86_64/PKGBUILD (from rev 238098, 
powerdevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:16:23 UTC (rev 238099)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=powerdevil
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='Manages the power consumption settings of a Plasma Shell'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/powerdevil'
+license=('LGPL')
+depends=('plasma-workspace' 'kidletime')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ba3f8e0ca8e15c0a361d9100c52a992c')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:22:00
  Author: arojas
Revision: 238112

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

Added:
  sddm-kcm/repos/testing-i686/
  sddm-kcm/repos/testing-i686/PKGBUILD
(from rev 238111, sddm-kcm/trunk/PKGBUILD)
  sddm-kcm/repos/testing-x86_64/
  sddm-kcm/repos/testing-x86_64/PKGBUILD
(from rev 238111, sddm-kcm/trunk/PKGBUILD)

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

Copied: sddm-kcm/repos/testing-i686/PKGBUILD (from rev 238111, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:22:00 UTC (rev 238112)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('1bd06777f1f0bbf212397f44d64f5c53')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+

Copied: sddm-kcm/repos/testing-x86_64/PKGBUILD (from rev 238111, 
sddm-kcm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:22:00 UTC (rev 238112)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Maintainer: Antonio Rojas
+
+pkgname=sddm-kcm
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='KDE Config Module for SDDM'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/sddm-kcm'
+license=('GPL')
+depends=('sddm' 'libxcursor' 'kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'qt5-tools')
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('1bd06777f1f0bbf212397f44d64f5c53')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:21:43
  Author: arojas
Revision: 238111

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

Added:
  ksshaskpass/repos/testing-i686/
  ksshaskpass/repos/testing-i686/PKGBUILD
(from rev 238110, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-i686/ksshaskpass.sh
(from rev 238110, ksshaskpass/trunk/ksshaskpass.sh)
  ksshaskpass/repos/testing-x86_64/
  ksshaskpass/repos/testing-x86_64/PKGBUILD
(from rev 238110, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-x86_64/ksshaskpass.sh
(from rev 238110, ksshaskpass/trunk/ksshaskpass.sh)

---+
 testing-i686/PKGBUILD |   43 
 testing-i686/ksshaskpass.sh   |1 
 testing-x86_64/PKGBUILD   |   43 
 testing-x86_64/ksshaskpass.sh |1 
 4 files changed, 88 insertions(+)

Copied: ksshaskpass/repos/testing-i686/PKGBUILD (from rev 238110, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:21:43 UTC (rev 238111)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('8104b22a1d2a1f9c26f19a81489bde7d'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/testing-i686/ksshaskpass.sh (from rev 238110, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- testing-i686/ksshaskpass.sh (rev 0)
+++ testing-i686/ksshaskpass.sh 2015-04-28 07:21:43 UTC (rev 238111)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 238110, 
ksshaskpass/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:21:43 UTC (rev 238111)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: schuay jakob.gru...@gmail.com
+
+pkgname=ksshaskpass
+pkgver=5.3.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://projects.kde.org/projects/kde/workspace/ksshaskpass'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+$pkgname.sh)
+md5sums=('8104b22a1d2a1f9c26f19a81489bde7d'
+ '70396ba019ae05cc91502456f548caff')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -Dm755 $srcdir/ksshaskpass.sh \
+${pkgdir}/etc/profile.d/ksshaskpass.sh
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.sh (from rev 238110, 
ksshaskpass/trunk/ksshaskpass.sh)
===
--- testing-x86_64/ksshaskpass.sh   (rev 0)
+++ testing-x86_64/ksshaskpass.sh   2015-04-28 07:21:43 UTC (rev 238111)
@@ -0,0 +1 @@
+test -f /usr/bin/ksshaskpass  export SSH_ASKPASS=/usr/bin/ksshaskpass


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:22:16
  Author: arojas
Revision: 238113

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

Added:
  plasma-mediacenter/repos/testing-i686/
  plasma-mediacenter/repos/testing-i686/PKGBUILD
(from rev 238112, plasma-mediacenter/trunk/PKGBUILD)
  plasma-mediacenter/repos/testing-x86_64/
  plasma-mediacenter/repos/testing-x86_64/PKGBUILD
(from rev 238112, plasma-mediacenter/trunk/PKGBUILD)

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

Copied: plasma-mediacenter/repos/testing-i686/PKGBUILD (from rev 238112, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:22:16 UTC (rev 238113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.0
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: plasma-mediacenter/repos/testing-x86_64/PKGBUILD (from rev 238112, 
plasma-mediacenter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:22:16 UTC (rev 238113)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Bhushan Shah bhush94 at gmail dot com
+
+pkgname=plasma-mediacenter
+pkgver=5.3.0
+pkgrel=1
+pkgdesc=A mediacenter user interface based on KDE Plasma components
+arch=(i686 x86_64)
+url=http://community.kde.org/Plasma/Plasma_Media_Center/;
+license=(GPL3)
+depends=(plasma-workspace baloo)
+makedepends=(extra-cmake-modules)
+groups=(plasma)
+source=(http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz;)
+md5sums=('0e24ce4ede2ffe3e9afb6e639d50ef08')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


  1   2   >