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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:56:55
  Author: arodseth
Revision: 136322

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

Added:
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
(from rev 136321, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
(from rev 136321, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
(from rev 136321, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install
(from rev 136321, gimp-ufraw/trunk/gimp-ufraw.install)
Deleted:
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install

-+
 /PKGBUILD   |   96 ++
 /gimp-ufraw.install |   26 +++
 community-staging-i686/PKGBUILD |   48 -
 community-staging-i686/gimp-ufraw.install   |6 -
 community-staging-x86_64/PKGBUILD   |   48 -
 community-staging-x86_64/gimp-ufraw.install |6 -
 6 files changed, 122 insertions(+), 108 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-03 12:55:46 UTC (rev 136321)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:56:55 UTC (rev 136322)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Martin Sugioarto na...@web.de
-
-pkgname=gimp-ufraw
-pkgver=0.22
-pkgrel=2
-pkgdesc='Converter for raw files; utility and GIMP plugin'
-url='http://ufraw.sourceforge.net/'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
-makedepends=('gimp' 'cinepaint')
-optdepends=('gimp: to use the gimp import plugin for raw images'
-'cinepaint: to use the cinepaint import plugin for raw images')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
-sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
-
-prepare() {
-  # One of the include files that comes with cinepaint requires
-  # ../lib/wire/ to exist...
-  mkdir -p lib
-  ln -s /usr/include/cinepaint/wire lib/wire
-}
-
-build() {
-  cd ufraw-$pkgver
-
-  ./configure \
---prefix=/usr \
---enable-extras \
---enable-mime \
---enable-openmp \
---with-gimp \
---with-cinepaint \
---enable-contrast
-  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
-  make
-}
-
-package() {
-  make -C ufraw-$pkgver DESTDIR=$pkgdir install
-  rm -f $pkgdir/usr/bin/dcraw
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-i686/PKGBUILD (from rev 136321, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:56:55 UTC (rev 136322)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.22
+pkgrel=3
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
+
+prepare() {
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-i686/gimp-ufraw.install
===
--- community-staging-i686/gimp-ufraw.install   2015-07-03 12:55:46 UTC (rev 
136321)
+++ community-staging-i686/gimp-ufraw.install   2015-07-03 12:56:55 UTC (rev 
136322)
@@ -1,6 +0,0 

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

2015-07-03 Thread Jan de Groot
Date: Friday, July 3, 2015 @ 16:15:29
  Author: jgc
Revision: 241753

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

Added:
  gnome-documents/repos/staging-i686/
  gnome-documents/repos/staging-i686/PKGBUILD
(from rev 241752, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/staging-i686/gnome-documents.install
(from rev 241752, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/staging-x86_64/
  gnome-documents/repos/staging-x86_64/PKGBUILD
(from rev 241752, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/staging-x86_64/gnome-documents.install
(from rev 241752, gnome-documents/trunk/gnome-documents.install)

+
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/gnome-documents.install   |   13 +
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/gnome-documents.install |   13 +
 4 files changed, 108 insertions(+)

Copied: gnome-documents/repos/staging-i686/PKGBUILD (from rev 241752, 
gnome-documents/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 14:15:29 UTC (rev 241753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba7230f0f7bd83932e03b1c06c6b67a46f9bc2dd2a93d0193c402d60323ff4a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/staging-i686/gnome-documents.install (from rev 
241752, gnome-documents/trunk/gnome-documents.install)
===
--- staging-i686/gnome-documents.install(rev 0)
+++ staging-i686/gnome-documents.install2015-07-03 14:15:29 UTC (rev 
241753)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-documents/repos/staging-x86_64/PKGBUILD (from rev 241752, 
gnome-documents/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 14:15:29 UTC (rev 241753)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.16.2
+pkgrel=2
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ba7230f0f7bd83932e03b1c06c6b67a46f9bc2dd2a93d0193c402d60323ff4a3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/staging-x86_64/gnome-documents.install (from rev 
241752, gnome-documents/trunk/gnome-documents.install)
===
--- staging-x86_64/gnome-documents.install  (rev 0)
+++ staging-x86_64/gnome-documents.install  2015-07-03 14:15:29 UTC (rev 
241753)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}

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

2015-07-03 Thread Jan de Groot
Date: Friday, July 3, 2015 @ 16:15:23
  Author: jgc
Revision: 241752

upgpkg: gnome-documents 3.16.2-2

libgdata rebuild

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 11:33:54 UTC (rev 241751)
+++ PKGBUILD2015-07-03 14:15:23 UTC (rev 241752)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-documents
 pkgver=3.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
 url=http://www.gnome.org;


[arch-commits] Commit in intellij-idea-community-edition/trunk (PKGBUILD)

2015-07-03 Thread Lukas Jirkovsky
Date: Friday, July 3, 2015 @ 14:39:41
  Author: stativ
Revision: 136317

upgpkg: intellij-idea-community-edition 1:14.1.4-1

update to 14.1.4

Modified:
  intellij-idea-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:22:02 UTC (rev 136316)
+++ PKGBUILD2015-07-03 12:39:41 UTC (rev 136317)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-community-edition
-pkgver=14.1.3
-_pkgver=141.1010.3
+pkgver=14.1.4
+_pkgver=141.1532.4
 pkgrel=1
 epoch=1
 pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
@@ -13,7 +13,7 @@
 install=idea.install
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
 idea.desktop idea.sh)
-md5sums=('c867ba781df4c241c5c16df318188eb8'
+md5sums=('2bb2528fa0747593fa67c3d1daede14d'
  '074bca11876cd1129e74feafd6271670'
  'f27bad35ee8e6445ca2f8a591bca895a')
 


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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:48:50
  Author: arodseth
Revision: 136319

upgpkg: gimp-ufraw 0.22-2

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |2 +-
 gimp-ufraw.install |   15 ---
 2 files changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:39:55 UTC (rev 136318)
+++ PKGBUILD2015-07-03 12:48:50 UTC (rev 136319)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=1
+pkgrel=2
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')

Modified: gimp-ufraw.install
===
--- gimp-ufraw.install  2015-07-03 12:39:55 UTC (rev 136318)
+++ gimp-ufraw.install  2015-07-03 12:48:50 UTC (rev 136319)
@@ -1,13 +1,6 @@
-post_install() {
-  update-desktop-database -q
-}
+updb() { update-desktop-database -q }
+post_upgrade() { updb }
+post_install() { updb }
+post_remove()  { updb }
 
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
 # vim:set ts=2 sw=2 et:


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 15:51:30
  Author: heftig
Revision: 136325

1.7.20.1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 13:14:19 UTC (rev 136324)
+++ PKGBUILD2015-07-03 13:51:30 UTC (rev 136325)
@@ -3,7 +3,7 @@
 # Contributor: FaziBear fazib...@gmail.com
 
 pkgname=jruby
-pkgver=1.7.18
+pkgver=1.7.20.1
 pkgrel=1
 pkgdesc=100% pure-Java implementation of the Ruby programming language
 arch=(any)
@@ -13,7 +13,7 @@
 options=(!strip)
 noextract=($pkgname-bin-${pkgver}.tar.gz)
 
source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('eba6332d301c64bc5623c1d6f161762ef4fb9b38202350cdfc4e105775fbbf3c')
+sha256sums=('70bbd607b44c355b2de275cf24f6e4f724b30ef0affdcc31bc755717ccb9045a')
 
 package() {
   cd $pkgdir


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

2015-07-03 Thread speps
Date: Friday, July 3, 2015 @ 16:45:42
  Author: speps
Revision: 136328

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

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

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/nomacs.install   |   11 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/nomacs.install |   11 ++
 4 files changed, 88 insertions(+)

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

Copied: nomacs/repos/community-staging-i686/nomacs.install (from rev 136327, 
nomacs/trunk/nomacs.install)
===
--- community-staging-i686/nomacs.install   (rev 0)
+++ community-staging-i686/nomacs.install   2015-07-03 14:45:42 UTC (rev 
136328)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

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

Copied: nomacs/repos/community-staging-x86_64/nomacs.install (from rev 136327, 
nomacs/trunk/nomacs.install)
===
--- community-staging-x86_64/nomacs.install (rev 0)
+++ community-staging-x86_64/nomacs.install 2015-07-03 14:45:42 UTC (rev 
136328)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-03 Thread speps
Date: Friday, July 3, 2015 @ 16:45:28
  Author: speps
Revision: 136327

upgpkg: nomacs 2.4.4-2
exiv2 0.25 rebuild

Modified:
  nomacs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 13:56:16 UTC (rev 136326)
+++ PKGBUILD2015-07-03 14:45:28 UTC (rev 136327)
@@ -3,7 +3,7 @@
 
 pkgname=nomacs
 pkgver=2.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A Qt image viewer
 arch=(i686 x86_64)
 url=http://www.nomacs.org/;


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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:18:42
  Author: arodseth
Revision: 136314

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

Added:
  libgexiv2/repos/community-staging-i686/PKGBUILD
(from rev 136313, libgexiv2/trunk/PKGBUILD)
  libgexiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 136313, libgexiv2/trunk/PKGBUILD)
Deleted:
  libgexiv2/repos/community-staging-i686/PKGBUILD
  libgexiv2/repos/community-staging-x86_64/PKGBUILD

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

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-07-03 12:17:12 UTC (rev 136313)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:18:42 UTC (rev 136314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
-
-build() {
-  cd ${pkgname/lib/}-$pkgver
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C ${pkgname/lib/}-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-staging-i686/PKGBUILD (from rev 136313, 
libgexiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:18:42 UTC (rev 136314)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=libgexiv2
+pkgver=0.10.3
+pkgrel=2
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+url='https://wiki.gnome.org/Projects/gexiv2'
+arch=('x86_64' 'i686')
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
+sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
+
+build() {
+  cd ${pkgname/lib/}-$pkgver
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C ${pkgname/lib/}-$pkgver DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-07-03 12:17:12 UTC (rev 136313)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 12:18:42 UTC (rev 136314)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=libgexiv2
-pkgver=0.10.3
-pkgrel=1
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-url='https://wiki.gnome.org/Projects/gexiv2'
-arch=('x86_64' 'i686')
-license=('GPL2')
-depends=('exiv2' 'glib2')
-makedepends=('python-gobject' 'python2-gobject' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.*}/${pkgname/lib/}-$pkgver.tar.xz;)
-sha256sums=('390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988')
-
-build() {
-  cd ${pkgname/lib/}-$pkgver
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  make -C ${pkgname/lib/}-$pkgver DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-staging-x86_64/PKGBUILD (from rev 136313, 
libgexiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:49:51
  Author: arodseth
Revision: 136320

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

Added:
  gimp-ufraw/repos/community-staging-i686/
  gimp-ufraw/repos/community-staging-i686/PKGBUILD
(from rev 136319, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install
(from rev 136319, gimp-ufraw/trunk/gimp-ufraw.install)
  gimp-ufraw/repos/community-staging-x86_64/
  gimp-ufraw/repos/community-staging-x86_64/PKGBUILD
(from rev 136319, gimp-ufraw/trunk/PKGBUILD)
  gimp-ufraw/repos/community-staging-x86_64/gimp-ufraw.install
(from rev 136319, gimp-ufraw/trunk/gimp-ufraw.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/gimp-ufraw.install   |6 +++
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/gimp-ufraw.install |6 +++
 4 files changed, 108 insertions(+)

Copied: gimp-ufraw/repos/community-staging-i686/PKGBUILD (from rev 136319, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 12:49:51 UTC (rev 136320)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.22
+pkgrel=2
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
+
+prepare() {
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-i686/gimp-ufraw.install (from rev 
136319, gimp-ufraw/trunk/gimp-ufraw.install)
===
--- community-staging-i686/gimp-ufraw.install   (rev 0)
+++ community-staging-i686/gimp-ufraw.install   2015-07-03 12:49:51 UTC (rev 
136320)
@@ -0,0 +1,6 @@
+updb() { update-desktop-database -q }
+post_upgrade() { updb }
+post_install() { updb }
+post_remove()  { updb }
+
+# vim:set ts=2 sw=2 et:

Copied: gimp-ufraw/repos/community-staging-x86_64/PKGBUILD (from rev 136319, 
gimp-ufraw/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 12:49:51 UTC (rev 136320)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Martin Sugioarto na...@web.de
+
+pkgname=gimp-ufraw
+pkgver=0.22
+pkgrel=2
+pkgdesc='Converter for raw files; utility and GIMP plugin'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('gtkimageview' 'exiv2' 'lcms' 'desktop-file-utils' 'cfitsio' 
'lensfun')
+makedepends=('gimp' 'cinepaint')
+optdepends=('gimp: to use the gimp import plugin for raw images'
+'cinepaint: to use the cinepaint import plugin for raw images')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz;)
+sha256sums=('f7abd28ce587db2a74b4c54149bd8a2523a7ddc09bedf4f923246ff0ae09a25e')
+
+prepare() {
+  # One of the include files that comes with cinepaint requires
+  # ../lib/wire/ to exist...
+  mkdir -p lib
+  ln -s /usr/include/cinepaint/wire lib/wire
+}
+
+build() {
+  cd ufraw-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-extras \
+--enable-mime \
+--enable-openmp \
+--with-gimp \
+--with-cinepaint \
+--enable-contrast
+  sed -i s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/ Makefile
+  make
+}
+
+package() {
+  make -C ufraw-$pkgver DESTDIR=$pkgdir install
+  rm -f $pkgdir/usr/bin/dcraw
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 15:56:16
  Author: heftig
Revision: 136326

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 136325, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 13:51:30 UTC (rev 136325)
+++ PKGBUILD2015-07-03 13:56:16 UTC (rev 136326)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: FaziBear fazib...@gmail.com
-
-pkgname=jruby
-pkgver=1.7.18
-pkgrel=1
-pkgdesc=100% pure-Java implementation of the Ruby programming language
-arch=(any)
-url=http://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-depends=(java-runtime-headless bash)
-options=(!strip)
-noextract=($pkgname-bin-${pkgver}.tar.gz)
-source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
-sha256sums=('eba6332d301c64bc5623c1d6f161762ef4fb9b38202350cdfc4e105775fbbf3c')
-
-package() {
-  cd $pkgdir
-
-  mkdir opt
-  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
-  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
-
-  mkdir -p usr/bin
-  for _file in jirb{,_swing} jgem jruby{,c}; do
-ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
-  done
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 136325, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 13:56:16 UTC (rev 136326)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: FaziBear fazib...@gmail.com
+
+pkgname=jruby
+pkgver=1.7.20.1
+pkgrel=1
+pkgdesc=100% pure-Java implementation of the Ruby programming language
+arch=(any)
+url=http://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+depends=(java-runtime-headless bash)
+options=(!strip)
+noextract=($pkgname-bin-${pkgver}.tar.gz)
+source=(http://jruby.org.s3.amazonaws.com/downloads/$pkgver/$pkgname-bin-${pkgver}.tar.gz)
+sha256sums=('70bbd607b44c355b2de275cf24f6e4f724b30ef0affdcc31bc755717ccb9045a')
+
+package() {
+  cd $pkgdir
+
+  mkdir opt
+  bsdtar -C opt -xf $srcdir/$pkgname-bin-$pkgver.tar.gz
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -delete
+  rm -r opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-FreeBSD}
+
+  mkdir -p usr/bin
+  for _file in jirb{,_swing} jgem jruby{,c}; do
+ln -s ../../opt/jruby/bin/$_file usr/bin/$_file
+  done
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -s ../../../../opt/jruby/COPYING usr/share/licenses/$pkgname/COPYING
+}


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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:17:12
  Author: arodseth
Revision: 136313

upgpkg: libgexiv2 0.10.3-2

Modified:
  libgexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:05:51 UTC (rev 136312)
+++ PKGBUILD2015-07-03 12:17:12 UTC (rev 136313)
@@ -4,7 +4,7 @@
 
 pkgname=libgexiv2
 pkgver=0.10.3
-pkgrel=1
+pkgrel=2
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 url='https://wiki.gnome.org/Projects/gexiv2'
 arch=('x86_64' 'i686')


[arch-commits] Commit in intellij-idea-libs/repos (4 files)

2015-07-03 Thread Lukas Jirkovsky
Date: Friday, July 3, 2015 @ 14:22:02
  Author: stativ
Revision: 136316

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

Added:
  intellij-idea-libs/repos/community-i686/PKGBUILD
(from rev 136315, intellij-idea-libs/trunk/PKGBUILD)
  intellij-idea-libs/repos/community-x86_64/PKGBUILD
(from rev 136315, intellij-idea-libs/trunk/PKGBUILD)
Deleted:
  intellij-idea-libs/repos/community-i686/PKGBUILD
  intellij-idea-libs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 12:21:49 UTC (rev 136315)
+++ community-i686/PKGBUILD 2015-07-03 12:22:02 UTC (rev 136316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=14.1.3
-_pkgver=141.1010.3
-pkgrel=1
-epoch=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('c867ba781df4c241c5c16df318188eb8')
-
-package() {
-  cd idea-IC-$_pkgver
-
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-i686/PKGBUILD (from rev 136315, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 12:22:02 UTC (rev 136316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=14.1.4
+_pkgver=141.1532.4
+pkgrel=1
+epoch=1
+pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
+arch=('i686' 'x86_64')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('glibc')
+options=(!strip)
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
+md5sums=('2bb2528fa0747593fa67c3d1daede14d')
+
+package() {
+  cd idea-IC-$_pkgver
+
+  [ $CARCH == x86_64 ]  SUFFIX=64
+  install -D -m755 bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
+  install -D -m644 bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
+  
+  # libpty
+  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
+  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-03 12:21:49 UTC (rev 136315)
+++ community-x86_64/PKGBUILD   2015-07-03 12:22:02 UTC (rev 136316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-libs
-pkgver=14.1.3
-_pkgver=141.1010.3
-pkgrel=1
-epoch=1
-pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
-arch=('i686' 'x86_64')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('glibc')
-options=(!strip)
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('c867ba781df4c241c5c16df318188eb8')
-
-package() {
-  cd idea-IC-$_pkgver
-
-  [ $CARCH == x86_64 ]  SUFFIX=64
-  install -D -m755 bin/fsnotifier${SUFFIX} 
$pkgdir/usr/share/intellijidea-ce/bin/fsnotifier${SUFFIX}
-  install -D -m644 bin/libbreakgen${SUFFIX}.so 
$pkgdir/usr/lib/libbreakgen${SUFFIX}.so
-  
-  # libpty
-  [ $CARCH == x86_64 ]  _ARCH=x86_64 || _ARCH=x86
-  install -D -m644 lib/libpty/linux/$_ARCH/libpty.so 
$pkgdir/usr/share/intellijidea-ce/lib/libpty/linux/$_ARCH/libpty.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-libs/repos/community-x86_64/PKGBUILD (from rev 136315, 
intellij-idea-libs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-03 12:22:02 UTC (rev 136316)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-libs
+pkgver=14.1.4
+_pkgver=141.1532.4
+pkgrel=1
+epoch=1
+pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
+arch=('i686' 'x86_64')
+url=http://www.jetbrains.org/;

[arch-commits] Commit in intellij-idea-libs/trunk (PKGBUILD)

2015-07-03 Thread Lukas Jirkovsky
Date: Friday, July 3, 2015 @ 14:21:49
  Author: stativ
Revision: 136315

upgpkg: intellij-idea-libs 1:14.1.4-1

update to 14.1.4

Modified:
  intellij-idea-libs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:18:42 UTC (rev 136314)
+++ PKGBUILD2015-07-03 12:21:49 UTC (rev 136315)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=intellij-idea-libs
-pkgver=14.1.3
-_pkgver=141.1010.3
+pkgver=14.1.4
+_pkgver=141.1532.4
 pkgrel=1
 epoch=1
 pkgdesc=Architecture dependent libraries needed by the Intellij Idea IDE
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=(!strip)
 source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('c867ba781df4c241c5c16df318188eb8')
+md5sums=('2bb2528fa0747593fa67c3d1daede14d')
 
 package() {
   cd idea-IC-$_pkgver


[arch-commits] Commit in intellij-idea-community-edition/repos/community-any (8 files)

2015-07-03 Thread Lukas Jirkovsky
Date: Friday, July 3, 2015 @ 14:39:55
  Author: stativ
Revision: 136318

archrelease: copy trunk to community-any

Added:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
(from rev 136317, intellij-idea-community-edition/trunk/PKGBUILD)
  intellij-idea-community-edition/repos/community-any/idea.desktop
(from rev 136317, intellij-idea-community-edition/trunk/idea.desktop)
  intellij-idea-community-edition/repos/community-any/idea.install
(from rev 136317, intellij-idea-community-edition/trunk/idea.install)
  intellij-idea-community-edition/repos/community-any/idea.sh
(from rev 136317, intellij-idea-community-edition/trunk/idea.sh)
Deleted:
  intellij-idea-community-edition/repos/community-any/PKGBUILD
  intellij-idea-community-edition/repos/community-any/idea.desktop
  intellij-idea-community-edition/repos/community-any/idea.install
  intellij-idea-community-edition/repos/community-any/idea.sh

--+
 PKGBUILD |   86 -
 idea.desktop |   22 +++---
 idea.install |   18 +--
 idea.sh  |8 ++---
 4 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 12:39:41 UTC (rev 136317)
+++ PKGBUILD2015-07-03 12:39:55 UTC (rev 136318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-pkgname=intellij-idea-community-edition
-pkgver=14.1.3
-_pkgver=141.1010.3
-pkgrel=1
-epoch=1
-pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
-arch=('any')
-url=http://www.jetbrains.org/;
-license=('Apache')
-depends=('java-environment' intellij-idea-libs 'giflib' 'libxtst')
-install=idea.install
-source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
-idea.desktop idea.sh)
-md5sums=('c867ba781df4c241c5c16df318188eb8'
- '074bca11876cd1129e74feafd6271670'
- 'f27bad35ee8e6445ca2f8a591bca895a')
-
-package() {
-  install -d -m755 $pkgdir/usr/share
-  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
-
-  # remove files owned by intellij-idea-libs
-  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
-  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
-
-  # make sure that all files are owned by root
-  chown -R root:root $pkgdir/usr/share
-
-  # never wait on user input when starting idea
-  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
-
-  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
-  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
-  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
-   $pkgdir/usr/share/pixmaps/idea.png
-
-  # workaround FS#40934
-  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
-}
-
-# vim:set ts=2 sw=2 et:

Copied: intellij-idea-community-edition/repos/community-any/PKGBUILD (from rev 
136317, intellij-idea-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 12:39:55 UTC (rev 136318)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+pkgname=intellij-idea-community-edition
+pkgver=14.1.4
+_pkgver=141.1532.4
+pkgrel=1
+epoch=1
+pkgdesc=IDE for Java, Groovy and other programming languages with advanced 
refactoring features
+arch=('any')
+url=http://www.jetbrains.org/;
+license=('Apache')
+depends=('java-environment' intellij-idea-libs 'giflib' 'libxtst')
+install=idea.install
+source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz \
+idea.desktop idea.sh)
+md5sums=('2bb2528fa0747593fa67c3d1daede14d'
+ '074bca11876cd1129e74feafd6271670'
+ 'f27bad35ee8e6445ca2f8a591bca895a')
+
+package() {
+  install -d -m755 $pkgdir/usr/share
+  cp -a idea-IC-$_pkgver $pkgdir/usr/share/intellijidea-ce
+
+  # remove files owned by intellij-idea-libs
+  rm $pkgdir/usr/share/intellijidea-ce/bin/{fsnotifier,libbreakgen}*
+  rm -rf $pkgdir/usr/share/intellijidea-ce/lib/libpty
+
+  # make sure that all files are owned by root
+  chown -R root:root $pkgdir/usr/share
+
+  # never wait on user input when starting idea
+  sed -i '/.*read IGNORE.*/ d' $pkgdir/usr/share/intellijidea-ce/bin/idea.sh
+
+  install -D -m755 $srcdir/idea.sh $pkgdir/usr/bin/idea.sh
+  install -D -m644 $srcdir/idea.desktop 
$pkgdir/usr/share/applications/idea.desktop
+  install -D -m644 $pkgdir/usr/share/intellijidea-ce/bin/idea.png \
+   $pkgdir/usr/share/pixmaps/idea.png
+
+  # workaround FS#40934
+  sed -i 's|lcd|on|'  $pkgdir/usr/share/intellijidea-ce/bin/*.vmoptions
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: idea.desktop
===
--- idea.desktop2015-07-03 12:39:41 UTC (rev 136317)
+++ idea.desktop

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

2015-07-03 Thread Alexander Rødseth
Date: Friday, July 3, 2015 @ 14:55:46
  Author: arodseth
Revision: 136321

upgpkg: gimp-ufraw 0.22-3

Modified:
  gimp-ufraw/trunk/PKGBUILD
  gimp-ufraw/trunk/gimp-ufraw.install

+
 PKGBUILD   |2 +-
 gimp-ufraw.install |   15 +++
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:49:51 UTC (rev 136320)
+++ PKGBUILD2015-07-03 12:55:46 UTC (rev 136321)
@@ -5,7 +5,7 @@
 
 pkgname=gimp-ufraw
 pkgver=0.22
-pkgrel=2
+pkgrel=3
 pkgdesc='Converter for raw files; utility and GIMP plugin'
 url='http://ufraw.sourceforge.net/'
 arch=('x86_64' 'i686')

Modified: gimp-ufraw.install
===
--- gimp-ufraw.install  2015-07-03 12:49:51 UTC (rev 136320)
+++ gimp-ufraw.install  2015-07-03 12:55:46 UTC (rev 136321)
@@ -1,6 +1,13 @@
-updb() { update-desktop-database -q }
-post_upgrade() { updb }
-post_install() { updb }
-post_remove()  { updb }
+post_upgrade() {
+  update-desktop-database -q
+}
 
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
 # vim:set ts=2 sw=2 et:


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

2015-07-03 Thread Andrzej Giniewicz
Date: Friday, July 3, 2015 @ 15:14:09
  Author: aginiewicz
Revision: 136323

upgpkg: languagetool 3.0-1

languagetool: new upstream release

Modified:
  languagetool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 12:56:55 UTC (rev 136322)
+++ PKGBUILD2015-07-03 13:14:09 UTC (rev 136323)
@@ -4,7 +4,7 @@
 # Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
 
 pkgname=languagetool
-pkgver=2.9
+pkgver=3.0
 pkgrel=1
 pkgdesc=An open source language checker
 arch=('any')
@@ -17,7 +17,7 @@
 'gtk2: needed for the GUI version')
 
source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('2f4639bf4e0634d1259aad48adb0e1e5'
+md5sums=('931c9852dde0e14adcc5b22f3c311131'
  '136387ef7979e23004330d553736a89b')
 
 package() {


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

2015-07-03 Thread Andrzej Giniewicz
Date: Friday, July 3, 2015 @ 15:14:19
  Author: aginiewicz
Revision: 136324

archrelease: copy trunk to community-any

Added:
  languagetool/repos/community-any/PKGBUILD
(from rev 136323, languagetool/trunk/PKGBUILD)
  languagetool/repos/community-any/languagetool.sh
(from rev 136323, languagetool/trunk/languagetool.sh)
Deleted:
  languagetool/repos/community-any/PKGBUILD
  languagetool/repos/community-any/languagetool.sh

-+
 PKGBUILD|   70 +-
 languagetool.sh |  142 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 13:14:09 UTC (rev 136323)
+++ PKGBUILD2015-07-03 13:14:19 UTC (rev 136324)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz ggi...@gmail.com
-# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
-# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
-
-pkgname=languagetool
-pkgver=2.9
-pkgrel=1
-pkgdesc=An open source language checker
-arch=('any')
-url=http://www.languagetool.org; 
-license=(LGPL)
-depends=('java-runtime-headless=7')
-makedepends=('unzip')
-optdepends=('java-runtime: needed for the GUI version'
-'libxtst: needed for the GUI version'
-'gtk2: needed for the GUI version')
-source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('2f4639bf4e0634d1259aad48adb0e1e5'
- '136387ef7979e23004330d553736a89b')
-
-package() {
-  cd $srcdir
-  install -d $pkgdir/usr/{bin,share/java/$pkgname}
-  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
-  cd $pkgdir/usr/share/
-  mv LanguageTool-$pkgver $pkgname
-  cd $pkgname
-  mv *.jar $pkgdir/usr/share/java/$pkgname
-  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
-  rm -rf libs
-  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
-}
-

Copied: languagetool/repos/community-any/PKGBUILD (from rev 136323, 
languagetool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 13:14:19 UTC (rev 136324)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz ggi...@gmail.com
+# Contributor: Julien MISCHKOWITZ w...@archlinux.fr
+# Contributor: Panagiotis Papadopoulos pano_90 (AT) gmx (DOT) net
+
+pkgname=languagetool
+pkgver=3.0
+pkgrel=1
+pkgdesc=An open source language checker
+arch=('any')
+url=http://www.languagetool.org; 
+license=(LGPL)
+depends=('java-runtime-headless=7')
+makedepends=('unzip')
+optdepends=('java-runtime: needed for the GUI version'
+'libxtst: needed for the GUI version'
+'gtk2: needed for the GUI version')
+source=($pkgname-$pkgver.zip::http://www.languagetool.org/download/LanguageTool-stable.zip?$pkgver;
 $pkgname.sh)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('931c9852dde0e14adcc5b22f3c311131'
+ '136387ef7979e23004330d553736a89b')
+
+package() {
+  cd $srcdir
+  install -d $pkgdir/usr/{bin,share/java/$pkgname}
+  unzip -q $pkgname-$pkgver.zip -d $pkgdir/usr/share
+  cd $pkgdir/usr/share/
+  mv LanguageTool-$pkgver $pkgname
+  cd $pkgname
+  mv *.jar $pkgdir/usr/share/java/$pkgname
+  mv libs/*.jar $pkgdir/usr/share/java/$pkgname
+  rm -rf libs
+  install -m755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+}
+

Deleted: languagetool.sh
===
--- languagetool.sh 2015-07-03 13:14:09 UTC (rev 136323)
+++ languagetool.sh 2015-07-03 13:14:19 UTC (rev 136324)
@@ -1,71 +0,0 @@
-#!/bin/bash
-
-file_present=false
-asked_for_help=false
-start_server=false
-http_server=false
-
-declare -a argv=($@)
-
-i=0
-for arg in $@; do
-  if [[ $arg != -* ]]; then
-file_present=true
-  fi
-  if [[ $arg == --config* ]]; then
-start_server=true
-  fi
-  if [[ $arg == --http ]]; then
-start_server=true
-http_server=true
-unset argv[$i]
-  fi
-  if [[ $arg == -h ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  if [[ $arg == --help ]]; then
-asked_for_help=true
-unset argv[$i]
-  fi
-  ((i++))
-done
-
-CP=/usr/share/languagetool
-for name in /usr/share/java/languagetool/*.jar ; do
-  CP=$CP:$name
-done
-
-CLI_command='org.languagetool.commandline.Main'
-GUI_command='org.languagetool.gui.Main'
-NSRV_command='org.languagetool.server.HTTPServer'
-SSRV_command='org.languagetool.server.HTTPSServer'
-
-if $asked_for_help; then
-  echo Command-line interface (CLI) help:
-  $JAVA_HOME/bin/java -cp $CP $CLI_command -h | sed s/java -jar 
languagetool-commandline.jar/languagetool/
-  echo
-  echo Graphical user interface (GUI) help:
-  $JAVA_HOME/bin/java -cp $CP $GUI_command -h | sed s/java 
org.languagetool.gui.Main/languagetool/
-  echo
-  echo HTTP server help:
-  $JAVA_HOME/bin/java -cp $CP $NSRV_command -h | sed 

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

2015-07-03 Thread Giovanni Scafora
Date: Friday, July 3, 2015 @ 17:20:04
  Author: giovanni
Revision: 241755

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 241754, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 241754, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 241754, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 241754, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  102 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   51 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   51 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-03 15:19:56 UTC (rev 241754)
+++ extra-i686/PKGBUILD 2015-07-03 15:20:04 UTC (rev 241755)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=mercurial
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=A scalable distributed SCM tool
-arch=('i686' 'x86_64')
-url=http://mercurial.selenic.com/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-md5sums=('65783a60aefb46a11296b587e9403537'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}/ --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
-  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
-  install -m755 contrib/hgk ${pkgdir}/usr/bin
-  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
-  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
-  install -d ${pkgdir}/usr/share/emacs/site-lisp
-  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -Dm644 contrib/vim/HGAnnotate.vim ${vimpath}/syntax/HGAnnotate.vim
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
${pkgdir}/etc/profile.d/mercurial.sh
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc ${pkgdir}/etc/mercurial/hgrc
-
-  # FS#38825 - Add certs config to package
-  echo -e \n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n  
${pkgdir}/etc/mercurial/hgrc
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 241754, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-03 15:20:04 UTC (rev 241755)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=mercurial
+pkgver=3.4.2
+pkgrel=1
+pkgdesc=A scalable distributed SCM tool
+arch=('i686' 'x86_64')
+url=http://mercurial.selenic.com/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+md5sums=('0b0a63bfbc22d399f42f56fc65c5394b'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 ${pkgdir}/usr/share/man/man1
+  install -m644 doc/{hgrc.5,hgignore.5} ${pkgdir}/usr/share/man/man5
+  install -m755 contrib/hgk ${pkgdir}/usr/bin
+  install -m644 -D contrib/zsh_completion 
${pkgdir}/usr/share/zsh/site-functions/_hg
+  install -m644 -D contrib/bash_completion 
${pkgdir}/usr/share/bash-completion/completions/hg
+  install -d ${pkgdir}/usr/share/emacs/site-lisp
+  install -m644 contrib/{mq.el,mercurial.el} 
${pkgdir}/usr/share/emacs/site-lisp
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -Dm644 contrib/vim/HGAnnotate.vim 

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

2015-07-03 Thread Giovanni Scafora
Date: Friday, July 3, 2015 @ 17:19:56
  Author: giovanni
Revision: 241754

upgpkg: mercurial 3.4.2-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 14:15:29 UTC (rev 241753)
+++ PKGBUILD2015-07-03 15:19:56 UTC (rev 241754)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=mercurial
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc=A scalable distributed SCM tool
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=(http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-md5sums=('65783a60aefb46a11296b587e9403537'
+md5sums=('0b0a63bfbc22d399f42f56fc65c5394b'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 prepare() {


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

2015-07-03 Thread Massimiliano Torromeo
Date: Friday, July 3, 2015 @ 18:35:55
  Author: mtorromeo
Revision: 136342

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 136341, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 136341, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysql-user.conf
(from rev 136341, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-i686/mysql56-bufsize.patch
(from rev 136341, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 136341, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/percona.install
(from rev 136341, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 136341, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 136341, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 136341, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
(from rev 136341, percona-server/trunk/mysql56-bufsize.patch)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 136341, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/percona.install
(from rev 136341, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysql-user.conf
  percona-server/repos/community-i686/mysql56-bufsize.patch
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/mysql56-bufsize.patch
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/percona.install

+
 /PKGBUILD  |  302 +++
 /my.cnf|   76 +++
 /mysql-user.conf   |2 
 /mysql56-bufsize.patch |   40 
 /mysqld-tmpfile.conf   |2 
 /percona.install   |   50 +
 community-i686/PKGBUILD|  151 ---
 community-i686/my.cnf  |   38 ---
 community-i686/mysql-user.conf |1 
 community-i686/mysql56-bufsize.patch   |   20 --
 community-i686/mysqld-tmpfile.conf |1 
 community-i686/percona.install |   25 --
 community-x86_64/PKGBUILD  |  151 ---
 community-x86_64/my.cnf|   38 ---
 community-x86_64/mysql-user.conf   |1 
 community-x86_64/mysql56-bufsize.patch |   20 --
 community-x86_64/mysqld-tmpfile.conf   |1 
 community-x86_64/percona.install   |   25 --
 18 files changed, 472 insertions(+), 472 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 16:35:08 UTC (rev 136341)
+++ community-i686/PKGBUILD 2015-07-03 16:35:55 UTC (rev 136342)
@@ -1,151 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.24_72.2
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'systemd-tools')
-license=('GPL')
-url=http://www.percona.com/software/percona-server/;
-source=(http://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-'my.cnf'
-'mysql-user.conf'
-'mysqld-tmpfile.conf'
-'mysql56-bufsize.patch')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   patch -p0 -i ../mysql56-bufsize.patch
-   rm -v sql/sql_yacc.{cc,h}
-   sed 's|$datadir/mysql.sock|/run/mysqld/mysqld.sock|' \
-   -i packaging/rpm-fedora/mysql-systemd-start
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   

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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:30:04
  Author: andyrtr
Revision: 241760

upgpkg: libpaper 1.1.24-8

upstream update 1.1.24+nmu4

Modified:
  libpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 17:28:02 UTC (rev 241759)
+++ PKGBUILD2015-07-03 17:30:04 UTC (rev 241760)
@@ -7,7 +7,7 @@
 
 pkgname=libpaper
 pkgver=1.1.24
-pkgrel=7
+pkgrel=8
 pkgdesc='Library for handling paper characteristics'
 arch=('x86_64' 'i686')
 url='http://packages.debian.org/unstable/source/libpaper'
@@ -14,11 +14,11 @@
 license=('GPL')
 depends=('sh')
 backup=('etc/papersize')
-source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
+source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
+md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')
 
 build() {
-  cd $pkgname-$pkgver+nmu2
+  cd $pkgname-$pkgver+nmu4
 
   ./configure \
 --prefix=/usr \
@@ -28,7 +28,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver+nmu2
+  cd $pkgname-$pkgver+nmu4
   make DESTDIR=$pkgdir install
   
   # add systemwide default papersize read by many office applications


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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:30:14
  Author: andyrtr
Revision: 241761

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-03 17:30:04 UTC (rev 241760)
+++ extra-i686/PKGBUILD 2015-07-03 17:30:14 UTC (rev 241761)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=7
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-backup=('etc/papersize')
-source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $pkgname-$pkgver+nmu2
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver+nmu2
-  make DESTDIR=$pkgdir install
-  
-  # add systemwide default papersize read by many office applications
-  install -dm 755 $pkgdir/etc
-  echo '# Simply write the paper name. See papersize(5) for possible values'  
$pkgdir/etc/papersize
-
-  # add libpaper.d directory other packages can use to store files
-  install -dm 755 $pkgdir/etc/libpaper.d
-
-  # add localisation
-  pushd debian/po
-  for i in `ls *.po`; do
-   install -dm 755 ${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/;
-   msgfmt $i -o 
${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
-  done
-  popd
-}

Copied: libpaper/repos/extra-i686/PKGBUILD (from rev 241760, 
libpaper/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-03 17:30:14 UTC (rev 241761)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: royrocks royrock...@gmail.com
+
+pkgname=libpaper
+pkgver=1.1.24
+pkgrel=8
+pkgdesc='Library for handling paper characteristics'
+arch=('x86_64' 'i686')
+url='http://packages.debian.org/unstable/source/libpaper'
+license=('GPL')
+depends=('sh')
+backup=('etc/papersize')
+source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu4.tar.gz;)
+md5sums=('155d2e589e2f4ef163de8fbbc5d3dd1e')
+
+build() {
+  cd $pkgname-$pkgver+nmu4
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver+nmu4
+  make DESTDIR=$pkgdir install
+  
+  # add systemwide default papersize read by many office applications
+  install -dm 755 $pkgdir/etc
+  echo '# Simply write the paper name. See papersize(5) for possible values'  
$pkgdir/etc/papersize
+
+  # add libpaper.d directory other packages can use to store files
+  install -dm 755 $pkgdir/etc/libpaper.d
+
+  # add localisation
+  pushd debian/po
+  for i in `ls *.po`; do
+   install -dm 755 ${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/;
+   msgfmt $i -o 
${pkgdir}/usr/share/locale/${i%.po}/LC_MESSAGES/${pkgname}.mo;
+  done
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-03 17:30:04 UTC (rev 241760)
+++ extra-x86_64/PKGBUILD   2015-07-03 17:30:14 UTC (rev 241761)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: royrocks royrock...@gmail.com
-
-pkgname=libpaper
-pkgver=1.1.24
-pkgrel=7
-pkgdesc='Library for handling paper characteristics'
-arch=('x86_64' 'i686')
-url='http://packages.debian.org/unstable/source/libpaper'
-license=('GPL')
-depends=('sh')
-backup=('etc/papersize')
-source=(http://ftp.de.debian.org/debian/pool/main/libp/$pkgname/${pkgname}_$pkgver+nmu2.tar.gz;)
-sha256sums=('c5bdd6d9dff179699160675dbb61651d9b3158f6da27558fdaba00e7c427ba96')
-
-build() {
-  cd $pkgname-$pkgver+nmu2
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  

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

2015-07-03 Thread Felix Yan
Date: Friday, July 3, 2015 @ 18:53:29
  Author: fyan
Revision: 136343

upgpkg: npm 2.12.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 16:35:55 UTC (rev 136342)
+++ PKGBUILD2015-07-03 16:53:29 UTC (rev 136343)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.12.0
+pkgver=2.12.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-07-03 Thread Felix Yan
Date: Friday, July 3, 2015 @ 18:53:49
  Author: fyan
Revision: 136344

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 136343, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 16:53:29 UTC (rev 136343)
+++ PKGBUILD2015-07-03 16:53:49 UTC (rev 136344)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.12.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX $pkgdir
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f $pkgdir/usr/share/man/$_dir/*
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 136343, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 16:53:49 UTC (rev 136344)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.12.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX $pkgdir
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f $pkgdir/usr/share/man/$_dir/*
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-03 Thread Felix Yan
Date: Friday, July 3, 2015 @ 18:05:27
  Author: fyan
Revision: 136339

upgpkg: dart 1.11.1-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:36:19 UTC (rev 136338)
+++ PKGBUILD2015-07-03 16:05:27 UTC (rev 136339)
@@ -7,7 +7,7 @@
 # Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
 
 pkgname=dart
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64' 'i686')
@@ -17,8 +17,8 @@
 options=('!strip')
 
source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
 
source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('5e34457c58da8b4993f0dde0af06db3406e12d00a99f0e39d0aa5780a4a3d9fead381349e59e87f5aee0933d4a9d71e4da821182825a65314c86218474a09eae')
-sha512sums_i686=('6781634cdf414a73a2483f69e6028837e7f0184ff3f32861e74b09c26b42345105b029e10b811d7b4a0a4650818d2301130952ef91663bd34827063d82ea53e4')
+sha512sums_x86_64=('ba3739df3ebf6813955f1e7f46c253f6171b4270daa7f5b054c4468b12e51bee1f9ac5bdb63494adf900ffdd72273dc0973adf27e50a0564e6b241bd5f0020ad')
+sha512sums_i686=('b0d61620c456af60ad007cc1e86b155750a00f4a5b724b582bc3170b307a80aecfd7758c8cb84d9c795ede05f6dfdc1fef3ebdc7266e389de53f51ced5fc64a7')
 
 prepare() {
   # Fix permissions


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

2015-07-03 Thread Felix Yan
Date: Friday, July 3, 2015 @ 18:05:59
  Author: fyan
Revision: 136340

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 16:05:27 UTC (rev 136339)
+++ community-i686/PKGBUILD 2015-07-03 16:05:59 UTC (rev 136340)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: T. Jameson Little t.jameson.little at gmail dot com
-# Contributor: Usagi Ito us...@wonderrabbitproject.net
-# Contributor: siasia http://pastebin.com/qsBEmNCw
-# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
-
-pkgname=dart
-pkgver=1.11.0
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64' 'i686')
-url='http://www.dartlang.org/'
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
-source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
-sha512sums_x86_64=('5e34457c58da8b4993f0dde0af06db3406e12d00a99f0e39d0aa5780a4a3d9fead381349e59e87f5aee0933d4a9d71e4da821182825a65314c86218474a09eae')
-sha512sums_i686=('6781634cdf414a73a2483f69e6028837e7f0184ff3f32861e74b09c26b42345105b029e10b811d7b4a0a4650818d2301130952ef91663bd34827063d82ea53e4')
-
-prepare() {
-  # Fix permissions
-  find $pkgname-sdk -type d -exec chmod 0755 '{}' + \
--or -type f -exec chmod 0644 '{}' +
-  chmod +x $pkgname-sdk/bin/*
-
-  cd $pkgname-sdk/bin
-
-  # Configure paths
-  setconf dart2js BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dart2js PROG_NAME /opt/$pkgname-sdk/bin/dart2js
-  setconf dartanalyzer SCRIPT_DIR /opt/$pkgname-sdk/bin
-  setconf docgen BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub BIN_DIR /opt/$pkgname-sdk/bin
-  setconf pub SDK_DIR /opt/$pkgname-sdk/
-  setconf dartfmt BIN_DIR /opt/$pkgname-sdk/bin
-  setconf dartfmt SDK_DIR /opt/$pkgname-sdk/
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 ../include/dart_api.h  ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d $pkgdir{/opt/$pkgname-sdk,/usr/{bin,share/doc/$pkgname-sdk}}
-
-  # Package the files
-  cp -a $pkgname-sdk/* $pkgdir/opt/$pkgname-sdk/
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer docgen pub dartfmt; do
-ln -s /opt/$pkgname-sdk/bin/$f $pkgdir/usr/bin/$f
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv $pkgdir/opt/$pkgname-sdk/$f $pkgdir/usr/share/doc/$pkgname/
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-i686/PKGBUILD (from rev 136339, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 16:05:59 UTC (rev 136340)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: T. Jameson Little t.jameson.little at gmail dot com
+# Contributor: Usagi Ito us...@wonderrabbitproject.net
+# Contributor: siasia http://pastebin.com/qsBEmNCw
+# Contributor: Julien Nicoulaud julien.nicoul...@gmail.com
+
+pkgname=dart
+pkgver=1.11.1
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source_x86_64+=($pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip;)
+source_i686+=($pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip;)
+sha512sums_x86_64=('ba3739df3ebf6813955f1e7f46c253f6171b4270daa7f5b054c4468b12e51bee1f9ac5bdb63494adf900ffdd72273dc0973adf27e50a0564e6b241bd5f0020ad')
+sha512sums_i686=('b0d61620c456af60ad007cc1e86b155750a00f4a5b724b582bc3170b307a80aecfd7758c8cb84d9c795ede05f6dfdc1fef3ebdc7266e389de53f51ced5fc64a7')
+
+prepare() {
+  # Fix permissions
+  find $pkgname-sdk -type d -exec chmod 0755 

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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 20:49:39
  Author: jlichtblau
Revision: 136347

archrelease: copy trunk to community-i686

Added:
  stfl/repos/community-i686/PKGBUILD
(from rev 136346, stfl/trunk/PKGBUILD)
  stfl/repos/community-i686/stfl-archlinux.patch
(from rev 136346, stfl/trunk/stfl-archlinux.patch)
  stfl/repos/community-i686/stfl.changelog
(from rev 136346, stfl/trunk/stfl.changelog)
Deleted:
  stfl/repos/community-i686/PKGBUILD
  stfl/repos/community-i686/stfl-archlinux.patch
  stfl/repos/community-i686/stfl.changelog

--+
 PKGBUILD |   66 
 stfl-archlinux.patch |   48 +--
 stfl.changelog   |   67 +
 3 files changed, 92 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 18:40:26 UTC (rev 136346)
+++ PKGBUILD2015-07-03 18:49:39 UTC (rev 136347)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sven Pfleiderer pfle...@roothausen.de
-
-pkgname=stfl
-pkgver=0.23
-pkgrel=1
-pkgdesc=Library implementing a curses-based widget set for text terminals
-arch=('i686' 'x86_64')
-url=http://clifford.at/stfl/;
-license=('GPL3')
-depends=('ncurses')
-makedepends=('patch' 'swig')
-changelog=$pkgname.changelog
-source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
-$pkgname-archlinux.patch)
-sha256sums=('e75ed8427905ad50faf43ed5fefd0cf7b16ee0c1ca87e15d33e360bb92aedfde'
-'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
-
-  make prefix=/usr Makefile.deps
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: stfl/repos/community-i686/PKGBUILD (from rev 136346, 
stfl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 18:49:39 UTC (rev 136347)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sven Pfleiderer pfle...@roothausen.de
+
+pkgname=stfl
+pkgver=0.24
+pkgrel=1
+pkgdesc=Library implementing a curses-based widget set for text terminals
+arch=('i686' 'x86_64')
+url=http://clifford.at/stfl/;
+license=('GPL3')
+depends=('ncurses')
+makedepends=('patch' 'swig')
+changelog=$pkgname.changelog
+source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
+$pkgname-archlinux.patch)
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
+'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
+
+  make prefix=/usr Makefile.deps
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}

Deleted: stfl-archlinux.patch
===
--- stfl-archlinux.patch2015-07-03 18:40:26 UTC (rev 136346)
+++ stfl-archlinux.patch2015-07-03 18:49:39 UTC (rev 136347)
@@ -1,24 +0,0 @@
-diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
 stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
-+++ stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
-@@ -22 +22 @@
--export prefix ?= /usr/local
-+export prefix ?= /usr
-@@ -26 +26 @@
--FOUND_SPL = 1
-+FOUND_SPL = 0
-@@ -38 +38 @@
--FOUND_PERL5 = 1
-+FOUND_PERL5 = 0
-@@ -44 +44 @@
--FOUND_PYTHON = 1
-+FOUND_PYTHON = 0
-@@ -50 +50 @@
--FOUND_RUBY = 1
-+FOUND_RUBY = 0
-diff -ruN0 stfl-0.21-orig//stfl_internals.h stfl-0.21/stfl_internals.h
 stfl-0.21-orig//stfl_internals.h   2009-06-19 19:27:33.0 +0200
-+++ stfl-0.21/stfl_internals.h 2010-03-25 20:00:52.0 +0100
-@@ -31 +31 @@
--#include ncursesw/ncurses.h
-+#include ncurses.h

Copied: stfl/repos/community-i686/stfl-archlinux.patch (from rev 136346, 
stfl/trunk/stfl-archlinux.patch)
===
--- stfl-archlinux.patch(rev 0)
+++ stfl-archlinux.patch2015-07-03 18:49:39 UTC (rev 136347)
@@ -0,0 +1,24 @@
+diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
+--- stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
 stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
+@@ -22 +22 @@
+-export prefix ?= /usr/local
++export prefix ?= /usr
+@@ -26 +26 @@
+-FOUND_SPL = 1
++FOUND_SPL = 0
+@@ -38 +38 @@
+-FOUND_PERL5 = 1
++FOUND_PERL5 = 0
+@@ -44 +44 @@
+-FOUND_PYTHON = 1
++FOUND_PYTHON = 0
+@@ -50 +50 @@
+-FOUND_RUBY = 1
++FOUND_RUBY = 0
+diff -ruN0 stfl-0.21-orig//stfl_internals.h 

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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:22:28
  Author: andyrtr
Revision: 241757

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 241756, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 241756, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-03 17:22:16 UTC (rev 241756)
+++ extra-i686/PKGBUILD 2015-07-03 17:22:28 UTC (rev 241757)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.70
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('5afe1bca041c905ec8861d1a6ffbc634')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|cups.service|org.cups.cupsd.service|g 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 241756, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-03 17:22:28 UTC (rev 241757)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.71
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('f1e11dfe5fa52eb65aa0bdd3a7ee0117')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 

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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:22:16
  Author: andyrtr
Revision: 241756

upgpkg: cups-filters 1.0.71-1

upstream update 1.0.71

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:20:04 UTC (rev 241755)
+++ PKGBUILD2015-07-03 17:22:16 UTC (rev 241756)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.70
+pkgver=1.0.71
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('5afe1bca041c905ec8861d1a6ffbc634')
+md5sums=('f1e11dfe5fa52eb65aa0bdd3a7ee0117')
 
 build() {
   cd $pkgname-$pkgver


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

2015-07-03 Thread Bartłomiej Piotrowski
Date: Friday, July 3, 2015 @ 21:09:17
  Author: bpiotrowski
Revision: 136349

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

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 136348, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 136348, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 136348, haproxy/trunk/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 136348, haproxy/trunk/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 136348, haproxy/trunk/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 136348, haproxy/trunk/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  118 +
 /haproxy.cfg |  104 
 /haproxy.install |8 ++
 community-i686/PKGBUILD  |   59 --
 community-i686/haproxy.cfg   |   52 
 community-i686/haproxy.install   |4 -
 community-x86_64/PKGBUILD|   59 --
 community-x86_64/haproxy.cfg |   52 
 community-x86_64/haproxy.install |4 -
 9 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 19:08:50 UTC (rev 136348)
+++ community-i686/PKGBUILD 2015-07-03 19:09:17 UTC (rev 136349)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgname=haproxy
-pkgver=1.5.12
-pkgrel=1
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-arch=('i686' 'x86_64')
-url='http://haproxy.org/'
-license=('GPL')
-depends=('openssl' 'pcre' 'zlib')
-backup=('etc/haproxy/haproxy.cfg')
-install=haproxy.install
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-md5sums=('4b94b257f16d88c315716b062b22e48a'
- '7e41518332eeae70fa30dc30861c17c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr \
-SBINDIR=$pkgdir/usr/bin \
-DOCDIR=$pkgdir/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib $pkgdir/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg $pkgdir/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-$pkgdir/usr/lib/systemd/system/haproxy.service
-
-  install -d $pkgdir/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg $pkgdir/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-$pkgdir/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 136348, 
haproxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 19:09:17 UTC (rev 136349)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+
+pkgname=haproxy
+pkgver=1.5.14
+pkgrel=1
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+arch=('i686' 'x86_64')
+url='http://haproxy.org/'
+license=('GPL')
+depends=('openssl' 'pcre' 'zlib')
+backup=('etc/haproxy/haproxy.cfg')
+install=haproxy.install
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+md5sums=('ad9d7262b96ba85a0f8c6acc6cb9edde'
+ '7e41518332eeae70fa30dc30861c17c8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make CPU=generic TARGET=linux2628 \
+USE_GETADDRINFO=1 \
+USE_OPENSSL=1 \
+USE_PCRE=1 USE_PCRE_JIT=1 \
+USE_ZLIB=1
+
+  for contrib in halog iprange systemd; do
+make -C contrib/$contrib SBINDIR=/usr/bin
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr \
+SBINDIR=$pkgdir/usr/bin \
+DOCDIR=$pkgdir/usr/share/$pkgname \
+install
+
+  for contrib in halog iprange; do
+install -Dm755 

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

2015-07-03 Thread Bartłomiej Piotrowski
Date: Friday, July 3, 2015 @ 21:08:50
  Author: bpiotrowski
Revision: 136348

upgpkg: haproxy 1.5.14-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 18:49:39 UTC (rev 136347)
+++ PKGBUILD2015-07-03 19:08:50 UTC (rev 136348)
@@ -2,7 +2,7 @@
 # Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
 pkgname=haproxy
-pkgver=1.5.12
+pkgver=1.5.14
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
 haproxy.cfg)
-md5sums=('4b94b257f16d88c315716b062b22e48a'
+md5sums=('ad9d7262b96ba85a0f8c6acc6cb9edde'
  '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {


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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:36:19
  Author: spupykin
Revision: 136338

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

Added:
  viewnior/repos/community-staging-i686/
  viewnior/repos/community-staging-i686/PKGBUILD
(from rev 136337, viewnior/trunk/PKGBUILD)
  viewnior/repos/community-staging-i686/viewnior.install
(from rev 136337, viewnior/trunk/viewnior.install)
  viewnior/repos/community-staging-x86_64/
  viewnior/repos/community-staging-x86_64/PKGBUILD
(from rev 136337, viewnior/trunk/PKGBUILD)
  viewnior/repos/community-staging-x86_64/viewnior.install
(from rev 136337, viewnior/trunk/viewnior.install)

---+
 community-staging-i686/PKGBUILD   |   29 
 community-staging-i686/viewnior.install   |   13 
 community-staging-x86_64/PKGBUILD |   29 
 community-staging-x86_64/viewnior.install |   13 
 4 files changed, 84 insertions(+)

Copied: viewnior/repos/community-staging-i686/PKGBUILD (from rev 136337, 
viewnior/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 15:36:19 UTC (rev 136338)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Maintainer: M Rawash mraw...@gmail.com
+
+pkgname=viewnior
+pkgver=1.5
+pkgrel=3
+pkgdesc=A simple, fast and elegant image viewer program
+arch=('i686' 'x86_64')
+url=http://xsisqox.github.com/Viewnior/;
+license=('GPL3')
+depends=('gtk2=2.12' 'exiv2')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 
'gnome-common')
+install=viewnior.install
+source=(https://github.com/xsisqox/Viewnior/archive/viewnior-$pkgver.tar.gz)
+md5sums=('3cecdc212724d5963257bebf025943f5')
+
+build() {
+  cd Viewnior-viewnior-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd Viewnior-viewnior-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: viewnior/repos/community-staging-i686/viewnior.install (from rev 
136337, viewnior/trunk/viewnior.install)
===
--- community-staging-i686/viewnior.install (rev 0)
+++ community-staging-i686/viewnior.install 2015-07-03 15:36:19 UTC (rev 
136338)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}

Copied: viewnior/repos/community-staging-x86_64/PKGBUILD (from rev 136337, 
viewnior/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 15:36:19 UTC (rev 136338)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+# Maintainer: M Rawash mraw...@gmail.com
+
+pkgname=viewnior
+pkgver=1.5
+pkgrel=3
+pkgdesc=A simple, fast and elegant image viewer program
+arch=('i686' 'x86_64')
+url=http://xsisqox.github.com/Viewnior/;
+license=('GPL3')
+depends=('gtk2=2.12' 'exiv2')
+makedepends=('make' 'intltool=0.35' 'pkgconfig=0.9' 'perl=5.8.1' 
'gnome-common')
+install=viewnior.install
+source=(https://github.com/xsisqox/Viewnior/archive/viewnior-$pkgver.tar.gz)
+md5sums=('3cecdc212724d5963257bebf025943f5')
+
+build() {
+  cd Viewnior-viewnior-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd Viewnior-viewnior-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: viewnior/repos/community-staging-x86_64/viewnior.install (from rev 
136337, viewnior/trunk/viewnior.install)
===
--- community-staging-x86_64/viewnior.install   (rev 0)
+++ community-staging-x86_64/viewnior.install   2015-07-03 15:36:19 UTC (rev 
136338)
@@ -0,0 +1,13 @@
+post_install() {
+   [ -x `which update-mime-database` ]   update-mime-database 
usr/share/mime
+   [ -x `which gtk-update-icon-cache` ]  gtk-update-icon-cache -q -t -f 
usr/share/icons/hicolor
+   true
+}
+
+post_upgrade() {
+   post_install $1
+}
+
+post_remove() {
+   post_install $1
+}


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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:35:28
  Author: spupykin
Revision: 136331

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

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

+
 community-staging-i686/PKGBUILD|   53 +++
 community-staging-i686/darktable.install   |   11 +
 community-staging-x86_64/PKGBUILD  |   53 +++
 community-staging-x86_64/darktable.install |   11 +
 4 files changed, 128 insertions(+)

Copied: darktable/repos/community-staging-i686/PKGBUILD (from rev 136330, 
darktable/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 15:35:28 UTC (rev 136331)
@@ -0,0 +1,53 @@
+# $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.7
+pkgrel=3
+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' 'lua52' '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=('813f3d4a28e5025a90a7cc135cfa9c4d')
+
+prepare() {
+  cd $srcdir/$pkgname-release-$pkgver/cmake
+  sed s|@PROJECT_VERSION@|$pkgver| version.cmake.cmake version.cmake
+#  sed -i 's|lua5.2|lua52|g' modules/FindLua52.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-staging-i686/darktable.install (from rev 
136330, darktable/trunk/darktable.install)
===
--- community-staging-i686/darktable.install(rev 0)
+++ community-staging-i686/darktable.install2015-07-03 15:35:28 UTC (rev 
136331)
@@ -0,0 +1,11 @@
+post_install() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_upgrade() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}
+
+post_remove() {
+  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
+}

Copied: darktable/repos/community-staging-x86_64/PKGBUILD (from rev 136330, 
darktable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 15:35:28 UTC (rev 136331)
@@ -0,0 +1,53 @@
+# $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.7
+pkgrel=3
+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' 'lua52' '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;)

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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:35:45
  Author: spupykin
Revision: 136334

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

Added:
  libextractor/repos/community-staging-i686/
  libextractor/repos/community-staging-i686/PKGBUILD
(from rev 136332, libextractor/trunk/PKGBUILD)
  libextractor/repos/community-staging-i686/libextractor.install
(from rev 136332, libextractor/trunk/libextractor.install)
  libextractor/repos/community-staging-x86_64/
  libextractor/repos/community-staging-x86_64/PKGBUILD
(from rev 136332, libextractor/trunk/PKGBUILD)
  libextractor/repos/community-staging-x86_64/libextractor.install
(from rev 136332, libextractor/trunk/libextractor.install)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/libextractor.install   |   20 
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/libextractor.install |   20 
 4 files changed, 114 insertions(+)

Copied: libextractor/repos/community-staging-i686/PKGBUILD (from rev 136332, 
libextractor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 15:35:45 UTC (rev 136334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor: damir da...@archlinux.org
+
+pkgname=libextractor
+pkgver=1.0.1
+pkgrel=7
+pkgdesc=A library used to extract meta-data from files of arbitrary type
+arch=(i686 x86_64)
+license=('GPL')
+url=http://gnunet.org/libextractor/;
+depends=('libltdl')
+makedepends=('flac' 'poppler' 'exiv2' 'qt4' 'libvorbis' 'gtk2' 'libgsf' 
'libmpeg2')
+optdepends=('flac: flac support'
+   'poppler: pdf support'
+   'exiv2: metadata support'
+   'qt: the Qt GUI interface/thumbnails'
+   'gtk2: gtk2 GUI interface/thumbnails'
+   'libgsf: (optional) for ODF support'
+   'libmpeg2: mpeg support'
+   'libvorbis: ogg/vorbis support')
+options=('!makeflags')
+install=libextractor.install
+source=(http://ftp.gnu.org/gnu/libextractor/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('593c40670fd7fc8c3ae7adc3df557f64')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
+}

Copied: libextractor/repos/community-staging-i686/libextractor.install (from 
rev 136332, libextractor/trunk/libextractor.install)
===
--- community-staging-i686/libextractor.install (rev 0)
+++ community-staging-i686/libextractor.install 2015-07-03 15:35:45 UTC (rev 
136334)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libextractor.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libextractor/repos/community-staging-x86_64/PKGBUILD (from rev 136332, 
libextractor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 15:35:45 UTC (rev 136334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupyki...@gmail.com
+# Contributor: damir da...@archlinux.org
+
+pkgname=libextractor
+pkgver=1.0.1
+pkgrel=7
+pkgdesc=A library used to extract meta-data from files of arbitrary type
+arch=(i686 x86_64)
+license=('GPL')
+url=http://gnunet.org/libextractor/;
+depends=('libltdl')
+makedepends=('flac' 'poppler' 'exiv2' 'qt4' 'libvorbis' 'gtk2' 'libgsf' 
'libmpeg2')
+optdepends=('flac: flac support'
+   'poppler: pdf support'
+   'exiv2: metadata support'
+   'qt: the Qt GUI interface/thumbnails'
+   'gtk2: gtk2 GUI interface/thumbnails'
+   'libgsf: (optional) for ODF support'
+   'libmpeg2: mpeg support'
+   'libvorbis: ogg/vorbis support')
+options=('!makeflags')
+install=libextractor.install
+source=(http://ftp.gnu.org/gnu/libextractor/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('593c40670fd7fc8c3ae7adc3df557f64')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
+}

Copied: 

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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:36:05
  Author: spupykin
Revision: 136336

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

Added:
  rawstudio/repos/community-staging-i686/
  rawstudio/repos/community-staging-i686/PKGBUILD
(from rev 136335, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-staging-i686/lensfun03.patch
(from rev 136335, rawstudio/trunk/lensfun03.patch)
  rawstudio/repos/community-staging-i686/libpng15.patch
(from rev 136335, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-staging-i686/rawstudio.install
(from rev 136335, rawstudio/trunk/rawstudio.install)
  rawstudio/repos/community-staging-x86_64/
  rawstudio/repos/community-staging-x86_64/PKGBUILD
(from rev 136335, rawstudio/trunk/PKGBUILD)
  rawstudio/repos/community-staging-x86_64/lensfun03.patch
(from rev 136335, rawstudio/trunk/lensfun03.patch)
  rawstudio/repos/community-staging-x86_64/libpng15.patch
(from rev 136335, rawstudio/trunk/libpng15.patch)
  rawstudio/repos/community-staging-x86_64/rawstudio.install
(from rev 136335, rawstudio/trunk/rawstudio.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/lensfun03.patch |   23 ++
 community-staging-i686/libpng15.patch  |   40 +
 community-staging-i686/rawstudio.install   |   11 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/lensfun03.patch   |   23 ++
 community-staging-x86_64/libpng15.patch|   40 +
 community-staging-x86_64/rawstudio.install |   11 ++
 8 files changed, 234 insertions(+)

Copied: rawstudio/repos/community-staging-i686/PKGBUILD (from rev 136335, 
rawstudio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 15:36:05 UTC (rev 136336)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: cdhotfire cdhotf...@gmail.com
+
+pkgname=rawstudio
+pkgver=2.0
+pkgrel=14
+pkgdesc=An open source raw-image converter written in GTK+
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://rawstudio.org/;
+depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
+'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
+install=${pkgname}.install
+source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   libpng15.patch
+   lensfun03.patch)
+md5sums=('b2f86b8ca6b83ad954e3104c4cb89e9b'
+ '2f8b7acbe10d8096ce613cbea7986fd3'
+ 'a606b05fa260a7afec791f8db92d9a5e')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ../libpng15.patch
+  patch -Np1 -i ../lensfun03.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export LDFLAGS=$LDFLAGS `pkg-config --libs gthread-2.0`
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+  mkdir $pkgdir/usr/lib/rawstudio
+  mv $pkgdir/usr/share/rawstudio/plugins $pkgdir/usr/lib/rawstudio
+  ln -s ../../lib/rawstudio/plugins $pkgdir/usr/share/rawstudio/plugins
+}

Copied: rawstudio/repos/community-staging-i686/lensfun03.patch (from rev 
136335, rawstudio/trunk/lensfun03.patch)
===
--- community-staging-i686/lensfun03.patch  (rev 0)
+++ community-staging-i686/lensfun03.patch  2015-07-03 15:36:05 UTC (rev 
136336)
@@ -0,0 +1,23 @@
+From cc31d235cd3c4f0adf35614e09965c28175c7c99 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9rgio=20Basto?= ser...@serjux.com
+Date: Tue, 27 Jan 2015 13:30:27 +
+Subject: [PATCH] Compile with Lensfun 0.3 version where CCI correction have
+ been removed
+
+---
+ plugins/lensfun/lensfun.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/plugins/lensfun/lensfun.c b/plugins/lensfun/lensfun.c
+index af1f189..4f7fffb 100644
+--- a/plugins/lensfun/lensfun.c
 b/plugins/lensfun/lensfun.c
+@@ -668,7 +668,7 @@ get_image(RSFilter *filter, const RSFilterRequest *request)
+   }
+ 
+   /* Start threads to apply phase 2, Vignetting and CA 
Correction */
+-  if (effective_flags  (LF_MODIFY_VIGNETTING | 
LF_MODIFY_CCI)) 
++  if (effective_flags  LF_MODIFY_VIGNETTING)
+   {
+   /* Phase 2 is corrected inplace, so copy input 
first */
+   guint y_offset, y_per_thread, threaded_h;

Copied: rawstudio/repos/community-staging-i686/libpng15.patch (from rev 136335, 

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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:36:09
  Author: spupykin
Revision: 136337

upgpkg: viewnior 1.5-3

upd

Modified:
  viewnior/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:36:05 UTC (rev 136336)
+++ PKGBUILD2015-07-03 15:36:09 UTC (rev 136337)
@@ -5,7 +5,7 @@
 
 pkgname=viewnior
 pkgver=1.5
-pkgrel=1
+pkgrel=3
 pkgdesc=A simple, fast and elegant image viewer program
 arch=('i686' 'x86_64')
 url=http://xsisqox.github.com/Viewnior/;


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

2015-07-03 Thread Massimiliano Torromeo
Date: Friday, July 3, 2015 @ 18:35:08
  Author: mtorromeo
Revision: 136341

upgpkg: percona-server 5.6.25_73.0-1

Updated to 5.6.25_73.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 16:05:59 UTC (rev 136340)
+++ PKGBUILD2015-07-03 16:35:08 UTC (rev 136341)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.6.24_72.2
+pkgver=5.6.25_73.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
 pkgrel=1
@@ -144,7 +144,7 @@
rm usr/share/man/man1/mysql-test-run.pl.1
 }
 
-sha256sums=('5aa6469f3a55fe0fd1cfe315f2f9cacb0ce318620086c93821c9000d6e25c0de'
+sha256sums=('790d056931b9dd5b158a732812490fdaf9407012aaf93d3f1c1b21942dcdc251'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
 'badf6a701d9dc6ea3b4ddca26cb0f42b6236432ccdbc14c64962147802594a60'


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

2015-07-03 Thread Gaetan Bisson
Date: Friday, July 3, 2015 @ 19:28:02
  Author: bisson
Revision: 241759

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 241758, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/install
(from rev 241758, hugin/trunk/install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 241758, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/install
(from rev 241758, hugin/trunk/install)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/install|   13 +++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/install  |   13 +++
 4 files changed, 126 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 241758, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 17:28:02 UTC (rev 241759)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=8
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp -r ${srcdir}/boost_1_55_0/boost/spirit src/boost/
+
+   # Fix compiling against lensfun-0.3.0
+   sed '/LF_DIST_MODEL_FOV1/d' -i src/hugin_base/lensdb/LensDB.cpp
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   cmake . \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DENABLE_LAPACK=yes \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+   make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/install (from rev 241758, hugin/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-07-03 17:28:02 UTC (rev 241759)
@@ -0,0 +1,13 @@
+post_upgrade() {
+   gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+   update-desktop-database -q
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+   post_upgrade
+}
+
+post_remove() {
+   post_upgrade
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 241758, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 17:28:02 UTC (rev 241759)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=8
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'python'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of the 
one
+   # that is provided by boost 1.56+ because hugin doesn't compile with the
+   # latter.  This is no proper fix for the problem but it works for now.
+   mkdir -p src/boost
+   cp 

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

2015-07-03 Thread Gaetan Bisson
Date: Friday, July 3, 2015 @ 19:27:34
  Author: bisson
Revision: 241758

rebuild for exiv2-0.25

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 17:22:28 UTC (rev 241757)
+++ PKGBUILD2015-07-03 17:27:34 UTC (rev 241758)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2014.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')


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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:35:33
  Author: spupykin
Revision: 136332

upgpkg: libextractor 1.0.1-7

upd

Modified:
  libextractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:35:28 UTC (rev 136331)
+++ PKGBUILD2015-07-03 15:35:33 UTC (rev 136332)
@@ -4,7 +4,7 @@
 
 pkgname=libextractor
 pkgver=1.0.1
-pkgrel=5
+pkgrel=7
 pkgdesc=A library used to extract meta-data from files of arbitrary type
 arch=(i686 x86_64)
 license=('GPL')


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

2015-07-03 Thread Balló György
Date: Friday, July 3, 2015 @ 17:35:45
  Author: bgyorgy
Revision: 136333

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 136332, mate-themes/trunk/PKGBUILD)
  mate-themes/repos/community-any/mate-themes.install
(from rev 136332, mate-themes/trunk/mate-themes.install)
Deleted:
  mate-themes/repos/community-any/PKGBUILD
  mate-themes/repos/community-any/mate-themes.install

-+
 PKGBUILD|   65 --
 mate-themes.install |   24 +-
 2 files changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 15:35:33 UTC (rev 136332)
+++ PKGBUILD2015-07-03 15:35:45 UTC (rev 136333)
@@ -1,33 +0,0 @@
-# Maintainer : Martin Wimpress c...@flexion.org
-
-_ver=1.10
-_gtkver=3.16
-pkgname=mate-themes
-pkgver=${_ver}.1
-pkgrel=2
-pkgdesc=Default themes for the MATE desktop
-url=http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
-makedepends=('mate-common' 'icon-naming-utils')
-optdepends=('gtk-engine-unico: Support for some GTK3 themes.')
-groups=('mate' 'mate-gtk3')
-source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
-sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-./configure \
---prefix=/usr \
---enable-all-themes \
---enable-test-themes \
---disable-placeholders
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 136332, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 15:35:45 UTC (rev 136333)
@@ -0,0 +1,32 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+_ver=1.10
+_gtkver=3.16
+pkgname=mate-themes
+pkgver=${_ver}.1
+pkgrel=3
+pkgdesc=Default themes for the MATE desktop
+url=http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+makedepends=('mate-common' 'icon-naming-utils')
+groups=('mate' 'mate-gtk3')
+source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)
+sha1sums=('5260bc5841ac7a47695902de3741853eaf71f313')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-all-themes \
+--enable-test-themes \
+--disable-placeholders
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-gtk${_gtkver}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: mate-themes.install
===
--- mate-themes.install 2015-07-03 15:35:33 UTC (rev 136332)
+++ mate-themes.install 2015-07-03 15:35:45 UTC (rev 136333)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-themes/repos/community-any/mate-themes.install (from rev 136332, 
mate-themes/trunk/mate-themes.install)
===
--- mate-themes.install (rev 0)
+++ mate-themes.install 2015-07-03 15:35:45 UTC (rev 136333)
@@ -0,0 +1,12 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/ContrastHigh
+gtk-update-icon-cache -q -t -f /usr/share/icons/mate
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:35:49
  Author: spupykin
Revision: 136335

upgpkg: rawstudio 2.0-14

upd

Modified:
  rawstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:35:45 UTC (rev 136334)
+++ PKGBUILD2015-07-03 15:35:49 UTC (rev 136335)
@@ -6,7 +6,7 @@
 
 pkgname=rawstudio
 pkgver=2.0
-pkgrel=12
+pkgrel=14
 pkgdesc=An open source raw-image converter written in GTK+
 arch=('i686' 'x86_64')
 license=('GPL')


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

2015-07-03 Thread Balló György
Date: Friday, July 3, 2015 @ 17:34:37
  Author: bgyorgy
Revision: 136329

upgpkg: mate-themes 1.10.1-3

Remove gtk3 and gtk-engine-unico from dependencies

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 14:45:42 UTC (rev 136328)
+++ PKGBUILD2015-07-03 15:34:37 UTC (rev 136329)
@@ -4,12 +4,12 @@
 _gtkver=3.16
 pkgname=mate-themes
 pkgver=${_ver}.1
-pkgrel=2
+pkgrel=3
 pkgdesc=Default themes for the MATE desktop
 url=http://mate-desktop.org;
 arch=('any')
 license=('GPL')
-depends=('gtk3' 'gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
+depends=('gtk-engines' 'gtk-engine-murrine' 'librsvg' 'mate-icon-theme')
 makedepends=('mate-common' 'icon-naming-utils')
 groups=('mate' 'mate-gtk3')
 
source=(http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-gtk${_gtkver}-${pkgver}.tar.xz;)


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

2015-07-03 Thread Sergej Pupykin
Date: Friday, July 3, 2015 @ 17:35:08
  Author: spupykin
Revision: 136330

upgpkg: darktable 1.6.7-3

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 15:34:37 UTC (rev 136329)
+++ PKGBUILD2015-07-03 15:35:08 UTC (rev 136330)
@@ -5,7 +5,7 @@
 
 pkgname=darktable
 pkgver=1.6.7
-pkgrel=1
+pkgrel=3
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
 url=http://darktable.sf.net/


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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:39:20
  Author: andyrtr
Revision: 241765

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

Added:
  claws-mail/repos/staging-i686/
  claws-mail/repos/staging-i686/PKGBUILD
(from rev 241764, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-i686/claws-mail.install
(from rev 241764, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-i686/git_fixes.diff
(from rev 241764, claws-mail/trunk/git_fixes.diff)
  claws-mail/repos/staging-x86_64/
  claws-mail/repos/staging-x86_64/PKGBUILD
(from rev 241764, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/staging-x86_64/claws-mail.install
(from rev 241764, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/staging-x86_64/git_fixes.diff
(from rev 241764, claws-mail/trunk/git_fixes.diff)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/claws-mail.install   |   16 ++
 staging-i686/git_fixes.diff   |   55 +++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/claws-mail.install |   16 ++
 staging-x86_64/git_fixes.diff |   55 +++
 6 files changed, 310 insertions(+)

Copied: claws-mail/repos/staging-i686/PKGBUILD (from rev 241764, 
claws-mail/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 17:39:20 UTC (rev 241765)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=claws-mail
+pkgver=3.11.1
+pkgrel=4
+pkgdesc=A GTK+ based e-mail client.
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.claws-mail.org;
+depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
+ 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('spamassassin' 'bogofilter' 'valgrind'
+ # dependencies for plugins
+ 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
+ #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
+optdepends=('python2:   needed for some tools and python plugin'
+'perl:  needed for some tools and perl plugin'
+'spamassassin:  adds support for spamfiltering'
+'bogofilter:adds support for spamfiltering'
+'libnotify: for notification plugin'
+'libcanberra:   for notification plugin'
+'dbus:  for notification plugin'
+'libxml2:   for gtkhtml2_viewer and rssyl plugins'
+'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
+'libarchive:for archive plugin and various other plugins'
+'libytnef:  for tnef_parse plugin'
+'webkitgtk2:for the fancy webkit html plugin'
+'libsoup:   for the fancy webkit html plugin'
+   'libgdata:  for gdata plugin'
+   'poppler-glib:  for pdf viewer plugin'
+   'ghostscript:   for pdf viewer plugin')
+replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
+conflicts=('claws-mail-extra-plugins')
+provides=('claws')
+install=claws-mail.install
+source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc}
+git_fixes.diff)
+sha1sums=('b0c07906043f7a3ec726c7a96d6dcfc3c148b9cc'
+  'SKIP'
+  '0e1bd9d696d531040f7b15b5b6164fc44784fdfc')
+validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 
p...@claws-mail.org
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix .desktop file creation
+  patch -Np1 -i $srcdir/git_fixes.diff
+  autoreconf -vfi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+ 
+  # fixes for python2
+  export PYTHON=/usr/bin/python2
+  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
+  sed -i 's:python -c:python2 -c:g' configure
+  
+  ./configure --prefix=/usr --disable-static \
+--enable-enchant \
+--enable-gnutls \
+--enable-ldap \
+--enable-crash-dialog \
+--enable-pgpmime-plugin \
+--enable-spamassassin-plugin \
+--enable-bogofilter-plugin \
+--enable-appdata
+#--help
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # build and install extra tools
+  cd tools
+  make
+   # all executables and .conf files ; only top directory
+  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
+  install -D -m755 ${i} \
+${pkgdir}/usr/lib/claws-mail/tools/${i}
+  done
+}

Copied: claws-mail/repos/staging-i686/claws-mail.install (from rev 241764, 
claws-mail/trunk/claws-mail.install)

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

2015-07-03 Thread Andreas Radke
Date: Friday, July 3, 2015 @ 19:39:10
  Author: andyrtr
Revision: 241764

upgpkg: claws-mail 3.11.1-4

libgdata rebuild

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 17:36:14 UTC (rev 241763)
+++ PKGBUILD2015-07-03 17:39:10 UTC (rev 241764)
@@ -3,7 +3,7 @@
 
 pkgname=claws-mail
 pkgver=3.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A GTK+ based e-mail client.
 arch=('i686' 'x86_64')
 license=('GPL3')


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

2015-07-03 Thread Daniel Micay
Date: Saturday, July 4, 2015 @ 05:03:58
  Author: thestinger
Revision: 136362

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

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

+
 /PKGBUILD  |  128 +++
 /audit.install |   10 +++
 community-i686/PKGBUILD|   64 ---
 community-i686/audit.install   |5 -
 community-x86_64/PKGBUILD  |   64 ---
 community-x86_64/audit.install |5 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:03:16 UTC (rev 136361)
+++ community-i686/PKGBUILD 2015-07-04 03:03:58 UTC (rev 136362)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay danielmi...@gmail.com
-# Contributor: k...@insecure.ws
-# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Connor Behan connor.be...@gmail.com
-# Contributor: henning mueller henn...@orgizm.net
-
-pkgname=audit
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Userspace components of the audit framework'
-url='http://people.redhat.com/sgrubb/audit'
-arch=(i686 x86_64)
-depends=(krb5 libcap-ng)
-makedepends=(libldap swig linux-headers python2)
-license=(GPL)
-options=(emptydirs)
-backup=(
-  etc/libaudit.conf
-  etc/audit/audit.rules
-  etc/audit/auditd.conf
-  etc/audisp/audispd.conf
-  etc/audisp/audisp-remote.conf
-  etc/audisp/zos-remote.conf
-  etc/audisp/plugins.d/af_unix.conf
-  etc/audisp/plugins.d/audispd-zos-remote.conf
-  etc/audisp/plugins.d/au-remote.conf
-  etc/audisp/plugins.d/syslog.conf
-)
-source=($url/$pkgname-$pkgver.tar.gz)
-sha256sums=('059346fa0e922faf4dcc054382b21f4845cd8c4942e82cfd0d4cd52bd2b03026')
-install=$pkgname.install
-
-build() {
-  cd $pkgname-$pkgver
-  export PYTHON=/usr/bin/python2
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/audit \
---with-python=yes \
---enable-gssapi-krb5=yes \
---enable-systemd=yes \
---with-libcap-ng=yes
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd $pkgdir
-  install -d var/log/audit
-  rm -rf etc/rc.d etc/sysconfig usr/lib/audit
-
-  sed -ri 's|/sbin|/usr/bin|' \
-etc/audit/*.conf \
-etc/audisp/plugins.d/*.conf \
-usr/lib/systemd/system/auditd.service
-
-  chmod 644 usr/lib/systemd/system/auditd.service
-  mv $pkgdir/etc/audit/{rules.d/,}audit.rules
-}

Copied: audit/repos/community-i686/PKGBUILD (from rev 136361, 
audit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:03:58 UTC (rev 136362)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: k...@insecure.ws
+# Contributor: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Connor Behan connor.be...@gmail.com
+# Contributor: henning mueller henn...@orgizm.net
+
+pkgname=audit
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='Userspace components of the audit framework'
+url='http://people.redhat.com/sgrubb/audit'
+arch=(i686 x86_64)
+depends=(krb5 libcap-ng)
+makedepends=(libldap swig linux-headers python2)
+license=(GPL)
+options=(emptydirs)
+backup=(
+  etc/libaudit.conf
+  etc/audit/audit.rules
+  etc/audit/auditd.conf
+  etc/audisp/audispd.conf
+  etc/audisp/audisp-remote.conf
+  etc/audisp/zos-remote.conf
+  etc/audisp/plugins.d/af_unix.conf
+  etc/audisp/plugins.d/audispd-zos-remote.conf
+  etc/audisp/plugins.d/au-remote.conf
+  etc/audisp/plugins.d/syslog.conf
+)
+source=($url/$pkgname-$pkgver.tar.gz)
+sha256sums=('12a0266f79168f6bb6cb623f3c11ed18d3dfbd47577338a2eb39814234194122')
+install=$pkgname.install
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/audit \
+--with-python=yes \
+--enable-gssapi-krb5=yes \
+--enable-systemd=yes \
+--with-libcap-ng=yes
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd $pkgdir
+  install -d var/log/audit
+  rm -rf etc/rc.d etc/sysconfig usr/lib/audit
+
+  sed -ri 's|/sbin|/usr/bin|' \
+etc/audit/*.conf \
+etc/audisp/plugins.d/*.conf \
+

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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:51:13
  Author: fyan
Revision: 136370

upgpkg: krename 4.0.9-5

exiv2 0.25 rebuild

Modified:
  krename/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:55:44 UTC (rev 136369)
+++ PKGBUILD2015-07-04 05:51:13 UTC (rev 136370)
@@ -3,7 +3,7 @@
 
 pkgname=krename
 pkgver=4.0.9
-pkgrel=4
+pkgrel=5
 pkgdesc=A very powerful batch file renamer for KDE
 arch=('i686' 'x86_64')
 url=http://www.krename.net;


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 20:40:08
  Author: jlichtblau
Revision: 136345

upgpkg: stfl 0.24-1 - new upstream release

Modified:
  stfl/trunk/PKGBUILD
  stfl/trunk/stfl.changelog

+
 PKGBUILD   |6 +++---
 stfl.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 16:53:49 UTC (rev 136344)
+++ PKGBUILD2015-07-03 18:40:08 UTC (rev 136345)
@@ -3,7 +3,7 @@
 # Contributor: Sven Pfleiderer pfle...@roothausen.de
 
 pkgname=stfl
-pkgver=0.23
+pkgver=0.24
 pkgrel=1
 pkgdesc=Library implementing a curses-based widget set for text terminals
 arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
 changelog=$pkgname.changelog
 source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
 $pkgname-archlinux.patch)
-sha256sums=('e75ed8427905ad50faf43ed5fefd0cf7b16ee0c1ca87e15d33e360bb92aedfde'
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
 'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
 
   patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
 

Modified: stfl.changelog
===
--- stfl.changelog  2015-07-03 16:53:49 UTC (rev 136344)
+++ stfl.changelog  2015-07-03 18:40:08 UTC (rev 136345)
@@ -1,3 +1,6 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * stfl 0.24-1
+
 2015-03-22 Jaroslav Lichtblau svetlemo...@archlinux.org
* stfl 0.23-1
 


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 20:40:26
  Author: jlichtblau
Revision: 136346

archrelease: copy trunk to community-x86_64

Added:
  stfl/repos/community-x86_64/PKGBUILD
(from rev 136345, stfl/trunk/PKGBUILD)
  stfl/repos/community-x86_64/stfl-archlinux.patch
(from rev 136345, stfl/trunk/stfl-archlinux.patch)
  stfl/repos/community-x86_64/stfl.changelog
(from rev 136345, stfl/trunk/stfl.changelog)
Deleted:
  stfl/repos/community-x86_64/PKGBUILD
  stfl/repos/community-x86_64/stfl-archlinux.patch
  stfl/repos/community-x86_64/stfl.changelog

--+
 PKGBUILD |   66 
 stfl-archlinux.patch |   48 +--
 stfl.changelog   |   67 +
 3 files changed, 92 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 18:40:08 UTC (rev 136345)
+++ PKGBUILD2015-07-03 18:40:26 UTC (rev 136346)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sven Pfleiderer pfle...@roothausen.de
-
-pkgname=stfl
-pkgver=0.23
-pkgrel=1
-pkgdesc=Library implementing a curses-based widget set for text terminals
-arch=('i686' 'x86_64')
-url=http://clifford.at/stfl/;
-license=('GPL3')
-depends=('ncurses')
-makedepends=('patch' 'swig')
-changelog=$pkgname.changelog
-source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
-$pkgname-archlinux.patch)
-sha256sums=('e75ed8427905ad50faf43ed5fefd0cf7b16ee0c1ca87e15d33e360bb92aedfde'
-'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
-
-  make prefix=/usr Makefile.deps
-  make prefix=/usr
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: stfl/repos/community-x86_64/PKGBUILD (from rev 136345, 
stfl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 18:40:26 UTC (rev 136346)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sven Pfleiderer pfle...@roothausen.de
+
+pkgname=stfl
+pkgver=0.24
+pkgrel=1
+pkgdesc=Library implementing a curses-based widget set for text terminals
+arch=('i686' 'x86_64')
+url=http://clifford.at/stfl/;
+license=('GPL3')
+depends=('ncurses')
+makedepends=('patch' 'swig')
+changelog=$pkgname.changelog
+source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz
+$pkgname-archlinux.patch)
+sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090'
+'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  patch -Np1 -i ${srcdir}/$pkgname-archlinux.patch
+
+  make prefix=/usr Makefile.deps
+  make prefix=/usr
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR=${pkgdir} install
+}

Deleted: stfl-archlinux.patch
===
--- stfl-archlinux.patch2015-07-03 18:40:08 UTC (rev 136345)
+++ stfl-archlinux.patch2015-07-03 18:40:26 UTC (rev 136346)
@@ -1,24 +0,0 @@
-diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
 stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
-+++ stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
-@@ -22 +22 @@
--export prefix ?= /usr/local
-+export prefix ?= /usr
-@@ -26 +26 @@
--FOUND_SPL = 1
-+FOUND_SPL = 0
-@@ -38 +38 @@
--FOUND_PERL5 = 1
-+FOUND_PERL5 = 0
-@@ -44 +44 @@
--FOUND_PYTHON = 1
-+FOUND_PYTHON = 0
-@@ -50 +50 @@
--FOUND_RUBY = 1
-+FOUND_RUBY = 0
-diff -ruN0 stfl-0.21-orig//stfl_internals.h stfl-0.21/stfl_internals.h
 stfl-0.21-orig//stfl_internals.h   2009-06-19 19:27:33.0 +0200
-+++ stfl-0.21/stfl_internals.h 2010-03-25 20:00:52.0 +0100
-@@ -31 +31 @@
--#include ncursesw/ncurses.h
-+#include ncurses.h

Copied: stfl/repos/community-x86_64/stfl-archlinux.patch (from rev 136345, 
stfl/trunk/stfl-archlinux.patch)
===
--- stfl-archlinux.patch(rev 0)
+++ stfl-archlinux.patch2015-07-03 18:40:26 UTC (rev 136346)
@@ -0,0 +1,24 @@
+diff -ruN0 stfl-0.21-orig//Makefile.cfg stfl-0.21/Makefile.cfg
+--- stfl-0.21-orig//Makefile.cfg   2009-05-31 20:20:39.0 +0200
 stfl-0.21/Makefile.cfg 2010-03-25 20:01:19.0 +0100
+@@ -22 +22 @@
+-export prefix ?= /usr/local
++export prefix ?= /usr
+@@ -26 +26 @@
+-FOUND_SPL = 1
++FOUND_SPL = 0
+@@ -38 +38 @@
+-FOUND_PERL5 = 1
++FOUND_PERL5 = 0
+@@ -44 +44 @@
+-FOUND_PYTHON = 1
++FOUND_PYTHON = 0
+@@ -50 +50 @@
+-FOUND_RUBY = 1
++FOUND_RUBY = 0
+diff -ruN0 

[arch-commits] Commit in (12 files)

2015-07-03 Thread Daniel Micay
Date: Saturday, July 4, 2015 @ 04:25:42
  Author: thestinger
Revision: 136360

move linux-grsec-lts

Added:
  linux-grsec-lts/
  linux-grsec-lts/trunk/
  linux-grsec-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux-grsec-lts/trunk/0006-genksyms-fix-typeof-handling.patch
  linux-grsec-lts/trunk/PKGBUILD
  linux-grsec-lts/trunk/config
  linux-grsec-lts/trunk/config.x86_64
  linux-grsec-lts/trunk/gcc5_buildfixes.diff
  linux-grsec-lts/trunk/linux-grsec-lts.install
  linux-grsec-lts/trunk/linux.preset

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   74 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |   93 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |   75 
 0006-genksyms-fix-typeof-handling.patch | 1360 +
 PKGBUILD|  352 
 config  | 6862 
++
 config.x86_64   | 6622 
+
 gcc5_buildfixes.diff|   49 
 linux-grsec-lts.install |   31 
 linux.preset|   14 
 10 files changed, 15532 insertions(+)

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


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

2015-07-03 Thread Daniel Micay
Date: Saturday, July 4, 2015 @ 05:03:16
  Author: thestinger
Revision: 136361

upgpkg: audit 2.4.2-1

Modified:
  audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 02:25:42 UTC (rev 136360)
+++ PKGBUILD2015-07-04 03:03:16 UTC (rev 136361)
@@ -6,7 +6,7 @@
 # Contributor: henning mueller henn...@orgizm.net
 
 pkgname=audit
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='Userspace components of the audit framework'
 url='http://people.redhat.com/sgrubb/audit'
@@ -28,7 +28,7 @@
   etc/audisp/plugins.d/syslog.conf
 )
 source=($url/$pkgname-$pkgver.tar.gz)
-sha256sums=('059346fa0e922faf4dcc054382b21f4845cd8c4942e82cfd0d4cd52bd2b03026')
+sha256sums=('12a0266f79168f6bb6cb623f3c11ed18d3dfbd47577338a2eb39814234194122')
 install=$pkgname.install
 
 build() {


[arch-commits] Commit in (linux-grsec-lts)

2015-07-03 Thread Daniel Micay
Date: Saturday, July 4, 2015 @ 05:08:40
  Author: thestinger
Revision: 136363

zap linux-grsec-lts, will do this another time

Deleted:
  linux-grsec-lts/


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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:44
  Author: speps
Revision: 136369

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

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

--+
 /PKGBUILD|   80 +
 /drumkv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/drumkv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/drumkv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4b6245792f9d02658a42fd206fbb031a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drumkv1/repos/community-i686/PKGBUILD (from rev 136368, 
drumkv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:55:44 UTC (rev 136369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=drumkv1
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=An old-school drum-kit sampler
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/drumkv1.install
===
--- community-i686/drumkv1.install  2015-07-04 03:55:38 UTC (rev 136368)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: drumkv1/repos/community-i686/drumkv1.install (from rev 136368, 
drumkv1/trunk/drumkv1.install)
===
--- community-i686/drumkv1.install  (rev 0)
+++ community-i686/drumkv1.install  2015-07-04 03:55:44 UTC (rev 136369)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:55:38 UTC (rev 136368)
+++ community-x86_64/PKGBUILD   2015-07-04 03:55:44 UTC (rev 136369)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=drumkv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=An old-school drum-kit sampler
-arch=(i686 x86_64)

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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:22
  Author: speps
Revision: 136367

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

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

--+
 /PKGBUILD|   80 +
 /synthv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/synthv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/synthv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:55:17 UTC (rev 136366)
+++ community-i686/PKGBUILD 2015-07-04 03:55:22 UTC (rev 136367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=synthv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ccd2fb8c9742fe0946ce6c52ed748943')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: synthv1/repos/community-i686/PKGBUILD (from rev 136366, 
synthv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:55:22 UTC (rev 136367)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=synthv1
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/synthv1.install
===
--- community-i686/synthv1.install  2015-07-04 03:55:17 UTC (rev 136366)
+++ community-i686/synthv1.install  2015-07-04 03:55:22 UTC (rev 136367)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: synthv1/repos/community-i686/synthv1.install (from rev 136366, 
synthv1/trunk/synthv1.install)
===
--- community-i686/synthv1.install  (rev 0)
+++ community-i686/synthv1.install  2015-07-04 03:55:22 UTC (rev 136367)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:55:17 UTC (rev 136366)
+++ community-x86_64/PKGBUILD   2015-07-04 03:55:22 UTC (rev 136367)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=synthv1
-pkgver=0.6.1

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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:38
  Author: speps
Revision: 136368

upgpkg: drumkv1 0.6.3-1

Modified:
  drumkv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:55:22 UTC (rev 136367)
+++ PKGBUILD2015-07-04 03:55:38 UTC (rev 136368)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=drumkv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=An old-school drum-kit sampler
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4b6245792f9d02658a42fd206fbb031a')
+md5sums=('14ab8dd309a3c8400b5d06e99da5eb82')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:54:59
  Author: speps
Revision: 136365

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

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

--+
 /PKGBUILD|   80 +
 /samplv1.install |   26 
 community-i686/PKGBUILD  |   40 --
 community-i686/samplv1.install   |   13 --
 community-x86_64/PKGBUILD|   40 --
 community-x86_64/samplv1.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-04 03:54:40 UTC (rev 136364)
+++ community-i686/PKGBUILD 2015-07-04 03:54:59 UTC (rev 136365)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=samplv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Polyphonic sampler synthesizer with stereo fx
-arch=(i686 x86_64)
-url=http://$pkgname.sourceforge.net/$pkgname-index.html;
-license=('GPL')
-groups=('lv2-plugins')
-depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
-install=$pkgname.install
-source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4bee1f76a88862e45aacf1ca977128c6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # x86_64 lib path fix
-  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
-
-  # i686 -reduce-relocations (Qt5)
-#  if [[ $CARCH = i686 ]]; then
-#export CXXFLAGS+= -fPIE
-#  fi
-}
-
-build() {
-  cd $pkgname-$pkgver 
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver 
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: samplv1/repos/community-i686/PKGBUILD (from rev 136364, 
samplv1/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-04 03:54:59 UTC (rev 136365)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: speps speps at aur dot archlinux dot org
+
+pkgname=samplv1
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=Polyphonic sampler synthesizer with stereo fx
+arch=(i686 x86_64)
+url=http://$pkgname.sourceforge.net/$pkgname-index.html;
+license=('GPL')
+groups=('lv2-plugins')
+depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
+install=$pkgname.install
+source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('efd340ab3cba44b91197088780d023d7')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # x86_64 lib path fix
+  sed -i s/lib64/lib/ src/src_lv2{,ui}.pro
+
+  # i686 -reduce-relocations (Qt5)
+#  if [[ $CARCH = i686 ]]; then
+#export CXXFLAGS+= -fPIE
+#  fi
+}
+
+build() {
+  cd $pkgname-$pkgver 
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver 
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/samplv1.install
===
--- community-i686/samplv1.install  2015-07-04 03:54:40 UTC (rev 136364)
+++ community-i686/samplv1.install  2015-07-04 03:54:59 UTC (rev 136365)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: samplv1/repos/community-i686/samplv1.install (from rev 136364, 
samplv1/trunk/samplv1.install)
===
--- community-i686/samplv1.install  (rev 0)
+++ community-i686/samplv1.install  2015-07-04 03:54:59 UTC (rev 136365)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor 2 /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-04 03:54:40 UTC (rev 136364)
+++ community-x86_64/PKGBUILD   2015-07-04 03:54:59 UTC (rev 136365)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: speps speps at aur dot archlinux dot org
-
-pkgname=samplv1
-pkgver=0.6.1
-pkgrel=1
-pkgdesc=Polyphonic sampler synthesizer with stereo fx
-arch=(i686 x86_64)

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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:54:40
  Author: speps
Revision: 136364

upgpkg: samplv1 0.6.3-1

Modified:
  samplv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:08:40 UTC (rev 136363)
+++ PKGBUILD2015-07-04 03:54:40 UTC (rev 136364)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=samplv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=Polyphonic sampler synthesizer with stereo fx
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('4bee1f76a88862e45aacf1ca977128c6')
+md5sums=('efd340ab3cba44b91197088780d023d7')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-07-03 Thread speps
Date: Saturday, July 4, 2015 @ 05:55:17
  Author: speps
Revision: 136366

upgpkg: synthv1 0.6.3-1

Modified:
  synthv1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 03:54:59 UTC (rev 136365)
+++ PKGBUILD2015-07-04 03:55:17 UTC (rev 136366)
@@ -2,7 +2,7 @@
 # Maintainer: speps speps at aur dot archlinux dot org
 
 pkgname=synthv1
-pkgver=0.6.1
+pkgver=0.6.3
 pkgrel=1
 pkgdesc=An old-school all-digital 4-oscillator subtractive polyphonic 
synthesizer with stereo fx
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('jack' 'liblo' 'lv2' 'qt4' 'shared-mime-info')
 install=$pkgname.install
 source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('ccd2fb8c9742fe0946ce6c52ed748943')
+md5sums=('91e67d9b1f449dd143ebd8cee754ed01')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:52:20
  Author: fyan
Revision: 136373

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

Added:
  kphotoalbum/repos/community-staging-i686/
  kphotoalbum/repos/community-staging-i686/PKGBUILD
(from rev 136372, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-staging-i686/kphotoalbum.install
(from rev 136372, kphotoalbum/trunk/kphotoalbum.install)
  kphotoalbum/repos/community-staging-x86_64/
  kphotoalbum/repos/community-staging-x86_64/PKGBUILD
(from rev 136372, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-staging-x86_64/kphotoalbum.install
(from rev 136372, kphotoalbum/trunk/kphotoalbum.install)

--+
 community-staging-i686/PKGBUILD  |   41 +
 community-staging-i686/kphotoalbum.install   |   12 +++
 community-staging-x86_64/PKGBUILD|   41 +
 community-staging-x86_64/kphotoalbum.install |   12 +++
 4 files changed, 106 insertions(+)

Copied: kphotoalbum/repos/community-staging-i686/PKGBUILD (from rev 136372, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-04 05:52:20 UTC (rev 136373)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
+# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
+# Contributor: chfoxli lg ][ romandie ? com
+
+pkgname=kphotoalbum
+pkgver=4.6.2
+pkgrel=2
+pkgdesc=KDE Photo Album, picture collection manager
+url=http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+   'kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kphotoalbum/repos/community-staging-i686/kphotoalbum.install (from rev 
136372, kphotoalbum/trunk/kphotoalbum.install)
===
--- community-staging-i686/kphotoalbum.install  (rev 0)
+++ community-staging-i686/kphotoalbum.install  2015-07-04 05:52:20 UTC (rev 
136373)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kphotoalbum/repos/community-staging-x86_64/PKGBUILD (from rev 136372, 
kphotoalbum/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-04 05:52:20 UTC (rev 136373)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Gilles CHAUVIN gcnweb ][ gmail ? com
+# Contributor: Jonathan Schaeffer joschaeffer ][ gmail ? com
+# Contributor: chfoxli lg ][ romandie ? com
+
+pkgname=kphotoalbum
+pkgver=4.6.2
+pkgrel=2
+pkgdesc=KDE Photo Album, picture collection manager
+url=http://www.kphotoalbum.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface' 'libkgeomap')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+   'kipi-plugins: add extra functionality'
+   'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb')
+
+build() {
+# workaround build failure
+  mv $pkgname-$pkgver $pkgname
+
+  mkdir build
+  cd build
+
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kphotoalbum/repos/community-staging-x86_64/kphotoalbum.install (from 
rev 136372, kphotoalbum/trunk/kphotoalbum.install)

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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:51:44
  Author: fyan
Revision: 136371

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

Added:
  krename/repos/community-staging-i686/
  krename/repos/community-staging-i686/PKGBUILD
(from rev 136370, krename/trunk/PKGBUILD)
  krename/repos/community-staging-i686/krename.install
(from rev 136370, krename/trunk/krename.install)
  krename/repos/community-staging-x86_64/
  krename/repos/community-staging-x86_64/PKGBUILD
(from rev 136370, krename/trunk/PKGBUILD)
  krename/repos/community-staging-x86_64/krename.install
(from rev 136370, krename/trunk/krename.install)

--+
 community-staging-i686/PKGBUILD  |   31 +
 community-staging-i686/krename.install   |   11 ++
 community-staging-x86_64/PKGBUILD|   31 +
 community-staging-x86_64/krename.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: krename/repos/community-staging-i686/PKGBUILD (from rev 136370, 
krename/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-04 05:51:44 UTC (rev 136371)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=5
+pkgdesc=A very powerful batch file renamer for KDE
+arch=('i686' 'x86_64')
+url=http://www.krename.net;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-I/usr/include/freetype2
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: krename/repos/community-staging-i686/krename.install (from rev 136370, 
krename/trunk/krename.install)
===
--- community-staging-i686/krename.install  (rev 0)
+++ community-staging-i686/krename.install  2015-07-04 05:51:44 UTC (rev 
136371)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 136370, 
krename/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-04 05:51:44 UTC (rev 136371)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=krename
+pkgver=4.0.9
+pkgrel=5
+pkgdesc=A very powerful batch file renamer for KDE
+arch=('i686' 'x86_64')
+url=http://www.krename.net;
+license=('GPL')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+options=('libtool')
+install=krename.install
+source=(http://downloads.sourceforge.net/project/krename/KDE4%20krename-stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('03886a385a16de4c9bc285d25b9816ea97768c9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-I/usr/include/freetype2
+  sed -i 's|/share/locale|/share/locale/kde4|' po/cmake_install.cmake
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: krename/repos/community-staging-x86_64/krename.install (from rev 
136370, krename/trunk/krename.install)
===
--- community-staging-x86_64/krename.install(rev 0)
+++ community-staging-x86_64/krename.install2015-07-04 05:51:44 UTC (rev 
136371)
@@ -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 kphotoalbum/trunk (PKGBUILD)

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:51:49
  Author: fyan
Revision: 136372

upgpkg: kphotoalbum 4.6.2-2

exiv2 0.25 rebuild

Modified:
  kphotoalbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 05:51:44 UTC (rev 136371)
+++ PKGBUILD2015-07-04 05:51:49 UTC (rev 136372)
@@ -7,7 +7,7 @@
 
 pkgname=kphotoalbum
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Photo Album, picture collection manager
 url=http://www.kphotoalbum.org/;
 arch=('i686' 'x86_64')


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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:54:20
  Author: fyan
Revision: 241790

upgpkg: geeqie 1.1-4

exiv2 0.25 rebuild

Modified:
  geeqie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 23:38:41 UTC (rev 241789)
+++ PKGBUILD2015-07-04 05:54:20 UTC (rev 241790)
@@ -4,7 +4,7 @@
 
 pkgname=geeqie
 pkgver=1.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A lightweight image browser and viewer
 arch=('i686' 'x86_64')
 url=http://geeqie.sourceforge.net/;


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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:54:58
  Author: fyan
Revision: 241791

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

Added:
  geeqie/repos/staging-i686/
  geeqie/repos/staging-i686/PKGBUILD
(from rev 241790, geeqie/trunk/PKGBUILD)
  geeqie/repos/staging-i686/geeqie-fix-fullscreen.patch
(from rev 241790, geeqie/trunk/geeqie-fix-fullscreen.patch)
  geeqie/repos/staging-i686/geeqie.install
(from rev 241790, geeqie/trunk/geeqie.install)
  geeqie/repos/staging-x86_64/
  geeqie/repos/staging-x86_64/PKGBUILD
(from rev 241790, geeqie/trunk/PKGBUILD)
  geeqie/repos/staging-x86_64/geeqie-fix-fullscreen.patch
(from rev 241790, geeqie/trunk/geeqie-fix-fullscreen.patch)
  geeqie/repos/staging-x86_64/geeqie.install
(from rev 241790, geeqie/trunk/geeqie.install)

+
 staging-i686/PKGBUILD  |   31 +
 staging-i686/geeqie-fix-fullscreen.patch   |  143 +++
 staging-i686/geeqie.install|   11 ++
 staging-x86_64/PKGBUILD|   31 +
 staging-x86_64/geeqie-fix-fullscreen.patch |  143 +++
 staging-x86_64/geeqie.install  |   11 ++
 6 files changed, 370 insertions(+)

Copied: geeqie/repos/staging-i686/PKGBUILD (from rev 241790, 
geeqie/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-04 05:54:58 UTC (rev 241791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=geeqie
+pkgver=1.1
+pkgrel=4
+pkgdesc=A lightweight image browser and viewer
+arch=('i686' 'x86_64')
+url=http://geeqie.sourceforge.net/;
+license=('GPL2')
+depends=('exiv2' 'gtk2' 'lcms' 'desktop-file-utils')
+makedepends=('intltool' 'doxygen' 'gnome-doc-utils')
+optdepends=('librsvg: SVG rendering')
+install=geeqie.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 
+geeqie-fix-fullscreen.patch)
+sha1sums=('77167479e91e03d9512535a146c5d2d77941257f'
+  '57c8b058e6ec1fc2f691650b212acc5dafcd5891')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 -i${srcdir}/geeqie-fix-fullscreen.patch
+  CPPFLAGS=-D_FILE_OFFSET_BITS=64 ./configure --prefix=/usr
+  make
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: geeqie/repos/staging-i686/geeqie-fix-fullscreen.patch (from rev 241790, 
geeqie/trunk/geeqie-fix-fullscreen.patch)
===
--- staging-i686/geeqie-fix-fullscreen.patch(rev 0)
+++ staging-i686/geeqie-fix-fullscreen.patch2015-07-04 05:54:58 UTC (rev 
241791)
@@ -0,0 +1,143 @@
+Description: Make fullscreen modes actually use the full screen.
+ The default fullscreen mode now leaves everything up to the window manager,
+ which usually produces the best result.  Custom fullscreen modes now use
+ override-redirect to ensure docks and panels never obscure the image.
+Author: Daniel van Vugt vanv...@gmail.com
+Bug: http://sourceforge.net/support/tracker.php?aid=2925034
+Bug-Ubuntu: https://launchpad.net/bugs/788321
+Forwarded: yes
+
+=== modified file 'src/fullscreen.c'
+--- old/src/fullscreen.c   2010-02-26 10:41:38 +
 new/src/fullscreen.c   2011-08-16 03:55:04 +
+@@ -218,75 +218,65 @@
+void (*stop_func)(FullScreenData *, gpointer), 
gpointer stop_data)
+ {
+   FullScreenData *fs;
+-  GdkScreen *screen;
+-  gboolean same;
+-  gint x, y;
+-  gint w, h;
+-  GdkGeometry geometry;
+ 
+   if (!window || !imd) return NULL;
+ 
++  DEBUG_1(full screen requests screen %d, options-fullscreen.screen);
++
+   fs = g_new0(FullScreenData, 1);
+-
+   fs-cursor_state = FULLSCREEN_CURSOR_HIDDEN;
+-
+   fs-normal_window = window;
+   fs-normal_imd = imd;
+-
+   fs-stop_func = stop_func;
+   fs-stop_data = stop_data;
+-
+-  DEBUG_1(full screen requests screen %d, options-fullscreen.screen);
+-  fullscreen_prefs_get_geometry(options-fullscreen.screen, window, x, 
y, w, h,
+-screen, same);
+-
+-  fs-window = window_new(GTK_WINDOW_TOPLEVEL, fullscreen, NULL, NULL, 
_(Full screen));
+-
+-  /* this requests no decorations, if you still have them complain to the 
window manager author(s) */
+-  gtk_window_set_decorated(GTK_WINDOW(fs-window), FALSE);
++  fs-window = window_new(GTK_WINDOW_TOPLEVEL, fullscreen, NULL, NULL,
++  _(Full screen));
+ 
+   if (options-fullscreen.screen  0)
+-  {
+-  /* If we want control of the window size and position this is 
not what we want.
+-   * Geeqie needs control of which monitor(s) to use for full 
screen.
+-   */
++ 

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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:58:17
  Author: fyan
Revision: 136374

upgpkg: python2-exiv2 0.3.2-7

exiv2 0.25 rebuild

Modified:
  python2-exiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 05:52:20 UTC (rev 136373)
+++ PKGBUILD2015-07-04 05:58:17 UTC (rev 136374)
@@ -6,7 +6,7 @@
 _pkgname=pyexiv2
 pkgname=python2-exiv2
 pkgver=0.3.2
-pkgrel=6
+pkgrel=7
 pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
 url=http://tilloy.net/dev/pyexiv2;
 arch=('i686' 'x86_64')


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

2015-07-03 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 07:58:45
  Author: fyan
Revision: 136375

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

Added:
  python2-exiv2/repos/community-staging-i686/
  python2-exiv2/repos/community-staging-i686/PKGBUILD
(from rev 136374, python2-exiv2/trunk/PKGBUILD)
  python2-exiv2/repos/community-staging-x86_64/
  python2-exiv2/repos/community-staging-x86_64/PKGBUILD
(from rev 136374, python2-exiv2/trunk/PKGBUILD)

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

Copied: python2-exiv2/repos/community-staging-i686/PKGBUILD (from rev 136374, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-04 05:58:45 UTC (rev 136375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Archie xmick...@ifrance.com
+# Contributor: Byron Clark by...@theclarkfamily.name
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=7
+pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
+url=http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=(http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons DESTDIR=${pkgdir} install
+}

Copied: python2-exiv2/repos/community-staging-x86_64/PKGBUILD (from rev 136374, 
python2-exiv2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-04 05:58:45 UTC (rev 136375)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Archie xmick...@ifrance.com
+# Contributor: Byron Clark by...@theclarkfamily.name
+
+_pkgname=pyexiv2
+pkgname=python2-exiv2
+pkgver=0.3.2
+pkgrel=7
+pkgdesc=pyexiv2 is a Python binding to exiv2, the C++ library for 
manipulation of EXIF, IPTC and XMP image metadata.
+url=http://tilloy.net/dev/pyexiv2;
+arch=('i686' 'x86_64')
+depends=('python2' 'boost-libs' 'exiv2')
+makedepends=('scons' 'boost')
+replaces=('pyexiv2')
+conflicts=('pyexiv2')
+provides=('pyexiv2')
+license=('GPL')
+source=(http://launchpad.net/${_pkgname}/0.3.x/${pkgver}/+download/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9c0377ca4cf7d5c994af0b5536ae')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons
+}
+
+package() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+scons DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in calligra/repos (64 files)

2015-07-03 Thread Antonio Rojas
Date: Saturday, July 4, 2015 @ 01:05:39
  Author: arojas
Revision: 241788

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

Added:
  calligra/repos/staging-i686/PKGBUILD
(from rev 241787, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 241787, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 241787, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 241787, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 241787, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-gemini.install
(from rev 241787, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 241787, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 241787, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 241787, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 241787, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 241787, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 241787, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 241787, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 241787, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 241787, calligra/trunk/calligra.install)
  calligra/repos/staging-i686/libwps-0.4.patch
(from rev 241787, calligra/trunk/libwps-0.4.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 241787, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 241787, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 241787, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 241787, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 241787, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-gemini.install
(from rev 241787, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 241787, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 241787, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 241787, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 241787, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 241787, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 241787, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 241787, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 241787, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 241787, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/libwps-0.4.patch
(from rev 241787, calligra/trunk/libwps-0.4.patch)
Deleted:
  calligra/repos/staging-i686/PKGBUILD
  calligra/repos/staging-i686/calligra-braindump.install
  calligra/repos/staging-i686/calligra-extras.install
  calligra/repos/staging-i686/calligra-filters.install
  calligra/repos/staging-i686/calligra-flow.install
  calligra/repos/staging-i686/calligra-gemini.install
  calligra/repos/staging-i686/calligra-karbon.install
  calligra/repos/staging-i686/calligra-kexi.install
  calligra/repos/staging-i686/calligra-krita.install
  calligra/repos/staging-i686/calligra-plan.install
  calligra/repos/staging-i686/calligra-plugins.install
  calligra/repos/staging-i686/calligra-sheets.install
  calligra/repos/staging-i686/calligra-stage.install
  calligra/repos/staging-i686/calligra-words.install
  calligra/repos/staging-i686/calligra.install
  calligra/repos/staging-i686/libwps-0.4.patch
  calligra/repos/staging-x86_64/PKGBUILD
  calligra/repos/staging-x86_64/calligra-braindump.install
  calligra/repos/staging-x86_64/calligra-extras.install
  calligra/repos/staging-x86_64/calligra-filters.install
  calligra/repos/staging-x86_64/calligra-flow.install
  calligra/repos/staging-x86_64/calligra-gemini.install
  calligra/repos/staging-x86_64/calligra-karbon.install
  

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

2015-07-03 Thread Gaetan Bisson
Date: Saturday, July 4, 2015 @ 01:38:41
  Author: bisson
Revision: 241789

db-move: moved openssh from [testing] to [core] (i686, x86_64)

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

-+
 /PKGBUILD   |  184 ++
 /dispatch.patch |  162 +
 /error.patch|   50 ++
 /install|   20 
 /sshd.conf  |2 
 /sshd.pam   |   12 ++
 /sshd.service   |   34 +++
 /sshd.socket|   20 
 /sshd@.service  |   16 +++
 /sshdgenkeys.service|   34 +++
 core-i686/PKGBUILD  |  102 -
 core-i686/dispatch.patch|   81 
 core-i686/error.patch   |   25 -
 core-i686/install   |   10 --
 core-i686/sshd.conf |1 
 core-i686/sshd.pam  |6 -
 core-i686/sshd.service  |   17 ---
 core-i686/sshd.socket   |   10 --
 core-i686/sshd@.service |8 -
 core-i686/sshdgenkeys.service   |   17 ---
 core-x86_64/PKGBUILD|  102 -
 core-x86_64/dispatch.patch  |   81 
 core-x86_64/error.patch |   25 -
 core-x86_64/install |   10 --
 core-x86_64/sshd.conf   |1 
 core-x86_64/sshd.pam|6 -
 core-x86_64/sshd.service|   17 ---
 core-x86_64/sshd.socket |   10 --
 core-x86_64/sshd@.service   |8 -
 core-x86_64/sshdgenkeys.service |   17 ---
 30 files changed, 534 insertions(+), 554 deletions(-)

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


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

2015-07-03 Thread Antonio Rojas
Date: Saturday, July 4, 2015 @ 00:51:34
  Author: arojas
Revision: 241786

exiv2 0.25 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:49:34 UTC (rev 241785)
+++ PKGBUILD2015-07-03 22:51:34 UTC (rev 241786)
@@ -21,7 +21,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.9.5
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 21:12:15
  Author: jlichtblau
Revision: 136350

upgpkg: luminancehdr 2.4.0-4 - exiv2-0.25 rebuild

Modified:
  luminancehdr/trunk/PKGBUILD
  luminancehdr/trunk/luminancehdr.changelog

+
 PKGBUILD   |2 +-
 luminancehdr.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 19:09:17 UTC (rev 136349)
+++ PKGBUILD2015-07-03 19:12:15 UTC (rev 136350)
@@ -5,7 +5,7 @@
 
 pkgname=luminancehdr
 pkgver=2.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
 arch=('i686' 'x86_64')
 url='http://qtpfsgui.sourceforge.net/'

Modified: luminancehdr.changelog
===
--- luminancehdr.changelog  2015-07-03 19:09:17 UTC (rev 136349)
+++ luminancehdr.changelog  2015-07-03 19:12:15 UTC (rev 136350)
@@ -1,3 +1,6 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
 2015-05-14 Jaroslav Lichtblau svetlemo...@archlinux.org
* luminancehdr 2.4.0-3
 


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

2015-07-03 Thread Jelle van der Waa
Date: Friday, July 3, 2015 @ 21:16:04
  Author: jelle
Revision: 136353

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-03 19:15:49 UTC (rev 136352)
+++ community-i686/PKGBUILD 2015-07-03 19:16:04 UTC (rev 136353)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=dos2unix
-pkgver=7.2.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('db5091170d300f3c89ce847d9d437aa1'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-i686/PKGBUILD (from rev 136352, 
dos2unix/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 19:16:04 UTC (rev 136353)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=dos2unix
+pkgver=7.2.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
+md5sums=('b4cd9540de21148555ee690cbb9b1bb7'
+ 'SKIP')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-03 19:15:49 UTC (rev 136352)
+++ community-x86_64/PKGBUILD   2015-07-03 19:16:04 UTC (rev 136353)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
-# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgname=dos2unix
-pkgver=7.2.2
-pkgrel=1
-pkgdesc='Text file format converter'
-arch=('i686' 'x86_64')
-url='http://waterlan.home.xs4all.nl/dos2unix.html'
-license=('BSD')
-depends=('glibc')
-makedepends=('perl')
-conflicts=('hd2u')
-source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('db5091170d300f3c89ce847d9d437aa1'
- 'SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dos2unix/repos/community-x86_64/PKGBUILD (from rev 136352, 
dos2unix/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-03 19:16:04 UTC (rev 136353)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Renato Garcia fgar.renatoATgmailDOTcom
+# Contributor: Gerson E. Ruotolo gersonruot...@globo.com
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=dos2unix
+pkgver=7.2.3
+pkgrel=1
+pkgdesc='Text file format converter'
+arch=('i686' 'x86_64')
+url='http://waterlan.home.xs4all.nl/dos2unix.html'
+license=('BSD')
+depends=('glibc')
+makedepends=('perl')
+conflicts=('hd2u')
+source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})

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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 21:13:34
  Author: jlichtblau
Revision: 136351

archrelease: copy trunk to community-staging-x86_64

Added:
  luminancehdr/repos/community-staging-x86_64/
  luminancehdr/repos/community-staging-x86_64/PKGBUILD
(from rev 136350, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog
(from rev 136350, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-staging-x86_64/luminancehdr.install
(from rev 136350, luminancehdr/trunk/luminancehdr.install)
  luminancehdr/repos/community-staging-x86_64/qt5_printsupport.diff
(from rev 136350, luminancehdr/trunk/qt5_printsupport.diff)

+
 PKGBUILD   |   42 +++
 luminancehdr.changelog |   63 +++
 luminancehdr.install   |   12 
 qt5_printsupport.diff  |   29 +
 4 files changed, 146 insertions(+)

Copied: luminancehdr/repos/community-staging-x86_64/PKGBUILD (from rev 136350, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 19:13:34 UTC (rev 136351)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=luminancehdr
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('i686' 'x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits')
+makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch')
+optdepends=('hugin: align image stack functionality')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2
+qt5_printsupport.diff)
+sha256sums=('14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401'
+'be2aaf8f544b086b770cec3db026e8ef7057bf3797961efeb8465197e4332c01')
+
+prepare() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+#Fix build error with Qt = 5.3.2
+  patch -Np1 -i ${srcdir}/qt5_printsupport.diff
+}
+
+build() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: luminancehdr/repos/community-staging-x86_64/luminancehdr.changelog 
(from rev 136350, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-x86_64/luminancehdr.changelog 
(rev 0)
+++ community-staging-x86_64/luminancehdr.changelog 2015-07-03 19:13:34 UTC 
(rev 136351)
@@ -0,0 +1,63 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
+2015-05-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-3
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-1
+
+2014-01-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-4 libraw rebuild
+
+2013-06-15 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-3 libraw rebuild
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-1
+
+2012-07-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
+
+2012-07-07 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.0-1
+
+2012-03-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.2.1-1
+
+2012-01-27 Eric Belanger  e...@archlinux.org
+   * Rebuild against libpng 1.5 and libtiff 4.0
+
+2011-08-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.1.0-1
+
+2011-05-01 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.0.2-1
+
+2010-10-19 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * exiv2 0.20 rebuild
+
+2010-10-17 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 2.0.1
+
+2010-06-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Package renamed to LuminanceHDR
+   * Update to major release 2.0.0
+
+2010-03-09 Andrea Scarpino and...@archlinux.org
+   * exiv2 0.19 rebuild
+
+2009-11-02 Biru Ionut io...@archlinux.ro
+   * add translation and fix segfault on old i686 procesors
+
+2009-04-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release v1.9.3
+
+2009-04-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Minor version (v1.9.2-3) update caused by exiv2 upgrade.
+
+2008-11-04 Jaroslav Lichtblau 

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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:10:48
  Author: arojas
Revision: 241768

exiv2 0.25 rebuild

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:02:23 UTC (rev 241767)
+++ PKGBUILD2015-07-03 21:10:48 UTC (rev 241768)
@@ -5,7 +5,7 @@
 pkgname=kfilemetadata
 pkgver=5.9.2
 _pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:11:24
  Author: arojas
Revision: 241769

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

Added:
  kfilemetadata/repos/staging-i686/
  kfilemetadata/repos/staging-i686/PKGBUILD
(from rev 241768, kfilemetadata/trunk/PKGBUILD)
  kfilemetadata/repos/staging-x86_64/
  kfilemetadata/repos/staging-x86_64/PKGBUILD
(from rev 241768, kfilemetadata/trunk/PKGBUILD)

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

Copied: kfilemetadata/repos/staging-i686/PKGBUILD (from rev 241768, 
kfilemetadata/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:11:24 UTC (rev 241769)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.2
+_pkgver=5.3.2
+pkgrel=2
+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')
+optdepends=('catdoc: to extract text from Office 98 files') 
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('74d278d9c6dab71d3126ba51858a5d02')
+
+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/staging-x86_64/PKGBUILD (from rev 241768, 
kfilemetadata/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:11:24 UTC (rev 241769)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata
+pkgver=5.9.2
+_pkgver=5.3.2
+pkgrel=2
+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')
+optdepends=('catdoc: to extract text from Office 98 files') 
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('74d278d9c6dab71d3126ba51858a5d02')
+
+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 meld/repos/testing-any (4 files)

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:26:59
  Author: heftig
Revision: 241779

archrelease: copy trunk to testing-any

Added:
  meld/repos/testing-any/PKGBUILD
(from rev 241778, meld/trunk/PKGBUILD)
  meld/repos/testing-any/meld.install
(from rev 241778, meld/trunk/meld.install)
Deleted:
  meld/repos/testing-any/PKGBUILD
  meld/repos/testing-any/meld.install

--+
 PKGBUILD |   70 -
 meld.install |   28 +++---
 2 files changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-03 21:26:33 UTC (rev 241778)
+++ PKGBUILD2015-07-03 21:26:59 UTC (rev 241779)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=meld
-pkgver=3.13.1
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
- gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('81edb3eb089b3be85ad9975444c9da4aede23ced')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root=$pkgdir --optimize=1
-}

Copied: meld/repos/testing-any/PKGBUILD (from rev 241778, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-03 21:26:59 UTC (rev 241779)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=meld
+pkgver=3.13.2
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+install=meld.install
+depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
+ gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('caf9c6eabf734c5c90baf46a66cbf6f0f8dd2491')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root=$pkgdir --optimize=1
+}

Deleted: meld.install
===
--- meld.install2015-07-03 21:26:33 UTC (rev 241778)
+++ meld.install2015-07-03 21:26:59 UTC (rev 241779)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: meld/repos/testing-any/meld.install (from rev 241778, 
meld/trunk/meld.install)
===
--- meld.install(rev 0)
+++ meld.install2015-07-03 21:26:59 UTC (rev 241779)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-03 Thread Antonio Rojas
Date: Saturday, July 4, 2015 @ 00:53:09
  Author: arojas
Revision: 241787

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/PKGBUILD
(from rev 241786, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 241786, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 241786, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 241786, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 241786, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-gemini.install
(from rev 241786, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 241786, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 241786, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 241786, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 241786, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 241786, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 241786, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 241786, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 241786, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 241786, calligra/trunk/calligra.install)
  calligra/repos/staging-i686/libwps-0.4.patch
(from rev 241786, calligra/trunk/libwps-0.4.patch)
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 241786, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 241786, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 241786, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 241786, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 241786, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-gemini.install
(from rev 241786, calligra/trunk/calligra-gemini.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 241786, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 241786, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 241786, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 241786, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 241786, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 241786, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 241786, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 241786, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 241786, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/libwps-0.4.patch
(from rev 241786, calligra/trunk/libwps-0.4.patch)

---+
 staging-i686/PKGBUILD |  269 
 staging-i686/calligra-braindump.install   |   12 +
 staging-i686/calligra-extras.install  |   11 +
 staging-i686/calligra-filters.install |   12 +
 staging-i686/calligra-flow.install|   12 +
 staging-i686/calligra-gemini.install  |   12 +
 staging-i686/calligra-karbon.install  |   12 +
 staging-i686/calligra-kexi.install|   12 +
 staging-i686/calligra-krita.install   |   13 +
 staging-i686/calligra-plan.install|   12 +
 staging-i686/calligra-plugins.install |   11 +
 staging-i686/calligra-sheets.install  |   12 +
 staging-i686/calligra-stage.install   |   12 +
 staging-i686/calligra-words.install   |   12 +
 staging-i686/calligra.install |   11 +
 staging-i686/libwps-0.4.patch |   51 +
 staging-x86_64/PKGBUILD   |  269 
 staging-x86_64/calligra-braindump.install |   12 +
 staging-x86_64/calligra-extras.install|   11 +
 staging-x86_64/calligra-filters.install   |   12 +
 

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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:01:48
  Author: arojas
Revision: 241766

exiv2 0.25 rebuild

Modified:
  kfilemetadata4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 17:39:20 UTC (rev 241765)
+++ PKGBUILD2015-07-03 21:01:48 UTC (rev 241766)
@@ -4,12 +4,12 @@
 pkgname=kfilemetadata4
 _pkgname=kfilemetadata
 pkgver=4.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for extracting file metadata
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
 license=('LGPL')
-depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 
'kdegraphics-mobipocket')
+depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
 makedepends=('cmake' 'automoc4')
 conflicts=('kfilemetadata5')
 replaces=('kfilemetadata5')
@@ -24,7 +24,7 @@
   cd build
   cmake ../${_pkgname}-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
+-DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:20:20
  Author: arojas
Revision: 241770

exiv2 0.25 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:11:24 UTC (rev 241769)
+++ PKGBUILD2015-07-03 21:20:20 UTC (rev 241770)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Additional components to increase the functionality of KIO
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:20:54
  Author: arojas
Revision: 241771

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

Added:
  kio-extras/repos/staging-i686/
  kio-extras/repos/staging-i686/PKGBUILD
(from rev 241770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/staging-i686/kio-extras.install
(from rev 241770, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/staging-x86_64/
  kio-extras/repos/staging-x86_64/PKGBUILD
(from rev 241770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/staging-x86_64/kio-extras.install
(from rev 241770, kio-extras/trunk/kio-extras.install)

---+
 staging-i686/PKGBUILD |   40 
 staging-i686/kio-extras.install   |   11 +
 staging-x86_64/PKGBUILD   |   40 
 staging-x86_64/kio-extras.install |   11 +
 4 files changed, 102 insertions(+)

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 241770, 
kio-extras/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.2
+pkgrel=2
+pkgdesc=Additional components to increase the functionality of KIO
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=('LGPL')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
+ 'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ee6f6308723206dbc871b3888317484b')
+
+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: kio-extras/repos/staging-i686/kio-extras.install (from rev 241770, 
kio-extras/trunk/kio-extras.install)
===
--- staging-i686/kio-extras.install (rev 0)
+++ staging-i686/kio-extras.install 2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kio-extras/repos/staging-x86_64/PKGBUILD (from rev 241770, 
kio-extras/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.2
+pkgrel=2
+pkgdesc=Additional components to increase the functionality of KIO
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/kio-extras'
+license=('LGPL')
+depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
+ 'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('ee6f6308723206dbc871b3888317484b')
+
+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: kio-extras/repos/staging-x86_64/kio-extras.install (from rev 241770, 
kio-extras/trunk/kio-extras.install)
===
--- staging-x86_64/kio-extras.install   (rev 0)
+++ staging-x86_64/kio-extras.install   2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:25:59
  Author: arojas
Revision: 241777

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

Added:
  libkexiv2/repos/staging-i686/
  libkexiv2/repos/staging-i686/PKGBUILD
(from rev 241776, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/staging-x86_64/
  libkexiv2/repos/staging-x86_64/PKGBUILD
(from rev 241776, libkexiv2/trunk/PKGBUILD)

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

Copied: libkexiv2/repos/staging-i686/PKGBUILD (from rev 241776, 
libkexiv2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:25:59 UTC (rev 241777)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.04.3
+pkgrel=2
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f085504d2894ec82a64199a5bdc6db31b0ddfc6b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: libkexiv2/repos/staging-x86_64/PKGBUILD (from rev 241776, 
libkexiv2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:25:59 UTC (rev 241777)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=15.04.3
+pkgrel=2
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f085504d2894ec82a64199a5bdc6db31b0ddfc6b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:25:28
  Author: arojas
Revision: 241776

exiv2 0.25 rebuild

Modified:
  libkexiv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:22:48 UTC (rev 241775)
+++ PKGBUILD2015-07-03 21:25:28 UTC (rev 241776)
@@ -4,7 +4,7 @@
 
 pkgname=libkexiv2
 pkgver=15.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A library to manipulate pictures metadata
 url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
 arch=('i686' 'x86_64')


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:26:33
  Author: heftig
Revision: 241778

3.13.2

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:25:59 UTC (rev 241777)
+++ PKGBUILD2015-07-03 21:26:33 UTC (rev 241778)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade doug...@archlinux.org
 
 pkgname=meld
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -17,7 +17,7 @@
  gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('81edb3eb089b3be85ad9975444c9da4aede23ced')
+sha1sums=('caf9c6eabf734c5c90baf46a66cbf6f0f8dd2491')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:39:44
  Author: arojas
Revision: 241782

exiv2 0.25 rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:32:53 UTC (rev 241781)
+++ PKGBUILD2015-07-03 21:39:44 UTC (rev 241782)
@@ -6,7 +6,7 @@
 pkgbase=kdebase-runtime
 pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
 pkgver=15.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:49:34
  Author: arojas
Revision: 241785

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

Added:
  gwenview/repos/staging-i686/
  gwenview/repos/staging-i686/PKGBUILD
(from rev 241784, gwenview/trunk/PKGBUILD)
  gwenview/repos/staging-i686/gwenview.install
(from rev 241784, gwenview/trunk/gwenview.install)
  gwenview/repos/staging-x86_64/
  gwenview/repos/staging-x86_64/PKGBUILD
(from rev 241784, gwenview/trunk/PKGBUILD)
  gwenview/repos/staging-x86_64/gwenview.install
(from rev 241784, gwenview/trunk/gwenview.install)

-+
 staging-i686/PKGBUILD   |   42 ++
 staging-i686/gwenview.install   |   12 ++
 staging-x86_64/PKGBUILD |   42 ++
 staging-x86_64/gwenview.install |   12 ++
 4 files changed, 108 insertions(+)

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

Copied: gwenview/repos/staging-i686/gwenview.install (from rev 241784, 
gwenview/trunk/gwenview.install)
===
--- staging-i686/gwenview.install   (rev 0)
+++ staging-i686/gwenview.install   2015-07-03 21:49:34 UTC (rev 241785)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

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

Copied: gwenview/repos/staging-x86_64/gwenview.install (from rev 241784, 
gwenview/trunk/gwenview.install)
===
--- staging-x86_64/gwenview.install (rev 0)
+++ staging-x86_64/gwenview.install 2015-07-03 21:49:34 UTC (rev 241785)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource 

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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:48:59
  Author: arojas
Revision: 241784

exiv2 0.25 rebuild

Modified:
  gwenview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:40:20 UTC (rev 241783)
+++ PKGBUILD2015-07-03 21:48:59 UTC (rev 241784)
@@ -4,7 +4,7 @@
 
 pkgname=gwenview
 pkgver=15.04.3
-pkgrel=1
+pkgrel=2
 pkgdesc=A fast and easy to use image viewer for KDE
 url='http://kde.org/applications/graphics/gwenview/'
 arch=('i686' 'x86_64')


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

2015-07-03 Thread Jelle van der Waa
Date: Friday, July 3, 2015 @ 21:15:49
  Author: jelle
Revision: 136352

upgpkg: dos2unix 7.2.3-1

Modified:
  dos2unix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 19:13:34 UTC (rev 136351)
+++ PKGBUILD2015-07-03 19:15:49 UTC (rev 136352)
@@ -5,7 +5,7 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=dos2unix
-pkgver=7.2.2
+pkgver=7.2.3
 pkgrel=1
 pkgdesc='Text file format converter'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('hd2u')
 
source=(http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 validpgpkeys=('F8F1BEA490496A09CCA328CC38C1F572B12725BE')
-md5sums=('db5091170d300f3c89ce847d9d437aa1'
+md5sums=('b4cd9540de21148555ee690cbb9b1bb7'
  'SKIP')
 
 build() {


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:22:48
  Author: heftig
Revision: 241775

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

Added:
  gnome-photos/repos/staging-i686/
  gnome-photos/repos/staging-i686/PKGBUILD
(from rev 241774, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/staging-i686/gnome-photos.install
(from rev 241774, gnome-photos/trunk/gnome-photos.install)
  gnome-photos/repos/staging-x86_64/
  gnome-photos/repos/staging-x86_64/PKGBUILD
(from rev 241774, gnome-photos/trunk/PKGBUILD)
  gnome-photos/repos/staging-x86_64/gnome-photos.install
(from rev 241774, gnome-photos/trunk/gnome-photos.install)

-+
 staging-i686/PKGBUILD   |   34 ++
 staging-i686/gnome-photos.install   |   12 
 staging-x86_64/PKGBUILD |   34 ++
 staging-x86_64/gnome-photos.install |   12 
 4 files changed, 92 insertions(+)

Copied: gnome-photos/repos/staging-i686/PKGBUILD (from rev 241774, 
gnome-photos/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:22:48 UTC (rev 241775)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.14.2
+pkgrel=2
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1bce84bd0467647decf26f81e03535940ab65a7774f44e1395a2b87d88c0be96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-photos/repos/staging-i686/gnome-photos.install (from rev 241774, 
gnome-photos/trunk/gnome-photos.install)
===
--- staging-i686/gnome-photos.install   (rev 0)
+++ staging-i686/gnome-photos.install   2015-07-03 21:22:48 UTC (rev 241775)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnome-photos/repos/staging-x86_64/PKGBUILD (from rev 241774, 
gnome-photos/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:22:48 UTC (rev 241775)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-photos
+pkgver=3.14.2
+pkgrel=2
+pkgdesc=Access, organize, and share your photos on GNOME
+arch=(i686 x86_64)
+url=https://www.gnome.org/;
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gnome-desktop 
gnome-online-accounts lcms2 tracker
+ hicolor-icon-theme grilo gfbgraph libgdata gnome-online-miners 
dleyna-server dleyna-renderer)
+makedepends=(intltool itstool)
+groups=(gnome-extra)
+install=gnome-photos.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('1bce84bd0467647decf26f81e03535940ab65a7774f44e1395a2b87d88c0be96')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/gnome-photos
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# disabled: needs dogtail which we don't have
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-photos/repos/staging-x86_64/gnome-photos.install (from rev 
241774, gnome-photos/trunk/gnome-photos.install)
===
--- staging-x86_64/gnome-photos.install (rev 0)
+++ staging-x86_64/gnome-photos.install 2015-07-03 21:22:48 UTC (rev 241775)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:22:17
  Author: heftig
Revision: 241774

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

Added:
  eog-plugins/repos/staging-i686/
  eog-plugins/repos/staging-i686/PKGBUILD
(from rev 241773, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/staging-i686/eog-plugins.install
(from rev 241773, eog-plugins/trunk/eog-plugins.install)
  eog-plugins/repos/staging-x86_64/
  eog-plugins/repos/staging-x86_64/PKGBUILD
(from rev 241773, eog-plugins/trunk/PKGBUILD)
  eog-plugins/repos/staging-x86_64/eog-plugins.install
(from rev 241773, eog-plugins/trunk/eog-plugins.install)

+
 staging-i686/PKGBUILD  |   33 +
 staging-i686/eog-plugins.install   |   11 +++
 staging-x86_64/PKGBUILD|   33 +
 staging-x86_64/eog-plugins.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: eog-plugins/repos/staging-i686/PKGBUILD (from rev 241773, 
eog-plugins/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:22:17 UTC (rev 241774)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.16.0
+pkgrel=2
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata' 'python')
+makedepends=('intltool' 'gobject-introspection')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/staging-i686/eog-plugins.install (from rev 241773, 
eog-plugins/trunk/eog-plugins.install)
===
--- staging-i686/eog-plugins.install(rev 0)
+++ staging-i686/eog-plugins.install2015-07-03 21:22:17 UTC (rev 241774)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: eog-plugins/repos/staging-x86_64/PKGBUILD (from rev 241773, 
eog-plugins/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:22:17 UTC (rev 241774)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=eog-plugins
+pkgver=3.16.0
+pkgrel=2
+pkgdesc=Plugins for Eye of Gnome
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;
+license=('GPL2')
+depends=('eog' 'libchamplain' 'libgdata' 'python')
+makedepends=('intltool' 'gobject-introspection')
+install=eog-plugins.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc --localstatedir=/var
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: eog-plugins/repos/staging-x86_64/eog-plugins.install (from rev 241773, 
eog-plugins/trunk/eog-plugins.install)
===
--- staging-x86_64/eog-plugins.install  (rev 0)
+++ staging-x86_64/eog-plugins.install  2015-07-03 21:22:17 UTC (rev 241774)
@@ -0,0 +1,11 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:21:35
  Author: heftig
Revision: 241772

libgdata rebuild

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:20:54 UTC (rev 241771)
+++ PKGBUILD2015-07-03 21:21:35 UTC (rev 241772)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Access, organize, and share your photos on GNOME
 arch=(i686 x86_64)
 url=https://www.gnome.org/;


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

2015-07-03 Thread Jan Steffens
Date: Friday, July 3, 2015 @ 23:21:42
  Author: heftig
Revision: 241773

libgdata rebuild

Modified:
  eog-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:21:35 UTC (rev 241772)
+++ PKGBUILD2015-07-03 21:21:42 UTC (rev 241773)
@@ -3,7 +3,7 @@
 
 pkgname=eog-plugins
 pkgver=3.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins for Eye of Gnome
 arch=('i686' 'x86_64')
 url=https://wiki.gnome.org/Apps/EyeOfGnome/Plugins;


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 21:31:13
  Author: jlichtblau
Revision: 136354

upgpkg: pinot 1.08-4 - exiv2-0.25 rebuild

Modified:
  pinot/trunk/PKGBUILD
  pinot/trunk/pinot.changelog

-+
 PKGBUILD|4 ++--
 pinot.changelog |   15 +--
 2 files changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 19:16:04 UTC (rev 136353)
+++ PKGBUILD2015-07-03 19:31:13 UTC (rev 136354)
@@ -7,7 +7,7 @@
 
 pkgname=pinot
 pkgver=1.08
-pkgrel=3
+pkgrel=4
 pkgdesc='Personal search and metasearch tool'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/pinot-search/'
@@ -26,8 +26,8 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=()
-sha256sums=()
 
+
 _svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
 
 prepare() {

Modified: pinot.changelog
===
--- pinot.changelog 2015-07-03 19:16:04 UTC (rev 136353)
+++ pinot.changelog 2015-07-03 19:31:13 UTC (rev 136354)
@@ -1,23 +1,26 @@
-2014-11-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-4 exiv2-0.25 rebuild
+
+2014-11-05 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 1.08-2 boost 1.57.0 rebuild
 
-2014-08-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-08-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 1.08-1 and boost 1.56.0 rebuild
 
-2014-06-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 1.07-1
 
 2012-09-29 Alexander Rødseth rods...@gmail.com
* fix FS#31510, adding --enable-mempool=no
 
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-09-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 1.01-1
 
 2012-07-31  Eric Belanger  e...@archlinux.org
* pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
 
-2012-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-07-14 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 1.0-1
 
-2011-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-12-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* pinot 0.98-1


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 21:31:25
  Author: jlichtblau
Revision: 136355

archrelease: copy trunk to community-staging-x86_64

Added:
  pinot/repos/community-staging-x86_64/
  pinot/repos/community-staging-x86_64/PKGBUILD
(from rev 136354, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-x86_64/pinot.changelog
(from rev 136354, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-x86_64/pinot.install
(from rev 136354, pinot/trunk/pinot.install)

-+
 PKGBUILD|   79 ++
 pinot.changelog |   26 +
 pinot.install   |   15 ++
 3 files changed, 120 insertions(+)

Copied: pinot/repos/community-staging-x86_64/PKGBUILD (from rev 136354, 
pinot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-07-03 19:31:25 UTC (rev 136355)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=4
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 
'libexttextcat' 'dbus-glib'
+ 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 
'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=()
+
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd ${srcdir}
+
+  msg Connecting to SVN server
+  svn co $_svntrunk
+  msg SVN checkout done or server timeout
+
+  msg Starting build...
+  rm -rf ${srcdir}/${pkgver}-build
+  svn export ${srcdir}/v${pkgver} ${srcdir}/${pkgver}-build
+  cd ${srcdir}/${pkgver}-build
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd ${srcdir}/${pkgver}-build
+
+  ./autogen.sh
+  
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgver}-build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: pinot/repos/community-staging-x86_64/pinot.changelog (from rev 136354, 
pinot/trunk/pinot.changelog)
===
--- community-staging-x86_64/pinot.changelog(rev 0)
+++ community-staging-x86_64/pinot.changelog2015-07-03 19:31:25 UTC (rev 
136355)
@@ -0,0 +1,26 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-4 exiv2-0.25 rebuild
+
+2014-11-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.07-1
+
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-staging-x86_64/pinot.install (from rev 136354, 
pinot/trunk/pinot.install)
===
--- community-staging-x86_64/pinot.install  (rev 0)
+++ community-staging-x86_64/pinot.install  2015-07-03 19:31:25 UTC (rev 
136355)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f 

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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 21:31:42
  Author: jlichtblau
Revision: 136356

archrelease: copy trunk to community-staging-i686

Added:
  luminancehdr/repos/community-staging-i686/
  luminancehdr/repos/community-staging-i686/PKGBUILD
(from rev 136355, luminancehdr/trunk/PKGBUILD)
  luminancehdr/repos/community-staging-i686/luminancehdr.changelog
(from rev 136355, luminancehdr/trunk/luminancehdr.changelog)
  luminancehdr/repos/community-staging-i686/luminancehdr.install
(from rev 136355, luminancehdr/trunk/luminancehdr.install)
  luminancehdr/repos/community-staging-i686/qt5_printsupport.diff
(from rev 136355, luminancehdr/trunk/qt5_printsupport.diff)

+
 PKGBUILD   |   42 +++
 luminancehdr.changelog |   63 +++
 luminancehdr.install   |   12 
 qt5_printsupport.diff  |   29 +
 4 files changed, 146 insertions(+)

Copied: luminancehdr/repos/community-staging-i686/PKGBUILD (from rev 136355, 
luminancehdr/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 19:31:42 UTC (rev 136356)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Dmitry N. Shilov stormbl...@land.ru
+
+pkgname=luminancehdr
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Open source graphical user interface application that aims to provide 
a workflow for HDR imaging'
+arch=('i686' 'x86_64')
+url='http://qtpfsgui.sourceforge.net/'
+license=('GPL')
+depends=('exiv2' 'fftw' 'gsl' 'lcms2' 'libraw' 'openexr' 'qt5-webkit' 'ccfits')
+makedepends=('cmake' 'boost' 'gtest' 'qt5-tools' 'patch')
+optdepends=('hugin: align image stack functionality')
+install=$pkgname.install
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(http://sourceforge.net/projects/qtpfsgui/files/luminance/$pkgver/luminance-hdr-$pkgver.tar.bz2
+qt5_printsupport.diff)
+sha256sums=('14014eadab099944f051dd99447f6f47d455ffb0e4e0272d93a8e71fd96ad401'
+'be2aaf8f544b086b770cec3db026e8ef7057bf3797961efeb8465197e4332c01')
+
+prepare() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+#Fix build error with Qt = 5.3.2
+  patch -Np1 -i ${srcdir}/qt5_printsupport.diff
+}
+
+build() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/luminance-hdr-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: luminancehdr/repos/community-staging-i686/luminancehdr.changelog (from 
rev 136355, luminancehdr/trunk/luminancehdr.changelog)
===
--- community-staging-i686/luminancehdr.changelog   
(rev 0)
+++ community-staging-i686/luminancehdr.changelog   2015-07-03 19:31:42 UTC 
(rev 136356)
@@ -0,0 +1,63 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-4 exiv2-0.25 rebuild
+
+2015-05-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-3
+
+2014-02-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.4.0-1
+
+2014-01-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-4 libraw rebuild
+
+2013-06-15 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-3 libraw rebuild
+
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.1-1
+
+2012-07-30 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.0-2 exiv2-0.23 rebuild
+
+2012-07-07 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.3.0-1
+
+2012-03-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.2.1-1
+
+2012-01-27 Eric Belanger  e...@archlinux.org
+   * Rebuild against libpng 1.5 and libtiff 4.0
+
+2011-08-21 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.1.0-1
+
+2011-05-01 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * luminancehdr 2.0.2-1
+
+2010-10-19 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * exiv2 0.20 rebuild
+
+2010-10-17 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release 2.0.1
+
+2010-06-27 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Package renamed to LuminanceHDR
+   * Update to major release 2.0.0
+
+2010-03-09 Andrea Scarpino and...@archlinux.org
+   * exiv2 0.19 rebuild
+
+2009-11-02 Biru Ionut io...@archlinux.ro
+   * add translation and fix segfault on old i686 procesors
+
+2009-04-29 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Update to major release v1.9.3
+
+2009-04-04 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * Minor version (v1.9.2-3) update caused by exiv2 upgrade.
+
+2008-11-04 Jaroslav Lichtblau 

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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:32:53
  Author: arojas
Revision: 241781

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

Added:
  strigi/repos/staging-i686/
  strigi/repos/staging-i686/PKGBUILD
(from rev 241780, strigi/trunk/PKGBUILD)
  strigi/repos/staging-i686/gcc48.patch
(from rev 241780, strigi/trunk/gcc48.patch)
  strigi/repos/staging-x86_64/
  strigi/repos/staging-x86_64/PKGBUILD
(from rev 241780, strigi/trunk/PKGBUILD)
  strigi/repos/staging-x86_64/gcc48.patch
(from rev 241780, strigi/trunk/gcc48.patch)

+
 staging-i686/PKGBUILD  |   48 +++
 staging-i686/gcc48.patch   |   12 ++
 staging-x86_64/PKGBUILD|   48 +++
 staging-x86_64/gcc48.patch |   12 ++
 4 files changed, 120 insertions(+)

Copied: strigi/repos/staging-i686/PKGBUILD (from rev 241780, 
strigi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:32:53 UTC (rev 241781)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=7
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('dbus' 'exiv2' 'libxml2' 'bzip2')
+makedepends=('cmake')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzers: strigi analyzers for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'gcc48.patch')
+md5sums=('d69443234f4286d71997db9de543331a'
+ 'd48d65014650644ba61821813101c2f4')
+
+prepare() {
+  mkdir build
+  
+  cd ${pkgname}-${pkgver}/libstreams
+  patch -p1 -i ${srcdir}/gcc48.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF \
+-DENABLE_QT4=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: strigi/repos/staging-i686/gcc48.patch (from rev 241780, 
strigi/trunk/gcc48.patch)
===
--- staging-i686/gcc48.patch(rev 0)
+++ staging-i686/gcc48.patch2015-07-03 21:32:53 UTC (rev 241781)
@@ -0,0 +1,12 @@
+--- a/include/strigi/bufferedstream.h
 b/include/strigi/bufferedstream.h
+@@ -34,7 +34,7 @@
+  * BufferedStream will do the rest.
+  */
+ template class T
+-class BufferedStream : public StreamBaseT {
++class STREAMS_EXPORT BufferedStream : public StreamBaseT {
+ private:
+ StreamBufferT buffer;
+ bool finishedWritingToBuffer;
+

Copied: strigi/repos/staging-x86_64/PKGBUILD (from rev 241780, 
strigi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:32:53 UTC (rev 241781)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=strigi
+pkgver=0.7.8
+pkgrel=7
+pkgdesc=Fast crawling desktop search engine with Qt GUI
+arch=('i686' 'x86_64')
+url='http://strigi.sourceforge.net/'
+license=('GPL2')
+depends=('dbus' 'exiv2' 'libxml2' 'bzip2')
+makedepends=('cmake')
+optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various 
graphics file'
+'kdesdk-strigi-analyzers: strigi analyzers for KDE SDK')
+source=(http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'gcc48.patch')
+md5sums=('d69443234f4286d71997db9de543331a'
+ 'd48d65014650644ba61821813101c2f4')
+
+prepare() {
+  mkdir build
+  
+  cd ${pkgname}-${pkgver}/libstreams
+  patch -p1 -i ${srcdir}/gcc48.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_INOTIFY=ON \
+-DENABLE_LOG4CXX=OFF \
+-DENABLE_FAM=OFF \
+-DENABLE_CLUCENE=OFF \
+-DENABLE_CLUCENE_NG=OFF \
+-DENABLE_FFMPEG=OFF \
+-DENABLE_QT4=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: strigi/repos/staging-x86_64/gcc48.patch (from rev 241780, 
strigi/trunk/gcc48.patch)
===
--- staging-x86_64/gcc48.patch  (rev 0)
+++ staging-x86_64/gcc48.patch  2015-07-03 21:32:53 UTC (rev 241781)
@@ 

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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:32:17
  Author: arojas
Revision: 241780

exiv2 0.25 rebuild

Modified:
  strigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 21:26:59 UTC (rev 241779)
+++ PKGBUILD2015-07-03 21:32:17 UTC (rev 241780)
@@ -4,7 +4,7 @@
 
 pkgname=strigi
 pkgver=0.7.8
-pkgrel=6
+pkgrel=7
 pkgdesc=Fast crawling desktop search engine with Qt GUI
 arch=('i686' 'x86_64')
 url='http://strigi.sourceforge.net/'


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

2015-07-03 Thread Xyne
Date: Friday, July 3, 2015 @ 21:57:40
  Author: xyne
Revision: 136358

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

Added:
  cmus/repos/community-i686/PKGBUILD
(from rev 136357, cmus/trunk/PKGBUILD)
  cmus/repos/community-x86_64/PKGBUILD
(from rev 136357, cmus/trunk/PKGBUILD)
Deleted:
  cmus/repos/community-i686/PKGBUILD
  cmus/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-07-03 19:57:09 UTC (rev 136357)
+++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Xyne ca dot archlinux at xyne, backwards
-# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Aaron Griffin aa...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-
-pkgname=cmus
-pkgver=2.6.0
-pkgrel=4
-pkgdesc='Feature-rich ncurses-based music player'
-arch=('i686' 'x86_64')
-url=https://cmus.github.io/;
-license=('GPL')
-depends=('ncurses' 'libcue')
-makedepends=(
-  'faad2'
-  'ffmpeg'
-  'flac'
-  'libao'
-  'libcdio-paranoia'
-  'libmad'
-  'libmodplug'
-  'libmp4v2'
-  'libmpcdec'
-  'libpulse'
-  'libvorbis'
-  'opusfile'
-  'wavpack'
-)
-optdepends=('alsa-lib: for ALSA output plugin support'
-'libao: for AO output plugin support'
-'libpulse: for PulseAudio output plugin support'
-'faad2: for AAC input plugin support'
-'ffmpeg: for ffmpeg input plugin support'
-'flac: for flac input plugin support'
-'libmad: for mp3 input plugin support'
-'libmodplug: for modplug input plugin support'
-'libmp4v2: for mp4 input plugin support'
-'libmpcdec: for musepack input plugin support'
-'libvorbis: for vorbis input plugin support'
-'libcdio-paranoia: for cdio support'
-'opusfile: for opus input plugin support'
-'wavpack: for wavpack input plugin support')
-source=(https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
-}

Copied: cmus/repos/community-i686/PKGBUILD (from rev 136357, 
cmus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-03 19:57:40 UTC (rev 136358)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Xyne ca dot archlinux at xyne, backwards
+# Contributor:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Aaron Griffin aa...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+
+pkgname=cmus
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='Feature-rich ncurses-based music player'
+arch=('i686' 'x86_64')
+url=https://cmus.github.io/;
+license=('GPL')
+depends=('ncurses' 'libcue')
+makedepends=(
+  'faad2'
+  'ffmpeg'
+  'flac'
+  'libao'
+  'libcdio-paranoia'
+  'libmad'
+  'libmodplug'
+  'libmp4v2'
+  'libmpcdec'
+  'libpulse'
+  'libvorbis'
+  'opusfile'
+  'wavpack'
+)
+optdepends=('alsa-lib: for ALSA output plugin support'
+'libao: for AO output plugin support'
+'libpulse: for PulseAudio output plugin support'
+'faad2: for AAC input plugin support'
+'ffmpeg: for ffmpeg input plugin support'
+'flac: for flac input plugin support'
+'libmad: for mp3 input plugin support'
+'libmodplug: for modplug input plugin support'
+'libmp4v2: for mp4 input plugin support'
+'libmpcdec: for musepack input plugin support'
+'libvorbis: for vorbis input plugin support'
+'libcdio-paranoia: for cdio support'
+'opusfile: for opus input plugin support'
+'wavpack: for wavpack input plugin support')
+source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 contrib/_cmus $pkgdir/usr/share/zsh/site-functions/_cmus
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-03 19:57:09 UTC (rev 136357)
+++ community-x86_64/PKGBUILD   

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

2015-07-03 Thread Xyne
Date: Friday, July 3, 2015 @ 21:57:09
  Author: xyne
Revision: 136357

upgpkg: cmus 2.7.0-1

updated to 2.7.0

Modified:
  cmus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-03 19:31:42 UTC (rev 136356)
+++ PKGBUILD2015-07-03 19:57:09 UTC (rev 136357)
@@ -5,8 +5,8 @@
 # Contributor: dorphell dorph...@archlinux.org
 
 pkgname=cmus
-pkgver=2.6.0
-pkgrel=4
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='Feature-rich ncurses-based music player'
 arch=('i686' 'x86_64')
 url=https://cmus.github.io/;
@@ -42,7 +42,7 @@
 'opusfile: for opus input plugin support'
 'wavpack: for wavpack input plugin support')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz;)
-sha256sums=('0c53c072432e026d682d1749bbe89777507b31107ca04afad21a9bf375208e8e')
+sha256sums=('ad4bbc6828f162d56f7f2d61e60714df8f1006a2000cc7e2b867ba93352997e9')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2015-07-03 Thread Antonio Rojas
Date: Friday, July 3, 2015 @ 23:02:23
  Author: arojas
Revision: 241767

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

Added:
  kfilemetadata4/repos/staging-i686/
  kfilemetadata4/repos/staging-i686/PKGBUILD
(from rev 241766, kfilemetadata4/trunk/PKGBUILD)
  kfilemetadata4/repos/staging-x86_64/
  kfilemetadata4/repos/staging-x86_64/PKGBUILD
(from rev 241766, kfilemetadata4/trunk/PKGBUILD)

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

Copied: kfilemetadata4/repos/staging-i686/PKGBUILD (from rev 241766, 
kfilemetadata4/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-07-03 21:02:23 UTC (rev 241767)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=2
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kfilemetadata4/repos/staging-x86_64/PKGBUILD (from rev 241766, 
kfilemetadata4/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-07-03 21:02:23 UTC (rev 241767)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226395 2014-11-19 15:22:21Z fyan $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kfilemetadata4
+_pkgname=kfilemetadata
+pkgver=4.14.3
+pkgrel=2
+pkgdesc=A library for extracting file metadata
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs/kfilemetadata'
+license=('LGPL')
+depends=('poppler-qt' 'taglib' 'ffmpeg' 'ebook-tools' 'kdegraphics-mobipocket')
+makedepends=('cmake' 'automoc4')
+conflicts=('kfilemetadata5')
+replaces=('kfilemetadata5')
+source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;)
+sha1sums=('6b106223b3d4ab9ba0516b8301e564af2416eaa9')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${_pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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

2015-07-03 Thread Jaroslav Lichtblau
Date: Friday, July 3, 2015 @ 23:39:05
  Author: jlichtblau
Revision: 136359

archrelease: copy trunk to community-staging-i686

Added:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-i686/PKGBUILD
(from rev 136358, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-i686/pinot.changelog
(from rev 136358, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-i686/pinot.install
(from rev 136358, pinot/trunk/pinot.install)

-+
 PKGBUILD|   79 ++
 pinot.changelog |   26 +
 pinot.install   |   15 ++
 3 files changed, 120 insertions(+)

Copied: pinot/repos/community-staging-i686/PKGBUILD (from rev 136358, 
pinot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-07-03 21:39:05 UTC (rev 136359)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.08
+pkgrel=4
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'sqlite' 'libxml++' 'curl' 'gmime' 
'libexttextcat' 'dbus-glib'
+ 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 
'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils' 'subversion' 'autoconf' 'automake')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=()
+
+
+_svntrunk=http://pinot-search.googlecode.com/svn/tags/v${pkgver}
+
+prepare() {
+  cd ${srcdir}
+
+  msg Connecting to SVN server
+  svn co $_svntrunk
+  msg SVN checkout done or server timeout
+
+  msg Starting build...
+  rm -rf ${srcdir}/${pkgver}-build
+  svn export ${srcdir}/v${pkgver} ${srcdir}/${pkgver}-build
+  cd ${srcdir}/${pkgver}-build
+
+  x='/usr/share/libexttextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+#configure to be run with the desired below args
+  sed -i '$s/^/#/' autogen.sh
+}
+
+
+build() {
+  cd ${srcdir}/${pkgver}-build
+
+  ./autogen.sh
+  
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgver}-build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: pinot/repos/community-staging-i686/pinot.changelog (from rev 136358, 
pinot/trunk/pinot.changelog)
===
--- community-staging-i686/pinot.changelog  (rev 0)
+++ community-staging-i686/pinot.changelog  2015-07-03 21:39:05 UTC (rev 
136359)
@@ -0,0 +1,26 @@
+2015-07-03 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-4 exiv2-0.25 rebuild
+
+2014-11-05 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-2 boost 1.57.0 rebuild
+
+2014-08-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.08-1 and boost 1.56.0 rebuild
+
+2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.07-1
+
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-staging-i686/pinot.install (from rev 136358, 
pinot/trunk/pinot.install)
===
--- community-staging-i686/pinot.install(rev 0)
+++ community-staging-i686/pinot.install2015-07-03 21:39:05 UTC (rev 
136359)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor

  1   2   >