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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:15:17
  Author: fyan
Revision: 224666

upgpkg: tracker 1.2.2-2

icu 54.1 rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 00:23:17 UTC (rev 224665)
+++ PKGBUILD2014-10-17 06:15:17 UTC (rev 224666)
@@ -6,7 +6,7 @@
 pkgbase=tracker
 pkgname=(tracker libtracker-sparql)
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=All-in-one indexer, search tool and metadata database
 arch=(i686 x86_64)
 license=(GPL)


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:15:41
  Author: fyan
Revision: 224667

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

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

+
 staging-i686/PKGBUILD  |   76 +++
 staging-i686/tracker.install   |   13 ++
 staging-x86_64/PKGBUILD|   76 +++
 staging-x86_64/tracker.install |   13 ++
 4 files changed, 178 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 224666, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 06:15:41 UTC (rev 224667)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=1.2.2
+pkgrel=2
+pkgdesc=All-in-one indexer, search tool and metadata database
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(libgee libsecret upower libexif exempi
+ poppler-glib libgsf icu enca networkmanager gtk3
+ desktop-file-utils hicolor-icon-theme gobject-introspection
+ intltool giflib gst-plugins-base-libs totem-plparser
+ taglib libvorbis flac vala libgxps libnautilus-extension 
libmediaart python2)
+url=http://www.gnome.org;
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('b2fe9e8bebef355dbe17711dbd95b96438717aa737787e683d5808f9d9dfc228')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package_tracker() {
+  depends=(libtracker-sparql=$pkgver-$pkgrel libgee libsecret
+   upower libexif exempi poppler-glib libgsf enca
+   networkmanager gtk3 desktop-file-utils hicolor-icon-theme 
libmediaart)
+  optdepends=('giflib: extractor for GIF data'
+  'gst-plugins-base-libs: video extractor'
+  'totem-plparser: playlist support'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  nautilus: edit files' tracker tags
+  'libgxps: XPS extractor')
+  groups=('gnome')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+  for dir in libtracker-{sparql,common,data,sparql-backend}; do
+make DESTDIR=$pkgdir -C src/$dir uninstall
+  done
+
+  rm -f $pkgdir/usr/lib/pkgconfig/tracker-sparql-*.pc
+}
+
+package_libtracker-sparql() {
+  pkgdesc=$pkgdesc (SPARQL library)
+  depends=(sqlite icu glib2 libffi pcre util-linux)
+
+  cd $pkgbase-$pkgver/src
+  for dir in libtracker-{sparql,common,data,sparql-backend}; do
+make DESTDIR=$pkgdir -C $dir install
+  done
+
+  install -m755 -d $pkgdir/usr/lib/pkgconfig
+  install -m644 ../data/tracker-sparql-*.pc $pkgdir/usr/lib/pkgconfig/
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 224666, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2014-10-17 06:15:41 UTC (rev 224667)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/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: tracker/repos/staging-x86_64/PKGBUILD (from rev 224666, 
tracker/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-17 06:15:41 UTC (rev 224667)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# 

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:15:55
  Author: fyan
Revision: 120849

upgpkg: openttd 1.4.3-2

icu 54.1 rebuild

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 04:18:57 UTC (rev 120848)
+++ PKGBUILD2014-10-17 06:15:55 UTC (rev 120849)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:16:42
  Author: fyan
Revision: 224669

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

Added:
  webkit2gtk/repos/staging-i686/
  webkit2gtk/repos/staging-i686/PKGBUILD
(from rev 224668, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-i686/fix-pretty-quotes.patch
(from rev 224668, webkit2gtk/trunk/fix-pretty-quotes.patch)
  webkit2gtk/repos/staging-x86_64/
  webkit2gtk/repos/staging-x86_64/PKGBUILD
(from rev 224668, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-x86_64/fix-pretty-quotes.patch
(from rev 224668, webkit2gtk/trunk/fix-pretty-quotes.patch)

+
 staging-i686/PKGBUILD  |   54 +++
 staging-i686/fix-pretty-quotes.patch   |   26 ++
 staging-x86_64/PKGBUILD|   54 +++
 staging-x86_64/fix-pretty-quotes.patch |   26 ++
 4 files changed, 160 insertions(+)

Copied: webkit2gtk/repos/staging-i686/PKGBUILD (from rev 224668, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 06:16:42 UTC (rev 224669)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.6.1
+pkgrel=2
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu gtk3)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby gtk-doc 
cmake python)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('c846a662762dd79c26e77fa36348e706d217d1385bb2dbdcfc28a5a1476c6d54'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+  sed -i '1s/python$/2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/licenses/webkit2gtk
+  cd $srcdir/webkitgtk-$pkgver/Source
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+cat $f  $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+echo   $pkgdir/usr/share/licenses/webkit2gtk/LICENSE
+  done
+}

Copied: webkit2gtk/repos/staging-i686/fix-pretty-quotes.patch (from rev 224668, 
webkit2gtk/trunk/fix-pretty-quotes.patch)
===
--- staging-i686/fix-pretty-quotes.patch(rev 0)
+++ staging-i686/fix-pretty-quotes.patch2014-10-17 06:16:42 UTC (rev 
224669)
@@ -0,0 +1,26 @@
+Pretty quotes in licence break Python stdin.
+
+https://bugs.webkit.org/show_bug.cgi?id=128971
+
+--- Source/WebCore/xml/XMLViewer.css.orig  2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+--- Source/WebCore/xml/XMLViewer.js.orig   2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,

Copied: webkit2gtk/repos/staging-x86_64/PKGBUILD (from rev 224668, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD   

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:16:17
  Author: fyan
Revision: 224668

upgpkg: webkit2gtk 2.6.1-2

icu 54.1 rebuild

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 06:15:41 UTC (rev 224667)
+++ PKGBUILD2014-10-17 06:16:17 UTC (rev 224668)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 08:16:18
  Author: fyan
Revision: 120850

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

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

--+
 community-staging-i686/PKGBUILD  |   38 +
 community-staging-i686/openttd.install   |   17 
 community-staging-x86_64/PKGBUILD|   38 +
 community-staging-x86_64/openttd.install |   17 
 4 files changed, 110 insertions(+)

Copied: openttd/repos/community-staging-i686/PKGBUILD (from rev 120849, 
openttd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 06:16:18 UTC (rev 120850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.4.3
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-i686/openttd.install (from rev 120849, 
openttd/trunk/openttd.install)
===
--- community-staging-i686/openttd.install  (rev 0)
+++ community-staging-i686/openttd.install  2014-10-17 06:16:18 UTC (rev 
120850)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
+  update-desktop-database  /dev/null 21
+}

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 120849, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 06:16:18 UTC (rev 120850)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.4.3
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('11bcbbddb9864d69f1bca11966ece9abfc28973151e6dd73ceadff89ebdf63dd')
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-x86_64/openttd.install (from rev 
120849, openttd/trunk/openttd.install)
===
--- community-staging-x86_64/openttd.install(rev 0)
+++ community-staging-x86_64/openttd.install2014-10-17 06:16:18 UTC (rev 
120850)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  

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

2014-10-17 Thread Jaroslav Lichtblau
Date: Friday, October 17, 2014 @ 09:30:31
  Author: jlichtblau
Revision: 120851

upgpkg: tilda 1.2.1-1

Modified:
  tilda/trunk/PKGBUILD
  tilda/trunk/tilda.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 06:16:18 UTC (rev 120850)
+++ PKGBUILD2014-10-17 07:30:31 UTC (rev 120851)
@@ -4,8 +4,8 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=tilda
-pkgver=1.2
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc=A Gtk based drop down terminal for Linux and Unix
 arch=('i686' 'x86_64')
 url=https://github.com/lanoxx/tilda;
@@ -13,7 +13,7 @@
 depends=('vte290' 'confuse')
 changelog=$pkgname.changelog
 source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
+sha256sums=('13d482eb18a59266118146d0d3212d761290da608b8651aa3a2bfdf3f8ca0fb5')
 
 build() {
   cd $pkgname-$pkgname-$pkgver

Modified: tilda.changelog
===
--- tilda.changelog 2014-10-17 06:16:18 UTC (rev 120850)
+++ tilda.changelog 2014-10-17 07:30:31 UTC (rev 120851)
@@ -1,3 +1,6 @@
+2014-10-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.2.1-1
+
 2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
   * tilda 1.2-1
 


[arch-commits] Commit in tilda/repos/community-x86_64 (4 files)

2014-10-17 Thread Jaroslav Lichtblau
Date: Friday, October 17, 2014 @ 09:30:41
  Author: jlichtblau
Revision: 120852

archrelease: copy trunk to community-x86_64

Added:
  tilda/repos/community-x86_64/PKGBUILD
(from rev 120851, tilda/trunk/PKGBUILD)
  tilda/repos/community-x86_64/tilda.changelog
(from rev 120851, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-x86_64/PKGBUILD
  tilda/repos/community-x86_64/tilda.changelog

-+
 PKGBUILD|   60 +-
 tilda.changelog |   77 --
 2 files changed, 70 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 07:30:31 UTC (rev 120851)
+++ PKGBUILD2014-10-17 07:30:41 UTC (rev 120852)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.2
-pkgrel=2
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte290' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tilda/repos/community-x86_64/PKGBUILD (from rev 120851, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 07:30:41 UTC (rev 120852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('13d482eb18a59266118146d0d3212d761290da608b8651aa3a2bfdf3f8ca0fb5')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: tilda.changelog
===
--- tilda.changelog 2014-10-17 07:30:31 UTC (rev 120851)
+++ tilda.changelog 2014-10-17 07:30:41 UTC (rev 120852)
@@ -1,37 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-x86_64/tilda.changelog (from rev 120851, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-10-17 07:30:41 UTC (rev 120852)
@@ -0,0 +1,40 @@
+2014-10-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.2.1-1
+
+2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 

[arch-commits] Commit in tilda/repos/community-i686 (4 files)

2014-10-17 Thread Jaroslav Lichtblau
Date: Friday, October 17, 2014 @ 09:33:10
  Author: jlichtblau
Revision: 120853

archrelease: copy trunk to community-i686

Added:
  tilda/repos/community-i686/PKGBUILD
(from rev 120852, tilda/trunk/PKGBUILD)
  tilda/repos/community-i686/tilda.changelog
(from rev 120852, tilda/trunk/tilda.changelog)
Deleted:
  tilda/repos/community-i686/PKGBUILD
  tilda/repos/community-i686/tilda.changelog

-+
 PKGBUILD|   60 +-
 tilda.changelog |   77 --
 2 files changed, 70 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 07:30:41 UTC (rev 120852)
+++ PKGBUILD2014-10-17 07:33:10 UTC (rev 120853)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=tilda
-pkgver=1.2
-pkgrel=2
-pkgdesc=A Gtk based drop down terminal for Linux and Unix
-arch=('i686' 'x86_64')
-url=https://github.com/lanoxx/tilda;
-license=('GPL')
-depends=('vte290' 'confuse')
-changelog=$pkgname.changelog
-source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha256sums=('e0cf42a65783401fed75b8a4c15ac8c2f537cb5155414b2641a8a6906f45c142')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tilda/repos/community-i686/PKGBUILD (from rev 120852, 
tilda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 07:33:10 UTC (rev 120853)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=tilda
+pkgver=1.2.1
+pkgrel=1
+pkgdesc=A Gtk based drop down terminal for Linux and Unix
+arch=('i686' 'x86_64')
+url=https://github.com/lanoxx/tilda;
+license=('GPL')
+depends=('vte290' 'confuse')
+changelog=$pkgname.changelog
+source=(https://github.com/lanoxx/$pkgname/archive/$pkgname-$pkgver.tar.gz)
+sha256sums=('13d482eb18a59266118146d0d3212d761290da608b8651aa3a2bfdf3f8ca0fb5')
+
+build() {
+  cd $pkgname-$pkgname-$pkgver
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: tilda.changelog
===
--- tilda.changelog 2014-10-17 07:30:41 UTC (rev 120852)
+++ tilda.changelog 2014-10-17 07:33:10 UTC (rev 120853)
@@ -1,37 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.2-1
-
-2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.13-1
-
-2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.12-1
-
-2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.10-1
-
-2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.8-1
-
-2013-08-22 Maxime Gauduin aluc...@gmail.com
-  * tilda 1.1.7-3
-  * Fixes FS#36542, FS#36516 and FS#36543
-
-2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * tilda 1.1.7-1
-
-2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#29754 fixed
-
-2011-08-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-  * FS#25762 fixed
-
-2008-04-29 Mateusz Herych heni...@gmail.com
-  * Updated for x86_64 - 0.9.6
-
-2008-04-28 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated for i686 - 0.9.6
-
-2007-12-30 Douglas Soares de Andrade d...@aur.archlinux.org
-  * Updated to newer version - 0.9.5
-

Copied: tilda/repos/community-i686/tilda.changelog (from rev 120852, 
tilda/trunk/tilda.changelog)
===
--- tilda.changelog (rev 0)
+++ tilda.changelog 2014-10-17 07:33:10 UTC (rev 120853)
@@ -0,0 +1,40 @@
+2014-10-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.2.1-1
+
+2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.2-1
+
+2014-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.13-1
+
+2014-06-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.12-1
+
+2013-12-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.10-1
+
+2013-11-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.8-1
+
+2013-08-22 Maxime Gauduin aluc...@gmail.com
+  * tilda 1.1.7-3
+  * Fixes FS#36542, FS#36516 and FS#36543
+
+2013-08-08 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * tilda 1.1.7-1
+
+2012-06-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+  * FS#29754 fixed
+
+2011-08-28 Jaroslav 

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

2014-10-17 Thread Pierre Schmitz
Date: Friday, October 17, 2014 @ 10:01:18
  Author: pierre
Revision: 224670

upgpkg: php 5.6.2-2

icu 54.1 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 06:16:42 UTC (rev 224669)
+++ PKGBUILD2014-10-17 08:01:18 UTC (rev 224670)
@@ -23,7 +23,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


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

2014-10-17 Thread Pierre Schmitz
Date: Friday, October 17, 2014 @ 10:01:53
  Author: pierre
Revision: 224671

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 224670, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 224670, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 224670, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 224670, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 224670, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 224670, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 224670, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 224670, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 224670, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 224670, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 224670, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 224670, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 224670, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 224670, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 224670, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 224670, php/trunk/php.ini.patch)

--+
 staging-i686/PKGBUILD|  391 +
 staging-i686/apache.conf |   13 +
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 +
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  121 ++
 staging-x86_64/PKGBUILD  |  391 +
 staging-x86_64/apache.conf   |   13 +
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 +
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  121 ++
 16 files changed, 1216 insertions(+)

Copied: php/repos/staging-i686/PKGBUILD (from rev 224670, php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 08:01:53 UTC (rev 224671)
@@ -0,0 +1,391 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.6.2
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
+ 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('c976f54d429a0e5214659b0098e44e37'
+ 'SKIP'
+ 'c0da10d91c06b07489f495e78116ab1b'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 11:44:06
  Author: fyan
Revision: 120854

upgpkg: 0ad a17-2

icu 54.1 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 07:33:10 UTC (rev 120853)
+++ PKGBUILD2014-10-17 09:44:06 UTC (rev 120854)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a17
 _pkgver=0.0.17-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
 arch=('i686' 'x86_64')
 url=http://play0ad.com/;


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 11:44:00
  Author: fyan
Revision: 224672

upgpkg: webkitgtk 2.4.6-3

icu 54.1 rebuild

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 08:01:53 UTC (rev 224671)
+++ PKGBUILD2014-10-17 09:44:00 UTC (rev 224672)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.6
-pkgrel=2
+pkgrel=3
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 11:44:52
  Author: fyan
Revision: 120855

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 120854, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 120854, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 120854, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 09:44:52 UTC (rev 120855)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a17
+_pkgver=0.0.17-alpha
+pkgrel=2
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(https://sourceforge.net/projects/zero-ad/files/releases/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('c59990a355060e01174919ae444ad7c2')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver/
+  sed -i s/env python/env python2/g 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
+
+  make
+}
+
+package() {
+  install -d ${pkgdir}/usr/{bin,lib/0ad,share/${pkgname}/data}
+  cd $srcdir/$pkgname-$_pkgver
+
+  install -Dm755 binaries/system/pyrogenesis ${pkgdir}/usr/bin
+  install -Dm755 binaries/system/*.so ${pkgdir}/usr/lib/0ad
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 build/resources/${pkgname}.desktop \
+${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 build/resources/${pkgname}.png \
+${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}
+
+# Fails
+#check() {
+#  cd $srcdir/$pkgname-$_pkgver
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 120854, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 09:44:52 UTC (rev 120855)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a17
+_pkgver=0.0.17-alpha
+pkgrel=2
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(https://sourceforge.net/projects/zero-ad/files/releases/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('c59990a355060e01174919ae444ad7c2')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver/
+  sed -i s/env python/env python2/g 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
+
+  make
+}
+
+package() {
+  install -d ${pkgdir}/usr/{bin,lib/0ad,share/${pkgname}/data}
+  cd $srcdir/$pkgname-$_pkgver
+
+  install -Dm755 binaries/system/pyrogenesis ${pkgdir}/usr/bin
+  install -Dm755 binaries/system/*.so ${pkgdir}/usr/lib/0ad
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 11:44:46
  Author: fyan
Revision: 224673

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 224672, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-i686/fix-pretty-quotes.patch
(from rev 224672, webkitgtk/trunk/fix-pretty-quotes.patch)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 224672, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/fix-pretty-quotes.patch
(from rev 224672, webkitgtk/trunk/fix-pretty-quotes.patch)

+
 staging-i686/PKGBUILD  |   79 +++
 staging-i686/fix-pretty-quotes.patch   |   26 ++
 staging-x86_64/PKGBUILD|   79 +++
 staging-x86_64/fix-pretty-quotes.patch |   26 ++
 4 files changed, 210 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 224672, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 09:44:46 UTC (rev 224673)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.6
+pkgrel=3
+pkgdesc=GTK+ Web content engine library
+arch=(i686 x86_64)
+url=http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+fix-pretty-quotes.patch)
+sha256sums=('6fef4aa8d4a2668e03ea15472a71396ea7b776bbe56ad9459a4124b823c11457'
+'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
+
+prepare() {
+  mkdir build-gtk{,2} path
+
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np0 -i ../fix-pretty-quotes.patch
+}
+
+_build() (
+  _ver=$1; shift
+  cd build-${_ver}
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+$@
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  PATH=$srcdir/path:$PATH
+
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=(webkitgtk3=${pkgver} libwebkit3=${pkgver})
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR=$pkgdir install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+$pkgdir/usr/share/licenses/webkitgtk/LICENSE
+}
+
+package_webkitgtk2() {
+  pkgdesc+= for GTK2
+  depends+=(gtk2)
+  provides=(libwebkit=${pkgver})
+  conflicts=(libwebkit)
+  replaces=(libwebkit)
+
+  make -C build-gtk2 -j1 DESTDIR=$pkgdir install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+$pkgdir/usr/share/licenses/webkitgtk2/LICENSE
+}

Copied: webkitgtk/repos/staging-i686/fix-pretty-quotes.patch (from rev 224672, 
webkitgtk/trunk/fix-pretty-quotes.patch)
===
--- staging-i686/fix-pretty-quotes.patch(rev 0)
+++ staging-i686/fix-pretty-quotes.patch2014-10-17 09:44:46 UTC (rev 
224673)
@@ -0,0 +1,26 @@
+Pretty quotes in licence break Python stdin.
+
+https://bugs.webkit.org/show_bug.cgi?id=128971
+
+--- Source/WebCore/xml/XMLViewer.css.orig  2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.css
+@@ -14,7 +14,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE INC.
+  * OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+--- Source/WebCore/xml/XMLViewer.js.orig   2014-01-23 16:49:58.0 
+
 Source/WebCore/xml/XMLViewer.js
+@@ -15,7 +15,7 @@
+  * distribution.
+  *
+  * THIS SOFTWARE IS PROVIDED BY GOOGLE INC. AND ITS CONTRIBUTORS
+- * “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
++ * AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+  * A 

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 12:28:58
  Author: spupykin
Revision: 120857

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 10:28:46 UTC (rev 120856)
+++ PKGBUILD2014-10-17 10:28:58 UTC (rev 120857)
@@ -1,35 +0,0 @@
-# Maintainer: Daniel Müllner muell...@math.stanford.edu
-
-pkgname=autoconf-archive
-pkgver=2014.02.28
-pkgrel=1
-epoch=1
-pkgdesc=A collection of freely re-usable Autoconf macros
-arch=('any')
-url=http://www.gnu.org/software/autoconf-archive/;
-license=('GPL')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('c75812c827654c2ca015c8995b17c8cb'
- 'SKIP')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 120856, 
autoconf-archive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 10:28:58 UTC (rev 120857)
@@ -0,0 +1,35 @@
+# Maintainer: Daniel Müllner muell...@math.stanford.edu
+
+pkgname=autoconf-archive
+pkgver=2014.10.15
+pkgrel=1
+epoch=1
+pkgdesc=A collection of freely re-usable Autoconf macros
+arch=('any')
+url=http://www.gnu.org/software/autoconf-archive/;
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('36dc498606a986b2754fb8f779be2b18'
+ 'SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 12:29:03
  Author: spupykin
Revision: 120858

upgpkg: simgear 3.2.0-1

upd

Modified:
  simgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 10:28:58 UTC (rev 120857)
+++ PKGBUILD2014-10-17 10:29:03 UTC (rev 120858)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=simgear
-pkgver=3.0.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=A set of open-source libraries designed to be used as building blocks 
for quickly assembling 3d simulations, games, and visualization applications.
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 options=('!makeflags' 'staticlibs')
 
#source=(SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2;)
-md5sums=('097f55962dfc48b3e740334dbfda64a6')
+md5sums=('d6aac26bf8876391a7d5f4381fc98c01')
 
 build() {
   cd $srcdir/simgear-$pkgver


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 12:28:46
  Author: spupykin
Revision: 120856

upgpkg: autoconf-archive 1:2014.10.15-1

upd

Modified:
  autoconf-archive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 09:44:52 UTC (rev 120855)
+++ PKGBUILD2014-10-17 10:28:46 UTC (rev 120856)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Müllner muell...@math.stanford.edu
 
 pkgname=autoconf-archive
-pkgver=2014.02.28
+pkgver=2014.10.15
 pkgrel=1
 epoch=1
 pkgdesc=A collection of freely re-usable Autoconf macros
@@ -11,7 +11,7 @@
 depends=('autoconf')
 optdepends=('automake: macros for use with it')
 source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('c75812c827654c2ca015c8995b17c8cb'
+md5sums=('36dc498606a986b2754fb8f779be2b18'
  'SKIP')
 
 prepare() {


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 12:29:17
  Author: spupykin
Revision: 120859

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

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

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

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

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

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

Copied: simgear/repos/community-x86_64/PKGBUILD (from rev 120858, 
simgear/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-17 10:29:17 UTC (rev 120859)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# 

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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 13:09:23
  Author: jelle
Revision: 120860

upgpkg: calibre 2.6.0-1

icu 54.1 .so bump

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 10:29:17 UTC (rev 120859)
+++ PKGBUILD2014-10-17 11:09:23 UTC (rev 120860)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('f368f3f313fd5b8bc2d119edd9414318')
+md5sums=('41af42783b9001f06035fc6f2360090f')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 13:11:31
  Author: foutrelis
Revision: 120861

upgpkg: libfbclient 2.5.3.26778-1

- ICU 54.1 rebuild.
- New upstream release.

Modified:
  libfbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 11:09:23 UTC (rev 120860)
+++ PKGBUILD2014-10-17 11:11:31 UTC (rev 120861)
@@ -3,8 +3,8 @@
 # Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
 
 pkgname=libfbclient
-pkgver=2.5.2.26540
-pkgrel=3
+pkgver=2.5.3.26778
+pkgrel=1
 pkgdesc=Client library for Firebird.
 arch=('i686' 'x86_64')
 url=http://www.firebirdsql.org/;
@@ -13,7 +13,7 @@
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/firebird/Firebird-$pkgver-0.tar.bz2
 LICENSE)
-md5sums=('21154d2004e025c8a325b0357bb5'
+md5sums=('5feff765e11a5fb0ec17c71e155bb974'
  '0d61798861e159c85dbdf0f30fe2f2ce')
 
 build() {


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 13:11:58
  Author: foutrelis
Revision: 120862

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

Added:
  libfbclient/repos/community-staging-i686/
  libfbclient/repos/community-staging-i686/ChangeLog
(from rev 120861, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-staging-i686/LICENSE
(from rev 120861, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-staging-i686/PKGBUILD
(from rev 120861, libfbclient/trunk/PKGBUILD)
  libfbclient/repos/community-staging-x86_64/
  libfbclient/repos/community-staging-x86_64/ChangeLog
(from rev 120861, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-staging-x86_64/LICENSE
(from rev 120861, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-staging-x86_64/PKGBUILD
(from rev 120861, libfbclient/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   26 +++
 community-staging-i686/LICENSE |   44 
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-x86_64/ChangeLog |   26 +++
 community-staging-x86_64/LICENSE   |   44 
 community-staging-x86_64/PKGBUILD  |   47 +++
 6 files changed, 234 insertions(+)

Copied: libfbclient/repos/community-staging-i686/ChangeLog (from rev 120861, 
libfbclient/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-10-17 11:11:58 UTC (rev 120862)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych heni...@gmail.com
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/community-staging-i686/LICENSE (from rev 120861, 
libfbclient/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2014-10-17 11:11:58 UTC (rev 120862)
@@ -0,0 +1,44 @@
+
+LICENSES
+
+
+The applicable and approved licenses for the source files
+of the Firebird RDBMS project are:
+
+  1) InterBase Public License (IPL), version 1.0
+ http://bdn.borland.com/article/0,1410,30198,00.html
+
+  2) Initial Developer's Public License (IDPL), version 1.0
+ http://www.ibphoenix.com/main.nfs?a=ibphoenixpage=ibp_idpl
+
+The IPL is copyright of Borland Corp., the other licenses are copyright
+by the source code authors and contributors.
+
+
+USAGE RULES
+---
+
+1) The source code which was released under the IPL must keep this license.
+   All modifications / adaptations of this code are still subjects of the IPL.
+
+2) The files that are derived from the IPL covered code, must also keep
+   this license. It means that if any new file contains some code covered by
+   the IPL, then this file should be released under the IPL too.
+
+3) The new files developed by the members of the Firebird project should
+   be released under the IDPL.
+
+4) The new files contributed by people who are not members of the Firebird
+   project should follow the rule #3. If an author (initial developer) doesn't
+   specify the license to be used, the person who applies the contributed code
+   to the CVS tree (a committer) becomes responsible for the license assigned
+   to the contributed code.
+
+5) Every non-binary file that exists in the CVS tree, should have a header
+   section which describes the license this code is released under. If a file
+   contains no header, it means that this code is freeware and nobody owns the
+   appropriate copyrights.
+
+
+You may find the exhibits for the approved licenses in /doc/license directory
+of the CVS tree.

Copied: libfbclient/repos/community-staging-i686/PKGBUILD (from rev 120861, 
libfbclient/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 11:11:58 UTC (rev 120862)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Carlier Laurent lordhea...@gmail.com
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=libfbclient
+pkgver=2.5.3.26778
+pkgrel=1
+pkgdesc=Client 

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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 13:18:08
  Author: jelle
Revision: 120863

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

Added:
  calibre/repos/community-staging-i686/
  calibre/repos/community-staging-i686/PKGBUILD
(from rev 120862, calibre/trunk/PKGBUILD)
  calibre/repos/community-staging-i686/calibre.install
(from rev 120862, calibre/trunk/calibre.install)

-+
 PKGBUILD|   91 ++
 calibre.install |   12 +++
 2 files changed, 103 insertions(+)

Copied: calibre/repos/community-staging-i686/PKGBUILD (from rev 120862, 
calibre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 11:18:08 UTC (rev 120863)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Petrov Roman nwhis...@gmail.com
+# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
+# Contributor: Larry Hajali larryh...@gmail.com
+
+pkgname=calibre
+pkgver=2.6.0
+pkgrel=1
+pkgdesc=Ebook management application
+arch=('i686' 'x86_64') 
+url=http://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
+ 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
+ 'qt5-svg' 'python2-chardet' 'python2-html5lib')
+makedepends=('python2-pycountry' 'qt5-x11extras' )
+optdepends=('ipython2: to use calibre-debug'
+'udisks: required for mounting certain devices'
+)
+install=calibre.install
+source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
+md5sums=('41af42783b9001f06035fc6f2360090f')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unneeded files and libs
+  rm -rf resources/${pkgname}-portable.* \
+ src/six.py \
+ src/cherrypy \
+ src/html5lib \
+ src/chardet
+
+  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
+  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
+
+  # Use python2
+  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
+  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
+
+  # Desktop integration (e.g. enforce arch defaults)
+  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
+  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
+  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
+  -e /dir, 'calibre-lrf.png'/i \
+\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
+\os.mkdir(dir) \
+  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
+  -e /dir, 'calibre-lrfviewer.desktop'/i \
+\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
+\os.mkdir(dir) \
+  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
+  -e s/^Name=calibre/Name=Calibre/g \
+  -i  src/calibre/linux.py
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  LANG='en_US.UTF-8' python2 setup.py build
+  # LANG='en_US.UTF-8' python2 setup.py resources
+
+  # Don't build translations since building them is broken badly
+  #LANG='en_US.UTF-8' python2 setup.py translations
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # Fix the environment module location
+  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
+
+  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
+ ${pkgdir}/usr/share/zsh/site-functions
+
+  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
+--staging-bindir=${pkgdir}/usr/bin \
+--staging-libdir=${pkgdir}/usr/lib \
+--staging-sharedir=${pkgdir}/usr/share
+
+  # Compiling bytecode FS#33392
+  python2 -m compileall ${pkgdir}/usr/lib/calibre/
+  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
+}

Copied: calibre/repos/community-staging-i686/calibre.install (from rev 120862, 
calibre/trunk/calibre.install)
===
--- community-staging-i686/calibre.install  (rev 0)
+++ community-staging-i686/calibre.install  2014-10-17 11:18:08 UTC (rev 
120863)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 13:21:16
  Author: spupykin
Revision: 120865

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-17 11:20:58 UTC (rev 120864)
+++ community-x86_64/PKGBUILD   

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 13:20:58
  Author: spupykin
Revision: 120864

upgpkg: flightgear 3.2.0-1

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 11:18:08 UTC (rev 120863)
+++ PKGBUILD2014-10-17 11:20:58 UTC (rev 120864)
@@ -4,8 +4,8 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=flightgear
-pkgver=3.0.0
-pkgrel=4
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=An open-source, multi-platform flight simulator
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
@@ -16,7 +16,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver;)
 
#source=(ftp://ftp.de.flightgear.org/pub/fgfs/Source/flightgear-$pkgver.tar.bz2;)
 
source=(http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/flightgear-$pkgver.tar.bz2;)
-md5sums=('e943e17db110e2f9e82a00acaaa11790')
+md5sums=('0a16920cc22ea070f8bb345e76c55e05')
 
 build() {
   cd $srcdir/flightgear-$pkgver


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 13:22:16
  Author: spupykin
Revision: 120866

fix optdep description

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 11:21:16 UTC (rev 120865)
+++ PKGBUILD2014-10-17 11:22:16 UTC (rev 120866)
@@ -3,7 +3,7 @@
 
 pkgname=remmina
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc=remote desktop client written in GTK+
 arch=(i686 x86_64)
 url=http://freerdp.github.io/Remmina/;
@@ -18,7 +18,7 @@
 'gnome-keyring'
 'nxproxy'
 'xorg-server-xephyr: XDMCP support'
-'libvncserver')
+'libvncserver: VNC client/server support')
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 install=remmina.install


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 13:22:31
  Author: fyan
Revision: 224674

upgpkg: calligra 2.8.6-2

icu 54.1 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 09:44:46 UTC (rev 224673)
+++ PKGBUILD2014-10-17 11:22:31 UTC (rev 224674)
@@ -19,7 +19,7 @@
  'calligra-stage'
  'calligra-words')
 pkgver=2.8.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 13:24:22
  Author: fyan
Revision: 224675

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/0001-switch-to-librevenge-based-import-libs.patch
(from rev 224674, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-i686/PKGBUILD
(from rev 224674, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 224674, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 224674, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 224674, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 224674, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 224674, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 224674, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 224674, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 224674, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 224674, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 224674, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 224674, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 224674, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 224674, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  
calligra/repos/staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch
(from rev 224674, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 224674, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 224674, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 224674, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 224674, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 224674, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 224674, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 224674, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 224674, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 224674, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 224674, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 224674, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 224674, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 224674, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 224674, calligra/trunk/calligra.install)

--+
 staging-i686/0001-switch-to-librevenge-based-import-libs.patch   |  882 
++
 staging-i686/PKGBUILD|  255 ++
 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-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-x86_64/0001-switch-to-librevenge-based-import-libs.patch |  882 
++
 

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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 13:35:37
  Author: jelle
Revision: 120867

upgpkg: aegisub 3.2.1-2

icu 54.1 .so bump

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 11:22:16 UTC (rev 120866)
+++ PKGBUILD2014-10-17 11:35:37 UTC (rev 120867)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 13:39:16
  Author: jelle
Revision: 120868

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

Added:
  aegisub/repos/community-staging-i686/
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 120867, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/aegisub-boost1.56.patch
(from rev 120867, aegisub/trunk/aegisub-boost1.56.patch)
  aegisub/repos/community-staging-i686/aegisub.install
(from rev 120867, aegisub/trunk/aegisub.install)
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 120867, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/aegisub-boost1.56.patch
(from rev 120867, aegisub/trunk/aegisub-boost1.56.patch)
  aegisub/repos/community-staging-x86_64/aegisub.install
(from rev 120867, aegisub/trunk/aegisub.install)

--+
 community-staging-i686/PKGBUILD  |   36 +++
 community-staging-i686/aegisub-boost1.56.patch   |   67 +
 community-staging-i686/aegisub.install   |   14 
 community-staging-x86_64/PKGBUILD|   36 +++
 community-staging-x86_64/aegisub-boost1.56.patch |   67 +
 community-staging-x86_64/aegisub.install |   14 
 6 files changed, 234 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 120867, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 11:39:16 UTC (rev 120868)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install=${pkgname}.install
+source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('961a28f2528a3c6330f06d0f2aef5fa71d93ca2ae1e6dcfabe347befbb6df8dc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss} \
+  --disable-update-checker
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub-boost1.56.patch (from rev 
120867, aegisub/trunk/aegisub-boost1.56.patch)
===
--- community-staging-i686/aegisub-boost1.56.patch  
(rev 0)
+++ community-staging-i686/aegisub-boost1.56.patch  2014-10-17 11:39:16 UTC 
(rev 120868)
@@ -0,0 +1,67 @@
+diff --git a/libaegisub/include/libaegisub/lua/utils.h 
b/libaegisub/include/libaegisub/lua/utils.h
+index 4e907ee..634d924 100644
+--- a/libaegisub/include/libaegisub/lua/utils.h
 b/libaegisub/include/libaegisub/lua/utils.h
+@@ -16,21 +16,27 @@
+ 
+ #include libaegisub/fs.h
+ 
+-#include boost/exception/detail/attribute_noreturn.hpp
+ #include lua.hpp
+ #include string
+ #include vector
+ #include type_traits
+ 
++#include boost/config.hpp
++
++#ifndef BOOST_NORETURN
++#include boost/exception/detail/attribute_noreturn.hpp
++#define BOOST_NORETURN BOOST_ATTRIBUTE_NORETURN
++#endif
++
+ namespace agi { namespace lua {
+ // Exception type for errors where the error details are on the lua stack
+ struct error_tag {};
+ 
+ // Below are functionally equivalent to the luaL_ functions, but using a C++
+ // exception for stack unwinding
+-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...);
+-int BOOST_ATTRIBUTE_NORETURN argerror(lua_State *L, int narg, const char 
*extramsg);
+-int BOOST_ATTRIBUTE_NORETURN typerror(lua_State *L, int narg, const char 
*tname);
++int BOOST_NORETURN error(lua_State *L, const char *fmt, ...);
++int BOOST_NORETURN argerror(lua_State *L, int narg, const char *extramsg);
++int BOOST_NORETURN typerror(lua_State *L, int narg, const char *tname);
+ void argcheck(lua_State *L, bool cond, int narg, const char *msg);
+ 
+ inline void push_value(lua_State *L, bool value) { lua_pushboolean(L, value); 
}
+diff --git a/libaegisub/lua/utils.cpp b/libaegisub/lua/utils.cpp
+index 8a5770e..9dd577b 100644
+--- a/libaegisub/lua/utils.cpp
 b/libaegisub/lua/utils.cpp
+@@ -181,7 +181,7 @@ int add_stack_trace(lua_State *L) {
+   return 1;
+ }
+ 
+-int BOOST_ATTRIBUTE_NORETURN error(lua_State *L, const char *fmt, ...) {
++int BOOST_NORETURN 

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

2014-10-17 Thread Alexander Rødseth
Date: Friday, October 17, 2014 @ 14:15:41
  Author: arodseth
Revision: 120870

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 ++---
 netbeans.install |   26 ++--
 2 files changed, 68 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 12:15:33 UTC (rev 120869)
+++ PKGBUILD2014-10-17 12:15:41 UTC (rev 120870)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Timm Preetz t...@preetz.us
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netbeans
-pkgver=8.0.1
-_subver=201408251540
-pkgrel=1
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk' 'setconf')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install='netbeans.install'
-options=('!strip')
-# http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
-source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subver.zip;
-'http://www.jimvernon.com/wp-content/uploads/2014/02/netbeans.png')
-sha256sums=('5c572e18ff610d7d78044c7602bfaa97d0faaeb6ba3f4fbe1427cadb12285e5e'
-'1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
-
-prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc
-  setconf $pkgname/bin/$pkgname basedir /usr/share/$pkgname
-  setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
-}
-
-package() {
-  mkdir -p $pkgdir/usr/{bin,share/applications}
-
-  # Binary file
-  install -Dm755 $pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
-
-  # Resources
-  cp -r $pkgname $pkgdir/usr/share/
-
-  # Desktop shortcut and icon
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-
-  # Cleanup of directory that contains the binary file and .exe-files
-  rm -r $pkgdir/usr/share/$pkgname/bin
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 120869, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 12:15:41 UTC (rev 120870)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Timm Preetz t...@preetz.us
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Ben Wolsieffer benwolsief...@gmail.com
+
+pkgname=netbeans
+pkgver=8.0.1
+_subver=201408251540
+pkgrel=2
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk' 'setconf')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+install='netbeans.install'
+options=('!strip')
+# http://dlc.sun.com.edgesuite.net/netbeans/8.0/final/zip/
+source=(http://dlc.sun.com.edgesuite.net/$pkgname/$pkgver/final/zip/$pkgname-$pkgver-$_subver.zip;
+'http://www.jimvernon.com/wp-content/uploads/2014/02/netbeans.png')
+sha256sums=('5c572e18ff610d7d78044c7602bfaa97d0faaeb6ba3f4fbe1427cadb12285e5e'
+'1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
+
+prepare() {
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc \
+--custom StartupWMClass=Netbeans IDE $pkgver
+  setconf $pkgname/bin/$pkgname basedir /usr/share/$pkgname
+  #setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
+}
+
+package() {
+  mkdir -p $pkgdir/usr/{bin,share/applications}
+
+  # Binary file
+  install -Dm755 $pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname
+
+  # Resources
+  cp -r $pkgname $pkgdir/usr/share/
+
+  # Desktop shortcut and icon
+  install -Dm644 $pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+
+  # Cleanup of directory that contains the binary file and .exe-files
+  rm -r $pkgdir/usr/share/$pkgname/bin
+}
+
+# 

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

2014-10-17 Thread Alexander Rødseth
Date: Friday, October 17, 2014 @ 14:15:33
  Author: arodseth
Revision: 120869

Fix for FS#42245 - [netbeans] Desktop file does not include StartupWMClass

Modified:
  netbeans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 11:39:16 UTC (rev 120868)
+++ PKGBUILD2014-10-17 12:15:33 UTC (rev 120869)
@@ -2,11 +2,12 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 # Contributor: Timm Preetz t...@preetz.us
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Ben Wolsieffer benwolsief...@gmail.com
 
 pkgname=netbeans
 pkgver=8.0.1
 _subver=201408251540
-pkgrel=1
+pkgrel=2
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -27,9 +28,10 @@
 '1d519f018ebeff6e29436c8492dbb266446bd0144fb5519b2ef6637664de6f4a')
 
 prepare() {
-  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc
+  gendesk -f -n --pkgname $pkgname --pkgdesc $pkgdesc \
+--custom StartupWMClass=Netbeans IDE $pkgver
   setconf $pkgname/bin/$pkgname basedir /usr/share/$pkgname
-  setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
+  #setconf -a $pkgname/etc/$pkgname.conf netbeans_jdkhome 
'/usr/lib/jvm/default'
 }
 
 package() {


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 14:31:08
  Author: spupykin
Revision: 120871

upgpkg: flightgear-data 3.2.0-1

upd

Modified:
  flightgear-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 12:15:41 UTC (rev 120870)
+++ PKGBUILD2014-10-17 12:31:08 UTC (rev 120871)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen h...@janserv.xs4all.nl
 
 pkgname=flightgear-data
-pkgver=3.0.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=Base-Data for the opensource flight-simulator.
 arch=(any)
@@ -12,7 +12,7 @@
 url=http://www.flightgear.org;
 options=(!strip)
 
source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
-md5sums=('ee607a5305cad78d21e6ae038f62b277')
+md5sums=('24774fae7199bcbc5e23672f4a586884')
 
 package() {
   cd $srcdir


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 14:31:23
  Author: spupykin
Revision: 120872

archrelease: copy trunk to community-any

Added:
  flightgear-data/repos/community-any/PKGBUILD
(from rev 120871, flightgear-data/trunk/PKGBUILD)
Deleted:
  flightgear-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 12:31:08 UTC (rev 120871)
+++ PKGBUILD2014-10-17 12:31:23 UTC (rev 120872)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-# Contributor: Hans Janssen h...@janserv.xs4all.nl
-
-pkgname=flightgear-data
-pkgver=3.0.0
-pkgrel=1
-pkgdesc=Base-Data for the opensource flight-simulator.
-arch=(any)
-license=(GPL)
-url=http://www.flightgear.org;
-options=(!strip)
-source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
-md5sums=('ee607a5305cad78d21e6ae038f62b277')
-
-package() {
-  cd $srcdir
-  mkdir -p $pkgdir/usr/share/flightgear
-  mv fgdata/ $pkgdir/usr/share/flightgear/data
-  chown root:root $pkgdir/usr/share/flightgear/data
-}

Copied: flightgear-data/repos/community-any/PKGBUILD (from rev 120871, 
flightgear-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 12:31:23 UTC (rev 120872)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+# Contributor: Hans Janssen h...@janserv.xs4all.nl
+
+pkgname=flightgear-data
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Base-Data for the opensource flight-simulator.
+arch=(any)
+license=(GPL)
+url=http://www.flightgear.org;
+options=(!strip)
+source=(http://mirrors.ibiblio.org/flightgear/ftp/Shared/FlightGear-data-$pkgver.tar.bz2;)
+md5sums=('24774fae7199bcbc5e23672f4a586884')
+
+package() {
+  cd $srcdir
+  mkdir -p $pkgdir/usr/share/flightgear
+  mv fgdata/ $pkgdir/usr/share/flightgear/data
+  chown root:root $pkgdir/usr/share/flightgear/data
+}


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 15:29:43
  Author: fyan
Revision: 224676

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

Added:
  calligra/repos/staging-i686/0001-switch-to-librevenge-based-import-libs.patch
(from rev 224675, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-i686/PKGBUILD
(from rev 224675, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 224675, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 224675, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 224675, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 224675, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 224675, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 224675, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 224675, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 224675, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 224675, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 224675, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 224675, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 224675, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 224675, calligra/trunk/calligra.install)
  
calligra/repos/staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch
(from rev 224675, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 224675, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 224675, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 224675, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 224675, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 224675, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 224675, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 224675, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 224675, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 224675, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 224675, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 224675, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 224675, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 224675, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 224675, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/staging-i686/0001-switch-to-librevenge-based-import-libs.patch
  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-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-x86_64/0001-switch-to-librevenge-based-import-libs.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-karbon.install
  calligra/repos/staging-x86_64/calligra-kexi.install
  calligra/repos/staging-x86_64/calligra-krita.install
  

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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 15:52:26
  Author: foutrelis
Revision: 224677

upgpkg: raptor 2.0.14-2

ICU 54.1 rebuild.

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 13:29:43 UTC (rev 224676)
+++ PKGBUILD2014-10-17 13:52:26 UTC (rev 224677)
@@ -6,7 +6,7 @@
 
 pkgname=raptor
 pkgver=2.0.14
-pkgrel=1
+pkgrel=2
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 15:52:48
  Author: foutrelis
Revision: 224678

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

Added:
  raptor/repos/staging-i686/
  raptor/repos/staging-i686/PKGBUILD
(from rev 224677, raptor/trunk/PKGBUILD)
  raptor/repos/staging-x86_64/
  raptor/repos/staging-x86_64/PKGBUILD
(from rev 224677, raptor/trunk/PKGBUILD)

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

Copied: raptor/repos/staging-i686/PKGBUILD (from rev 224677, 
raptor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 13:52:48 UTC (rev 224678)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.14
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d3e0b43866197a5367b781b25510f728')

Copied: raptor/repos/staging-x86_64/PKGBUILD (from rev 224677, 
raptor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-17 13:52:48 UTC (rev 224678)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.14
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d3e0b43866197a5367b781b25510f728')


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 15:57:44
  Author: fyan
Revision: 120873

upgpkg: nodejs 0.10.32-9

update npm to 2.1.5

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 12:31:23 UTC (rev 120872)
+++ PKGBUILD2014-10-17 13:57:44 UTC (rev 120873)
@@ -10,8 +10,8 @@
 
 pkgname=nodejs
 pkgver=0.10.32
-_npmver=2.1.4
-pkgrel=8
+_npmver=2.1.5
+pkgrel=9
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 16:00:15
  Author: fyan
Revision: 120874

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-17 13:57:44 UTC (rev 120873)
+++ community-i686/PKGBUILD 2014-10-17 14:00:15 UTC (rev 120874)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: James Campos james.r.cam...@gmail.com
-# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Dongsheng Cai dongsheng at moodle dot com
-# Contributor: Masutu Subric masutu.arch at googlemail dot com
-# Contributor: TIanyi Cui tianyi...@gmail.com
-
-pkgname=nodejs
-pkgver=0.10.32
-_npmver=2.1.4
-pkgrel=8
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl')
-provides=('nodejs-node-gyp')
-makedepends=('python2' 'git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-checkdepends=('curl')
-options=('!emptydirs')
-source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
-git+https://github.com/npm/npm.git#tag=v$_npmver)
-sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
-'SKIP')
-
-prepare() {
-  cd node-v$pkgver
-
-  # We need newer version of npm to fix bugs
-  rm -r deps/npm
-  ln -s $srcdir/npm deps
-  rm -r $srcdir/npm/.git
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_2_' \
--e s_'python'_'python2'_ -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---shared-openssl
-
-  make
-
-  cd ../npm
-  ../node-v$pkgver/node cli.js install ronn marked
-  PATH=$srcdir/node-v$pkgver:$PATH make
-  ../node-v$pkgver/node cli.js uninstall ronn marked marked-man
-}
-
-check() {
-  cd node-v$pkgver
-  make test || warning Tests failed
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  # install docs as per user request
-  install -d $pkgdir/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-$pkgdir/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-$pkgdir/usr/share/licenses/nodejs/LICENSE
-
-  install -d $pkgdir/usr/share/man/{man1,man3,man5,man7}
-  for _dir in man1 man3 man5 man7; do
-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
-
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 120873, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-17 14:00:15 UTC (rev 120874)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: James Campos james.r.cam...@gmail.com
+# Contributor: BlackEagle  ike DOT devolder AT gmail DOT com 
+# Contributor: Dongsheng Cai dongsheng at moodle dot com
+# Contributor: Masutu Subric masutu.arch at googlemail dot com
+# Contributor: TIanyi Cui tianyi...@gmail.com
+
+pkgname=nodejs
+pkgver=0.10.32
+_npmver=2.1.5
+pkgrel=9
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl')
+provides=('nodejs-node-gyp')
+makedepends=('python2' 'git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+checkdepends=('curl')
+options=('!emptydirs')
+source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;
+git+https://github.com/npm/npm.git#tag=v$_npmver)
+sha256sums=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
+'SKIP')
+
+prepare() {
+  cd node-v$pkgver
+
+  # We need newer version of npm to fix bugs
+  rm -r deps/npm
+  ln -s $srcdir/npm deps
+  rm -r $srcdir/npm/.git
+
+  msg 

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 16:17:21
  Author: fyan
Revision: 120875

upgpkg: fcitx 4.2.8.5-3

icu 54.1 rebuild

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:00:15 UTC (rev 120874)
+++ PKGBUILD2014-10-17 14:17:21 UTC (rev 120875)
@@ -6,13 +6,13 @@
 pkgbase=fcitx
 pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
 pkgver=4.2.8.5
-pkgrel=2
+pkgrel=3
 groups=('fcitx-im')
 arch=('i686' 'x86_64')
 url=http://fcitx-im.org;
 license=('GPL' 'LGPL')
 makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant')
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
 source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
 custom-translation-install-dir.patch)
 
sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'


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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 16:18:43
  Author: fyan
Revision: 120876

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

Added:
  fcitx/repos/community-staging-i686/
  fcitx/repos/community-staging-i686/PKGBUILD
(from rev 120875, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-i686/custom-translation-install-dir.patch
(from rev 120875, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-staging-i686/fcitx-gtk2.install
(from rev 120875, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-i686/fcitx-gtk3.install
(from rev 120875, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-i686/fcitx.install
(from rev 120875, fcitx/trunk/fcitx.install)
  fcitx/repos/community-staging-x86_64/
  fcitx/repos/community-staging-x86_64/PKGBUILD
(from rev 120875, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-staging-x86_64/custom-translation-install-dir.patch
(from rev 120875, fcitx/trunk/custom-translation-install-dir.patch)
  fcitx/repos/community-staging-x86_64/fcitx-gtk2.install
(from rev 120875, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-staging-x86_64/fcitx-gtk3.install
(from rev 120875, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-staging-x86_64/fcitx.install
(from rev 120875, fcitx/trunk/fcitx.install)

---+
 community-staging-i686/PKGBUILD   |  106 ++
 community-staging-i686/custom-translation-install-dir.patch   |   33 +++
 community-staging-i686/fcitx-gtk2.install |   11 +
 community-staging-i686/fcitx-gtk3.install |   11 +
 community-staging-i686/fcitx.install  |   14 +
 community-staging-x86_64/PKGBUILD |  106 ++
 community-staging-x86_64/custom-translation-install-dir.patch |   33 +++
 community-staging-x86_64/fcitx-gtk2.install   |   11 +
 community-staging-x86_64/fcitx-gtk3.install   |   11 +
 community-staging-x86_64/fcitx.install|   14 +
 10 files changed, 350 insertions(+)

Copied: fcitx/repos/community-staging-i686/PKGBUILD (from rev 120875, 
fcitx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 14:18:43 UTC (rev 120876)
@@ -0,0 +1,106 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgbase=fcitx
+pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
+pkgver=4.2.8.5
+pkgrel=3
+groups=('fcitx-im')
+arch=('i686' 'x86_64')
+url=http://fcitx-im.org;
+license=('GPL' 'LGPL')
+makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 'opencc' \
+ 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
+source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz
+custom-translation-install-dir.patch)
+sha512sums=('ee6612a34087135065537fa14f09078bad9f029f69b636fb2221193f23d86c5431a9d8a848b264bdcb259680f6bda41d08d58dcf67d19e5a200cb11fa4a26ffe'
+
'c57ef118b72accdfc42a0035a5318bf4b0ebe082af46efff7bfea4b063d382cc92bef020e42d140a6ffcbbdb87d43db833e1a221c5d3a97f12c8720e759a')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+
+  patch -p1 -i ../custom-translation-install-dir.patch
+}
+
+build() {
+  mkdir -p build
+  cd build
+
+  cmake ../${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc \
+-DFORCE_OPENCC=ON \
+-DFORCE_PRESAGE=ON \
+-DFORCE_ENCHANT=ON \
+-DENABLE_TEST=ON \
+-DENABLE_GTK2_IM_MODULE=ON \
+-DENABLE_GTK3_IM_MODULE=ON \
+-DENABLE_QT_IM_MODULE=ON \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package_fcitx() {
+  pkgdesc=Flexible Context-aware Input Tool with eXtension
+  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
+   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
+   'libxfixes' 'dbus-core' 'icu')
+  optdepends=('enchant: for word predication support'
+  'opencc: optional engine to do chinese convert'
+  'gettext: for fcitx-po-parser')
+  install=fcitx.install
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt4}
+  rm -r ${pkgdir}/usr/lib/fcitx/qt
+  rm -r ${pkgdir}/usr/include/fcitx-qt
+  rm ${pkgdir}/usr/lib/fcitx/libexec/fcitx-qt-gui-wrapper
+  rm ${pkgdir}/usr/lib/libfcitx-qt.so*
+  rm ${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc
+}
+
+package_fcitx-gtk2() {
+  pkgdesc='GTK2 IM Module for fcitx'
+  depends=('gtk2' fcitx=$pkgver)
+  install=fcitx-gtk2.install
+
+  cd ${srcdir}/build/src/frontend/gtk2
+  make 

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

2014-10-17 Thread Maxime Gauduin
Date: Friday, October 17, 2014 @ 16:27:58
  Author: alucryd
Revision: 120878

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

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

---+
 /PKGBUILD |  268 
 /Xsession |  114 ++
 /lightdm-autologin.pam|   26 ++
 /lightdm-default-config.patch |   80 +++
 /lightdm-userlist.patch   |   26 ++
 /lightdm.install  |   46 
 /lightdm.pam  |   14 +
 /lightdm.rules|   30 ++
 /lightdm.service  |   28 ++
 /lightdm.tmpfiles |2 
 community-i686/PKGBUILD   |  131 ---
 community-i686/Xsession   |   57 -
 community-i686/lightdm-autologin.pam  |   13 -
 community-i686/lightdm-default-config.patch   |   40 ---
 community-i686/lightdm-desktop-names.patch|   34 +++
 community-i686/lightdm-userlist.patch |   13 -
 community-i686/lightdm.install|   23 --
 community-i686/lightdm.pam|7 
 community-i686/lightdm.rules  |   15 -
 community-i686/lightdm.service|   14 -
 community-i686/lightdm.tmpfiles   |1 
 community-x86_64/PKGBUILD |  131 ---
 community-x86_64/Xsession |   57 -
 community-x86_64/lightdm-autologin.pam|   13 -
 community-x86_64/lightdm-default-config.patch |   40 ---
 

[arch-commits] Commit in lightdm/trunk (PKGBUILD lightdm-desktop-names.patch)

2014-10-17 Thread Maxime Gauduin
Date: Friday, October 17, 2014 @ 16:27:14
  Author: alucryd
Revision: 120877

FS#42420: lightdm 1:1.12.0-2

Added:
  lightdm/trunk/lightdm-desktop-names.patch
Modified:
  lightdm/trunk/PKGBUILD

-+
 PKGBUILD|5 -
 lightdm-desktop-names.patch |   34 ++
 2 files changed, 38 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:18:43 UTC (rev 120876)
+++ PKGBUILD2014-10-17 14:27:14 UTC (rev 120877)
@@ -5,7 +5,7 @@
 pkgbase=lightdm
 pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
 pkgver=1.12.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=('i686' 'x86_64')
@@ -20,6 +20,7 @@
 'lightdm-autologin.pam'
 'lightdm.rules'
 'lightdm-default-config.patch'
+'lightdm-desktop-names.patch'
 'Xsession')
 sha256sums=('eee3e440c329fddf969b6a76c2717ae1c758972adad5c6ffa1038626de303f5f'
 '0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
@@ -28,11 +29,13 @@
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
 'ed3dca57ef19d32499b72668bc78eaff0d9e772718b76f3816c5ee5f816b1891'
+'b750b805e4a87bf3d764255085d49be093c48acb1c5bb2e94b5a1d4c464d99d5'
 '4d5674906742200b3c171f978457e943560f2c10a2b9156fcd44da3796d185a2')
 
 prepare() {
   cd lightdm-${pkgver}
 
+  patch -Np0 -i ../lightdm-desktop-names.patch
   patch -Np1 -i ../lightdm-default-config.patch
 }
 

Added: lightdm-desktop-names.patch
===
--- lightdm-desktop-names.patch (rev 0)
+++ lightdm-desktop-names.patch 2014-10-17 14:27:14 UTC (rev 120877)
@@ -0,0 +1,34 @@
+=== modified file 'src/session-config.c'
+--- src/session-config.c   2014-09-11 23:50:44 +
 src/session-config.c   2014-10-17 05:54:58 +
+@@ -34,6 +34,7 @@
+ GKeyFile *desktop_file;
+ SessionConfig *config;
+ gchar *command;
++gchar **desktop_names;
+ 
+ desktop_file = g_key_file_new ();
+ if (!g_key_file_load_from_file (desktop_file, filename, G_KEY_FILE_NONE, 
error))
+@@ -54,7 +55,12 @@
+ if (!config-priv-session_type)
+ config-priv-session_type = g_strdup (x);
+ 
+-config-priv-desktop_name = g_key_file_get_string (desktop_file, 
G_KEY_FILE_DESKTOP_GROUP, DesktopNames, NULL);
++desktop_names = g_key_file_get_string_list (desktop_file, 
G_KEY_FILE_DESKTOP_GROUP, DesktopNames, NULL, NULL);
++if (desktop_names != NULL)
++{
++config-priv-desktop_name = g_strjoinv (:, desktop_names);
++g_strfreev (desktop_names);
++}
+ if (!config-priv-desktop_name)
+ config-priv-desktop_name = g_key_file_get_string (desktop_file, 
G_KEY_FILE_DESKTOP_GROUP, X-LightDM-DesktopName, NULL);
+ config-priv-compositor_command = g_key_file_get_string (desktop_file, 
G_KEY_FILE_DESKTOP_GROUP, X-LightDM-System-Compositor-Command, NULL);
+@@ -96,6 +102,7 @@
+ session_config_init (SessionConfig *config)
+ {
+ config-priv = G_TYPE_INSTANCE_GET_PRIVATE (config, SESSION_CONFIG_TYPE, 
SessionConfigPrivate);
++config-priv-desktop_name = NULL;
+ }
+ 
+ static void
+


[arch-commits] Commit in ruby-mime-types/repos/community-any (PKGBUILD PKGBUILD)

2014-10-17 Thread Maxime Gauduin
Date: Friday, October 17, 2014 @ 16:32:13
  Author: alucryd
Revision: 120880

archrelease: copy trunk to community-any

Added:
  ruby-mime-types/repos/community-any/PKGBUILD
(from rev 120879, ruby-mime-types/trunk/PKGBUILD)
Deleted:
  ruby-mime-types/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 14:32:03 UTC (rev 120879)
+++ PKGBUILD2014-10-17 14:32:13 UTC (rev 120880)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Alexsandr Pavlov ki...@mail.ru
-
-pkgname=ruby-mime-types
-pkgver=2.3
-pkgrel=1
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby')
-options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548')
-
-package() {
-  local _gemdir=$(ruby -e'puts Gem.default_dir')
-
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find ${pkgdir} -type f -name *.gem -delete
-
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 120879, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 14:32:13 UTC (rev 120880)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Alexsandr Pavlov ki...@mail.ru
+
+pkgname=ruby-mime-types
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby')
+options=('!emptydirs')
+source=(http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
+noextract=(mime-types-${pkgver}.gem)
+sha256sums=('dd2abe5850102ad0033ff43d3772e92a337495e7fc3b3d142b704f5d045502fb')
+
+package() {
+  local _gemdir=$(ruby -e'puts Gem.default_dir')
+
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} mime-types-${pkgver}.gem
+  find ${pkgdir} -type f -name *.gem -delete
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/ruby-mime-types
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/ruby-mime-types/
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/ruby-mime-types/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-mime-types/trunk (PKGBUILD)

2014-10-17 Thread Maxime Gauduin
Date: Friday, October 17, 2014 @ 16:32:03
  Author: alucryd
Revision: 120879

upgpkg: ruby-mime-types 2.4.2-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:27:58 UTC (rev 120878)
+++ PKGBUILD2014-10-17 14:32:03 UTC (rev 120879)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Alexsandr Pavlov ki...@mail.ru
 
 pkgname=ruby-mime-types
-pkgver=2.3
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
@@ -11,19 +11,19 @@
 license=('GPL2' 'MIT' 'PerlArtistic')
 depends=('ruby')
 options=('!emptydirs')
-source=(http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=(${pkgname#*-}-${pkgver}.gem)
-sha256sums=('6d13658a740d7ce3cbd285a1a60f7f42db56923c37a33cae8ed5252cf2e71548')
+source=(http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
+noextract=(mime-types-${pkgver}.gem)
+sha256sums=('dd2abe5850102ad0033ff43d3772e92a337495e7fc3b3d142b704f5d045502fb')
 
 package() {
   local _gemdir=$(ruby -e'puts Gem.default_dir')
 
-  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  gem install --ignore-dependencies --no-user-install -N -i 
${pkgdir}/${_gemdir} mime-types-${pkgver}.gem
   find ${pkgdir} -type f -name *.gem -delete
 
-  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/${pkgname}/
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/${pkgname}/
+  install -dm 755 ${pkgdir}/usr/share/licenses/ruby-mime-types
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
${pkgdir}/usr/share/licenses/ruby-mime-types/
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/docs/COPYING.txt 
${pkgdir}/usr/share/licenses/ruby-mime-types/
 }
 
 # vim: ts=2 sw=2 et:


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:39:53
  Author: spupykin
Revision: 120881

upgpkg: couchdb 1.6.1-2

upd

Modified:
  couchdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:32:13 UTC (rev 120880)
+++ PKGBUILD2014-10-17 14:39:53 UTC (rev 120881)
@@ -5,7 +5,7 @@
 
 pkgname=couchdb
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
 arch=('i686' 'x86_64')
 url=http://couchdb.apache.org;
@@ -25,6 +25,11 @@
  '8914a7ffc6745f94106d96206709acb4'
  '1e254ebe32eeb061be64193bafa35dbf')
 
+prepare() {
+  cd $srcdir/apache-couchdb-$pkgver
+  sed -i 's|-Werror||g' src/couchdb/priv/Makefile.*
+}
+
 build() {
   cd $srcdir/apache-couchdb-$pkgver
   ./configure --prefix=/usr \


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:14
  Author: spupykin
Revision: 120882

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

Added:
  couchdb/repos/community-staging-i686/
  couchdb/repos/community-staging-i686/PKGBUILD
(from rev 120881, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-i686/couchdb.install
(from rev 120881, couchdb/trunk/couchdb.install)
  couchdb/repos/community-staging-i686/couchdb.service
(from rev 120881, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-i686/couchdb.tmpfiles
(from rev 120881, couchdb/trunk/couchdb.tmpfiles)
  couchdb/repos/community-staging-x86_64/
  couchdb/repos/community-staging-x86_64/PKGBUILD
(from rev 120881, couchdb/trunk/PKGBUILD)
  couchdb/repos/community-staging-x86_64/couchdb.install
(from rev 120881, couchdb/trunk/couchdb.install)
  couchdb/repos/community-staging-x86_64/couchdb.service
(from rev 120881, couchdb/trunk/couchdb.service)
  couchdb/repos/community-staging-x86_64/couchdb.tmpfiles
(from rev 120881, couchdb/trunk/couchdb.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/couchdb.install|   22 +++
 community-staging-i686/couchdb.service|   12 ++
 community-staging-i686/couchdb.tmpfiles   |1 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/couchdb.install  |   22 +++
 community-staging-x86_64/couchdb.service  |   12 ++
 community-staging-x86_64/couchdb.tmpfiles |1 
 8 files changed, 174 insertions(+)

Copied: couchdb/repos/community-staging-i686/PKGBUILD (from rev 120881, 
couchdb/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 14:40:14 UTC (rev 120882)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=couchdb
+pkgver=1.6.1
+pkgrel=2
+pkgdesc=A document-oriented database that can be queried and indexed in a 
MapReduce fashion using JSON
+arch=('i686' 'x86_64')
+url=http://couchdb.apache.org;
+license=('APACHE')
+depends=('icu' 'erlang-nox' 'js185' 'openssl' 'curl')
+makedepends=('autoconf-archive' 'git')
+install=couchdb.install
+backup=('etc/couchdb/local.ini'
+   'etc/conf.d/couchdb'
+   'etc/logrotate.d/couchdb')
+#source=(git://github.com/apache/couchdb.git#commit=8d7ab8b18dd20f8785e69f4420c6f93a2edbfa60
+source=(http://www.eu.apache.org/dist/couchdb/source/$pkgver/apache-couchdb-$pkgver.tar.gz{,.asc}
+   couchdb.service
+   couchdb.tmpfiles)
+md5sums=('01a2c8ab4fcde457529428993901a060'
+ 'SKIP'
+ '8914a7ffc6745f94106d96206709acb4'
+ '1e254ebe32eeb061be64193bafa35dbf')
+
+prepare() {
+  cd $srcdir/apache-couchdb-$pkgver
+  sed -i 's|-Werror||g' src/couchdb/priv/Makefile.*
+}
+
+build() {
+  cd $srcdir/apache-couchdb-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/apache-couchdb-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 etc/default/couchdb $pkgdir/etc/conf.d/couchdb
+  sed -i 's|\(COUCHDB_OPTIONS=\)|\1-p /var/run/couchdb/couchdb.pid|' 
$pkgdir/etc/conf.d/couchdb
+
+  rm -rf $pkgdir/etc/default/ $pkgdir/var/run $pkgdir/etc/init.d
+
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}

Copied: couchdb/repos/community-staging-i686/couchdb.install (from rev 120881, 
couchdb/trunk/couchdb.install)
===
--- community-staging-i686/couchdb.install  (rev 0)
+++ community-staging-i686/couchdb.install  2014-10-17 14:40:14 UTC (rev 
120882)
@@ -0,0 +1,22 @@
+post_install() {
+   id couchdb /dev/null || \
+   useradd -r -c CouchDB daemon -g daemon -d /var/lib/couchdb -s 
/bin/false couchdb
+   mkdir -p /var/run/couchdb
+   chown -R couchdb.daemon /etc/couchdb
+   chown -R couchdb.daemon /var/{lib,log,run}/couchdb
+}
+
+pre_upgrade() {
+   id couchdb /dev/null || \
+   useradd -r -c CouchDB daemon -g daemon -d /var/lib/couchdb -s 
/bin/false couchdb
+}
+
+post_upgrade() {
+   mkdir -p $pkgdir/var/run/couchdb
+   chown -R couchdb.daemon /etc/couchdb
+   chown -R couchdb.daemon /var/{lib,log,run}/couchdb
+}
+
+post_remove() {
+   userdel couchdb /dev/null
+}

Copied: couchdb/repos/community-staging-i686/couchdb.service (from rev 120881, 
couchdb/trunk/couchdb.service)
===
--- 

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:24
  Author: spupykin
Revision: 120883

upgpkg: dwdiff 2.0.9-3

upd

Modified:
  dwdiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:40:14 UTC (rev 120882)
+++ PKGBUILD2014-10-17 14:40:24 UTC (rev 120883)
@@ -3,7 +3,7 @@
 
 pkgname=dwdiff
 pkgver=2.0.9
-pkgrel=2
+pkgrel=3
 pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
 arch=('i686' 'x86_64')
 url=http://os.ghalkes.nl/dwdiff.html;


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:36
  Author: spupykin
Revision: 120884

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

Added:
  dwdiff/repos/community-staging-i686/
  dwdiff/repos/community-staging-i686/PKGBUILD
(from rev 120883, dwdiff/trunk/PKGBUILD)
  dwdiff/repos/community-staging-x86_64/
  dwdiff/repos/community-staging-x86_64/PKGBUILD
(from rev 120883, dwdiff/trunk/PKGBUILD)

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

Copied: dwdiff/repos/community-staging-i686/PKGBUILD (from rev 120883, 
dwdiff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 14:40:36 UTC (rev 120884)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=3
+pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
+arch=('i686' 'x86_64')
+url=http://os.ghalkes.nl/dwdiff.html;
+depends=('diffutils' 'icu')
+license=('GPL')
+source=(http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}

Copied: dwdiff/repos/community-staging-x86_64/PKGBUILD (from rev 120883, 
dwdiff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 14:40:36 UTC (rev 120884)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=dwdiff
+pkgver=2.0.9
+pkgrel=3
+pkgdesc=A front-end for the diff program that operates at the word level 
instead of the line level
+arch=('i686' 'x86_64')
+url=http://os.ghalkes.nl/dwdiff.html;
+depends=('diffutils' 'icu')
+license=('GPL')
+source=(http://os.ghalkes.nl/dist/$pkgname-$pkgver.tgz;)
+md5sums=('f8364e1257011cc9dfe349775a651606')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --without-dwfilter
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr install
+}


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:40
  Author: spupykin
Revision: 120885

upgpkg: gnustep-base 1.24.6-2

upd

Modified:
  gnustep-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:40:36 UTC (rev 120884)
+++ PKGBUILD2014-10-17 14:40:40 UTC (rev 120885)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-base
 pkgver=1.24.6
-pkgrel=1
+pkgrel=2
 pkgdesc=The GNUstep base package
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 16:40:50
  Author: spupykin
Revision: 120886

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

Added:
  gnustep-base/repos/community-staging-i686/
  gnustep-base/repos/community-staging-i686/ChangeLog
(from rev 120885, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-i686/PKGBUILD
(from rev 120885, gnustep-base/trunk/PKGBUILD)
  gnustep-base/repos/community-staging-x86_64/
  gnustep-base/repos/community-staging-x86_64/ChangeLog
(from rev 120885, gnustep-base/trunk/ChangeLog)
  gnustep-base/repos/community-staging-x86_64/PKGBUILD
(from rev 120885, gnustep-base/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |6 +
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-x86_64/ChangeLog |6 +
 community-staging-x86_64/PKGBUILD  |   36 +++
 4 files changed, 84 insertions(+)

Copied: gnustep-base/repos/community-staging-i686/ChangeLog (from rev 120885, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-i686/PKGBUILD (from rev 120885, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.6
+pkgrel=2
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' NSTimeZones/Makefile.postamble
+  sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
+  make VERBOSE=1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  chown -R root.root $pkgdir/
+}

Copied: gnustep-base/repos/community-staging-x86_64/ChangeLog (from rev 120885, 
gnustep-base/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,6 @@
+2007-07-24 Snowman eric@archlinux
+   * rebuilt against toolchain in current
+   * fixed SMP build
+   * fixed file ownership
+2007-06-26 tardo ta...@nagi-fanboi.net
+* Built for x86_64

Copied: gnustep-base/repos/community-staging-x86_64/PKGBUILD (from rev 120885, 
gnustep-base/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 14:40:50 UTC (rev 120886)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-base
+pkgver=1.24.6
+pkgrel=2
+pkgdesc=The GNUstep base package
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=(GPL LGPL)
+depends=(libxslt avahi gmp gcc-libs openssl libffi gnustep-make gnutls icu)
+makedepends=(gcc-objc)
+conflicts=('gnustep-base-svn')
+groups=('gnustep-core')
+options=('!emptydirs' '!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz)
+md5sums=('02e45ae9a7e5e75bf32cc1a6e8381bc1')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  source /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep \
+   --with-ffi-include=/usr/lib/libffi-`pacman -Q libffi | cut -f2 -d\ |cut 
-f1 -d-`/include/
+  # fix file ownership
+  sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R 
root:root * ;/' 

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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 16:55:32
  Author: jelle
Revision: 120887

upgpkg: poedit 1.6.9-4

icu 54.1 .so bump

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 14:40:50 UTC (rev 120886)
+++ PKGBUILD2014-10-17 14:55:32 UTC (rev 120887)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.9
-pkgrel=3
+pkgrel=4
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 17:02:01
  Author: jelle
Revision: 120888

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

Added:
  poedit/repos/community-staging-i686/
  poedit/repos/community-staging-i686/PKGBUILD
(from rev 120887, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-i686/poedit.install
(from rev 120887, poedit/trunk/poedit.install)

+
 PKGBUILD   |   33 +
 poedit.install |   12 
 2 files changed, 45 insertions(+)

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

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 120887, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2014-10-17 15:02:01 UTC (rev 
120888)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 17:16:24
  Author: jelle
Revision: 120889

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

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

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

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

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

Deleted: community-staging-i686/poedit.install
===
--- community-staging-i686/poedit.install   2014-10-17 15:02:01 UTC (rev 
120888)
+++ community-staging-i686/poedit.install   2014-10-17 15:16:24 UTC (rev 
120889)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 120888, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2014-10-17 15:16:24 UTC (rev 
120889)
@@ 

[arch-commits] Commit in evolution-data-server/repos (6 files)

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 17:17:08
  Author: fyan
Revision: 224680

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

Added:
  evolution-data-server/repos/staging-i686/
  evolution-data-server/repos/staging-i686/PKGBUILD
(from rev 224679, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-i686/evolution-data-server.install
(from rev 224679, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/staging-x86_64/
  evolution-data-server/repos/staging-x86_64/PKGBUILD
(from rev 224679, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/staging-x86_64/evolution-data-server.install
(from rev 224679, evolution-data-server/trunk/evolution-data-server.install)

--+
 staging-i686/PKGBUILD|   36 +
 staging-i686/evolution-data-server.install   |   11 +++
 staging-x86_64/PKGBUILD  |   36 +
 staging-x86_64/evolution-data-server.install |   11 +++
 4 files changed, 94 insertions(+)

Copied: evolution-data-server/repos/staging-i686/PKGBUILD (from rev 224679, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 15:17:08 UTC (rev 224680)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.12.7
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url=https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c349244ac2b573e33d7f20547eb5133f082113390103533267efcc4037793192')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution-data-server/repos/staging-i686/evolution-data-server.install 
(from rev 224679, evolution-data-server/trunk/evolution-data-server.install)
===
--- staging-i686/evolution-data-server.install  (rev 0)
+++ staging-i686/evolution-data-server.install  2014-10-17 15:17:08 UTC (rev 
224680)
@@ -0,0 +1,11 @@
+post_install () {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+post_install
+}

Copied: evolution-data-server/repos/staging-x86_64/PKGBUILD (from rev 224679, 
evolution-data-server/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-17 15:17:08 UTC (rev 224680)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.12.7
+pkgrel=2
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url=https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c349244ac2b573e33d7f20547eb5133f082113390103533267efcc4037793192')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+ 
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 
evolution-data-server/repos/staging-x86_64/evolution-data-server.install (from 
rev 224679, 

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

2014-10-17 Thread Felix Yan
Date: Friday, October 17, 2014 @ 17:16:21
  Author: fyan
Revision: 224679

upgpkg: evolution-data-server 3.12.7-2

icu 54.1 rebuild

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 13:52:48 UTC (rev 224678)
+++ PKGBUILD2014-10-17 15:16:21 UTC (rev 224679)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)


[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:41:42
  Author: spupykin
Revision: 120891

upgpkg: open-vm-tools 6:9.4.6-2

upd

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:41:38 UTC (rev 120890)
+++ PKGBUILD2014-10-17 15:41:42 UTC (rev 120891)
@@ -6,7 +6,7 @@
 epoch=6
 pkgver=9.4.6
 _pkgsubver=1770165
-pkgrel=1
+pkgrel=2
 pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:41:38
  Author: spupykin
Revision: 120890

upgpkg: mapnik 2.2.0.605.g648dea6-2

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:16:24 UTC (rev 120889)
+++ PKGBUILD2014-10-17 15:41:38 UTC (rev 120890)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0.605.g648dea6
-pkgrel=1
+pkgrel=2
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;


[arch-commits] Commit in open-vm-tools/repos (14 files)

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:42:10
  Author: spupykin
Revision: 120892

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

Added:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-i686/PKGBUILD
(from rev 120891, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-i686/network-script
(from rev 120891, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-i686/tools.conf
(from rev 120891, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-i686/vmtoolsd.service
(from rev 120891, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-i686/vmware-guestd
(from rev 120891, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-i686/xautostart.conf
(from rev 120891, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-staging-x86_64/
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 120891, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/network-script
(from rev 120891, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-x86_64/tools.conf
(from rev 120891, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 120891, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-guestd
(from rev 120891, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-x86_64/xautostart.conf
(from rev 120891, open-vm-tools/trunk/xautostart.conf)

---+
 community-staging-i686/PKGBUILD   |   77 +++
 community-staging-i686/network-script |  195 
 community-staging-i686/tools.conf |1 
 community-staging-i686/vmtoolsd.service   |9 +
 community-staging-i686/vmware-guestd  |6 
 community-staging-i686/xautostart.conf|6 
 community-staging-x86_64/PKGBUILD |   77 +++
 community-staging-x86_64/network-script   |  195 
 community-staging-x86_64/tools.conf   |1 
 community-staging-x86_64/vmtoolsd.service |9 +
 community-staging-x86_64/vmware-guestd|6 
 community-staging-x86_64/xautostart.conf  |6 
 12 files changed, 588 insertions(+)

Copied: open-vm-tools/repos/community-staging-i686/PKGBUILD (from rev 120891, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 15:42:10 UTC (rev 120892)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=9.4.6
+_pkgsubver=1770165
+pkgrel=2
+pkgdesc=The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+#source=(http://downloads.sourceforge.net/project/open-vm-tools/open-vm-tools/Development%20Snapshots/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-${_pkgsubver}.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service)
+md5sums=('3969daf1535d34e1c5f0c87a779b7642'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ '1b9ae908fce4c623269f100ee9bdfdef'
+ '75a25d83417e683957321f97a00f8465'
+ 'a6c53243d31c765580f6dded7d5fa98f')
+
+build() {
+  cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}
+  export CFLAGS=-DGLIB_DISABLE_DEPRECATION_WARNINGS ${CFLAGS}
+  export CUSTOM_PROCPS_NAME=procps
+  sed -i 's|-Werror||g' configure.ac
+  aclocal
+  libtoolize
+  automake --add-missing
+  autoconf
+  ./configure --prefix=/usr --without-kernel-modules --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}
+
+  make install DESTDIR=$pkgdir
+  install -Dm0644 vmware-user-suid-wrapper/vmware-user.desktop 
$pkgdir/usr/share/applications/vmware-user.desktop
+
+  # vmware-user XDG autostart
+  mkdir -p $pkgdir/etc/xdg/autostart
+  ln -s /usr/share/applications/vmware-user.desktop 
$pkgdir/etc/xdg/autostart/vmware-user.desktop
+
+  install -D -m 755 scripts/common/vmware-xdg-detect-de 

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:42:14
  Author: spupykin
Revision: 120893

upgpkg: parrot 6.8.0-2

upd

Modified:
  parrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:42:10 UTC (rev 120892)
+++ PKGBUILD2014-10-17 15:42:14 UTC (rev 120893)
@@ -6,7 +6,7 @@
 pkgver=6.8.0
 #_rel=stable
 _rel=devel
-pkgrel=1
+pkgrel=2
 pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
 arch=('x86_64' 'i686')
 url=http://www.parrotcode.org/;


[arch-commits] Commit in parrot/repos (2 files)

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:42:21
  Author: spupykin
Revision: 120894

archrelease: copy trunk to community-staging-x86_64

Added:
  parrot/repos/community-staging-x86_64/
  parrot/repos/community-staging-x86_64/PKGBUILD
(from rev 120893, parrot/trunk/PKGBUILD)

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

Copied: parrot/repos/community-staging-x86_64/PKGBUILD (from rev 120893, 
parrot/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 15:42:21 UTC (rev 120894)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=6.8.0
+#_rel=stable
+_rel=devel
+pkgrel=2
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('b97860b802998f9be26071910444d1e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 17:42:56
  Author: jelle
Revision: 120895

upgpkg: yaz 5.1.1-2

icu 54.1 .so bump

Modified:
  yaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:42:21 UTC (rev 120894)
+++ PKGBUILD2014-10-17 15:42:56 UTC (rev 120895)
@@ -8,7 +8,7 @@
 
 pkgname=yaz
 pkgver=5.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
 arch=('i686' 'x86_64')
 url=http://www.indexdata.dk/yaz;


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:44:04
  Author: spupykin
Revision: 120897

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

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

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

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 120896, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 15:44:04 UTC (rev 120897)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0.620.gad76838
+pkgrel=1
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install=mapnik.install
+#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $srcdir/$pkgname
+
+  git describe --long | cut -c2- | sed 's/-/./g'
+}
+
+build() {
+  cd $srcdir/$pkgname
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname
+  scons install
+}

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 120896, 
mapnik/trunk/mapnik.install)
===
--- community-staging-i686/mapnik.install   (rev 0)
+++ community-staging-i686/mapnik.install   2014-10-17 15:44:04 UTC (rev 
120897)
@@ -0,0 +1,11 @@
+post_install() {
+  /sbin/ldconfig
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: mapnik/repos/community-staging-x86_64/PKGBUILD (from rev 120896, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 15:44:04 UTC (rev 120897)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0.620.gad76838
+pkgrel=1
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost' 'git')
+install=mapnik.install
+#source=($pkgname-$pkgver.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=(git://github.com/mapnik/mapnik.git#branch=2.3.x)

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:43:51
  Author: spupykin
Revision: 120896

upgpkg: mapnik 2.2.0.620.gad76838-1

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:42:56 UTC (rev 120895)
+++ PKGBUILD2014-10-17 15:43:51 UTC (rev 120896)
@@ -4,8 +4,8 @@
 # Contributor: orbisvicis orbisvi...@gmail.com
 
 pkgname=mapnik
-pkgver=2.2.0.605.g648dea6
-pkgrel=2
+pkgver=2.2.0.620.gad76838
+pkgrel=1
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;


[arch-commits] Commit in parrot/repos (2 files)

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:45:56
  Author: spupykin
Revision: 120898

archrelease: copy trunk to community-staging-i686

Added:
  parrot/repos/community-staging-i686/
  parrot/repos/community-staging-i686/PKGBUILD
(from rev 120897, parrot/trunk/PKGBUILD)

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

Copied: parrot/repos/community-staging-i686/PKGBUILD (from rev 120897, 
parrot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 15:45:56 UTC (rev 120898)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: mpie michael.kyne-philli...@ntlworld.com
+
+pkgname=parrot
+pkgver=6.8.0
+#_rel=stable
+_rel=devel
+pkgrel=2
+pkgdesc=Standalone VM that can execute bytecode compiled dynamic languages
+arch=('x86_64' 'i686')
+url=http://www.parrotcode.org/;
+license=('GPL')
+depends=('icu' 'openssl' 'libffi')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('b97860b802998f9be26071910444d1e6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  perl Configure.pl --prefix=/usr \
+--parrot_is_shared \
+--disable-rpath \
+   --mandir=/usr/share/man \
+--optimize
+  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$(pwd)/blib/lib
+  make all parrot_utils docs html
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install-dev
+  sed -i s#$srcdir#/usr/src# \
+$pkgdir/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 17:46:15
  Author: jelle
Revision: 120899

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

Added:
  yaz/repos/community-staging-i686/
  yaz/repos/community-staging-i686/PKGBUILD
(from rev 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 120897, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 120897, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 120897, yaz/trunk/yaz.changelog)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/yaz.changelog   |   17 ++
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/yaz.changelog |   17 ++
 4 files changed, 106 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 120897, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.1.1
+pkgrel=2
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 120897, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2014-10-17 15:46:15 UTC (rev 
120899)
@@ -0,0 +1,17 @@
+2014-05-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.1.1-1
+
+2014-02-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.12-1
+
+2013-10-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.9-1
+
+2013-10-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 5.0.1-1
+
+2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.54-1
+
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 120897, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-10-17 15:46:15 UTC (rev 120899)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=5.1.1
+pkgrel=2
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('473fb0c8061cf9f084fa85685879f99bb711df4c336a8be6402fbe6721b0d6ed')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 120897, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  2014-10-17 15:46:15 UTC (rev 
120899)
@@ -0,0 +1,17 @@
+2014-05-25 

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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:59:48
  Author: spupykin
Revision: 120901

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-17 15:59:35 UTC (rev 120900)
+++ community-i686/PKGBUILD 2014-10-17 15:59:48 UTC (rev 120901)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-pkgname=unpaper
-pkgver=5.1
-pkgrel=1
-pkgdesc=post-processing tool for scanned sheets of paper
-arch=('i686' 'x86_64')
-#url=http://$pkgname.berlios.de/;
-url=https://github.com/Flameeyes/unpaper;
-license=GPL
-depends=()
-makedepends=('gcc' 'libxslt')
-source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('06fe02a2e460c0ea218b6cd05bf573fe')
-
-build() {
-  cd $srcdir/Flameeyes-unpaper-*
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/Flameeyes-unpaper-*
-  make install DESTDIR=$pkgdir
-}

Copied: unpaper/repos/community-i686/PKGBUILD (from rev 120900, 
unpaper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-17 15:59:48 UTC (rev 120901)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+pkgname=unpaper
+pkgver=6
+pkgrel=1
+pkgdesc=post-processing tool for scanned sheets of paper
+arch=('i686' 'x86_64')
+url=https://github.com/Flameeyes/unpaper;
+license=(GPL)
+depends=('ffmpeg')
+makedepends=('gcc' 'libxslt')
+source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
+md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
+
+build() {
+  cd $srcdir/Flameeyes-unpaper-*
+  aclocal
+  automake --add-missing
+  autoconf
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/Flameeyes-unpaper-*
+  make install DESTDIR=$pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-17 15:59:35 UTC (rev 120900)
+++ community-x86_64/PKGBUILD   2014-10-17 15:59:48 UTC (rev 120901)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Hauser andy-...@splashground.de
-
-pkgname=unpaper
-pkgver=5.1
-pkgrel=1
-pkgdesc=post-processing tool for scanned sheets of paper
-arch=('i686' 'x86_64')
-#url=http://$pkgname.berlios.de/;
-url=https://github.com/Flameeyes/unpaper;
-license=GPL
-depends=()
-makedepends=('gcc' 'libxslt')
-source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('06fe02a2e460c0ea218b6cd05bf573fe')
-
-build() {
-  cd $srcdir/Flameeyes-unpaper-*
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/Flameeyes-unpaper-*
-  make install DESTDIR=$pkgdir
-}

Copied: unpaper/repos/community-x86_64/PKGBUILD (from rev 120900, 
unpaper/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-17 15:59:48 UTC (rev 120901)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Hauser andy-...@splashground.de
+
+pkgname=unpaper
+pkgver=6
+pkgrel=1
+pkgdesc=post-processing tool for scanned sheets of paper
+arch=('i686' 'x86_64')
+url=https://github.com/Flameeyes/unpaper;
+license=(GPL)
+depends=('ffmpeg')
+makedepends=('gcc' 'libxslt')
+source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
+md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
+
+build() {
+  cd $srcdir/Flameeyes-unpaper-*
+  aclocal
+  automake --add-missing
+  autoconf
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/Flameeyes-unpaper-*
+  make install DESTDIR=$pkgdir
+}


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

2014-10-17 Thread Sergej Pupykin
Date: Friday, October 17, 2014 @ 17:59:35
  Author: spupykin
Revision: 120900

upgpkg: unpaper 6-1

upd

Modified:
  unpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 15:46:15 UTC (rev 120899)
+++ PKGBUILD2014-10-17 15:59:35 UTC (rev 120900)
@@ -3,17 +3,16 @@
 # Contributor: Andreas Hauser andy-...@splashground.de
 
 pkgname=unpaper
-pkgver=5.1
+pkgver=6
 pkgrel=1
 pkgdesc=post-processing tool for scanned sheets of paper
 arch=('i686' 'x86_64')
-#url=http://$pkgname.berlios.de/;
 url=https://github.com/Flameeyes/unpaper;
-license=GPL
-depends=()
+license=(GPL)
+depends=('ffmpeg')
 makedepends=('gcc' 'libxslt')
 
source=($pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/tarball/unpaper-$pkgver;)
-md5sums=('06fe02a2e460c0ea218b6cd05bf573fe')
+md5sums=('cfc16684ab4e4d2f9472eca41492bdbf')
 
 build() {
   cd $srcdir/Flameeyes-unpaper-*


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

2014-10-17 Thread Florian Pritz
Date: Friday, October 17, 2014 @ 18:25:19
  Author: bluewind
Revision: 120912

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 16:25:15 UTC (rev 120911)
+++ PKGBUILD2014-10-17 16:25:19 UTC (rev 120912)
@@ -1,20 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-pkgname=python-ansi2html
-pkgver=1.0.6
-pkgrel=2
-pkgdesc=Convert text with ANSI color codes to HTML
-arch=('any')
-url=http://pypi.python.org/pypi/ansi2html;
-license=('GPL')
-depends=('python-six')
-makedepends=('python-setuptools')
-source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
-md5sums=('df764afaa8e1167d7e7747ea59705e49'
- 'SKIP')
-
-package() {
-  cd ansi2html-$pkgver
-
-  python setup.py install --root=$pkgdir  --optimize=1
-}

Copied: python-ansi2html/repos/community-any/PKGBUILD (from rev 120911, 
python-ansi2html/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 16:25:19 UTC (rev 120912)
@@ -0,0 +1,21 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+
+pkgname=python-ansi2html
+pkgver=1.0.7
+pkgrel=1
+pkgdesc=Convert text with ANSI color codes to HTML
+arch=('any')
+url=http://pypi.python.org/pypi/ansi2html;
+license=('GPL')
+depends=('python-six')
+makedepends=('python-setuptools')
+source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
+md5sums=('f689b3a568d6754cac48adec51215773'
+ 'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
+
+package() {
+  cd ansi2html-$pkgver
+
+  python setup.py install --root=$pkgdir  --optimize=1
+}


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

2014-10-17 Thread Florian Pritz
Date: Friday, October 17, 2014 @ 18:25:15
  Author: bluewind
Revision: 120911

upgpkg: python-ansi2html 1.0.7-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 16:25:14 UTC (rev 120910)
+++ PKGBUILD2014-10-17 16:25:15 UTC (rev 120911)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz bluew...@xinu.at
 
 pkgname=python-ansi2html
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=Convert text with ANSI color codes to HTML
 arch=('any')
 url=http://pypi.python.org/pypi/ansi2html;
@@ -10,8 +10,9 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 
source=(http://pypi.python.org/packages/source/a/ansi2html/ansi2html-${pkgver}.tar.gz{,.asc})
-md5sums=('df764afaa8e1167d7e7747ea59705e49'
+md5sums=('f689b3a568d6754cac48adec51215773'
  'SKIP')
+validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {
   cd ansi2html-$pkgver


[arch-commits] Commit in (gitg hitori libgit2-glib libgit2)

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 18:25:14
  Author: eric
Revision: 120910

Moved to [extra] repo

Deleted:
  gitg/
  hitori/
  libgit2-glib/
  libgit2/


[arch-commits] Commit in spacefm/repos/community-x86_64 (4 files)

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:01:22
  Author: eric
Revision: 120913

archrelease: copy trunk to community-x86_64

Added:
  spacefm/repos/community-x86_64/PKGBUILD
(from rev 120912, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
(from rev 120912, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-x86_64/spacefm.install
(from rev 120912, spacefm/trunk/spacefm.install)
Deleted:
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch

---+
 PKGBUILD  |   43 ++
 spacefm-0.9.4-glib-2.41.patch |   50 
 spacefm.install   |   14 +++
 3 files changed, 82 insertions(+), 25 deletions(-)

Copied: spacefm/repos/community-x86_64/PKGBUILD (from rev 120912, 
spacefm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 17:01:22 UTC (rev 120913)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat the.ridikulus@gmail.com
+
+pkgname=spacefm
+pkgver=0.9.4
+pkgrel=3
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+ 'systemd' 'bash')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+'wget: plugin download'
+'gksu: perform as root functionality'
+'udevil: mount as non-root user and mount networks'
+'udisks: mount as non-root user'
+'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz
+spacefm-0.9.4-glib-2.41.patch)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4'
+ '1ec85afcb4fc881a8e876b3cf60c7028')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../spacefm-0.9.4-glib-2.41.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: spacefm-0.9.4-glib-2.41.patch
===
--- spacefm-0.9.4-glib-2.41.patch   2014-10-17 16:25:19 UTC (rev 120912)
+++ spacefm-0.9.4-glib-2.41.patch   2014-10-17 17:01:22 UTC (rev 120913)
@@ -1,25 +0,0 @@
-diff --git a/src/main.c b/src/main.c
-index a7307fb..af5dc5a 100644
 a/src/main.c
-+++ b/src/main.c
-@@ -1349,7 +1349,9 @@ int main ( int argc, char *argv[] )
- vfs_file_monitor_clean();
- return ret == -1 ? 0 : ret;
- }
-+GDK_THREADS_ENTER();
- gtk_main();
-+GDK_THREADS_LEAVE();
- vfs_file_monitor_clean();
- return 0;
- }
-@@ -1509,8 +1511,10 @@ int main ( int argc, char *argv[] )
- run = handle_parsed_commandline_args();
- app_settings.load_saved_tabs = TRUE;
- 
-+GDK_THREADS_ENTER();
- if( run )   /* run the main loop */
- gtk_main();
-+GDK_THREADS_LEAVE();
- 
- main_window_event( NULL, NULL, evt_exit, 0, 0, NULL, 0, 0, 0, FALSE );
- 

Copied: spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch (from rev 
120912, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
===
--- spacefm-0.9.4-glib-2.41.patch   (rev 0)
+++ spacefm-0.9.4-glib-2.41.patch   2014-10-17 17:01:22 UTC (rev 120913)
@@ -0,0 +1,25 @@
+diff --git a/src/main.c b/src/main.c
+index a7307fb..af5dc5a 100644
+--- a/src/main.c
 b/src/main.c
+@@ -1349,7 +1349,9 @@ int main ( int argc, char *argv[] )
+ vfs_file_monitor_clean();
+ return ret == -1 ? 0 : ret;
+ }
++GDK_THREADS_ENTER();
+ gtk_main();
++GDK_THREADS_LEAVE();
+ vfs_file_monitor_clean();
+ return 0;
+ }
+@@ -1509,8 +1511,10 @@ int main ( int argc, char *argv[] )
+ run = handle_parsed_commandline_args();
+ app_settings.load_saved_tabs = TRUE;
+ 
++GDK_THREADS_ENTER();
+ if( run )   /* run the main loop */
+ gtk_main();
++GDK_THREADS_LEAVE();
+ 
+ main_window_event( NULL, NULL, evt_exit, 0, 0, NULL, 0, 0, 0, FALSE );
+ 

Copied: spacefm/repos/community-x86_64/spacefm.install (from rev 120912, 
spacefm/trunk/spacefm.install)
===
--- spacefm.install (rev 0)
+++ spacefm.install 2014-10-17 17:01:22 UTC (rev 120913)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database /usr/share/mime  

[arch-commits] Commit in gnome-sound-recorder/repos (extra-i686 extra-x86_64)

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:01:21
  Author: eric
Revision: 224681

Clean up svn

Deleted:
  gnome-sound-recorder/repos/extra-i686/
  gnome-sound-recorder/repos/extra-x86_64/


[arch-commits] Commit in gnome-sudoku/repos (extra-any)

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:02:30
  Author: eric
Revision: 224682

Clean up svn

Deleted:
  gnome-sudoku/repos/extra-any/


[arch-commits] Commit in gnome-weather/repos (extra-i686 extra-x86_64)

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:03:40
  Author: eric
Revision: 224683

Clean up svn

Deleted:
  gnome-weather/repos/extra-i686/
  gnome-weather/repos/extra-x86_64/


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

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:06:45
  Author: eric
Revision: 120914

Remove invalid arch

Modified:
  sl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:01:22 UTC (rev 120913)
+++ PKGBUILD2014-10-17 17:06:45 UTC (rev 120914)
@@ -7,7 +7,7 @@
 pkgver=5.02
 pkgrel=3
 pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
-arch=('i686' 'x86_64' 'arm')
+arch=('i686' 'x86_64')
 url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
 license=('custom')
 depends=('ncurses')


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

2014-10-17 Thread Andreas Radke
Date: Friday, October 17, 2014 @ 19:09:06
  Author: andyrtr
Revision: 224684

upgpkg: libreoffice-fresh 4.3.2-2

rebuild for icu 54.1

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:03:40 UTC (rev 224683)
+++ PKGBUILD2014-10-17 17:09:06 UTC (rev 224684)
@@ -6,7 +6,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=4.3.2.2
 pkgver=4.3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;


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

2014-10-17 Thread Andreas Radke
Date: Friday, October 17, 2014 @ 19:09:39
  Author: andyrtr
Revision: 224685

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

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 224684, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.install
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 224684, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 224684, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.install
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.install)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 224684, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 224684, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  413 
++
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.install  |   13 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  413 
++
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.install|   13 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 964 insertions(+)

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


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

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:10:42
  Author: eric
Revision: 120915

archrelease: copy trunk to community-i686

Added:
  sl/repos/community-i686/PKGBUILD
(from rev 120914, sl/trunk/PKGBUILD)
Deleted:
  sl/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 17:06:45 UTC (rev 120914)
+++ PKGBUILD2014-10-17 17:10:42 UTC (rev 120915)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jakub Luzny limot...@gmail.com
-# Contributor: SanskritFritz (gmail)
-
-pkgname=sl
-pkgver=5.02
-pkgrel=3
-pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
-arch=('i686' 'x86_64' 'arm')
-url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
-license=('custom')
-depends=('ncurses')
-source=(https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
-md5sums=('5d5fe203eb19598821647ba8db5dde6c')
-
-build() {
-   cd $srcdir/sl-$pkgver
-
-   cc $CFLAGS -o sl sl.c -lcurses
-   gzip -9 -f sl.1
-}
-
-package() {
-   cd $srcdir/sl-$pkgver
-
-   install -Dm 775 sl $pkgdir/usr/bin/sl
-   install -Dm 644 sl.1.gz $pkgdir/usr/share/man/man1/sl.1.gz
-  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sl/repos/community-i686/PKGBUILD (from rev 120914, sl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 17:10:42 UTC (rev 120915)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jakub Luzny limot...@gmail.com
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=3
+pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
+arch=('i686' 'x86_64')
+url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
+license=('custom')
+depends=('ncurses')
+source=(https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
+md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+
+build() {
+   cd $srcdir/sl-$pkgver
+
+   cc $CFLAGS -o sl sl.c -lcurses
+   gzip -9 -f sl.1
+}
+
+package() {
+   cd $srcdir/sl-$pkgver
+
+   install -Dm 775 sl $pkgdir/usr/bin/sl
+   install -Dm 644 sl.1.gz $pkgdir/usr/share/man/man1/sl.1.gz
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 19:15:30
  Author: jelle
Revision: 120916

upgpkg: gnustep-gui 0.24.0-3

icu 54.1 .so bump

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:10:42 UTC (rev 120915)
+++ PKGBUILD2014-10-17 17:15:30 UTC (rev 120916)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-gui
 pkgver=0.24.0
-pkgrel=2
+pkgrel=3
 pkgdesc=The GNUstep GUI class library
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;


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

2014-10-17 Thread Eric Bélanger
Date: Friday, October 17, 2014 @ 19:17:07
  Author: eric
Revision: 120917

archrelease: copy trunk to community-x86_64

Added:
  sl/repos/community-x86_64/PKGBUILD
(from rev 120916, sl/trunk/PKGBUILD)
Deleted:
  sl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 17:15:30 UTC (rev 120916)
+++ PKGBUILD2014-10-17 17:17:07 UTC (rev 120917)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jakub Luzny limot...@gmail.com
-# Contributor: SanskritFritz (gmail)
-
-pkgname=sl
-pkgver=5.02
-pkgrel=3
-pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
-arch=('i686' 'x86_64' 'arm')
-url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
-license=('custom')
-depends=('ncurses')
-source=(https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
-md5sums=('5d5fe203eb19598821647ba8db5dde6c')
-
-build() {
-   cd $srcdir/sl-$pkgver
-
-   cc $CFLAGS -o sl sl.c -lcurses
-   gzip -9 -f sl.1
-}
-
-package() {
-   cd $srcdir/sl-$pkgver
-
-   install -Dm 775 sl $pkgdir/usr/bin/sl
-   install -Dm 644 sl.1.gz $pkgdir/usr/share/man/man1/sl.1.gz
-  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sl/repos/community-x86_64/PKGBUILD (from rev 120916, sl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 17:17:07 UTC (rev 120917)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jakub Luzny limot...@gmail.com
+# Contributor: SanskritFritz (gmail)
+
+pkgname=sl
+pkgver=5.02
+pkgrel=3
+pkgdesc='Steam Locomotive runs across your terminal when you type sl as you 
meant to type ls.'
+arch=('i686' 'x86_64')
+url=http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/index_e.html;
+license=('custom')
+depends=('ncurses')
+source=(https://github.com/mtoyoda/sl/archive/$pkgver.tar.gz;)
+md5sums=('5d5fe203eb19598821647ba8db5dde6c')
+
+build() {
+   cd $srcdir/sl-$pkgver
+
+   cc $CFLAGS -o sl sl.c -lcurses
+   gzip -9 -f sl.1
+}
+
+package() {
+   cd $srcdir/sl-$pkgver
+
+   install -Dm 775 sl $pkgdir/usr/bin/sl
+   install -Dm 644 sl.1.gz $pkgdir/usr/share/man/man1/sl.1.gz
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-17 Thread Jelle van der Waa
Date: Friday, October 17, 2014 @ 19:18:45
  Author: jelle
Revision: 120918

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 120916, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 120916, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.1.patch
(from rev 120916, gnustep-gui/trunk/giflib-5.1.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 120917, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 120917, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.1.patch
(from rev 120917, gnustep-gui/trunk/giflib-5.1.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   38 
 community-staging-i686/giflib-5.1.patch   |   30 ++
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   38 
 community-staging-x86_64/giflib-5.1.patch |   30 ++
 6 files changed, 140 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 120916, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 120916, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.24.0
+pkgrel=3
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.1.patch)
+md5sums=('bd289f0c7b2626d093ad92364069b9a7'
+ '78b6470b9a43ac7025621fef07d2faef')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i ../giflib-5.1.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.1.patch (from rev 
120916, gnustep-gui/trunk/giflib-5.1.patch)
===
--- community-staging-i686/giflib-5.1.patch (rev 0)
+++ community-staging-i686/giflib-5.1.patch 2014-10-17 17:18:45 UTC (rev 
120918)
@@ -0,0 +1,30 @@
+diff -wbBur gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m 
gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m
+--- gnustep-gui-0.24.0/Source/NSBitmapImageRep+GIF.m   2013-11-24 
15:56:33.0 +0400
 gnustep-gui-0.24.0.my/Source/NSBitmapImageRep+GIF.m2014-05-29 
18:48:13.333993653 +0400
+@@ -161,7 +161,7 @@
+   return NO;
+ }
+ 
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+   return YES;
+ }
+ 
+@@ -180,7 +180,7 @@
+SET_ERROR_MSG(msg); \
+if (file != NULL) \
+  {\
+-   DGifCloseFile(file); \
++   DGifCloseFile(file, NULL); \
+  }\
+if (imgBuffer != NULL) \
+  {\
+@@ -392,7 +392,7 @@
+   withValue: [NSNumber numberWithInt: 0]];
+ 
+   /* don't forget to close the gif */
+-  DGifCloseFile(file);
++  DGifCloseFile(file, NULL);
+ 
+   return self;
+ }

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 120917, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-10-17 17:18:45 UTC (rev 120918)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 120917, 
gnustep-gui/trunk/PKGBUILD)
===
--- 

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

2014-10-17 Thread Andreas Radke
Date: Friday, October 17, 2014 @ 19:45:48
  Author: andyrtr
Revision: 224687

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 224686, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 224686, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 224686, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 224686, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  192 +
 /license.txt |   66 +++
 extra-i686/PKGBUILD  |   96 --
 extra-i686/license.txt   |   33 ---
 extra-x86_64/PKGBUILD|   96 --
 extra-x86_64/license.txt |   33 ---
 6 files changed, 258 insertions(+), 258 deletions(-)

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

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 224686, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-17 17:45:48 UTC (rev 224687)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

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

2014-10-17 Thread Andreas Radke
Date: Friday, October 17, 2014 @ 19:45:24
  Author: andyrtr
Revision: 224686

upgpkg: sqlite 3.8.7-1

upstream update 3.8.7

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:09:39 UTC (rev 224685)
+++ PKGBUILD2014-10-17 17:45:24 UTC (rev 224686)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080600
+_amalgamationver=3080700
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.6
+pkgver=3.8.7
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('c4b2911bc4a6e1dc2b411aa21d8c4f524113eb64'
-  '8c3d3a9f97b10fb43d6fce61079ed1ab93472913'
+sha1sums=('8b773b006db46f3ffcbabe065e927823d13bf5c0'
+  'b091631340c051455e349e651d9c24579e00f669'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:00:12
  Author: foutrelis
Revision: 224688

upgpkg: libreoffice-still 4.2.6-5

ICU 54.1 rebuild.

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 17:45:48 UTC (rev 224687)
+++ PKGBUILD2014-10-17 18:00:12 UTC (rev 224688)
@@ -20,7 +20,7 @@
'libreoffice-still-extension-nlpsolver')
 _LOver=4.2.6.3
 pkgver=4.2.6
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -292,7 +292,7 @@
--without-system-libwps \
--with-system-redland\
--without-system-npapi-headers \
-   --with-jdk-home=/usr/lib/jvm/java-default-runtime \
+   --with-jdk-home=/usr/lib/jvm/default \
--with-ant-home=/usr/share/apache-ant\
--without-system-boost\
--with-system-icu \


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:01:12
  Author: foutrelis
Revision: 224689

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 224688, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/libreoffice-still-base.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/staging-i686/libreoffice-still-calc.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/staging-i686/libreoffice-still-common.csh
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still-common.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/staging-i686/libreoffice-still-common.sh
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/staging-i686/libreoffice-still-draw.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/staging-i686/libreoffice-still-impress.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/staging-i686/libreoffice-still-writer.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 224688, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 224688, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-base.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-base.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-calc.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-calc.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-common.csh
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-common.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-common.sh
(from rev 224688, libreoffice-still/trunk/libreoffice-still-common.sh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-draw.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-draw.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-impress.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-impress.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still-writer.install
(from rev 224688, libreoffice-still/trunk/libreoffice-still-writer.install)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 224688, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  735 
++
 staging-i686/libreoffice-still-base.install |   11 
 staging-i686/libreoffice-still-calc.install |   11 
 staging-i686/libreoffice-still-common.csh   |6 
 staging-i686/libreoffice-still-common.install   |   22 
 staging-i686/libreoffice-still-common.sh|6 
 staging-i686/libreoffice-still-draw.install |   11 
 staging-i686/libreoffice-still-impress.install  |   11 
 staging-i686/libreoffice-still-writer.install   |   11 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 staging-x86_64/PKGBUILD |  735 
++
 staging-x86_64/libreoffice-still-base.install   |   11 
 staging-x86_64/libreoffice-still-calc.install   |   11 
 staging-x86_64/libreoffice-still-common.csh |6 
 staging-x86_64/libreoffice-still-common.install |   22 
 staging-x86_64/libreoffice-still-common.sh  |6 
 staging-x86_64/libreoffice-still-draw.install   |   11 
 staging-x86_64/libreoffice-still-impress.install|   11 
 staging-x86_64/libreoffice-still-writer.install |   11 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 20 files changed, 1736 insertions(+)

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


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:07:26
  Author: foutrelis
Revision: 224690

upgpkg: mpd 0.19-2

ICU 54.1 rebuild.

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 18:01:12 UTC (rev 224689)
+++ PKGBUILD2014-10-17 18:07:26 UTC (rev 224690)
@@ -7,7 +7,7 @@
 
 pkgname=mpd
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')


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

2014-10-17 Thread Andrea Scarpino
Date: Friday, October 17, 2014 @ 20:07:49
  Author: andrea
Revision: 224691

upgpkg: ktexteditor 5.3.0-2

Add git support

Modified:
  ktexteditor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 18:07:26 UTC (rev 224690)
+++ PKGBUILD2014-10-17 18:07:49 UTC (rev 224691)
@@ -3,12 +3,12 @@
 
 pkgname=ktexteditor
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KTextEditor framework'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/ktexteditor'
 license=('LGPL')
-depends=('kparts')
+depends=('kparts' 'libgit2')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 
source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)


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

2014-10-17 Thread Andrea Scarpino
Date: Friday, October 17, 2014 @ 20:08:05
  Author: andrea
Revision: 224693

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-17 18:07:51 UTC (rev 224692)
+++ extra-i686/PKGBUILD 2014-10-17 18:08:05 UTC (rev 224693)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ktexteditor
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KTextEditor framework'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('00634675919e1f5a74e667de7c4c9862')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ktexteditor/repos/extra-i686/PKGBUILD (from rev 224692, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-17 18:08:05 UTC (rev 224693)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KTextEditor framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('00634675919e1f5a74e667de7c4c9862')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-17 18:07:51 UTC (rev 224692)
+++ extra-x86_64/PKGBUILD   2014-10-17 18:08:05 UTC (rev 224693)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ktexteditor
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='KTextEditor framework'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/ktexteditor'
-license=('LGPL')
-depends=('kparts')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('00634675919e1f5a74e667de7c4c9862')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DSYSCONF_INSTALL_DIR=/etc \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: ktexteditor/repos/extra-x86_64/PKGBUILD (from rev 224692, 
ktexteditor/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-17 18:08:05 UTC (rev 224693)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ktexteditor
+pkgver=5.3.0
+pkgrel=2
+pkgdesc='KTextEditor framework'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/ktexteditor'
+license=('LGPL')
+depends=('kparts' 'libgit2')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('00634675919e1f5a74e667de7c4c9862')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+

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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:07:51
  Author: foutrelis
Revision: 224692

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

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

---+
 staging-i686/PKGBUILD |   60 
 staging-i686/conf |6 
 staging-i686/install  |   11 
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   60 
 staging-x86_64/conf   |6 
 staging-x86_64/install|   11 
 staging-x86_64/tmpfiles.d |1 
 8 files changed, 156 insertions(+)

Copied: mpd/repos/staging-i686/PKGBUILD (from rev 224690, mpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 18:07:51 UTC (rev 224692)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19
+pkgrel=2
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'boost-libs')
+makedepends=('boost' 'doxygen')
+#source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
+source=(http://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig}
+'tmpfiles.d'
+'conf')
+sha1sums=('1e86d7a724394e81ca0c248f032fc042aee9d2dc' 'SKIP'
+  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
+  '291fd5cda9f0845834a553017327c4586bd853f6')
+
+backup=('etc/mpd.conf')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   touch systemd/mpd.socket
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-libmpdclient \
+   --enable-jack \
+   --enable-soundcloud \
+   --enable-pipe-output \
+   --enable-pulse \
+   --disable-sidplay \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
+   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
+   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd/playlists
+
+   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
+   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
+   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
+}

Copied: mpd/repos/staging-i686/conf (from rev 224690, mpd/trunk/conf)
===
--- staging-i686/conf   (rev 0)
+++ staging-i686/conf   2014-10-17 18:07:51 UTC (rev 224692)
@@ -0,0 +1,6 @@
+# See: /usr/share/doc/mpd/mpdconf.example
+
+pid_file /run/mpd/mpd.pid
+db_file /var/lib/mpd/mpd.db
+state_file /var/lib/mpd/mpdstate
+playlist_directory /var/lib/mpd/playlists

Copied: mpd/repos/staging-i686/install (from rev 224690, mpd/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2014-10-17 18:07:51 UTC (rev 224692)
@@ -0,0 +1,11 @@
+post_install() {
+   getent group mpd /dev/null || groupadd -r -g 45 mpd /dev/null
+   getent passwd mpd /dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/false -G audio mpd /dev/null
+   usr/bin/systemd-tmpfiles --create mpd.conf || true
+}
+
+post_remove() {
+   getent passwd mpd /dev/null  userdel mpd /dev/null
+   getent group mpd /dev/null  groupdel mpd /dev/null
+   true
+}

Copied: mpd/repos/staging-i686/tmpfiles.d (from 

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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:41:44
  Author: foutrelis
Revision: 224694

upgpkg: texlive-bin 2014.34260-2

ICU 54.1 rebuild.

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 18:08:05 UTC (rev 224693)
+++ PKGBUILD2014-10-17 18:41:44 UTC (rev 224694)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2014.34260
-pkgrel=1
+pkgrel=2
 _biber_ver=1.9 # for biblatex 2.9 only.
 pkgdesc=TeX Live binaries
 license=('GPL')


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

2014-10-17 Thread Evangelos Foutras
Date: Friday, October 17, 2014 @ 20:42:03
  Author: foutrelis
Revision: 224695

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 224694, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 224694, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 224694, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 224694, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 224694, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 224694, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  329 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  329 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 780 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 224694, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-17 18:42:03 UTC (rev 224695)
@@ -0,0 +1,329 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2014.34260
+pkgrel=2
+_biber_ver=1.9 # for biblatex 2.9 only.
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install=texlive.install
+source=('fix-fontforge-encoding.patch'
+
http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ 'b6fe9a6e6b3df0d69e804b87370039ef'
+ '137839688478710ded88909088dee970'
+ 'e1af258c7b7fa95d8299696aa3552eb3')
+
+prepare() {
+cd source
+true
+}
+
+build() {
+   cd $srcdir
+
+   if [ ${CARCH} = x86_64 ]; then
+ export CFLAGS=${CFLAGS} -fPIC
+ export CXXFLAGS=${CXXFLAGS} -fPIC
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale xx_YY.utf8
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work  mkdir Work
+   cd Work
+   echo -- Initial configuration...
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add=/Arch Linux \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ 

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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:35:28
  Author: bgyorgy
Revision: 120922

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

Added:
  gnome-boxes/repos/community-i686/PKGBUILD
(from rev 120921, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-i686/gnome-boxes.install
(from rev 120921, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 120921, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-x86_64/gnome-boxes.install
(from rev 120921, gnome-boxes/trunk/gnome-boxes.install)
Deleted:
  gnome-boxes/repos/community-i686/PKGBUILD
  gnome-boxes/repos/community-i686/gnome-boxes.install
  gnome-boxes/repos/community-x86_64/PKGBUILD
  gnome-boxes/repos/community-x86_64/gnome-boxes.install

--+
 /PKGBUILD|   60 +
 /gnome-boxes.install |   24 +
 community-i686/PKGBUILD  |   30 
 community-i686/gnome-boxes.install   |   12 --
 community-x86_64/PKGBUILD|   30 
 community-x86_64/gnome-boxes.install |   12 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-17 19:35:20 UTC (rev 120921)
+++ community-i686/PKGBUILD 2014-10-17 19:35:28 UTC (rev 120922)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Stefano Facchini stefano.facch...@gmail.com
-
-pkgname=gnome-boxes
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Simple GNOME 3 application to access remote or virtual systems
-arch=('i686' 'x86_64')
-url=https://wiki.gnome.org/Apps/Boxes;
-license=('LGPL')
-depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
- 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
- 'gnome-themes-standard')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('97d3543b3686737246b4b5791ad70b5358a299050ad9e58ae708a123c142945d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --enable-smartcard
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-boxes/repos/community-i686/PKGBUILD (from rev 120921, 
gnome-boxes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-17 19:35:28 UTC (rev 120922)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Stefano Facchini stefano.facch...@gmail.com
+
+pkgname=gnome-boxes
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Simple GNOME 3 application to access remote or virtual systems
+arch=('i686' 'x86_64')
+url=https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 
'libvirt-glib'
+ 'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+ 'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('940d2d64f605e85cc070847ba2976a55a69329b76479cc085cc465cb9a8a1d72')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gnome-boxes.install
===
--- community-i686/gnome-boxes.install  2014-10-17 19:35:20 UTC (rev 120921)
+++ community-i686/gnome-boxes.install  2014-10-17 19:35:28 UTC (rev 120922)
@@ -1,12 +0,0 @@
-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-boxes/repos/community-i686/gnome-boxes.install (from rev 120921, 
gnome-boxes/trunk/gnome-boxes.install)
===
--- community-i686/gnome-boxes.install  (rev 0)
+++ community-i686/gnome-boxes.install  2014-10-17 19:35:28 UTC (rev 120922)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f 

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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:35:20
  Author: bgyorgy
Revision: 120921

upgpkg: gnome-boxes 3.14.1-1

Update to version 3.14.1

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 19:29:33 UTC (rev 120920)
+++ PKGBUILD2014-10-17 19:35:20 UTC (rev 120921)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini stefano.facch...@gmail.com
 
 pkgname=gnome-boxes
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Simple GNOME 3 application to access remote or virtual systems
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 
'vala')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('97d3543b3686737246b4b5791ad70b5358a299050ad9e58ae708a123c142945d')
+sha256sums=('940d2d64f605e85cc070847ba2976a55a69329b76479cc085cc465cb9a8a1d72')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:38:38
  Author: bgyorgy
Revision: 120924

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

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

---+
 /PKGBUILD |   56 
 /metacity.install |   22 ++
 community-i686/PKGBUILD   |   28 --
 community-i686/metacity.install   |   11 ---
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/metacity.install |   11 ---
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-17 19:38:30 UTC (rev 120923)
+++ community-i686/PKGBUILD 2014-10-17 19:38:38 UTC (rev 120924)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Legacy GNOME window manager
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
-makedepends=('intltool' 'itstool')
-url=https://wiki.gnome.org/Projects/Metacity;
-install=metacity.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1721803d4266b97dd740d10bc9bce166c148c2268db1faee8412f2be632668d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: metacity/repos/community-i686/PKGBUILD (from rev 120923, 
metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-17 19:38:38 UTC (rev 120924)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=metacity
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Legacy GNOME window manager
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url=https://wiki.gnome.org/Projects/Metacity;
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1a4ebf77478fd948f62aa3df26cf7fa9bd9a2c2a98c30d3bcdf7dd8e1cf3d6f4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/metacity.install
===
--- community-i686/metacity.install 2014-10-17 19:38:30 UTC (rev 120923)
+++ community-i686/metacity.install 2014-10-17 19:38:38 UTC (rev 120924)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: metacity/repos/community-i686/metacity.install (from rev 120923, 
metacity/trunk/metacity.install)
===
--- community-i686/metacity.install (rev 0)
+++ community-i686/metacity.install 2014-10-17 19:38:38 UTC (rev 120924)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-17 19:38:30 UTC (rev 120923)
+++ community-x86_64/PKGBUILD   2014-10-17 19:38:38 UTC (rev 120924)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=metacity
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Legacy GNOME window manager
-arch=('i686' 

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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:38:30
  Author: bgyorgy
Revision: 120923

upgpkg: metacity 3.14.1-1

Update to version 3.14.1

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 19:35:28 UTC (rev 120922)
+++ PKGBUILD2014-10-17 19:38:30 UTC (rev 120923)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Legacy GNOME window manager
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=https://wiki.gnome.org/Projects/Metacity;
 install=metacity.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b1721803d4266b97dd740d10bc9bce166c148c2268db1faee8412f2be632668d')
+sha256sums=('1a4ebf77478fd948f62aa3df26cf7fa9bd9a2c2a98c30d3bcdf7dd8e1cf3d6f4')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:41:37
  Author: bgyorgy
Revision: 120925

upgpkg: cherrytree 0.35.2-1

Update to version 0.35.2

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 19:38:38 UTC (rev 120924)
+++ PKGBUILD2014-10-17 19:41:37 UTC (rev 120925)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.35.1
+pkgver=0.35.2
 pkgrel=1
 pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
 arch=('any')
@@ -17,7 +17,7 @@
 'p7zip: for password protection support')
 install=cherrytree.install
 source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e197dd0556859c2258320499406b74cff8adcaf0a836cb27e8b865e20c845599')
+sha256sums=('d48ccc106d14c76e15d2dc7408bd9788f79c8641221df7d06272ed53847dad12')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:41:42
  Author: bgyorgy
Revision: 120926

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +--
 cherrytree.install |   28 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-17 19:41:37 UTC (rev 120925)
+++ PKGBUILD2014-10-17 19:41:42 UTC (rev 120926)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Bartłomiej Piotrowski
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tomas A. Schertel tscher...@gmail.com
-
-pkgname=cherrytree
-pkgver=0.35.1
-pkgrel=1
-pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
-arch=('any')
-url='http://www.giuspen.com/cherrytree/'
-license=('GPL3')
-depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
-optdepends=('python2-pyenchant: for spell checking support'
-'p7zip: for password protection support')
-install=cherrytree.install
-source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
-sha256sums=('e197dd0556859c2258320499406b74cff8adcaf0a836cb27e8b865e20c845599')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-
-  # Fix file permissions
-  find $pkgdir/usr/share -type f | xargs chmod 644
-}

Copied: cherrytree/repos/community-any/PKGBUILD (from rev 120925, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-17 19:41:42 UTC (rev 120926)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Bartłomiej Piotrowski
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tomas A. Schertel tscher...@gmail.com
+
+pkgname=cherrytree
+pkgver=0.35.2
+pkgrel=1
+pkgdesc='Hierarchical note taking application featuring rich text and syntax 
highlighting'
+arch=('any')
+url='http://www.giuspen.com/cherrytree/'
+license=('GPL3')
+depends=('pygtksourceview2' 'python2-dbus' 'desktop-file-utils')
+optdepends=('python2-pyenchant: for spell checking support'
+'p7zip: for password protection support')
+install=cherrytree.install
+source=(http://www.giuspen.com/software/$pkgname-$pkgver.tar.xz)
+sha256sums=('d48ccc106d14c76e15d2dc7408bd9788f79c8641221df7d06272ed53847dad12')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+
+  # Fix file permissions
+  find $pkgdir/usr/share -type f | xargs chmod 644
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-10-17 19:41:37 UTC (rev 120925)
+++ cherrytree.install  2014-10-17 19:41:42 UTC (rev 120926)
@@ -1,14 +0,0 @@
-post_install()
-{
-   update-desktop-database -q
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: cherrytree/repos/community-any/cherrytree.install (from rev 120925, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-10-17 19:41:42 UTC (rev 120926)
@@ -0,0 +1,14 @@
+post_install()
+{
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in (lxpolkit)

2014-10-17 Thread Balló György
Date: Friday, October 17, 2014 @ 21:56:11
  Author: bgyorgy
Revision: 120927

lxpolkit has been merged into the lxsession package

Deleted:
  lxpolkit/


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

2014-10-17 Thread Eric Bélanger
Date: Saturday, October 18, 2014 @ 03:59:20
  Author: eric
Revision: 224696

upgpkg: krb5 1.13-1

Upstream update

Modified:
  krb5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-17 18:42:03 UTC (rev 224695)
+++ PKGBUILD2014-10-18 01:59:20 UTC (rev 224696)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer:
 
 pkgname=krb5
-pkgver=1.12.2
+pkgver=1.13
 pkgrel=1
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('perl')
 backup=('etc/krb5.conf' 'var/lib/krb5kdc/kdc.conf')
 options=('!emptydirs')
-source=(http://web.mit.edu/kerberos/dist/krb5/${pkgver%.*}/${pkgname}-${pkgver}-signed.tar
+source=(http://web.mit.edu/kerberos/dist/krb5/${pkgver}/${pkgname}-${pkgver}-signed.tar
 krb5-config_LDFLAGS.patch
 krb5-kadmind.service
 krb5-kdc.service
@@ -19,7 +19,7 @@
 krb5-kpropd.service
 krb5-kpropd@.service
 krb5-kpropd.socket)
-sha1sums=('281ab1be7e8cf2b38134c330f0d2b3bc88da7915'
+sha1sums=('897df8ce442dad3372c8a298387f98c18b22def5'
   'f125824ed37f31e6fd2fdb6a437be8ff1c3700ab'
   '59bbc7e686cbb4bcefddf0f134d928d7bd5e7722'
   '2ef2476a8673b3b702e829d8f451c839c2273b02'
@@ -36,8 +36,8 @@
   # cf https://bugs.gentoo.org/show_bug.cgi?id=448778
   patch -p1 -i ${srcdir}/krb5-config_LDFLAGS.patch
 
-   # FS#25384
-   sed -i /KRB5ROOT=/s/\/local// src/util/ac_check_krb5.m4
+  # FS#25384
+  sed -i /KRB5ROOT=/s/\/local// src/util/ac_check_krb5.m4
 }
 
 build() {


  1   2   >