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

2014-10-09 Thread Jan Steffens
Date: Thursday, October 9, 2014 @ 10:16:24
  Author: heftig
Revision: 224137

add GTK docs

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 04:39:55 UTC (rev 224136)
+++ PKGBUILD2014-10-09 08:16:24 UTC (rev 224137)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;
@@ -26,6 +26,7 @@
 
   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/
 }
@@ -35,7 +36,7 @@
   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 \
-../webkitgtk-$pkgver
+-DENABLE_GTKDOC=ON ../webkitgtk-$pkgver
   make
 }
 


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

2014-10-09 Thread Jan Steffens
Date: Thursday, October 9, 2014 @ 10:16:52
  Author: heftig
Revision: 224138

Remove GTK docs, remove webkit2

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 08:16:24 UTC (rev 224137)
+++ PKGBUILD2014-10-09 08:16:52 UTC (rev 224138)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
 url=http://webkitgtk.org/;
@@ -11,7 +11,7 @@
 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 gtk-doc)
+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')
@@ -37,6 +37,8 @@
   ../$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
@@ -48,8 +50,8 @@
 build() {
   PATH=$srcdir/path:$PATH
 
-  _build gtk --enable-gtk-doc
-  _build gtk2 --disable-webkit2 --with-gtk=2.0
+  _build gtk
+  _build gtk2 --with-gtk=2.0
 }
 
 package_webkitgtk() {


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

2014-10-09 Thread Jan Steffens
Date: Thursday, October 9, 2014 @ 10:22:11
  Author: heftig
Revision: 224139

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

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

+
 /PKGBUILD  |  158 +++
 /fix-pretty-quotes.patch   |   52 ++
 testing-i686/PKGBUILD  |   77 ---
 testing-i686/fix-pretty-quotes.patch   |   26 -
 testing-x86_64/PKGBUILD|   77 ---
 testing-x86_64/fix-pretty-quotes.patch |   26 -
 6 files changed, 210 insertions(+), 206 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-09 08:16:52 UTC (rev 224138)
+++ testing-i686/PKGBUILD   2014-10-09 08:22:11 UTC (rev 224139)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=webkitgtk
-pkgname=(webkitgtk webkitgtk2)
-pkgver=2.4.6
-pkgrel=1
-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 gtk-doc)
-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 \
-$@
-
-  # 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 --enable-gtk-doc
-  _build gtk2 --disable-webkit2 --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/testing-i686/PKGBUILD (from rev 224138, 
webkitgtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-09 08:22:11 UTC (rev 224139)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.6
+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)
+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 

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

2014-10-09 Thread Jan Steffens
Date: Thursday, October 9, 2014 @ 10:26:52
  Author: heftig
Revision: 224140

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

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

+
 /PKGBUILD  |  108 +++
 /fix-pretty-quotes.patch   |   52 ++
 testing-i686/PKGBUILD  |   53 ---
 testing-i686/fix-pretty-quotes.patch   |   26 ---
 testing-x86_64/PKGBUILD|   53 ---
 testing-x86_64/fix-pretty-quotes.patch |   26 ---
 6 files changed, 160 insertions(+), 158 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-10-09 08:22:11 UTC (rev 224139)
+++ testing-i686/PKGBUILD   2014-10-09 08:26:52 UTC (rev 224140)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=webkit2gtk
-pkgver=2.6.0
-pkgrel=1
-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=('beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3'
-'56316228bbbf0b7ebcbe210a35120f4e72cb9c1b680dd82cc2bde0f4549245e6')
-
-prepare() {
-  mkdir build
-
-  cd webkitgtk-$pkgver
-  patch -Np0 -i ../fix-pretty-quotes.patch
-  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 \
-../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/testing-i686/PKGBUILD (from rev 224139, 
webkit2gtk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-09 08:26:52 UTC (rev 224140)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=webkit2gtk
+pkgver=2.6.0
+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=('beb702b3d57d5323b6eecc7f517033777454ea59f1d897d2d96090756aadf4f3'
+'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
+}
+

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

2014-10-09 Thread Felix Yan
Date: Thursday, October 9, 2014 @ 12:35:08
  Author: fyan
Revision: 120428

upgpkg: wiznote 2.1.13-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 05:45:35 UTC (rev 120427)
+++ PKGBUILD2014-10-09 10:35:08 UTC (rev 120428)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou albert.z...@wiz.cn
 
 pkgname=wiznote
-pkgver=2.1.12
+pkgver=2.1.13
 pkgrel=1
 pkgdesc=Opensource cross-platform cloud based note-taking client
 arch=('i686' 'x86_64')


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

2014-10-09 Thread Felix Yan
Date: Thursday, October 9, 2014 @ 12:35:42
  Author: fyan
Revision: 120429

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

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

--+
 /PKGBUILD|   78 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   39 --
 community-i686/wiznote.install   |   12 -
 community-x86_64/PKGBUILD|   39 --
 community-x86_64/wiznote.install |   12 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 10:35:08 UTC (rev 120428)
+++ community-i686/PKGBUILD 2014-10-09 10:35:42 UTC (rev 120429)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Albert.Zhou albert.z...@wiz.cn
-
-pkgname=wiznote
-pkgver=2.1.12
-pkgrel=1
-pkgdesc=Opensource cross-platform cloud based note-taking client
-arch=('i686' 'x86_64')
-url=http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-install=wiznote.install
-_wiznote_project_name=WizQTClient
-source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  rm $_wiznote_project_name/share/skins/default/Thumbs.db
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DWIZNOTE_USE_QT5=YES \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$_wiznote_project_name
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir/ install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 120428, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 10:35:42 UTC (rev 120429)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Albert.Zhou albert.z...@wiz.cn
+
+pkgname=wiznote
+pkgver=2.1.13
+pkgrel=1
+pkgdesc=Opensource cross-platform cloud based note-taking client
+arch=('i686' 'x86_64')
+url=http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+install=wiznote.install
+_wiznote_project_name=WizQTClient
+source=(git+https://github.com/WizTeam/${_wiznote_project_name}.git#branch=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  rm $_wiznote_project_name/share/skins/default/Thumbs.db
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DWIZNOTE_USE_QT5=YES \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$_wiznote_project_name
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2014-10-09 10:35:08 UTC (rev 120428)
+++ community-i686/wiznote.install  2014-10-09 10:35:42 UTC (rev 120429)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 120428, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2014-10-09 10:35:42 UTC (rev 120429)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-09 10:35:08 UTC (rev 120428)
+++ community-x86_64/PKGBUILD   2014-10-09 10:35:42 UTC (rev 120429)
@@ -1,39 +0,0 @@
-# $Id$
-# 

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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 12:43:29
  Author: spupykin
Revision: 120430

upgpkg: dokuwiki 20140929a-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 10:35:42 UTC (rev 120429)
+++ PKGBUILD2014-10-09 10:43:29 UTC (rev 120430)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20140929
+pkgver=20140929a
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1
@@ -17,7 +17,7 @@
 options=('!strip')
 source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
 'apache.example.conf')
-md5sums=('1f93a6205d0408f44649b04047cb3550'
+md5sums=('c721cb47cb00593c3a5b9fe1186d70b2'
  'c5bed40abf5bb737bad8df29bb7020dc')
 
 package() {


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 12:43:47
  Author: spupykin
Revision: 120432

upgpkg: jbigkit 2.1-2

upd

Modified:
  jbigkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 10:43:41 UTC (rev 120431)
+++ PKGBUILD2014-10-09 10:43:47 UTC (rev 120432)
@@ -5,7 +5,7 @@
 
 pkgname=jbigkit
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Data compression library/utilities for bi-level high-resolution 
images
 arch=('i686' 'x86_64')
 url=http://www.cl.cam.ac.uk/~mgk25/jbigkit/;
@@ -18,7 +18,8 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   unset CFLAGS CPPFLAGS LDFLAGS
-  make
+  [ $CARCH == x86_64 ]  export CFLAGS=$CFLAGS -fPIC
+  make CFLAGS=$CFLAGS
 }
 
 package() {


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 12:43:41
  Author: spupykin
Revision: 120431

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 120430, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 120430, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-09 10:43:29 UTC (rev 120430)
+++ PKGBUILD2014-10-09 10:43:41 UTC (rev 120431)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20140929
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
-'apache.example.conf')
-md5sums=('1f93a6205d0408f44649b04047cb3550'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd $pkgdir
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 $srcdir/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 120430, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 10:43:41 UTC (rev 120431)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20140929a
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
+'apache.example.conf')
+md5sums=('c721cb47cb00593c3a5b9fe1186d70b2'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on 

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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 12:44:07
  Author: spupykin
Revision: 120433

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

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

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   44 -
 community-x86_64/PKGBUILD |   44 -
 3 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 10:43:47 UTC (rev 120432)
+++ community-i686/PKGBUILD 2014-10-09 10:44:07 UTC (rev 120433)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=jbigkit
-pkgver=2.1
-pkgrel=1
-pkgdesc=Data compression library/utilities for bi-level high-resolution 
images
-arch=('i686' 'x86_64')
-url=http://www.cl.cam.ac.uk/~mgk25/jbigkit/;
-license=('GPL')
-depends=()
-options=('staticlibs')
-source=(http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-$pkgver.tar.gz)
-md5sums=('ebcf09bed9f14d7fa188d3bd57349522')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  unset CFLAGS CPPFLAGS LDFLAGS
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -D -m644 libjbig/libjbig.a $pkgdir/usr/lib/libjbig.a
-  install -D -m644 libjbig/libjbig85.a $pkgdir/usr/lib/libjbig85.a
-  install -D -m644 libjbig/jbig.h $pkgdir/usr/include/jbig.h
-  install -D -m644 libjbig/jbig_ar.h $pkgdir/usr/include/jbig_ar.h
-  install -D -m644 libjbig/jbig85.h $pkgdir/usr/include/jbig85.h
-
-  install -d -m755 $pkgdir/usr/share/man/man1
-#  install -d -m755 $pkgdir/usr/share/man/man5
-  install -m644 pbmtools/*.1* $pkgdir/usr/share/man/man1
-#  install -m644 pbmtools/*.5* $pkgdir/usr/share/man/man5
-
-  install -D -m755 pbmtools/jbgtopbm $pkgdir/usr/bin/jbgtopbm
-  install -D -m755 pbmtools/pbmtojbg $pkgdir/usr/bin/pbmtojbg
-  install -D -m755 pbmtools/jbgtopbm85 $pkgdir/usr/bin/jbgtopbm85
-  install -D -m755 pbmtools/pbmtojbg85 $pkgdir/usr/bin/pbmtojbg85
-
-  rm -f $pkgdir/usr/share/man/man5/p{b,g}m.5*
-}

Copied: jbigkit/repos/community-i686/PKGBUILD (from rev 120432, 
jbigkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 10:44:07 UTC (rev 120433)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
+# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
+
+pkgname=jbigkit
+pkgver=2.1
+pkgrel=2
+pkgdesc=Data compression library/utilities for bi-level high-resolution 
images
+arch=('i686' 'x86_64')
+url=http://www.cl.cam.ac.uk/~mgk25/jbigkit/;
+license=('GPL')
+depends=()
+options=('staticlibs')
+source=(http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-$pkgver.tar.gz)
+md5sums=('ebcf09bed9f14d7fa188d3bd57349522')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  unset CFLAGS CPPFLAGS LDFLAGS
+  [ $CARCH == x86_64 ]  export CFLAGS=$CFLAGS -fPIC
+  make CFLAGS=$CFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -D -m644 libjbig/libjbig.a $pkgdir/usr/lib/libjbig.a
+  install -D -m644 libjbig/libjbig85.a $pkgdir/usr/lib/libjbig85.a
+  install -D -m644 libjbig/jbig.h $pkgdir/usr/include/jbig.h
+  install -D -m644 libjbig/jbig_ar.h $pkgdir/usr/include/jbig_ar.h
+  install -D -m644 libjbig/jbig85.h $pkgdir/usr/include/jbig85.h
+
+  install -d -m755 $pkgdir/usr/share/man/man1
+#  install -d -m755 $pkgdir/usr/share/man/man5
+  install -m644 pbmtools/*.1* $pkgdir/usr/share/man/man1
+#  install -m644 pbmtools/*.5* $pkgdir/usr/share/man/man5
+
+  install -D -m755 pbmtools/jbgtopbm $pkgdir/usr/bin/jbgtopbm
+  install -D -m755 pbmtools/pbmtojbg $pkgdir/usr/bin/pbmtojbg
+  install -D -m755 pbmtools/jbgtopbm85 $pkgdir/usr/bin/jbgtopbm85
+  install -D -m755 pbmtools/pbmtojbg85 $pkgdir/usr/bin/pbmtojbg85
+
+  rm -f $pkgdir/usr/share/man/man5/p{b,g}m.5*
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-09 10:43:47 UTC (rev 120432)
+++ community-x86_64/PKGBUILD   2014-10-09 10:44:07 UTC (rev 120433)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve
-# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
-
-pkgname=jbigkit
-pkgver=2.1
-pkgrel=1
-pkgdesc=Data compression library/utilities for bi-level 

[arch-commits] Commit in (4 files)

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 12:52:49
  Author: spupykin
Revision: 120434

Added:
  vid.stab/
  vid.stab/repos/
  vid.stab/trunk/
  vid.stab/trunk/PKGBUILD

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

Added: vid.stab/trunk/PKGBUILD
===
--- vid.stab/trunk/PKGBUILD (rev 0)
+++ vid.stab/trunk/PKGBUILD 2014-10-09 10:52:49 UTC (rev 120434)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: EVorster evors...@gmail.com
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc=Video stabilize library for fmpeg, mlt or transcode
+arch=('i686' 'x86_64')
+url=http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+provides=('vid.stab')
+conflicts=('vid-stab')
+source=('https://github.com/georgmartius/vid.stab/archive/release-0.98b.tar.gz')
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  rm -rf build
+  mkdir build  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+}


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:11:45
  Author: spupykin
Revision: 120438

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

Added:
  mlt/repos/community-i686/PKGBUILD
(from rev 120437, mlt/trunk/PKGBUILD)
  
mlt/repos/community-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 120437, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
  mlt/repos/community-x86_64/PKGBUILD
(from rev 120437, mlt/trunk/PKGBUILD)
  
mlt/repos/community-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
(from rev 120437, 
mlt/trunk/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
Deleted:
  mlt/repos/community-i686/PKGBUILD
  
mlt/repos/community-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch
  mlt/repos/community-x86_64/PKGBUILD
  
mlt/repos/community-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch

-+
 /PKGBUILD   |  
126 ++
 /fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch |  
 74 +
 community-i686/PKGBUILD |  
 63 -
 community-i686/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch   |  
 37 --
 community-x86_64/PKGBUILD   |  
 63 -
 community-x86_64/fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch |  
 37 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 11:11:32 UTC (rev 120437)
+++ community-i686/PKGBUILD 2014-10-09 11:11:45 UTC (rev 120438)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Fabian Schoelzel myfirstname.mylastn...@googlemail.com
-# Contributor: funkyou spamop...@nickname.berlin.de
-# Contributor: tardo ta...@nagi-fanboi.net
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgbase=mlt
-pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=An open source multimedia framework
-arch=('i686' 'x86_64')
-url=http://www.mltframework.org;
-license=('GPL')
-makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
-'frei0r-plugins' 'swig' 'python2' jack ladspa)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-   fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
-md5sums=('f88ead8fcea628a65ebf329cc4470b6d'
- '8227e7a1b059b1b16901166d2a508317')
-
-prepare() {
-  cd $srcdir/mlt-$pkgver
-  sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
-}
-
-build() {
-  # mlt
-  cd $srcdir/mlt-$pkgver
-
-  msg SSE2=$SSE2
-  ./configure --prefix=/usr \
-   --avformat-swscale \
-   --enable-gpl --enable-gpl3
-  make
-
-  # mlt python bindings
-  cd $srcdir/mlt-$pkgver/src/swig/python
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 
'frei0r-plugins')
-  optdepends=('jack' 'libexif' 'qt4' 'gtk2' ladspa)
-  conflicts=('mlt++=0.3.8')
-
-  cd $srcdir/mlt-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-package_mlt-python-bindings() {
-  depends=('python2' 'mlt')
-
-  cd $srcdir/mlt-$pkgver/src/swig/python
-  mkdir -p $pkgdir/usr/lib/python2.7/
-  install -m755 mlt.py $pkgdir/usr/lib/python2.7/
-  install -m755 _mlt.so $pkgdir/usr/lib/python2.7/
-  install -m755 mlt_wrap.o $pkgdir/usr/lib/python2.7/
-}

Copied: mlt/repos/community-i686/PKGBUILD (from rev 120437, mlt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 11:11:45 UTC (rev 120438)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Fabian Schoelzel myfirstname.mylastn...@googlemail.com
+# Contributor: funkyou spamop...@nickname.berlin.de
+# Contributor: tardo ta...@nagi-fanboi.net
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgbase=mlt
+pkgname=('mlt' 'mlt-python-bindings')
+pkgver=0.9.2
+pkgrel=3
+pkgdesc=An open source multimedia framework
+arch=('i686' 'x86_64')
+url=http://www.mltframework.org;
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
+'frei0r-plugins' 'swig' 'python2' jack ladspa vid.stab)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+   fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
+md5sums=('f88ead8fcea628a65ebf329cc4470b6d'
+ 

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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:11:20
  Author: spupykin
Revision: 120436

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 11:11:05 UTC (rev 120435)
+++ community-i686/PKGBUILD 2014-10-09 11:11:20 UTC (rev 120436)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-# Contributor: farid farid at archlinuc-br.org
-# Contributor: Archie mym...@gmail.com
-
-pkgbase=gmic
-pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.0.0
-pkgrel=1
-arch=(i686 x86_64)
-url=http://gmic.sourceforge.net;
-license=(custom:CeCILL)
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
-source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('8c3d26967f4fe6be9332f7c481c2b84b')
-
-prepare() {
-  cd ${srcdir}/gmic-${pkgver}
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-}
-
-build() {
-  cd ${srcdir}/gmic-${pkgver}
-  (cd zart  qmake-qt4 -o Makefile zart.pro)
-  make -C src all
-  make -C zart all
-}
-
-package_gmic() {
-  pkgdesc=GREYC's Magic Image Converter: image processing framework
-  depends=(fftw libtiff libjpeg libpng openexr libx11)
-  replaces=(greycstoration)
-
-  cd ${srcdir}/gmic-${pkgver}
-  make -C src install DESTDIR=$pkgdir USR=/usr
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
-  depends=(opencv fftw qt4)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc=Gimp plugin for the G'MIC image processing framework
-  depends=(gimp fftw)
-  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
-
-  cd ${srcdir}/gmic-${pkgver}
-  install -Dm755 src/gmic_gimp ${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 120435, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 11:11:20 UTC (rev 120436)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: farid farid at archlinuc-br.org
+# Contributor: Archie mym...@gmail.com
+
+pkgbase=gmic
+pkgname=(gmic gimp-plugin-gmic zart)
+pkgver=1.6.0.1
+pkgrel=1
+arch=(i686 x86_64)
+url=http://gmic.sourceforge.net;
+license=(custom:CeCILL)
+makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
+source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
+md5sums=('39858b032636f6bf6e4026d5022d2dd5')
+
+prepare() {
+  cd ${srcdir}/gmic-${pkgver}
+  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
+-e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+}
+
+build() {
+  cd ${srcdir}/gmic-${pkgver}
+  (cd zart  qmake-qt4 -o Makefile zart.pro)
+  make -C src all
+  make -C zart all
+}
+
+package_gmic() {
+  pkgdesc=GREYC's Magic Image Converter: image processing framework
+  depends=(fftw libtiff libjpeg libpng openexr libx11)
+  replaces=(greycstoration)
+
+  cd ${srcdir}/gmic-${pkgver}
+  make -C src install DESTDIR=$pkgdir USR=/usr
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -rf ${pkgdir}/usr/{bin/zart,lib/gimp,share/zart}
+}
+
+package_zart() {
+  pkgdesc=A GUI for G'MIC real-time manipulations on the output of a webcam
+  depends=(opencv fftw qt4)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 zart/zart ${pkgdir}/usr/bin/zart
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_gimp-plugin-gmic() {
+  pkgdesc=Gimp plugin for the G'MIC image processing framework
+  depends=(gimp fftw)
+  replaces=(gimp-plugin-greycstoration gimp-plugin-gmic4gimp)
+
+  cd ${srcdir}/gmic-${pkgver}
+  install -Dm755 src/gmic_gimp 

[arch-commits] Commit in vid.stab/trunk (PKGBUILD)

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:11:51
  Author: spupykin
Revision: 120439

upgpkg: vid.stab 0.98b-2

upd

Modified:
  vid.stab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 11:11:45 UTC (rev 120438)
+++ PKGBUILD2014-10-09 11:11:51 UTC (rev 120439)
@@ -11,9 +11,7 @@
 license=('GPL')
 depends=()
 makedepends=('cmake')
-provides=('vid.stab')
-conflicts=('vid-stab')
-source=('https://github.com/georgmartius/vid.stab/archive/release-0.98b.tar.gz')
+source=($pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
 md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
 
 build() {


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:11:32
  Author: spupykin
Revision: 120437

upgpkg: mlt 0.9.2-3

upd

Modified:
  mlt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 11:11:20 UTC (rev 120436)
+++ PKGBUILD2014-10-09 11:11:32 UTC (rev 120437)
@@ -8,13 +8,13 @@
 pkgbase=mlt
 pkgname=('mlt' 'mlt-python-bindings')
 pkgver=0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc=An open source multimedia framework
 arch=('i686' 'x86_64')
 url=http://www.mltframework.org;
 license=('GPL')
 makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt4' 'sox' 'libxml2' 'gtk2' 
'ffmpeg'
-'frei0r-plugins' 'swig' 'python2' jack ladspa)
+'frei0r-plugins' 'swig' 'python2' jack ladspa vid.stab)
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
fix-segmentation-fault-at-exit-by-calling-av_lockmgr.patch)
 md5sums=('f88ead8fcea628a65ebf329cc4470b6d'
@@ -44,7 +44,7 @@
 }
 
 package_mlt() {
-  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 
'frei0r-plugins')
+  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 
'frei0r-plugins' 'vid.stab')
   optdepends=('jack' 'libexif' 'qt4' 'gtk2' ladspa)
   conflicts=('mlt++=0.3.8')
 


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:11:05
  Author: spupykin
Revision: 120435

upgpkg: gmic 1.6.0.1-1

upd

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 10:52:49 UTC (rev 120434)
+++ PKGBUILD2014-10-09 11:11:05 UTC (rev 120435)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic gimp-plugin-gmic zart)
-pkgver=1.6.0.0
+pkgver=1.6.0.1
 pkgrel=1
 arch=(i686 x86_64)
 url=http://gmic.sourceforge.net;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2')
 
source=(http://downloads.sourceforge.net/sourceforge/gmic/gmic_${pkgver}.tar.gz;)
-md5sums=('8c3d26967f4fe6be9332f7c481c2b84b')
+md5sums=('39858b032636f6bf6e4026d5022d2dd5')
 
 prepare() {
   cd ${srcdir}/gmic-${pkgver}


[arch-commits] Commit in vid.stab/repos (4 files)

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 13:12:04
  Author: spupykin
Revision: 120440

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

Added:
  vid.stab/repos/community-i686/
  vid.stab/repos/community-i686/PKGBUILD
(from rev 120439, vid.stab/trunk/PKGBUILD)
  vid.stab/repos/community-x86_64/
  vid.stab/repos/community-x86_64/PKGBUILD
(from rev 120439, vid.stab/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: vid.stab/repos/community-i686/PKGBUILD (from rev 120439, 
vid.stab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 11:12:04 UTC (rev 120440)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: EVorster evors...@gmail.com
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc=Video stabilize library for fmpeg, mlt or transcode
+arch=('i686' 'x86_64')
+url=http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  rm -rf build
+  mkdir build  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+}

Copied: vid.stab/repos/community-x86_64/PKGBUILD (from rev 120439, 
vid.stab/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-09 11:12:04 UTC (rev 120440)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: EVorster evors...@gmail.com
+
+pkgname=vid.stab
+pkgver=0.98b
+pkgrel=2
+pkgdesc=Video stabilize library for fmpeg, mlt or transcode
+arch=('i686' 'x86_64')
+url=http://public.hronopik.de/vid.stab;
+license=('GPL')
+depends=()
+makedepends=('cmake')
+source=($pkgname-$pkgver.tar.gz::https://github.com/georgmartius/vid.stab/archive/release-$pkgver.tar.gz;)
+md5sums=('299b2f4ccd1b94c274f6d94ed4f1c5b8')
+
+build() {
+  cd $srcdir/$pkgname-release-$pkgver
+  rm -rf build
+  mkdir build  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-release-$pkgver/build
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (4 files)

2014-10-09 Thread Kyle Keen
Date: Thursday, October 9, 2014 @ 13:51:50
  Author: kkeen
Revision: 120441

pkginit: libuhd-firmware-3.7.3-1

Added:
  libuhd-firmware/
  libuhd-firmware/repos/
  libuhd-firmware/trunk/
  libuhd-firmware/trunk/PKGBUILD

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

Added: libuhd-firmware/trunk/PKGBUILD
===
--- libuhd-firmware/trunk/PKGBUILD  (rev 0)
+++ libuhd-firmware/trunk/PKGBUILD  2014-10-09 11:51:50 UTC (rev 120441)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd-firmware
+pkgver=3.7.3
+_verstring=003.007.003
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace firmware
+arch=('any')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('libuhd')
+source=(http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('c92809b7486447d3e249bbea7ee2d1f0')
+
+package() {
+  cd $srcdir/uhd-images_$_verstring-release/share/uhd/images/
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -d $pkgdir/usr/share/uhd/images/
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * $pkgdir/usr/share/uhd/images/
+}
+
+


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


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

2014-10-09 Thread Kyle Keen
Date: Thursday, October 9, 2014 @ 13:52:48
  Author: kkeen
Revision: 120442

archrelease: copy trunk to community-any

Added:
  libuhd-firmware/repos/community-any/
  libuhd-firmware/repos/community-any/PKGBUILD
(from rev 120441, libuhd-firmware/trunk/PKGBUILD)

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

Copied: libuhd-firmware/repos/community-any/PKGBUILD (from rev 120441, 
libuhd-firmware/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-10-09 11:52:48 UTC (rev 120442)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd-firmware
+pkgver=3.7.3
+_verstring=003.007.003
+pkgrel=1
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace firmware
+arch=('any')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('libuhd')
+source=(http://files.ettus.com/binaries/maint_images/archive/uhd-images_${_verstring}-release.tar.gz;)
+md5sums=('c92809b7486447d3e249bbea7ee2d1f0')
+
+package() {
+  cd $srcdir/uhd-images_$_verstring-release/share/uhd/images/
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -d $pkgdir/usr/share/uhd/images/
+  # multiple types of yuck
+  rm -rf winusb_driver
+  cp -r * $pkgdir/usr/share/uhd/images/
+}
+
+


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

2014-10-09 Thread Dave Reisner
Date: Thursday, October 9, 2014 @ 13:58:57
  Author: dreisner
Revision: 224144

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

Added:
  varnish/repos/extra-i686/PKGBUILD
(from rev 224143, varnish/trunk/PKGBUILD)
  varnish/repos/extra-i686/varnish-vcl-reload
(from rev 224143, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-i686/varnish.install
(from rev 224143, varnish/trunk/varnish.install)
  varnish/repos/extra-i686/varnish.service
(from rev 224143, varnish/trunk/varnish.service)
  varnish/repos/extra-x86_64/PKGBUILD
(from rev 224143, varnish/trunk/PKGBUILD)
  varnish/repos/extra-x86_64/varnish-vcl-reload
(from rev 224143, varnish/trunk/varnish-vcl-reload)
  varnish/repos/extra-x86_64/varnish.install
(from rev 224143, varnish/trunk/varnish.install)
  varnish/repos/extra-x86_64/varnish.service
(from rev 224143, varnish/trunk/varnish.service)
Deleted:
  varnish/repos/extra-i686/PKGBUILD
  varnish/repos/extra-i686/varnish-vcl-reload
  varnish/repos/extra-i686/varnish.install
  varnish/repos/extra-i686/varnish.service
  varnish/repos/extra-x86_64/PKGBUILD
  varnish/repos/extra-x86_64/varnish-vcl-reload
  varnish/repos/extra-x86_64/varnish.install
  varnish/repos/extra-x86_64/varnish.service

-+
 /PKGBUILD   |  104 ++
 /varnish-vcl-reload |   40 ++
 /varnish.install|   28 ++
 /varnish.service|   30 ++
 extra-i686/PKGBUILD |   52 ---
 extra-i686/varnish-vcl-reload   |   20 ---
 extra-i686/varnish.install  |   14 -
 extra-i686/varnish.service  |   15 -
 extra-x86_64/PKGBUILD   |   52 ---
 extra-x86_64/varnish-vcl-reload |   20 ---
 extra-x86_64/varnish.install|   14 -
 extra-x86_64/varnish.service|   15 -
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-09 11:58:21 UTC (rev 224143)
+++ extra-i686/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=varnish
-pkgver=4.0.1
-pkgrel=1
-pkgdesc=High-performance HTTP accelerator
-arch=('i686' 'x86_64')
-url=http://www.varnish-cache.org/;
-license=('BSD')
-depends=('gcc' 'libedit' 'pcre')
-makedepends=('python-docutils')
-optdepends=('python: needed for vmod development')
-backup=('etc/varnish/default.vcl')
-install=$pkgname.install
-source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
-varnish-vcl-reload
-varnish.service)
-md5sums=('53e272f448b2109ab370e03d794a243f'
- '03196dee7fc68e75069393d52c370762'
- '699d118a069c2e63e49c81f275ce2658')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -m755 $srcdir/varnish-vcl-reload $pkgdir/usr/bin
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-
-  # config
-  install -Dm644 etc/example.vcl $pkgdir/etc/varnish/default.vcl
-  install -Dm644 etc/builtin.vcl $pkgdir/usr/share/doc/varnish/builtin.vcl
-
-  # license
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: varnish/repos/extra-i686/PKGBUILD (from rev 224143, 
varnish/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-09 11:58:57 UTC (rev 224144)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=varnish
+pkgver=4.0.2
+pkgrel=1
+pkgdesc=High-performance HTTP accelerator
+arch=('i686' 'x86_64')
+url=http://www.varnish-cache.org/;
+license=('BSD')
+depends=('gcc' 'libedit' 'pcre')
+makedepends=('python-docutils')
+optdepends=('python: needed for vmod development')
+backup=('etc/varnish/default.vcl')
+install=$pkgname.install
+source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
+varnish-vcl-reload
+varnish.service)
+md5sums=('bf86f3630605c273b1bbadbbe518237a'
+ '03196dee7fc68e75069393d52c370762'
+ '699d118a069c2e63e49c81f275ce2658')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  

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

2014-10-09 Thread Dave Reisner
Date: Thursday, October 9, 2014 @ 13:58:21
  Author: dreisner
Revision: 224143

upgpkg: varnish 4.0.2-1

Modified:
  varnish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 11:06:48 UTC (rev 224142)
+++ PKGBUILD2014-10-09 11:58:21 UTC (rev 224143)
@@ -5,7 +5,7 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=varnish
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc=High-performance HTTP accelerator
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=(http://repo.varnish-cache.org/source/$pkgname-$pkgver.tar.gz;
 varnish-vcl-reload
 varnish.service)
-md5sums=('53e272f448b2109ab370e03d794a243f'
+md5sums=('bf86f3630605c273b1bbadbbe518237a'
  '03196dee7fc68e75069393d52c370762'
  '699d118a069c2e63e49c81f275ce2658')
 


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 14:53:36
  Author: spupykin
Revision: 120443

upgpkg: prosody 0.9.5-1

upd

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 11:52:48 UTC (rev 120442)
+++ PKGBUILD2014-10-09 12:53:36 UTC (rev 120443)
@@ -5,8 +5,8 @@
 # Contributor: Timothée Ravier t...@siosm.fr
 
 pkgname=prosody
-pkgver=0.9.4
-pkgrel=3
+pkgver=0.9.5
+pkgrel=1
 pkgdesc=Lightweight and extensible Jabber/XMPP server written in Lua
 arch=('i686' 'x86_64')
 url=http://prosody.im/;
@@ -22,7 +22,7 @@
 'fix-config.patch'
 'prosody.tmpfile.d'
 'prosody.service')
-md5sums=('94f9a613c834c276352ac5b142fb72e0'
+md5sums=('11a506017c49f7e5ab9049f123b55420'
  'SKIP'
  '5b44aee99f1fa9e7f055e067688cafbd'
  '01b6aa0b1e1e3067756c45b0751bee78'


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 14:54:01
  Author: spupykin
Revision: 120444

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

Added:
  prosody/repos/community-i686/PKGBUILD
(from rev 120443, prosody/trunk/PKGBUILD)
  prosody/repos/community-i686/fix-config.patch
(from rev 120443, prosody/trunk/fix-config.patch)
  prosody/repos/community-i686/prosody.install
(from rev 120443, prosody/trunk/prosody.install)
  prosody/repos/community-i686/prosody.logrotated
(from rev 120443, prosody/trunk/prosody.logrotated)
  prosody/repos/community-i686/prosody.service
(from rev 120443, prosody/trunk/prosody.service)
  prosody/repos/community-i686/prosody.tmpfile.d
(from rev 120443, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/PKGBUILD
(from rev 120443, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/fix-config.patch
(from rev 120443, prosody/trunk/fix-config.patch)
  prosody/repos/community-x86_64/prosody.install
(from rev 120443, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 120443, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 120443, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 120443, prosody/trunk/prosody.tmpfile.d)
Deleted:
  prosody/repos/community-i686/PKGBUILD
  prosody/repos/community-i686/fix-config.patch
  prosody/repos/community-i686/prosody.install
  prosody/repos/community-i686/prosody.logrotated
  prosody/repos/community-i686/prosody.service
  prosody/repos/community-i686/prosody.tmpfile.d
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/fix-config.patch
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d

-+
 /PKGBUILD   |  128 ++
 /fix-config.patch   |   88 +++
 /prosody.install|   76 
 /prosody.logrotated |   18 
 /prosody.service|   26 ++
 /prosody.tmpfile.d  |2 
 community-i686/PKGBUILD |   64 -
 community-i686/fix-config.patch |   44 ---
 community-i686/prosody.install  |   38 --
 community-i686/prosody.logrotated   |9 --
 community-i686/prosody.service  |   13 ---
 community-i686/prosody.tmpfile.d|1 
 community-x86_64/PKGBUILD   |   64 -
 community-x86_64/fix-config.patch   |   44 ---
 community-x86_64/prosody.install|   38 --
 community-x86_64/prosody.logrotated |9 --
 community-x86_64/prosody.service|   13 ---
 community-x86_64/prosody.tmpfile.d  |1 
 18 files changed, 338 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 12:53:36 UTC (rev 120443)
+++ community-i686/PKGBUILD 2014-10-09 12:54:01 UTC (rev 120444)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Dwayne Bent d...@dbb.io
-# Contributor: Paul-Sebastian Manole brokenth...@gmail.com
-# Contributor: Timothée Ravier t...@siosm.fr
-
-pkgname=prosody
-pkgver=0.9.4
-pkgrel=3
-pkgdesc=Lightweight and extensible Jabber/XMPP server written in Lua
-arch=('i686' 'x86_64')
-url=http://prosody.im/;
-license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
- 'openssl')
-optdepends=('lua51-sec: TLS encryption support')
-install=prosody.install
-backup=('etc/logrotate.d/prosody'
-'etc/prosody/prosody.cfg.lua')
-source=(http://prosody.im/downloads/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-'prosody.logrotated'
-'fix-config.patch'
-'prosody.tmpfile.d'
-'prosody.service')
-md5sums=('94f9a613c834c276352ac5b142fb72e0'
- 'SKIP'
- '5b44aee99f1fa9e7f055e067688cafbd'
- '01b6aa0b1e1e3067756c45b0751bee78'
- 'e2f5a1df410b05696a30dcb058841084'
- 'e74045f27cb60908d535969906781f75')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1  ../fix-config.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
---cflags=${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE \
---ldflags=${LDFLAGS} -shared --no-example-certs \
---runwith=lua5.1
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install -C tools/migration
-
-#  install -Dm 0644 $srcdir/prosody.logrotated 
${pkgdir}/etc/logrotate.d/prosody
-  install -Dm 0644 

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

2014-10-09 Thread Bartłomiej Piotrowski
Date: Thursday, October 9, 2014 @ 15:10:54
  Author: bpiotrowski
Revision: 120445

upgpkg: luarocks 2.2.0-1

new upstream release

Modified:
  luarocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 12:54:01 UTC (rev 120444)
+++ PKGBUILD2014-10-09 13:10:54 UTC (rev 120445)
@@ -5,8 +5,8 @@
 
 pkgbase=luarocks
 pkgname=('luarocks' 'luarocks5.1')
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 arch=('any')
 url='http://luarocks.org/'
 license=('custom')
@@ -18,7 +18,7 @@
 'cmake: for building rocks that use the cmake build system')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('0afc5fd6ee6ec6128fccda1bc559f41e')
+md5sums=('eb142e0f0891ea4243ef3b7582cfbbaa')
 
 prepare() {
   cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver


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

2014-10-09 Thread Bartłomiej Piotrowski
Date: Thursday, October 9, 2014 @ 15:14:00
  Author: bpiotrowski
Revision: 120446

archrelease: copy trunk to community-any

Added:
  luarocks/repos/community-any/PKGBUILD
(from rev 120445, luarocks/trunk/PKGBUILD)
Deleted:
  luarocks/repos/community-any/PKGBUILD

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-09 13:10:54 UTC (rev 120445)
+++ PKGBUILD2014-10-09 13:14:00 UTC (rev 120446)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgbase=luarocks
-pkgname=('luarocks' 'luarocks5.1')
-pkgver=2.1.2
-pkgrel=2
-arch=('any')
-url='http://luarocks.org/'
-license=('custom')
-depends=('unzip' 'zip' 'curl')
-makedepends=('lua' 'lua51')
-optdepends=('cvs: for fetching sources from CVS repositories'
-'git: for fetching sources from git repositories'
-'mercurial: for fetching sources from mercurial repositories'
-'cmake: for building rocks that use the cmake build system')
-options=('!makeflags')
-source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('0afc5fd6ee6ec6128fccda1bc559f41e')
-
-prepare() {
-  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
-}
-
-build() {
-
-  cd $pkgbase-$pkgver
-  LUA_VERSION= ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.2 \
---with-lua-include=/usr/include \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-
-  cd ../${pkgbase}5.1-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc/luarocks \
---lua-version=5.1 \
---with-lua-include=/usr/include/lua5.1 \
---with-downloader=curl \
---versioned-rocks-dir
-  make
-  sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
-
-}
-
-package_luarocks() {
-  pkgdesc='Deployment and management system for Lua 5.2 modules'
-  backup=('etc/luarocks/config-5.2.lua')
-  depends+=('lua')
-  optdepends+=('lua-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.2/luarocks/site_config.lua
-}
-
-package_luarocks5.1() {
-  pkgdesc='Deployment and management system for Lua 5.1 modules'
-  backup=('etc/luarocks/config-5.1.lua')
-  depends+=('lua51')
-  optdepends+=('lua51-sec: HTTPS support')
-
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  rm $pkgdir/usr/bin/luarocks{,-admin}
-
-  # FS#40388
-  sed -i '/^LUAROCKS_UNAME_M/d' 
$pkgdir/usr/share/lua/5.1/luarocks/site_config.lua
-}

Copied: luarocks/repos/community-any/PKGBUILD (from rev 120445, 
luarocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 13:14:00 UTC (rev 120446)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=luarocks
+pkgname=('luarocks' 'luarocks5.1')
+pkgver=2.2.0
+pkgrel=1
+arch=('any')
+url='http://luarocks.org/'
+license=('custom')
+depends=('unzip' 'zip' 'curl')
+makedepends=('lua' 'lua51')
+optdepends=('cvs: for fetching sources from CVS repositories'
+'git: for fetching sources from git repositories'
+'mercurial: for fetching sources from mercurial repositories'
+'cmake: for building rocks that use the cmake build system')
+options=('!makeflags')
+source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
+md5sums=('eb142e0f0891ea4243ef3b7582cfbbaa')
+
+prepare() {
+  cp -r $pkgbase-$pkgver ${pkgbase}5.1-$pkgver
+}
+
+build() {
+
+  cd $pkgbase-$pkgver
+  LUA_VERSION= ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.2 \
+--with-lua-include=/usr/include \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+
+  cd ../${pkgbase}5.1-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc/luarocks \
+--lua-version=5.1 \
+--with-lua-include=/usr/include/lua5.1 \
+--with-downloader=curl \
+--versioned-rocks-dir
+  make
+  sed -i 's/env lua/env lua5.1/' src/bin/luarocks{,-admin}
+
+}
+
+package_luarocks() {
+  pkgdesc='Deployment and management system for Lua 5.2 modules'
+  backup=('etc/luarocks/config-5.2.lua')
+  depends+=('lua')
+  optdepends+=('lua-sec: HTTPS support')
+
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # FS#40388
+  sed -i '/^LUAROCKS_UNAME_M/d' 

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

2014-10-09 Thread Andreas Radke
Date: Thursday, October 9, 2014 @ 17:02:07
  Author: andyrtr
Revision: 224148

upgpkg: bluez 5.24-1

upstream update 5.24

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 14:10:30 UTC (rev 224147)
+++ PKGBUILD2014-10-09 15:02:07 UTC (rev 224148)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
-pkgver=5.23
+pkgver=5.24
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('cdabd38d7ac8dd392a77ce7d76d5c120b277e4115040ba5d3ab91c05ab37f2c1'
+sha256sums=('e870c5fba0bf3496856fc720e2d217856fcf40b59829f8cc0c05902ebb9fb837'
 '896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
 '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
 
@@ -96,7 +96,9 @@
   install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/btmgmt 
${pkgdir}/usr/bin/btmgmt
   # add gatttool useful with Bluetooth 4.0LE 
   install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 
${pkgdir}/usr/bin/gatttool
-
+  # add bdaddr for changing the bluetooth device address - FS#41687
+  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/bdaddr 
${pkgdir}/usr/bin/bdaddr
+  
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
   #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
   #rmdir ${pkgdir}/usr/lib


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

2014-10-09 Thread Andreas Radke
Date: Thursday, October 9, 2014 @ 17:02:36
  Author: andyrtr
Revision: 224149

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 224148, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 224148, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 224148, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 224148, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 224148, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 224148, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  302 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  149 
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  149 
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 426 insertions(+), 422 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-10-09 15:02:07 UTC (rev 224148)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-10-09 15:02:36 UTC (rev 224149)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 224148, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2014-10-09 Thread Eric Bélanger
Date: Thursday, October 9, 2014 @ 17:07:56
  Author: eric
Revision: 224150

upgpkg: libtiff 4.0.3-5

Add JBIG support (close FS#42223)

Modified:
  libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 15:02:36 UTC (rev 224149)
+++ PKGBUILD2014-10-09 15:07:56 UTC (rev 224150)
@@ -3,13 +3,13 @@
 
 pkgname=libtiff
 pkgver=4.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc=Library for manipulation of TIFF images
 arch=('i686' 'x86_64')
 url=http://www.remotesensing.org/libtiff/;
 license=('custom')
 depends=('gcc-libs' 'libjpeg' 'zlib' 'xz')
-makedepends=('freeglut' 'glu' 'mesa')
+makedepends=('freeglut' 'glu' 'mesa' 'jbigkit')
 optdepends=('freeglut: for using tiffgt')
 source=(ftp://ftp.remotesensing.org/pub/libtiff/tiff-${pkgver}.tar.gz
 tiff-3.9.7-CVE-2012-4447.patch
@@ -44,7 +44,6 @@
   cd tools
   patch -p0 -i ${srcdir}/tiff-4.0.3-CVE-2013-4231.patch
   patch -p0 -i ${srcdir}/tiff-4.0.3-CVE-2013-4232.patch
-
 }
 
 build() {


[arch-commits] Commit in libtiff/repos (40 files)

2014-10-09 Thread Eric Bélanger
Date: Thursday, October 9, 2014 @ 17:14:52
  Author: eric
Revision: 224151

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

Added:
  libtiff/repos/extra-i686/PKGBUILD
(from rev 224150, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-i686/libtiff-CVE-2013-4244.patch
(from rev 224150, libtiff/trunk/libtiff-CVE-2013-4244.patch)
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4447.patch
(from rev 224150, libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch)
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4564.patch
(from rev 224150, libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1960.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1961.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4231.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-4231.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4232.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-4232.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-libjpeg-turbo.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch)
  libtiff/repos/extra-i686/tiff-4.0.3-tiff2pdf-colors.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch)
  libtiff/repos/extra-x86_64/PKGBUILD
(from rev 224150, libtiff/trunk/PKGBUILD)
  libtiff/repos/extra-x86_64/libtiff-CVE-2013-4244.patch
(from rev 224150, libtiff/trunk/libtiff-CVE-2013-4244.patch)
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch
(from rev 224150, libtiff/trunk/tiff-3.9.7-CVE-2012-4447.patch)
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch
(from rev 224150, libtiff/trunk/tiff-3.9.7-CVE-2012-4564.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-1960.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-1961.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4231.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-4231.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4232.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-CVE-2013-4232.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-libjpeg-turbo.patch)
  libtiff/repos/extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch
(from rev 224150, libtiff/trunk/tiff-4.0.3-tiff2pdf-colors.patch)
Deleted:
  libtiff/repos/extra-i686/PKGBUILD
  libtiff/repos/extra-i686/libtiff-CVE-2013-4244.patch
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/repos/extra-i686/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4231.patch
  libtiff/repos/extra-i686/tiff-4.0.3-CVE-2013-4232.patch
  libtiff/repos/extra-i686/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/repos/extra-i686/tiff-4.0.3-tiff2pdf-colors.patch
  libtiff/repos/extra-x86_64/PKGBUILD
  libtiff/repos/extra-x86_64/libtiff-CVE-2013-4244.patch
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4447.patch
  libtiff/repos/extra-x86_64/tiff-3.9.7-CVE-2012-4564.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1960.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-1961.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4231.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-CVE-2013-4232.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-libjpeg-turbo.patch
  libtiff/repos/extra-x86_64/tiff-4.0.3-tiff2pdf-colors.patch

---+
 /PKGBUILD |  128 ++
 /libtiff-CVE-2013-4244.patch  |   30 
 /tiff-3.9.7-CVE-2012-4447.patch   |   74 +
 /tiff-3.9.7-CVE-2012-4564.patch   |  154 ++
 /tiff-4.0.3-CVE-2013-1960.patch   |  290 
 /tiff-4.0.3-CVE-2013-1961.patch   | 1518 
 /tiff-4.0.3-CVE-2013-4231.patch   |   36 
 /tiff-4.0.3-CVE-2013-4232.patch   |   30 
 /tiff-4.0.3-libjpeg-turbo.patch   |  244 +++
 /tiff-4.0.3-tiff2pdf-colors.patch |   30 
 extra-i686/PKGBUILD   |   65 -
 extra-i686/libtiff-CVE-2013-4244.patch|   15 
 extra-i686/tiff-3.9.7-CVE-2012-4447.patch |   37 
 extra-i686/tiff-3.9.7-CVE-2012-4564.patch |   77 -
 extra-i686/tiff-4.0.3-CVE-2013-1960.patch |  145 --
 extra-i686/tiff-4.0.3-CVE-2013-1961.patch |  759 
 extra-i686/tiff-4.0.3-CVE-2013-4231.patch |   18 
 extra-i686/tiff-4.0.3-CVE-2013-4232.patch |   15 
 extra-i686/tiff-4.0.3-libjpeg-turbo.patch |  122 -
 extra-i686/tiff-4.0.3-tiff2pdf-colors.patch   |   15 
 extra-x86_64/PKGBUILD |   65 -
 

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

2014-10-09 Thread Eric Bélanger
Date: Thursday, October 9, 2014 @ 17:52:28
  Author: eric
Revision: 224152

upgpkg: imagemagick 6.8.9.8-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 15:14:52 UTC (rev 224151)
+++ PKGBUILD2014-10-09 15:52:28 UTC (rev 224152)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.7
+pkgver=6.8.9.8
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('896a31574a06d2f2a9c1558fe05afe0c65012124'
+sha1sums=('5304855f3504994ff8bbf380e9a89a9e1dfe8834'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 


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

2014-10-09 Thread Eric Bélanger
Date: Thursday, October 9, 2014 @ 17:55:03
  Author: eric
Revision: 224153

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 224152, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 224152, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 224152, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 224152, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   90 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   90 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-09 15:52:28 UTC (rev 224152)
+++ extra-i686/PKGBUILD 2014-10-09 15:55:03 UTC (rev 224153)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('896a31574a06d2f2a9c1558fe05afe0c65012124'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE 

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

2014-10-09 Thread Evangelos Foutras
Date: Thursday, October 9, 2014 @ 18:53:47
  Author: foutrelis
Revision: 224154

upgpkg: mirage 0.9.5.2-3

- Update url and download link to point to SourceForge (FS#41242)
- Add patch from Fedora to fix crash with glib = 2.41 (FS#42189)

Added:
  mirage/trunk/mirage-0.9.5.2-glib241-init-workaround.patch
Modified:
  mirage/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 mirage-0.9.5.2-glib241-init-workaround.patch |   13 +
 2 files changed, 27 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 15:55:03 UTC (rev 224153)
+++ PKGBUILD2014-10-09 16:53:47 UTC (rev 224154)
@@ -4,16 +4,26 @@
 # Contributor: Scott Horowitz stonecr...@gmail.com
 pkgname=mirage
 pkgver=0.9.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A simple GTK+ Image Viewer
-url=http://mirageiv.berlios.de;
+url=https://sourceforge.net/projects/mirageiv.berlios/;
 license=(GPL)
 depends=('pygtk' 'desktop-file-utils')
 arch=('i686' 'x86_64')
-md5sums=('92191a4496b0a50486ed7299baf6729f')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/mirage/mirage-$pkgver.tar.bz2/$md5sums/mirage-$pkgver.tar.bz2;)
+md5sums=('92191a4496b0a50486ed7299baf6729f'
+ '1315594c262c23079e46d0b6a9896bfd')
+source=(http://downloads.sourceforge.net/project/mirageiv.berlios/${pkgname}-${pkgver}.tar.bz2
+mirage-0.9.5.2-glib241-init-workaround.patch)
 install=$pkgname.install
 
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# Don't call gtk.gdk.threads_init() on GLib = 2.41 (patch from Fedora)
+# https://bugs.archlinux.org/task/42189
+patch -Np1 -i ../mirage-0.9.5.2-glib241-init-workaround.patch
+}
+
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 python2 setup.py build

Added: mirage-0.9.5.2-glib241-init-workaround.patch
===
--- mirage-0.9.5.2-glib241-init-workaround.patch
(rev 0)
+++ mirage-0.9.5.2-glib241-init-workaround.patch2014-10-09 16:53:47 UTC 
(rev 224154)
@@ -0,0 +1,13 @@
+--- mirage-0.9.5.2/mirage.py.glib241   2014-08-12 17:55:57.0 +0900
 mirage-0.9.5.2/mirage.py   2014-08-12 17:52:18.0 +0900
+@@ -71,7 +71,9 @@
+ 
+   def __init__(self):
+   
+-  gtk.gdk.threads_init()
++  import glib
++  if glib.glib_version  (2, 41, 0):
++  gtk.gdk.threads_init()
+   
+   # FIX THIS! Does not work on windows and what happens if 
mo-files exists
+   # in both dirs?


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

2014-10-09 Thread Evangelos Foutras
Date: Thursday, October 9, 2014 @ 18:54:08
  Author: foutrelis
Revision: 224155

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

Added:
  mirage/repos/extra-i686/PKGBUILD
(from rev 224154, mirage/trunk/PKGBUILD)
  mirage/repos/extra-i686/mirage-0.9.5.2-glib241-init-workaround.patch
(from rev 224154, mirage/trunk/mirage-0.9.5.2-glib241-init-workaround.patch)
  mirage/repos/extra-i686/mirage.install
(from rev 224154, mirage/trunk/mirage.install)
  mirage/repos/extra-x86_64/PKGBUILD
(from rev 224154, mirage/trunk/PKGBUILD)
  mirage/repos/extra-x86_64/mirage-0.9.5.2-glib241-init-workaround.patch
(from rev 224154, mirage/trunk/mirage-0.9.5.2-glib241-init-workaround.patch)
  mirage/repos/extra-x86_64/mirage.install
(from rev 224154, mirage/trunk/mirage.install)
Deleted:
  mirage/repos/extra-i686/PKGBUILD
  mirage/repos/extra-i686/mirage.install
  mirage/repos/extra-x86_64/PKGBUILD
  mirage/repos/extra-x86_64/mirage.install

---+
 /PKGBUILD |   68 
 /mirage.install   |   22 +++
 extra-i686/PKGBUILD   |   24 
 extra-i686/mirage-0.9.5.2-glib241-init-workaround.patch   |   13 ++
 extra-i686/mirage.install |   11 -
 extra-x86_64/PKGBUILD |   24 
 extra-x86_64/mirage-0.9.5.2-glib241-init-workaround.patch |   13 ++
 extra-x86_64/mirage.install   |   11 -
 8 files changed, 116 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-09 16:53:47 UTC (rev 224154)
+++ extra-i686/PKGBUILD 2014-10-09 16:54:08 UTC (rev 224155)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: James Rayner ja...@archlinux.org
-# Contributor: Scott Horowitz stonecr...@gmail.com
-pkgname=mirage
-pkgver=0.9.5.2
-pkgrel=2
-pkgdesc=A simple GTK+ Image Viewer
-url=http://mirageiv.berlios.de;
-license=(GPL)
-depends=('pygtk' 'desktop-file-utils')
-arch=('i686' 'x86_64')
-md5sums=('92191a4496b0a50486ed7299baf6729f')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/mirage/mirage-$pkgver.tar.bz2/$md5sums/mirage-$pkgver.tar.bz2;)
-install=$pkgname.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py build
-}
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-python2 setup.py install --root=${pkgdir}
-}

Copied: mirage/repos/extra-i686/PKGBUILD (from rev 224154, 
mirage/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-09 16:54:08 UTC (rev 224155)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: James Rayner ja...@archlinux.org
+# Contributor: Scott Horowitz stonecr...@gmail.com
+pkgname=mirage
+pkgver=0.9.5.2
+pkgrel=3
+pkgdesc=A simple GTK+ Image Viewer
+url=https://sourceforge.net/projects/mirageiv.berlios/;
+license=(GPL)
+depends=('pygtk' 'desktop-file-utils')
+arch=('i686' 'x86_64')
+md5sums=('92191a4496b0a50486ed7299baf6729f'
+ '1315594c262c23079e46d0b6a9896bfd')
+source=(http://downloads.sourceforge.net/project/mirageiv.berlios/${pkgname}-${pkgver}.tar.bz2
+mirage-0.9.5.2-glib241-init-workaround.patch)
+install=$pkgname.install
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# Don't call gtk.gdk.threads_init() on GLib = 2.41 (patch from Fedora)
+# https://bugs.archlinux.org/task/42189
+patch -Np1 -i ../mirage-0.9.5.2-glib241-init-workaround.patch
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+python2 setup.py build
+}
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+python2 setup.py install --root=${pkgdir}
+}

Copied: mirage/repos/extra-i686/mirage-0.9.5.2-glib241-init-workaround.patch 
(from rev 224154, mirage/trunk/mirage-0.9.5.2-glib241-init-workaround.patch)
===
--- extra-i686/mirage-0.9.5.2-glib241-init-workaround.patch 
(rev 0)
+++ extra-i686/mirage-0.9.5.2-glib241-init-workaround.patch 2014-10-09 
16:54:08 UTC (rev 224155)
@@ -0,0 +1,13 @@
+--- mirage-0.9.5.2/mirage.py.glib241   2014-08-12 17:55:57.0 +0900
 mirage-0.9.5.2/mirage.py   2014-08-12 17:52:18.0 +0900
+@@ -71,7 +71,9 @@
+ 
+   def __init__(self):
+   
+-  gtk.gdk.threads_init()
++  import glib
++  if glib.glib_version  (2, 41, 0):
++  gtk.gdk.threads_init()
+   
+   # FIX THIS! Does not work on windows and what happens if 
mo-files exists
+   # in both dirs?

Deleted: extra-i686/mirage.install

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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 18:57:05
  Author: spupykin
Revision: 120449

archrelease: copy trunk to community-any

Added:
  dokuwiki/repos/community-any/PKGBUILD
(from rev 120448, dokuwiki/trunk/PKGBUILD)
  dokuwiki/repos/community-any/apache.example.conf
(from rev 120448, dokuwiki/trunk/apache.example.conf)
Deleted:
  dokuwiki/repos/community-any/PKGBUILD
  dokuwiki/repos/community-any/apache.example.conf

-+
 PKGBUILD|  132 +-
 apache.example.conf |   16 +++---
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-09 16:56:52 UTC (rev 120448)
+++ PKGBUILD2014-10-09 16:57:05 UTC (rev 120449)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sébastien Luttringer
-
-pkgname=dokuwiki
-pkgver=20140929a
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
-_pkgver=${_pkgver/_/}
-pkgrel=1
-pkgdesc='Simple to use and highly versatile Open Source wiki software'
-arch=('any')
-url='https://www.dokuwiki.org/'
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess'
-'etc/httpd/conf/extra/dokuwiki.conf')
-options=('!strip')
-source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
-'apache.example.conf')
-md5sums=('c721cb47cb00593c3a5b9fe1186d70b2'
- 'c5bed40abf5bb737bad8df29bb7020dc')
-
-package() {
-  cd $pkgdir
-  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
-  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
-
-  # move data in var
-  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
-  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
-
-  # move plugins in var
-  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
-  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
-
-  # move templates in var
-  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
-  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
-
-  # move config in /etc
-  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
-  chmod g=rwx etc/webapps/dokuwiki
-  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
-
-  # inform update on changes.log
-  touch var/lib/dokuwiki/data/changes.log
-  chmod 0644 var/lib/dokuwiki/data/changes.log
-
-  # use default htaccess
-  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
-
-  # fix rights and ownership
-  chown http:http var/lib/dokuwiki/plugins
-  chown -R http:http var/lib/dokuwiki/data
-  chown -R http:http etc/webapps/dokuwiki
-
-  # apache config
-  install -Dm0644 $srcdir/apache.example.conf 
etc/httpd/conf/extra/dokuwiki.conf
-
-  # php.ini
-  install -dm0755 $pkgdir/etc/php/conf.d/
-  echo 'open_basedir = 
${open_basedir}:/etc/webapps/dokuwiki/:/var/lib/dokuwiki/' 
$pkgdir/etc/php/conf.d/dokuwiki.ini
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 120448, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 16:57:05 UTC (rev 120449)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20140929_a
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
+_pkgver=${_pkgver/_/}
+pkgrel=1
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='https://www.dokuwiki.org/'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess'
+'etc/httpd/conf/extra/dokuwiki.conf')
+options=('!strip')
+source=(http://download.dokuwiki.org/src/dokuwiki/dokuwiki-${_pkgver}.tgz;
+'apache.example.conf')
+md5sums=('c721cb47cb00593c3a5b9fe1186d70b2'
+ 'c5bed40abf5bb737bad8df29bb7020dc')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on 

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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 18:56:52
  Author: spupykin
Revision: 120448

upgpkg: dokuwiki 20140929_a-1

upd

Modified:
  dokuwiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 14:10:52 UTC (rev 120447)
+++ PKGBUILD2014-10-09 16:56:52 UTC (rev 120448)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
-pkgver=20140929a
+pkgver=20140929_a
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6}
 _pkgver=${_pkgver/_/}
 pkgrel=1


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 18:57:10
  Author: spupykin
Revision: 120450

upgpkg: flightgear 3.0.0-4

upd

Modified:
  flightgear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 16:57:05 UTC (rev 120449)
+++ PKGBUILD2014-10-09 16:57:10 UTC (rev 120450)
@@ -5,7 +5,7 @@
 
 pkgname=flightgear
 pkgver=3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc=An open-source, multi-platform flight simulator
 arch=(i686 x86_64)
 depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'libxrandr' 
'glu' 'openal')
@@ -38,5 +38,6 @@
   install -Dm0644 package/flightgear.desktop 
$pkgdir/usr/share/applications/flightgear.desktop
   install -Dm0644 package/flightgear.ico $pkgdir/usr/share/icons/flightgear.ico
   install -Dm0644 package/flightgear.png $pkgdir/usr/share/icons/flightgear.png
+  install -Dm0644 scripts/completion/fg-completion.bash 
$pkgdir/usr/share/bash-completion/completions/fgfs
   ln -sf flightgear $pkgdir/usr/share/FlightGear
 }


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

2014-10-09 Thread Sergej Pupykin
Date: Thursday, October 9, 2014 @ 18:57:24
  Author: spupykin
Revision: 120451

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-09 16:57:10 UTC (rev 120450)
+++ community-i686/PKGBUILD 2014-10-09 16:57:24 UTC (rev 120451)
@@ -1,42 +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=3
-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
-  ln -sf flightgear $pkgdir/usr/share/FlightGear
-}

Copied: flightgear/repos/community-i686/PKGBUILD (from rev 120450, 
flightgear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-09 16:57:24 UTC (rev 120451)
@@ -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.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
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-09 16:57:10 UTC (rev 120450)
+++ community-x86_64/PKGBUILD   2014-10-09 16:57:24 UTC (rev 120451)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2014-10-09 Thread Gaetan Bisson
Date: Thursday, October 9, 2014 @ 19:35:51
  Author: bisson
Revision: 224157

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 224156, hugin/trunk/PKGBUILD)
  hugin/repos/extra-i686/install
(from rev 224156, hugin/trunk/install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 224156, hugin/trunk/PKGBUILD)
  hugin/repos/extra-x86_64/install
(from rev 224156, hugin/trunk/install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/build.patch
  hugin/repos/extra-i686/install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/build.patch
  hugin/repos/extra-x86_64/install

--+
 /PKGBUILD|  108 +
 /install |   26 ++
 extra-i686/PKGBUILD  |   57 ---
 extra-i686/build.patch   |   11 
 extra-i686/install   |   13 -
 extra-x86_64/PKGBUILD|   57 ---
 extra-x86_64/build.patch |   11 
 extra-x86_64/install |   13 -
 8 files changed, 134 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-09 17:35:18 UTC (rev 224156)
+++ extra-i686/PKGBUILD 2014-10-09 17:35:51 UTC (rev 224157)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Tobias Kieslich tob...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Dominik Ryba domr...@post.pl
-
-pkgname=hugin
-pkgver=2013.0.0
-pkgrel=11
-pkgdesc='Panorama photo stitcher'
-url='http://hugin.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('python2: bindings and plugins')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
- 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-optdepends=('python2: for scripting and plugin interface support')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
-http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;
-   build.patch)
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
-  'cef9a0cc7084b1d639e06cd3bc34e4251524c840'
-  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver/rc?}
-   patch -p1 -i ../build.patch
-
-   # We take the module spirit from boost 1.55 and use it instead of the 
one
-   # that is provided by boost 1.56+ because hugin doesn't compile with the
-   # latter.  This is no proper fix for the problem but it works for now.
-   mkdir -p src/boost
-   cp -r ${srcdir}/boost_1_55_0/boost/spirit src/boost/
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver/rc?}
-
-   # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214#c5
-   # and 
https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1231921.html.
-   # for why the -fno-devirtualize flag is needed.  I can go away with 
GCC 4.9.2+.
-   CXXFLAGS=${CXXFLAGS} -fno-devirtualize
-
-   cmake . \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DENABLE_LAPACK=yes
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver/rc?}
-   make DESTDIR=${pkgdir} install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 224156, hugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-09 17:35:51 UTC (rev 224157)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2014.0.0
+pkgrel=1
+pkgdesc='Panorama photo stitcher'
+url='http://hugin.sourceforge.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('python2: bindings and plugins')
+makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13'
+ 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
+optdepends=('python2: for scripting and plugin interface support')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver/rc?}
+
+   # We take the module spirit from boost 1.55 and use it instead of 

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

2014-10-09 Thread Gaetan Bisson
Date: Thursday, October 9, 2014 @ 19:35:18
  Author: bisson
Revision: 224156

upstream update

Modified:
  hugin/trunk/PKGBUILD
Deleted:
  hugin/trunk/build.patch

-+
 PKGBUILD|   13 +
 build.patch |   11 ---
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 16:54:08 UTC (rev 224155)
+++ PKGBUILD2014-10-09 17:35:18 UTC (rev 224156)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba domr...@post.pl
 
 pkgname=hugin
-pkgver=2013.0.0
-pkgrel=11
+pkgver=2014.0.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -17,17 +17,14 @@
  'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
 optdepends=('python2: for scripting and plugin interface support')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2;
-http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;
-   build.patch)
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
-  'cef9a0cc7084b1d639e06cd3bc34e4251524c840'
-  '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
+http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2;)
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+  'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
 
 install=install
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver/rc?}
-   patch -p1 -i ../build.patch
 
# We take the module spirit from boost 1.55 and use it instead of the 
one
# that is provided by boost 1.56+ because hugin doesn't compile with the

Deleted: build.patch
===
--- build.patch 2014-10-09 16:54:08 UTC (rev 224155)
+++ build.patch 2014-10-09 17:35:18 UTC (rev 224156)
@@ -1,11 +0,0 @@
 a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
-+++ b/src/hugin1/ptbatcher/PTBatcherGUI.cpp
-@@ -150,7 +150,7 @@
- { wxCMD_LINE_SWITCH, v, verbose,  show verbose output when 
processing projects },
- { wxCMD_LINE_SWITCH, a, assistant, run the assistant on the 
given projects },
- {
--wxCMD_LINE_PARAM,  NULL, NULL, _(stitch_project.pto [output 
prefix]|assistant_project.pto),
-+wxCMD_LINE_PARAM,  NULL, NULL, stitch_project.pto [output 
prefix]|assistant_project.pto,
- wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL + 
wxCMD_LINE_PARAM_MULTIPLE
- },
- { wxCMD_LINE_NONE }


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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:01:21
  Author: bgyorgy
Revision: 120452

upgpkg: metacity 3.14.0-1

Update to version 3.14.0

Modified:
  metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 16:57:24 UTC (rev 120451)
+++ PKGBUILD2014-10-09 20:01:21 UTC (rev 120452)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=metacity
-pkgver=3.12.0
+pkgver=3.14.0
 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=('a9ac5a3decd14fe6068efb5b5358bb4dffd0380ce2d605cb65424d843c3ed9dd')
+sha256sums=('b1721803d4266b97dd740d10bc9bce166c148c2268db1faee8412f2be632668d')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:01:28
  Author: bgyorgy
Revision: 120453

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

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

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-i686/metacity.install   |   11 +++
 community-testing-x86_64/PKGBUILD |   28 
 community-testing-x86_64/metacity.install |   11 +++
 4 files changed, 78 insertions(+)

Copied: metacity/repos/community-testing-i686/PKGBUILD (from rev 120452, 
metacity/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-10-09 20:01:28 UTC (rev 120453)
@@ -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.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-testing-i686/metacity.install (from rev 
120452, metacity/trunk/metacity.install)
===
--- community-testing-i686/metacity.install (rev 0)
+++ community-testing-i686/metacity.install 2014-10-09 20:01:28 UTC (rev 
120453)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: metacity/repos/community-testing-x86_64/PKGBUILD (from rev 120452, 
metacity/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-10-09 20:01:28 UTC (rev 120453)
@@ -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.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-testing-x86_64/metacity.install (from rev 
120452, metacity/trunk/metacity.install)
===
--- community-testing-x86_64/metacity.install   (rev 0)
+++ community-testing-x86_64/metacity.install   2014-10-09 20:01:28 UTC (rev 
120453)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in xfce4-weather-plugin/trunk (5 files)

2014-10-09 Thread Evangelos Foutras
Date: Thursday, October 9, 2014 @ 22:02:44
  Author: foutrelis
Revision: 224158

upgpkg: xfce4-weather-plugin 0.8.3-5

Fix FS#42314: Plugin is using an EOL REST service

Added:
  
xfce4-weather-plugin/trunk/0001-Fix-color-parsing-when-reading-config-file.patch
  
xfce4-weather-plugin/trunk/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
  
xfce4-weather-plugin/trunk/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
Modified:
  xfce4-weather-plugin/trunk/PKGBUILD
Deleted:
  xfce4-weather-plugin/trunk/fix-color-parsing-when-reading-config-file.patch

-+
 0001-Fix-color-parsing-when-reading-config-file.patch   |   28 +
 0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch |  162 
++
 0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch |   26 +
 PKGBUILD|   21 -
 fix-color-parsing-when-reading-config-file.patch|   22 -
 5 files changed, 232 insertions(+), 27 deletions(-)

Added: 0001-Fix-color-parsing-when-reading-config-file.patch
===
--- 0001-Fix-color-parsing-when-reading-config-file.patch   
(rev 0)
+++ 0001-Fix-color-parsing-when-reading-config-file.patch   2014-10-09 
20:02:44 UTC (rev 224158)
@@ -0,0 +1,28 @@
+From 09a9a4fdec9ee709bd3da2be2ba1cf13e4e377e1 Mon Sep 17 00:00:00 2001
+From: Harald Judt h.j...@gmx.at
+Date: Wed, 20 Feb 2013 15:25:09 +0100
+Subject: [PATCH] Fix color parsing when reading config file.
+
+This turned out to be a stupid copy  paste mistake.
+
+(cherry picked from commit 462e85dfd54e9a3bdf6c330c602a6545bccce585)
+---
+ panel-plugin/weather.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
+index 710c33c..4a2e3c3 100644
+--- a/panel-plugin/weather.c
 b/panel-plugin/weather.c
+@@ -884,7 +884,7 @@ xfceweather_read_config(XfcePanelPlugin *plugin,
+ 
+ value = xfce_rc_read_entry(rc, scrollbox_color, NULL);
+ if (value)
+-gdk_color_parse(#, (data-scrollbox_color));
++gdk_color_parse(value, (data-scrollbox_color));
+ 
+ data-scrollbox_use_color =
+ xfce_rc_read_bool_entry(rc, scrollbox_use_color, FALSE);
+-- 
+2.1.2
+

Added: 0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
===
--- 0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch 
(rev 0)
+++ 0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch 
2014-10-09 20:02:44 UTC (rev 224158)
@@ -0,0 +1,162 @@
+From a17ed6d248135cedc645b0481c4ad01687386ed2 Mon Sep 17 00:00:00 2001
+From: Harald Judt h.j...@gmx.at
+Date: Wed, 28 May 2014 20:08:02 +0200
+Subject: [PATCH] Make plugin ready for met.no locationforecast-1.2 API (bug
+ #10916).
+
+http://api.yr.no/weatherapi/locationforecastlts/1.1/documentation#version_1_2___2014_05_20
+
+The updated API version uses CamelCase symbol names instead of UPPERCASE
+ones and has added some new names (like 'Drizzle'), which unfortunately
+have not been documented (yet?).
+
+What's more, the typo 'celcius' has been replaced by the fixed 'celsius',
+but luckily the plugin will not be affected by that change.
+
+What's a bit more unfortunate is that the existing icon themes do not
+cover the new symbol names, so one would have to create quite a lot of
+new icons. Also, new translations would have to be added for the symbols,
+and maybe existing ones would have to be altered. To prevent this, we're
+simply going to map the new symbols to existing ones as good as possible.
+This should be good enough for the time being.
+
+(cherry picked from commit 1ff71669644a0b824a8a5ba9b40771ee4fb8a76b)
+---
+ panel-plugin/weather-parsers.c   |  3 +-
+ panel-plugin/weather-translate.c | 70 +++-
+ panel-plugin/weather-translate.h |  2 ++
+ 3 files changed, 73 insertions(+), 2 deletions(-)
+
+diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
+index c380130..2c90c11 100644
+--- a/panel-plugin/weather-parsers.c
 b/panel-plugin/weather-parsers.c
+@@ -28,6 +28,7 @@
+ #define _XOPEN_SOURCE
+ #define _XOPEN_SOURCE_EXTENDED 1
+ #include weather-parsers.h
++#include weather-translate.h
+ #include weather-debug.h
+ 
+ #include time.h
+@@ -196,8 +197,8 @@ parse_location(xmlNode *cur_node,
+ }
+ if (NODE_IS_TYPE(child_node, symbol)) {
+ g_free(loc-symbol);
+-loc-symbol = PROP(child_node, id);
+ loc-symbol_id = strtol(PROP(child_node, number), NULL, 10);
++loc-symbol = g_strdup(get_symbol_for_id(loc-symbol_id));
+ }
+ }
+ 
+diff --git a/panel-plugin/weather-translate.c 
b/panel-plugin/weather-translate.c
+index 004eef1..cc97600 100644
+--- 

[arch-commits] Commit in xfce4-weather-plugin/repos (16 files)

2014-10-09 Thread Evangelos Foutras
Date: Thursday, October 9, 2014 @ 22:03:14
  Author: foutrelis
Revision: 224159

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

Added:
  
xfce4-weather-plugin/repos/extra-i686/0001-Fix-color-parsing-when-reading-config-file.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0001-Fix-color-parsing-when-reading-config-file.patch)
  
xfce4-weather-plugin/repos/extra-i686/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch)
  
xfce4-weather-plugin/repos/extra-i686/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch)
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
(from rev 224158, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
(from rev 224158, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
  
xfce4-weather-plugin/repos/extra-x86_64/0001-Fix-color-parsing-when-reading-config-file.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0001-Fix-color-parsing-when-reading-config-file.patch)
  
xfce4-weather-plugin/repos/extra-x86_64/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch)
  
xfce4-weather-plugin/repos/extra-x86_64/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch
(from rev 224158, 
xfce4-weather-plugin/trunk/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch)
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
(from rev 224158, xfce4-weather-plugin/trunk/PKGBUILD)
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install
(from rev 224158, xfce4-weather-plugin/trunk/xfce4-weather-plugin.install)
Deleted:
  xfce4-weather-plugin/repos/extra-i686/PKGBUILD
  
xfce4-weather-plugin/repos/extra-i686/fix-color-parsing-when-reading-config-file.patch
  xfce4-weather-plugin/repos/extra-i686/xfce4-weather-plugin.install
  xfce4-weather-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-weather-plugin/repos/extra-x86_64/fix-color-parsing-when-reading-config-file.patch
  xfce4-weather-plugin/repos/extra-x86_64/xfce4-weather-plugin.install

--+
 /PKGBUILD| 
 106 ++
 /xfce4-weather-plugin.install| 
  26 +
 extra-i686/0001-Fix-color-parsing-when-reading-config-file.patch | 
  28 +
 extra-i686/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch   | 
 162 ++
 extra-i686/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch   | 
  26 +
 extra-i686/PKGBUILD  | 
  42 --
 extra-i686/fix-color-parsing-when-reading-config-file.patch  | 
  22 -
 extra-i686/xfce4-weather-plugin.install  | 
  13 
 extra-x86_64/0001-Fix-color-parsing-when-reading-config-file.patch   | 
  28 +
 extra-x86_64/0002-Make-plugin-ready-for-met.no-locationforecast-1.2-AP.patch | 
 162 ++
 extra-x86_64/0003-Switch-to-met.no-locationforecastLTS-1.2-API-bug-109.patch | 
  26 +
 extra-x86_64/PKGBUILD| 
  42 --
 extra-x86_64/fix-color-parsing-when-reading-config-file.patch| 
  22 -
 extra-x86_64/xfce4-weather-plugin.install| 
  13 
 14 files changed, 564 insertions(+), 154 deletions(-)

Copied: 
xfce4-weather-plugin/repos/extra-i686/0001-Fix-color-parsing-when-reading-config-file.patch
 (from rev 224158, 
xfce4-weather-plugin/trunk/0001-Fix-color-parsing-when-reading-config-file.patch)
===
--- extra-i686/0001-Fix-color-parsing-when-reading-config-file.patch
(rev 0)
+++ extra-i686/0001-Fix-color-parsing-when-reading-config-file.patch
2014-10-09 20:03:14 UTC (rev 224159)
@@ -0,0 +1,28 @@
+From 09a9a4fdec9ee709bd3da2be2ba1cf13e4e377e1 Mon Sep 17 00:00:00 2001
+From: Harald Judt h.j...@gmx.at
+Date: Wed, 20 Feb 2013 15:25:09 +0100
+Subject: [PATCH] Fix color parsing when reading config file.
+
+This turned out to be a stupid copy  paste mistake.
+
+(cherry picked from commit 462e85dfd54e9a3bdf6c330c602a6545bccce585)
+---
+ panel-plugin/weather.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panel-plugin/weather.c b/panel-plugin/weather.c
+index 710c33c..4a2e3c3 100644
+--- a/panel-plugin/weather.c
 b/panel-plugin/weather.c
+@@ -884,7 +884,7 @@ xfceweather_read_config(XfcePanelPlugin *plugin,
+ 
+ value = xfce_rc_read_entry(rc, scrollbox_color, NULL);
+ if (value)

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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:11:29
  Author: bgyorgy
Revision: 120454

upgpkg: simutrans-pak128 2.5.1-1

Update to version 2.5.1

Modified:
  simutrans-pak128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:01:28 UTC (rev 120453)
+++ PKGBUILD2014-10-09 20:11:29 UTC (rev 120454)
@@ -3,7 +3,7 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak128
-pkgver=2.5.0
+pkgver=2.5.1
 _pkgver=RC_120
 pkgrel=1
 pkgdesc=High resolution graphics set for Simutrans
@@ -13,7 +13,7 @@
 provides=('simutrans-pak64')
 options=('!strip')
 
source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('4086d8c0a1e6c047f1e357424fa50bbc')
+md5sums=('16bc1e0c32145f1ed856464c1d34075e')
 
 package() {
   cd $srcdir


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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:11:35
  Author: bgyorgy
Revision: 120455

archrelease: copy trunk to community-any

Added:
  simutrans-pak128/repos/community-any/PKGBUILD
(from rev 120454, simutrans-pak128/trunk/PKGBUILD)
Deleted:
  simutrans-pak128/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-09 20:11:29 UTC (rev 120454)
+++ PKGBUILD2014-10-09 20:11:35 UTC (rev 120455)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak128
-pkgver=2.5.0
-_pkgver=RC_120
-pkgrel=1
-pkgdesc=High resolution graphics set for Simutrans
-arch=('any')
-url=http://128.simutrans.com/;
-license=('Artistic2.0')
-provides=('simutrans-pak64')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('4086d8c0a1e6c047f1e357424fa50bbc')
-
-package() {
-  cd $srcdir
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
-}

Copied: simutrans-pak128/repos/community-any/PKGBUILD (from rev 120454, 
simutrans-pak128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 20:11:35 UTC (rev 120455)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak128
+pkgver=2.5.1
+_pkgver=RC_120
+pkgrel=1
+pkgdesc=High resolution graphics set for Simutrans
+arch=('any')
+url=http://128.simutrans.com/;
+license=('Artistic2.0')
+provides=('simutrans-pak64')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
+md5sums=('16bc1e0c32145f1ed856464c1d34075e')
+
+package() {
+  cd $srcdir
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
+}


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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:12:55
  Author: bgyorgy
Revision: 120456

upgpkg: cherrytree 0.35.1-1

Update to version 0.35.1

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:11:35 UTC (rev 120455)
+++ PKGBUILD2014-10-09 20:12:55 UTC (rev 120456)
@@ -6,7 +6,7 @@
 # Contributor: Tomas A. Schertel tscher...@gmail.com
 
 pkgname=cherrytree
-pkgver=0.34.1
+pkgver=0.35.1
 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=('1cb86e26a1449ddf9de8b5589ae09de1f0ed3fbd03c494433f109ebd56c28604')
+sha256sums=('e197dd0556859c2258320499406b74cff8adcaf0a836cb27e8b865e20c845599')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-09 Thread Balló György
Date: Thursday, October 9, 2014 @ 22:13:14
  Author: bgyorgy
Revision: 120457

archrelease: copy trunk to community-any

Added:
  cherrytree/repos/community-any/PKGBUILD
(from rev 120456, cherrytree/trunk/PKGBUILD)
  cherrytree/repos/community-any/cherrytree.install
(from rev 120456, 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-09 20:12:55 UTC (rev 120456)
+++ PKGBUILD2014-10-09 20:13:14 UTC (rev 120457)
@@ -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.34.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=('1cb86e26a1449ddf9de8b5589ae09de1f0ed3fbd03c494433f109ebd56c28604')
-
-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 120456, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 20:13:14 UTC (rev 120457)
@@ -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.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
+}

Deleted: cherrytree.install
===
--- cherrytree.install  2014-10-09 20:12:55 UTC (rev 120456)
+++ cherrytree.install  2014-10-09 20:13:14 UTC (rev 120457)
@@ -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 120456, 
cherrytree/trunk/cherrytree.install)
===
--- cherrytree.install  (rev 0)
+++ cherrytree.install  2014-10-09 20:13:14 UTC (rev 120457)
@@ -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 geogebra/repos/community-any (8 files)

2014-10-09 Thread Evgeniy Alekseev
Date: Thursday, October 9, 2014 @ 22:44:14
  Author: arcanis
Revision: 120459

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 120458, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 120458, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 120458, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 120458, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   49 ---
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 88 insertions(+), 85 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2014-10-09 20:43:56 UTC (rev 120458)
+++ ChangeLog   2014-10-09 20:44:14 UTC (rev 120459)
@@ -1,23 +0,0 @@
-5.0.9.0-1:
-upstream update
-
-5.0.8.0-1:
-upstream update
-
-5.0.7.0-1:
-upstream update
-
-5.0.4.0-1:
-upstream update
-
-4.4.45.0-1:
-upstream update
-
-4.4.44.0-1:
-upstream update
-
-4.4.43.0-1:
-upstream update
-
-4.4.42.0-1:
-upstream update

Copied: geogebra/repos/community-any/ChangeLog (from rev 120458, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-10-09 20:44:14 UTC (rev 120459)
@@ -0,0 +1,26 @@
+5.0.14.0-1:
+upstream update
+
+5.0.9.0-1:
+upstream update
+
+5.0.8.0-1:
+upstream update
+
+5.0.7.0-1:
+upstream update
+
+5.0.4.0-1:
+upstream update
+
+4.4.45.0-1:
+upstream update
+
+4.4.44.0-1:
+upstream update
+
+4.4.43.0-1:
+upstream update
+
+4.4.42.0-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-09 20:43:56 UTC (rev 120458)
+++ PKGBUILD2014-10-09 20:44:14 UTC (rev 120459)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.9.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-md5sums=('cacd87dc5a35d3ba184fa9d719a7d6d2'
- '167a8f9368eb4e27b1f339796f0c091a')
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-

Copied: geogebra/repos/community-any/PKGBUILD (from rev 120458, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-09 20:44:14 UTC (rev 120459)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.14.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+md5sums=('11de991bddb4997fc51164ba2ea57021'
+ '167a8f9368eb4e27b1f339796f0c091a')
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
+  --name=GeoGebra \
+  --categories=Education;Science;Math \
+   

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

2014-10-09 Thread Evgeniy Alekseev
Date: Thursday, October 9, 2014 @ 22:43:56
  Author: arcanis
Revision: 120458

upgpkg: geogebra 5.0.14.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

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

Modified: ChangeLog
===
--- ChangeLog   2014-10-09 20:13:14 UTC (rev 120457)
+++ ChangeLog   2014-10-09 20:43:56 UTC (rev 120458)
@@ -1,3 +1,6 @@
+5.0.14.0-1:
+upstream update
+
 5.0.9.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:13:14 UTC (rev 120457)
+++ PKGBUILD2014-10-09 20:43:56 UTC (rev 120458)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.9.0
+pkgver=5.0.14.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -17,7 +17,7 @@
 
source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
 geogebra)
 install=geogebra.install
-md5sums=('cacd87dc5a35d3ba184fa9d719a7d6d2'
+md5sums=('11de991bddb4997fc51164ba2ea57021'
  '167a8f9368eb4e27b1f339796f0c091a')
 changelog=ChangeLog
 


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

2014-10-09 Thread Felix Yan
Date: Friday, October 10, 2014 @ 04:22:21
  Author: fyan
Revision: 120462

archrelease: copy trunk to community-any

Added:
  flake8/repos/community-any/PKGBUILD
(from rev 120461, flake8/trunk/PKGBUILD)
Deleted:
  flake8/repos/community-any/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 02:22:03 UTC (rev 120461)
+++ PKGBUILD2014-10-10 02:22:21 UTC (rev 120462)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
-# Contributor: spider-mario spiderma...@free.fr
-# Contributor: Allen Li darkfeline at abagofapples.com
-
-pkgbase=flake8
-pkgname=(flake8 python2-flake8)
-pkgver=2.2.3
-pkgrel=1
-epoch=1
-pkgdesc=The modular source code checker: pep8, pyflakes and co
-arch=('any')
-url=http://bitbucket.org/tarek/flake8;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
- 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
-source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('dc26f97ab25f659761aee131a25e98b6')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py build
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py test
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_flake8() {
-  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
-  provides=('flake8-python3')
-  replaces=('flake8-python3')
-  conflicts=('flake8-python3')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-flake8() {
-  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
-  provides=('flake8-python2')
-  replaces=('flake8-python2')
-  conflicts=('flake8-python2')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}-py2
-  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
-  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
-  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flake8/repos/community-any/PKGBUILD (from rev 120461, 
flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 02:22:21 UTC (rev 120462)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Karol Kenji Takahashi Woźniak kenji.sx
+# Contributor: spider-mario spiderma...@free.fr
+# Contributor: Allen Li darkfeline at abagofapples.com
+
+pkgbase=flake8
+pkgname=(flake8 python2-flake8)
+pkgver=2.2.4
+pkgrel=1
+epoch=1
+pkgdesc=The modular source code checker: pep8, pyflakes and co
+arch=('any')
+url=http://bitbucket.org/tarek/flake8;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyflakes' 
'python2-pyflakes'
+ 'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
+source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
+md5sums=('5f9be8c6184beb94a9bc189b67b38806')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py build
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py test
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_flake8() {
+  depends=('python' 'python-pyflakes' 'python-mccabe' 'pep8')
+  provides=('flake8-python3')
+  replaces=('flake8-python3')
+  conflicts=('flake8-python3')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-flake8() {
+  depends=('python2' 'python2-pyflakes' 'python2-mccabe' 'python2-pep8')
+  provides=('flake8-python2')
+  replaces=('flake8-python2')
+  conflicts=('flake8-python2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}-py2
+  python2 setup.py install --root=${pkgdir}/ --prefix=/usr --optimize=1
+  mv ${pkgdir}/usr/bin/flake8 ${pkgdir}/usr/bin/flake8-python2
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-09 Thread Felix Yan
Date: Friday, October 10, 2014 @ 04:22:03
  Author: fyan
Revision: 120461

upgpkg: flake8 1:2.2.4-1

Modified:
  flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-09 20:47:01 UTC (rev 120460)
+++ PKGBUILD2014-10-10 02:22:03 UTC (rev 120461)
@@ -6,7 +6,7 @@
 
 pkgbase=flake8
 pkgname=(flake8 python2-flake8)
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 epoch=1
 pkgdesc=The modular source code checker: pep8, pyflakes and co
@@ -17,7 +17,7 @@
  'pep8-python3' 'pep8-python2' 'python-mccabe' 'python2-mccabe')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock')
 
source=(http://pypi.python.org/packages/source/f/${pkgbase}/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('dc26f97ab25f659761aee131a25e98b6')
+md5sums=('5f9be8c6184beb94a9bc189b67b38806')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver}{,-py2}


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

2014-10-09 Thread Felix Yan
Date: Friday, October 10, 2014 @ 04:23:49
  Author: fyan
Revision: 120463

upgpkg: shadowsocks 2.3.1-1

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-10 02:22:21 UTC (rev 120462)
+++ PKGBUILD2014-10-10 02:23:49 UTC (rev 120463)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=shadowsocks
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc=A lightweight tunnel proxy
 license=(MIT)
@@ -52,7 +52,7 @@
   install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-sha512sums=('9e91707be705015111ea450c40f8aa106116fe6485e9c0261b32eb06f6bc09b50cd62d0a39b231134877c3ae2814fa93643ac65ea1e69ee6afe9ac8f28995dbe'
+sha512sums=('d70e00acbb7a2b575414458a4eee4982e6fe408db96243c6de86c844b9dcabe23b7de3c169902bc8e663a0a89870cdb86412addcc498f1a6fb5ca2cdfc5dfe9d'
 
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')


[arch-commits] Commit in shadowsocks/repos/community-any (8 files)

2014-10-09 Thread Felix Yan
Date: Friday, October 10, 2014 @ 04:24:20
  Author: fyan
Revision: 120464

archrelease: copy trunk to community-any

Added:
  shadowsocks/repos/community-any/PKGBUILD
(from rev 120463, shadowsocks/trunk/PKGBUILD)
  shadowsocks/repos/community-any/shadowsocks-server@.service
(from rev 120463, shadowsocks/trunk/shadowsocks-server@.service)
  shadowsocks/repos/community-any/shadowsocks.install
(from rev 120463, shadowsocks/trunk/shadowsocks.install)
  shadowsocks/repos/community-any/shadowsocks@.service
(from rev 120463, shadowsocks/trunk/shadowsocks@.service)
Deleted:
  shadowsocks/repos/community-any/PKGBUILD
  shadowsocks/repos/community-any/shadowsocks-server@.service
  shadowsocks/repos/community-any/shadowsocks.install
  shadowsocks/repos/community-any/shadowsocks@.service

-+
 PKGBUILD|  116 +-
 shadowsocks-server@.service |   24 
 shadowsocks.install |   10 +--
 shadowsocks@.service|   24 
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-10 02:23:49 UTC (rev 120463)
+++ PKGBUILD2014-10-10 02:24:20 UTC (rev 120464)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.3
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=(MIT)
-url=http://pypi.python.org/pypi/shadowsocks;
-depends=('python2' 'python2-setuptools')
-checkdepends=('python2-m2crypto' 'python2-salsa20')
-optdepends=('python2-m2crypto: For any encryption method other than table'
-'python2-numpy: For salsa20 support'
-'python2-salsa20: For salsa20 support')
-source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
-shadowsocks@.service
-shadowsocks-server@.service)
-arch=('any')
-install=${pkgname}.install
-
-prepare() {
-  cd shadowsocks-$pkgver/shadowsocks
-  # python2 fix
-  sed -e 's_#!/usr/bin/env python$_#!/usr/bin/env python2_' \
-  -e 's_#!/usr/bin/python$_#!/usr/bin/python2_' \
-  -i local.py server.py encrypt.py __init__.py utils.py
-}
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python2 tests/test.py -c tests/table.json
-  python2 tests/test.py -c tests/aes.json
-  python2 tests/test.py -c tests/rc4-md5.json
-  python2 tests/test.py -c tests/salsa20.json
-  python2 tests/test.py -c tests/server-multi-ports.json
-  python2 tests/test.py -c tests/server-multi-passwd.json
-  python2 tests/test.py -c tests/server-multi-passwd-table.json
-  python2 tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-  install -Dm644 $srcdir/$pkgname-LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-sha512sums=('9e91707be705015111ea450c40f8aa106116fe6485e9c0261b32eb06f6bc09b50cd62d0a39b231134877c3ae2814fa93643ac65ea1e69ee6afe9ac8f28995dbe'
-
'88abf42d51d7b7baa2b9cef016bfd194373fd178980c2c6f1bbb3ce31d3267dfca71efb013c6596c57c0390fdb95d716ff4acca97bdf960e56e9edf16f770352'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 120463, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-10 02:24:20 UTC (rev 120464)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.3.1
+pkgrel=1
+pkgdesc=A lightweight tunnel proxy
+license=(MIT)
+url=http://pypi.python.org/pypi/shadowsocks;
+depends=('python2' 'python2-setuptools')
+checkdepends=('python2-m2crypto' 'python2-salsa20')
+optdepends=('python2-m2crypto: For any encryption method other than table'
+'python2-numpy: For salsa20 support'
+'python2-salsa20: For salsa20 support')
+source=(http://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+
$pkgname-LICENSE::https://raw.github.com/clowwindy/shadowsocks/master/LICENSE;
+shadowsocks@.service
+shadowsocks-server@.service)
+arch=('any')
+install=${pkgname}.install
+
+prepare() {
+  cd shadowsocks-$pkgver/shadowsocks
+  # python2 fix
+  sed -e 's_#!/usr/bin/env