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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:43:31
  Author: schuay
Revision: 146357

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 146356, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 146356, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 11:43:23 UTC (rev 146356)
+++ PKGBUILD2015-11-07 11:43:31 UTC (rev 146357)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.17.0
-pkgrel=2
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('781b04da8731a085378dc1caf037e656')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 146356, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 11:43:31 UTC (rev 146357)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:43:23
  Author: schuay
Revision: 146356

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 146355, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 146355, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 11:43:13 UTC (rev 146355)
+++ PKGBUILD2015-11-07 11:43:23 UTC (rev 146356)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.17.0
-pkgrel=2
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('781b04da8731a085378dc1caf037e656')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 146355, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 11:43:23 UTC (rev 146356)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ 

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:43:13
  Author: schuay
Revision: 146355

stone-soup-0.17-0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 11:42:09 UTC (rev 146354)
+++ PKGBUILD2015-11-07 11:43:13 UTC (rev 146355)
@@ -2,7 +2,7 @@
 
 pkgname=stone-soup
 pkgver=0.17.0
-pkgrel=2
+pkgrel=1
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
 url='http://crawl.develz.org/'


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:19:04
  Author: lfleischer
Revision: 146369

upgpkg: vim-syntastic 3.7.0-1

Upstream update.

Modified:
  vim-syntastic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:18:51 UTC (rev 146368)
+++ PKGBUILD2015-11-07 12:19:04 UTC (rev 146369)
@@ -5,7 +5,7 @@
 
 pkgname=vim-syntastic
 _pkgname=syntastic
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Automatic syntax checking for Vim'
 arch=('any')
@@ -15,7 +15,7 @@
 groups=('vim-plugins')
 install=vimdoc.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4e091b942447cdf92c0b601b6b8567e5')
+md5sums=('7de3859440922dc51bca229b99abfce2')
 
 package() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:18:41
  Author: lfleischer
Revision: 146367

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

Added:
  remind/repos/community-x86_64/ChangeLog
(from rev 146366, remind/trunk/ChangeLog)
  remind/repos/community-x86_64/PKGBUILD
(from rev 146366, remind/trunk/PKGBUILD)
Deleted:
  remind/repos/community-i686/ChangeLog
  remind/repos/community-i686/PKGBUILD
  remind/repos/community-x86_64/ChangeLog
  remind/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |3 +++
 /PKGBUILD  |   33 +
 community-i686/ChangeLog   |3 ---
 community-i686/PKGBUILD|   33 -
 community-x86_64/ChangeLog |3 ---
 community-x86_64/PKGBUILD  |   33 -
 6 files changed, 36 insertions(+), 72 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2015-11-07 12:18:24 UTC (rev 146366)
+++ community-i686/ChangeLog2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-* Fixed source url

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 12:18:24 UTC (rev 146366)
+++ community-i686/PKGBUILD 2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Sebastian Sontberg 
-# Contributor: Daniel J Griffiths 
-
-pkgname=remind
-pkgver=3.1.14
-_pkgver=03.01.14
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-'tcllib: for tkremind'
-'tcl: for cm2rem.tcl')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('a6c4677363d90fd279b52e3206955cba'
- 'SKIP')
-validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2015-11-07 12:18:24 UTC (rev 146366)
+++ community-x86_64/ChangeLog  2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-* Fixed source url

Copied: remind/repos/community-x86_64/ChangeLog (from rev 146366, 
remind/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2015-11-07 12:18:41 UTC (rev 146367)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+* Fixed source url

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-07 12:18:24 UTC (rev 146366)
+++ community-x86_64/PKGBUILD   2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Sebastian Sontberg 
-# Contributor: Daniel J Griffiths 
-
-pkgname=remind
-pkgver=3.1.14
-_pkgver=03.01.14
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-'tcllib: for tkremind'
-'tcl: for cm2rem.tcl')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('a6c4677363d90fd279b52e3206955cba'
- 'SKIP')
-validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 146366, 
remind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-07 12:18:41 UTC (rev 146367)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Sebastian Sontberg 
+# Contributor: Daniel J Griffiths 

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:19:09
  Author: lfleischer
Revision: 146370

archrelease: copy trunk to community-any

Added:
  vim-syntastic/repos/community-any/PKGBUILD
(from rev 146369, vim-syntastic/trunk/PKGBUILD)
  vim-syntastic/repos/community-any/vimdoc.install
(from rev 146369, vim-syntastic/trunk/vimdoc.install)
Deleted:
  vim-syntastic/repos/community-any/PKGBUILD
  vim-syntastic/repos/community-any/vimdoc.install

+
 PKGBUILD   |   70 +++
 vimdoc.install |   38 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 12:19:04 UTC (rev 146369)
+++ PKGBUILD2015-11-07 12:19:09 UTC (rev 146370)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Felip Manyer i Ballester 
-# Contributor: Alex Ferrando 
-# Contributor: Zhang Li 
-
-pkgname=vim-syntastic
-_pkgname=syntastic
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Automatic syntax checking for Vim'
-arch=('any')
-url='http://www.vim.org/scripts/script.php?script_id=2736'
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=("https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
-md5sums=('4e091b942447cdf92c0b601b6b8567e5')
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
-find . -type d -exec chmod 755 '{}' \;
-cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
-install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
-cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
-cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
-
-# remove rustc checker (fixes FS#41517)
-rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
-
-# install license file
-install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: vim-syntastic/repos/community-any/PKGBUILD (from rev 146369, 
vim-syntastic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:19:09 UTC (rev 146370)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Felip Manyer i Ballester 
+# Contributor: Alex Ferrando 
+# Contributor: Zhang Li 
+
+pkgname=vim-syntastic
+_pkgname=syntastic
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Automatic syntax checking for Vim'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=2736'
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scrooloose/${_pkgname}/archive/${pkgver}.tar.gz;)
+md5sums=('7de3859440922dc51bca229b99abfce2')
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+install -d 
"${pkgdir}/usr/share/vim/vimfiles/"{plugin,doc,autoload/syntastic/,syntax_checkers}
+find . -type d -exec chmod 755 '{}' \;
+cp -dr plugin/* "$pkgdir/usr/share/vim/vimfiles/plugin/"
+install -Dm0644 doc/syntastic.txt 
"${pkgdir}/usr/share/vim/vimfiles/doc/syntastic.txt"
+cp autoload/syntastic/* 
"$pkgdir/usr/share/vim/vimfiles/autoload/syntastic/"
+cp -dr syntax_checkers/* "$pkgdir/usr/share/vim/vimfiles/syntax_checkers/"
+
+# remove rustc checker (fixes FS#41517)
+rm -rf "${pkgdir}/usr/share/vim/vimfiles/syntax_checkers/rust/"
+
+# install license file
+install -Dm0644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: vimdoc.install
===
--- vimdoc.install  2015-11-07 12:19:04 UTC (rev 146369)
+++ vimdoc.install  2015-11-07 12:19:09 UTC (rev 146370)
@@ -1,19 +0,0 @@
-post_install() {
-echo -n "Updating vim help tags..."
-/usr/bin/vim --noplugins -u NONE -U NONE \
---cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
-echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install
-}
-
-op=$1
-shift
-
-$op $*

Copied: vim-syntastic/repos/community-any/vimdoc.install (from rev 146369, 
vim-syntastic/trunk/vimdoc.install)
===
--- vimdoc.install  (rev 0)
+++ vimdoc.install  2015-11-07 12:19:09 UTC (rev 146370)
@@ -0,0 +1,19 @@
+post_install() {
+echo -n "Updating vim help tags..."
+/usr/bin/vim --noplugins -u NONE -U NONE \
+--cmd ":helptags /usr/share/vim/vimfiles/doc" --cmd ":q" > /dev/null 
2>&1
+echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install
+}
+

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:18:51
  Author: lfleischer
Revision: 146368

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 146366, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 146366, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 146366, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 146366, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 146366, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 146366, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 146366, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 146366, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2015-11-07 12:18:41 UTC (rev 146367)
+++ community-i686/Makefile.patch   2015-11-07 12:18:51 UTC (rev 146368)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 146366, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2015-11-07 12:18:51 UTC (rev 146368)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 12:18:41 UTC (rev 146367)
+++ community-i686/PKGBUILD 2015-11-07 12:18:51 UTC (rev 146368)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.24
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="http://www.stunnel.org;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('24ad1f10525181edcf82433aac8bad0b'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:20:01
  Author: lfleischer
Revision: 146371

archrelease: copy trunk to community-i686

Added:
  remind/repos/community-i686/ChangeLog
(from rev 146370, remind/trunk/ChangeLog)
  remind/repos/community-i686/PKGBUILD
(from rev 146370, remind/trunk/PKGBUILD)

---+
 ChangeLog |3 +++
 PKGBUILD  |   33 +
 2 files changed, 36 insertions(+)

Copied: remind/repos/community-i686/ChangeLog (from rev 146370, 
remind/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-11-07 12:20:01 UTC (rev 146371)
@@ -0,0 +1,3 @@
+2007-06-27 tardo 
+* Built for x86_64
+* Fixed source url

Copied: remind/repos/community-i686/PKGBUILD (from rev 146370, 
remind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:20:01 UTC (rev 146371)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Sebastian Sontberg 
+# Contributor: Daniel J Griffiths 
+
+pkgname=remind
+pkgver=3.1.15
+_pkgver=03.01.15
+pkgrel=1
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('i686' 'x86_64')
+url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
+license=('GPL')
+optdepends=('tk: for tkremind'
+'tcllib: for tkremind'
+'tcl: for cm2rem.tcl')
+source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('089c51c060fdda2357a833800a5bfe39'
+ 'SKIP')
+validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:20:24
  Author: lfleischer
Revision: 146372

remind: Remove ChangeLog

Deleted:
  remind/trunk/ChangeLog

---+
 ChangeLog |3 ---
 1 file changed, 3 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-11-07 12:20:01 UTC (rev 146371)
+++ ChangeLog   2015-11-07 12:20:24 UTC (rev 146372)
@@ -1,3 +0,0 @@
-2007-06-27 tardo 
-* Built for x86_64
-* Fixed source url


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:00:04
  Author: lfleischer
Revision: 146359

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

Added:
  notmuch/repos/community-i686/PKGBUILD
(from rev 146358, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-i686/notmuch-vim.install
(from rev 146358, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-i686/notmuch.install
(from rev 146358, notmuch/trunk/notmuch.install)
  notmuch/repos/community-x86_64/PKGBUILD
(from rev 146358, notmuch/trunk/PKGBUILD)
  notmuch/repos/community-x86_64/notmuch-vim.install
(from rev 146358, notmuch/trunk/notmuch-vim.install)
  notmuch/repos/community-x86_64/notmuch.install
(from rev 146358, notmuch/trunk/notmuch.install)
Deleted:
  notmuch/repos/community-i686/PKGBUILD
  notmuch/repos/community-i686/notmuch-vim.install
  notmuch/repos/community-i686/notmuch.install
  notmuch/repos/community-x86_64/PKGBUILD
  notmuch/repos/community-x86_64/notmuch-vim.install
  notmuch/repos/community-x86_64/notmuch.install

--+
 /PKGBUILD|  204 +
 /notmuch-vim.install |   42 ++
 /notmuch.install |   16 ++
 community-i686/PKGBUILD  |  103 
 community-i686/notmuch-vim.install   |   21 ---
 community-i686/notmuch.install   |8 -
 community-x86_64/PKGBUILD|  103 
 community-x86_64/notmuch-vim.install |   21 ---
 community-x86_64/notmuch.install |8 -
 9 files changed, 262 insertions(+), 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 11:59:50 UTC (rev 146358)
+++ community-i686/PKGBUILD 2015-11-07 12:00:04 UTC (rev 146359)
@@ -1,103 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Maintainer: Lukas Fleischer 
-# Contributor: fauno 
-# Contributor: Olivier Ramonat 
-# Contributor: Richard Murri 
-
-pkgbase=notmuch
-pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.20.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://notmuchmail.org/;
-license=('GPL3')
-makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
-options=(!distcc !makeflags)
-source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4042de105925bb693f5f9c750bed28d1')
-
-prepare(){
-cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
-find "$srcdir/${pkgname}-${pkgver}/bindings/python" -name '*.py' -exec sed 
-i -e '1s,python$,python3,' {} +
-find "$srcdir/${pkgname}-${pkgver}/bindings/python2" -name '*.py' -exec 
sed -i -e '1s,python$,python2,' {} +
-}
-
-build() {
-cd "$srcdir/$pkgbase-$pkgver"
-
-./configure --prefix=/usr --sysconfdir=/etc --includedir=/usr/include 
--without-zsh-completion
-make 
-
-make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/ruby"
-ruby extconf.rb --vendor
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py build
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py build
-}
-
-package_notmuch-runtime(){
-pkgdesc="Runtime for notmuch and notmuch-mutt"
-depends=('xapian-core' 'gmime' 'talloc')
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-make DESTDIR="$pkgdir/" LIBDIR_IN_LDCONFIG=0 WITH_EMACS=0 install
-
-install -Dm755 notmuch "$pkgdir/usr/bin/notmuch"
-rm -rf "$pkgdir/usr/share"
-}
-
-
-package_notmuch-vim(){
-pkgdesc="Vim plugins for notmuch"
-depends=('notmuch-runtime')
-install=notmuch-vim.install
-
-make -C "$srcdir/$pkgbase-$pkgver/vim" DESTDIR="$pkgdir" 
prefix="/usr/share/vim/vimfiles" install
-}
-
-
-package_notmuch(){
-pkgdesc="Notmuch is not much of an email program"
-depends=('notmuch-runtime')
-optdepends=('emacs: for using the emacs interface'
-'vim: for using the vim interface'
-'python2: for using the python2 bindings'
-'ruby: for using the ruby bindings'
-'gnupg: for email encryption')
-install=notmuch.install
-
-cd "$srcdir/$pkgbase-$pkgver"
-
-# Install emacs parts
-make DESTDIR="$pkgdir/" install-emacs
-
-# Install manpages
-make DESTDIR="$pkgdir" prefix="/usr" install-man
-
-# Install ruby bindings
-sed -i 's:INSTALL = .*[^D]$:& -D:' bindings/ruby/Makefile
-make -C bindings/ruby exec_prefix=$pkgdir/usr prefix=/usr install
-
-# Install python bindings
-cd "$srcdir/$pkgbase-$pkgver/bindings/python"
-python setup.py install --prefix=/usr --root="$pkgdir"
-
-cd "$srcdir/$pkgbase-$pkgver/bindings/python2"
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_notmuch-mutt(){
-pkgdesc="The mail indexer"
-   

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:59:50
  Author: lfleischer
Revision: 146358

upgpkg: notmuch 0.21-1

Upstream update.

Modified:
  notmuch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 11:43:31 UTC (rev 146357)
+++ PKGBUILD2015-11-07 11:59:50 UTC (rev 146358)
@@ -6,8 +6,8 @@
 
 pkgbase=notmuch
 pkgname=('notmuch' 'notmuch-vim' 'notmuch-mutt' 'notmuch-runtime')
-pkgver=0.20.2
-pkgrel=2
+pkgver=0.21
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://notmuchmail.org/;
 license=('GPL3')
@@ -14,7 +14,7 @@
 makedepends=('python2' 'python' 'python-sphinx' 'emacs' 'gnupg' 'ruby' 
'pkgconfig' 'xapian-core' 'gmime' 'talloc')
 options=(!distcc !makeflags)
 source=("http://notmuchmail.org/releases/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('4042de105925bb693f5f9c750bed28d1')
+md5sums=('a951212b8c4624e9a2069e9d9e00222b')
 
 prepare(){
 cp -dpr --no-preserve=ownership 
"$srcdir/${pkgname}-$pkgver"/bindings/python{,2}
@@ -30,8 +30,7 @@
 
 make -C "contrib/${pkgbase}-mutt" "${pkgname}-mutt.1"
 
-cd "$srcdir/$pkgbase-$pkgver/bindings/ruby"
-ruby extconf.rb --vendor
+make ruby-bindings
 
 cd "$srcdir/$pkgbase-$pkgver/bindings/python"
 python setup.py build


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

2015-11-07 Thread Maxime Gauduin
Date: Saturday, November 7, 2015 @ 14:03:15
  Author: alucryd
Revision: 146376

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libtirpc/repos/multilib-testing-x86_64/
  lib32-libtirpc/repos/multilib-testing-x86_64/PKGBUILD
(from rev 146375, lib32-libtirpc/trunk/PKGBUILD)
  
lib32-libtirpc/repos/multilib-testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
(from rev 146375, 
lib32-libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)

--+
 PKGBUILD |   53 ++
 add_missing_rwlock_unlocks_in_xprt_register.diff |   61 +
 2 files changed, 114 insertions(+)

Copied: lib32-libtirpc/repos/multilib-testing-x86_64/PKGBUILD (from rev 146375, 
lib32-libtirpc/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-11-07 13:03:15 UTC (rev 146376)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+# Contributor: Franco Tortoriello 
+# Contributor: josephgbr 
+
+pkgname=lib32-libtirpc
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Transport Independent RPC library (SunRPC replacement)'
+arch=('x86_64')
+url='http://libtirpc.sourceforge.net/'
+license=('BSD')
+depends=('lib32-krb5' 'libtirpc')
+makedepends=('gcc-multilib')
+source=("http://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${pkgver}.tar.bz2;
+'add_missing_rwlock_unlocks_in_xprt_register.diff')
+sha256sums=('5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e'
+'8bcdbd700ec6f8b5f87881251f9851174df233975d95a8dfdf7359f057fb3b80')
+
+prepare() {
+  cd libtirpc-${pkgver}
+
+  patch -Np1 -i ../add_missing_rwlock_unlocks_in_xprt_register.diff
+}
+
+build() {
+  cd libtirpc-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd libtirpc-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,share}}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libtirpc "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
lib32-libtirpc/repos/multilib-testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
 (from rev 146375, 
lib32-libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff)
===
--- multilib-testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
(rev 0)
+++ multilib-testing-x86_64/add_missing_rwlock_unlocks_in_xprt_register.diff
2015-11-07 13:03:15 UTC (rev 146376)
@@ -0,0 +1,61 @@
+From 4f1503e84b2f7bd229a097335e52fb8203f5bb0b Mon Sep 17 00:00:00 2001
+From: Michael Forney 
+Date: Wed, 4 Nov 2015 13:58:06 -0500
+Subject: [PATCH] Add missing rwlock_unlocks in xprt_register
+
+It looks like in b2c9430f46c4ac848957fb8adaac176a3f6ac03f when svc_run
+switched to poll, an early return was added, but the rwlock was not
+unlocked.
+
+I observed that rpcbind built against libtirpc-1.0.1 would handle only
+one request before hanging, and tracked it down to a missing
+rwlock_unlock here.
+
+Fixes: b2c9430f46c4 ('Use poll() instead of select() in svc_run()')
+Signed-off-by: Michael Forney 
+Signed-off-by: Steve Dickson 
+---
+ src/svc.c | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/src/svc.c b/src/svc.c
+index 9c41445..b59467b 100644
+--- a/src/svc.c
 b/src/svc.c
+@@ -99,7 +99,7 @@ xprt_register (xprt)
+ {
+   __svc_xports = (SVCXPRT **) calloc (_rpc_dtablesize(), sizeof (SVCXPRT 
*));
+   if (__svc_xports == NULL)
+-  return;
++goto unlock;
+ }
+   if (sock < _rpc_dtablesize())
+ {
+@@ -120,14 +120,14 @@ xprt_register (xprt)
+ svc_pollfd[i].fd = sock;
+ svc_pollfd[i].events = (POLLIN | POLLPRI |
+ POLLRDNORM | POLLRDBAND);
+-return;
++goto unlock;
+   }
+ 
+   new_svc_pollfd = (struct pollfd *) realloc (svc_pollfd,
+   sizeof (struct pollfd)
+   * (svc_max_pollfd + 1));
+   if (new_svc_pollfd == NULL) /* Out of memory */
+-return;
++goto unlock;
+   svc_pollfd = new_svc_pollfd;
+   ++svc_max_pollfd;
+ 
+@@ -135,6 +135,7 @@ xprt_register (xprt)
+   svc_pollfd[svc_max_pollfd - 1].events = (POLLIN | 

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

2015-11-07 Thread Maxime Gauduin
Date: Saturday, November 7, 2015 @ 14:03:05
  Author: alucryd
Revision: 146375

upgpkg: lib32-libtirpc 1.0.1-1

Added:
  lib32-libtirpc/trunk/add_missing_rwlock_unlocks_in_xprt_register.diff
Modified:
  lib32-libtirpc/trunk/PKGBUILD
Deleted:
  lib32-libtirpc/trunk/fix_missing_rpc_get_default_domain.patch

--+
 PKGBUILD |   10 +-
 add_missing_rwlock_unlocks_in_xprt_register.diff |   61 ++
 fix_missing_rpc_get_default_domain.patch |   88 -
 3 files changed, 66 insertions(+), 93 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:57:35 UTC (rev 146374)
+++ PKGBUILD2015-11-07 13:03:05 UTC (rev 146375)
@@ -7,7 +7,7 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-libtirpc
-pkgver=0.3.2
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Transport Independent RPC library (SunRPC replacement)'
 arch=('x86_64')
@@ -16,14 +16,14 @@
 depends=('lib32-krb5' 'libtirpc')
 makedepends=('gcc-multilib')
 
source=("http://downloads.sourceforge.net/sourceforge/libtirpc/libtirpc-${pkgver}.tar.bz2;
-'fix_missing_rpc_get_default_domain.patch')
-sha256sums=('2008a379f37f2c5d5a87a568b06707422cc3e4f5da305f7fb71f3f4c6d473ffc'
-'fb731fc2d6617e97ef87c6cc5b4bc95b8153d4e0a85f9a5a4b64d3dc94741c05')
+'add_missing_rwlock_unlocks_in_xprt_register.diff')
+sha256sums=('5156974f31be7ccbc8ab1de37c4739af6d9d42c87b1d5caf4835dda75fcbb89e'
+'8bcdbd700ec6f8b5f87881251f9851174df233975d95a8dfdf7359f057fb3b80')
 
 prepare() {
   cd libtirpc-${pkgver}
 
-  patch -Np1 -i ../fix_missing_rpc_get_default_domain.patch
+  patch -Np1 -i ../add_missing_rwlock_unlocks_in_xprt_register.diff
 }
 
 build() {

Added: add_missing_rwlock_unlocks_in_xprt_register.diff
===
--- add_missing_rwlock_unlocks_in_xprt_register.diff
(rev 0)
+++ add_missing_rwlock_unlocks_in_xprt_register.diff2015-11-07 13:03:05 UTC 
(rev 146375)
@@ -0,0 +1,61 @@
+From 4f1503e84b2f7bd229a097335e52fb8203f5bb0b Mon Sep 17 00:00:00 2001
+From: Michael Forney 
+Date: Wed, 4 Nov 2015 13:58:06 -0500
+Subject: [PATCH] Add missing rwlock_unlocks in xprt_register
+
+It looks like in b2c9430f46c4ac848957fb8adaac176a3f6ac03f when svc_run
+switched to poll, an early return was added, but the rwlock was not
+unlocked.
+
+I observed that rpcbind built against libtirpc-1.0.1 would handle only
+one request before hanging, and tracked it down to a missing
+rwlock_unlock here.
+
+Fixes: b2c9430f46c4 ('Use poll() instead of select() in svc_run()')
+Signed-off-by: Michael Forney 
+Signed-off-by: Steve Dickson 
+---
+ src/svc.c | 7 ---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
+
+diff --git a/src/svc.c b/src/svc.c
+index 9c41445..b59467b 100644
+--- a/src/svc.c
 b/src/svc.c
+@@ -99,7 +99,7 @@ xprt_register (xprt)
+ {
+   __svc_xports = (SVCXPRT **) calloc (_rpc_dtablesize(), sizeof (SVCXPRT 
*));
+   if (__svc_xports == NULL)
+-  return;
++goto unlock;
+ }
+   if (sock < _rpc_dtablesize())
+ {
+@@ -120,14 +120,14 @@ xprt_register (xprt)
+ svc_pollfd[i].fd = sock;
+ svc_pollfd[i].events = (POLLIN | POLLPRI |
+ POLLRDNORM | POLLRDBAND);
+-return;
++goto unlock;
+   }
+ 
+   new_svc_pollfd = (struct pollfd *) realloc (svc_pollfd,
+   sizeof (struct pollfd)
+   * (svc_max_pollfd + 1));
+   if (new_svc_pollfd == NULL) /* Out of memory */
+-return;
++goto unlock;
+   svc_pollfd = new_svc_pollfd;
+   ++svc_max_pollfd;
+ 
+@@ -135,6 +135,7 @@ xprt_register (xprt)
+   svc_pollfd[svc_max_pollfd - 1].events = (POLLIN | POLLPRI |
+POLLRDNORM | POLLRDBAND);
+ }
++unlock:
+   rwlock_unlock (_fd_lock);
+ }
+ 
+-- 
+1.8.2.1
+

Deleted: fix_missing_rpc_get_default_domain.patch
===
--- fix_missing_rpc_get_default_domain.patch2015-11-07 12:57:35 UTC (rev 
146374)
+++ fix_missing_rpc_get_default_domain.patch2015-11-07 13:03:05 UTC (rev 
146375)
@@ -1,88 +0,0 @@
-diff -Naur a/src/Makefile.am b/src/Makefile.am
 a/src/Makefile.am  2015-06-16 17:35:08.0 +0200
-+++ b/src/Makefile.am  2015-06-17 21:23:05.185276962 +0200
-@@ -69,7 +69,7 @@
- endif
- 
- libtirpc_la_SOURCES += key_call.c key_prot_xdr.c getpublickey.c
--libtirpc_la_SOURCES += netname.c netnamer.c rtime.c
-+libtirpc_la_SOURCES += netname.c netnamer.c rpcdname.c rtime.c
- 
- CLEANFILES   = cscope.* *~
- DISTCLEANFILES   = Makefile.in
-diff -Naur 

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

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:20:13
  Author: seblu
Revision: 250199

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

Added:
  ipset/repos/extra-i686/PKGBUILD
(from rev 250198, ipset/trunk/PKGBUILD)
  ipset/repos/extra-i686/ipset.service
(from rev 250198, ipset/trunk/ipset.service)
  ipset/repos/extra-x86_64/PKGBUILD
(from rev 250198, ipset/trunk/PKGBUILD)
  ipset/repos/extra-x86_64/ipset.service
(from rev 250198, ipset/trunk/ipset.service)
Deleted:
  ipset/repos/extra-i686/PKGBUILD
  ipset/repos/extra-i686/ipset.service
  ipset/repos/extra-x86_64/PKGBUILD
  ipset/repos/extra-x86_64/ipset.service

+
 /PKGBUILD  |   80 +++
 /ipset.service |   28 +++
 extra-i686/PKGBUILD|   40 -
 extra-i686/ipset.service   |   14 ---
 extra-x86_64/PKGBUILD  |   40 -
 extra-x86_64/ipset.service |   14 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 15:19:52 UTC (rev 250198)
+++ extra-i686/PKGBUILD 2015-11-07 15:20:13 UTC (rev 250199)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.26
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=("etc/$pkgname.conf")
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
-"$pkgname.service")
-md5sums=('5ec4e79053a30fb6d72e0549d7d09343'
- 'e20fe62881993078591f1bb8b2fa22bb')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/extra-i686/PKGBUILD (from rev 250198, ipset/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 15:20:13 UTC (rev 250199)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.27
+pkgrel=1
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('glibc' 'libmnl')
+backup=("etc/$pkgname.conf")
+source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
+"$pkgname.service")
+md5sums=('c39f8958908b1396e2c69f082b75d924'
+ 'e20fe62881993078591f1bb8b2fa22bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 644 $pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/ipset.service
===
--- extra-i686/ipset.service2015-11-07 15:19:52 UTC (rev 250198)
+++ extra-i686/ipset.service2015-11-07 15:20:13 UTC (rev 250199)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=network-pre.target iptables.service ip6tables.service
-Wants=network-pre.target
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/bin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/extra-i686/ipset.service (from rev 250198, 
ipset/trunk/ipset.service)
===
--- extra-i686/ipset.service(rev 0)
+++ extra-i686/ipset.service2015-11-07 15:20:13 UTC (rev 250199)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Loading IP Sets
+Before=network-pre.target iptables.service ip6tables.service
+Wants=network-pre.target
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecReload=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy

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

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:19:52
  Author: seblu
Revision: 250198

upgpkg: ipset 6.27-1

Modified:
  ipset/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 11:12:46 UTC (rev 250197)
+++ PKGBUILD2015-11-07 15:19:52 UTC (rev 250198)
@@ -2,17 +2,17 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=ipset
-pkgver=6.26
+pkgver=6.27
 pkgrel=1
 pkgdesc='Administration tool for IP sets'
 arch=('i686' 'x86_64')
 url='http://ipset.netfilter.org'
 license=('GPL2')
-depends=('libmnl')
+depends=('glibc' 'libmnl')
 backup=("etc/$pkgname.conf")
 source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2;
 "$pkgname.service")
-md5sums=('5ec4e79053a30fb6d72e0549d7d09343'
+md5sums=('c39f8958908b1396e2c69f082b75d924'
  'e20fe62881993078591f1bb8b2fa22bb')
 
 build() {


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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:42:09
  Author: schuay
Revision: 146354

archrelease: copy trunk to community-x86_64

Added:
  stone-soup/repos/community-x86_64/PKGBUILD
(from rev 146353, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-x86_64/stone-soup.install
(from rev 146353, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-x86_64/PKGBUILD
  stone-soup/repos/community-x86_64/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 11:42:03 UTC (rev 146353)
+++ PKGBUILD2015-11-07 11:42:09 UTC (rev 146354)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.16.2
-pkgrel=2
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('55b3b478d8f2321a32cfcf86e1d17841')

Copied: stone-soup/repos/community-x86_64/PKGBUILD (from rev 146353, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 11:42:09 UTC (rev 146354)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.17.0
+pkgrel=2
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:42:03
  Author: schuay
Revision: 146353

archrelease: copy trunk to community-i686

Added:
  stone-soup/repos/community-i686/PKGBUILD
(from rev 146352, stone-soup/trunk/PKGBUILD)
  stone-soup/repos/community-i686/stone-soup.install
(from rev 146352, stone-soup/trunk/stone-soup.install)
Deleted:
  stone-soup/repos/community-i686/PKGBUILD
  stone-soup/repos/community-i686/stone-soup.install

+
 PKGBUILD   |  150 +--
 stone-soup.install |   22 +++
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 11:41:52 UTC (rev 146352)
+++ PKGBUILD2015-11-07 11:42:03 UTC (rev 146353)
@@ -1,75 +0,0 @@
-# Maintainer: Jakob Gruber 
-
-pkgname=stone-soup
-pkgver=0.16.2
-pkgrel=2
-pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
-arch=('i686' 'x86_64')
-url='http://crawl.develz.org/'
-depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
-makedepends=('bison' 'flex' 'gendesk' 'mesa')
-conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
-license=('custom')
-install=stone-soup.install
-source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
-
-# used by gendesk to create .desktop file
-_exec=('crawl-tiles')
-_name=('Dungeon Crawl Stone Soup')
-
-package() {
-cd "$srcdir"
-gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
-
-cd "stone_soup-${pkgver}/source"
-
-# 0.16.0 weirdness
-sed -i 's|SDL_main.h|SDL2/&|' main.cc
-
-# git tarball weirdness
-echo "$pkgver" > util/release_ver
-
-# adjust makefile to use /usr/bin, owner root:root,
-# disable setgid on executable
-
-sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
-sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
-sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
-
-# first build and install tiles version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- TILES=y \
- install
-
-# rename tiles executable to avoid clashing with console crawl
-
-mv "${pkgdir}/usr/bin/crawl" "${pkgdir}/usr/bin/crawl-tiles"
-
-# then build and install console version
-
-make DESTDIR="${pkgdir}" \
- SAVEDIR="~/.crawl/" \
- DATADIR="/usr/share/${pkgname}/data" \
- USE_UNICODE=y \
- install
-
-# install crawl license
-
-install -D -m644 ../licence.txt \
-"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
-
-# install icon and .desktop file
-
-install -D -m644 dat/tiles/stone_soup_icon-32x32.png \
-"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-install -D -m644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-}
-
-md5sums=('55b3b478d8f2321a32cfcf86e1d17841')

Copied: stone-soup/repos/community-i686/PKGBUILD (from rev 146352, 
stone-soup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 11:42:03 UTC (rev 146353)
@@ -0,0 +1,75 @@
+# Maintainer: Jakob Gruber 
+
+pkgname=stone-soup
+pkgver=0.17.0
+pkgrel=2
+pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
+arch=('i686' 'x86_64')
+url='http://crawl.develz.org/'
+depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 
'ttf-dejavu')
+makedepends=('bison' 'flex' 'gendesk' 'mesa')
+conflicts=('crawl' 'stone-soup-tile' 'stone-soup-git')
+license=('custom')
+install=stone-soup.install
+source=("http://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz;)
+
+# used by gendesk to create .desktop file
+_exec=('crawl-tiles')
+_name=('Dungeon Crawl Stone Soup')
+
+package() {
+cd "$srcdir"
+gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
+
+cd "stone_soup-${pkgver}/source"
+
+# 0.16.0 weirdness
+sed -i 's|SDL_main.h|SDL2/&|' main.cc
+
+# git tarball weirdness
+echo "$pkgver" > util/release_ver
+
+# adjust makefile to use /usr/bin, owner root:root,
+# disable setgid on executable
+
+sed -i 's|bin_prefix:= bin|bin_prefix:= usr/bin|' Makefile
+sed -i 's/INSTALL_UGRP := games:games/INSTALL_UGRP := root:root/' Makefile
+sed -i 's|MCHMOD := 2755|MCHMOD := 755|' Makefile
+
+# first build and install tiles version
+
+make DESTDIR="${pkgdir}" \
+ SAVEDIR="~/.crawl/" \
+ DATADIR="/usr/share/${pkgname}/data" \
+ 

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 12:41:52
  Author: schuay
Revision: 146352

stone-soup-0.17-0-1

Modified:
  stone-soup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 08:36:24 UTC (rev 146351)
+++ PKGBUILD2015-11-07 11:41:52 UTC (rev 146352)
@@ -1,7 +1,7 @@
 # Maintainer: Jakob Gruber 
 
 pkgname=stone-soup
-pkgver=0.16.2
+pkgver=0.17.0
 pkgrel=2
 pkgdesc='Open-source, single-player, role-playing roguelike game of 
exploration and treasure-hunting'
 arch=('i686' 'x86_64')
@@ -72,4 +72,4 @@
 
 }
 
-md5sums=('55b3b478d8f2321a32cfcf86e1d17841')
+md5sums=('781b04da8731a085378dc1caf037e656')


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:17:59
  Author: lfleischer
Revision: 146364

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 12:17:48 UTC (rev 146363)
+++ community-i686/PKGBUILD 2015-11-07 12:17:59 UTC (rev 146364)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Peter Lewis 
-# Contributor: TDY 
-# Contributor: Ray Kohler 
-# Contributor: muflax 
-# Contributor: coolkehon 
-
-pkgname=task
-pkgver=2.4.4
-pkgrel=1
-pkgdesc="A command-line todo list manager"
-arch=('i686' 'x86_64')
-url="http://taskwarrior.org/;
-license=('MIT')
-depends=('util-linux' 'gnutls')
-makedepends=('cmake')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
-
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
-
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/task/LICENSE"
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 146363, 
task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-07 12:17:59 UTC (rev 146364)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/;
+license=('MIT')
+depends=('util-linux' 'gnutls')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
+sha256sums=('4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:18:24
  Author: lfleischer
Revision: 146366

upgpkg: remind 3.1.15-1

Upstream update.

Modified:
  remind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:18:15 UTC (rev 146365)
+++ PKGBUILD2015-11-07 12:18:24 UTC (rev 146366)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=remind
-pkgver=3.1.14
-_pkgver=03.01.14
+pkgver=3.1.15
+_pkgver=03.01.15
 pkgrel=1
 pkgdesc='A sophisticated calendar and alarm program.'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'tcl: for cm2rem.tcl')
 
source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
 options=('!emptydirs')
-md5sums=('a6c4677363d90fd279b52e3206955cba'
+md5sums=('089c51c060fdda2357a833800a5bfe39'
  'SKIP')
 validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
 


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:18:15
  Author: lfleischer
Revision: 146365

upgpkg: stunnel 5.26-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:17:59 UTC (rev 146364)
+++ PKGBUILD2015-11-07 12:18:15 UTC (rev 146365)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.24
+pkgver=5.26
 pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('24ad1f10525181edcf82433aac8bad0b'
+md5sums=('cd72bf9b7fb3577a0330df315cd88b0a'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 13:17:48
  Author: lfleischer
Revision: 146363

upgpkg: task 2.5.0-1

Upstream update.

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:10:28 UTC (rev 146362)
+++ PKGBUILD2015-11-07 12:17:48 UTC (rev 146363)
@@ -6,7 +6,7 @@
 # Contributor: coolkehon 
 
 pkgname=task
-pkgver=2.4.4
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A command-line todo list manager"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
 source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b')
+sha256sums=('4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in (4 files)

2015-11-07 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 14:56:02
  Author: fyan
Revision: 146377

addpkg: python-translationstring 1.3-1

Added:
  python-translationstring/
  python-translationstring/repos/
  python-translationstring/trunk/
  python-translationstring/trunk/PKGBUILD

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

Added: python-translationstring/trunk/PKGBUILD
===
--- python-translationstring/trunk/PKGBUILD (rev 0)
+++ python-translationstring/trunk/PKGBUILD 2015-11-07 13:56:02 UTC (rev 
146377)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-translationstring
+pkgname=('python-translationstring' 'python2-translationstring')
+pkgver=1.3
+pkgrel=1
+pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid 
packages"
+arch=('any')
+license=('custom:BSD')
+url="https://github.com/Pylons/translationstring;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/translationstring.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a translationstring{,-py2}
+}
+
+build() {
+  cd "$srcdir/translationstring"
+  python setup.py build
+
+  cd "$srcdir/translationstring-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/translationstring"
+  nosetests3
+
+  cd "$srcdir/translationstring-py2"
+  nosetests2
+}
+
+package_python-translationstring() {
+  depends=('python')
+
+  cd translationstring
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-translationstring() {
+  depends=('python2')
+
+  cd translationstring-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


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


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

2015-11-07 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 14:56:24
  Author: fyan
Revision: 146378

archrelease: copy trunk to community-any

Added:
  python-translationstring/repos/community-any/
  python-translationstring/repos/community-any/PKGBUILD
(from rev 146377, python-translationstring/trunk/PKGBUILD)

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

Copied: python-translationstring/repos/community-any/PKGBUILD (from rev 146377, 
python-translationstring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-11-07 13:56:24 UTC (rev 146378)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-translationstring
+pkgname=('python-translationstring' 'python2-translationstring')
+pkgver=1.3
+pkgrel=1
+pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid 
packages"
+arch=('any')
+license=('custom:BSD')
+url="https://github.com/Pylons/translationstring;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/translationstring.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a translationstring{,-py2}
+}
+
+build() {
+  cd "$srcdir/translationstring"
+  python setup.py build
+
+  cd "$srcdir/translationstring-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/translationstring"
+  nosetests3
+
+  cd "$srcdir/translationstring-py2"
+  nosetests2
+}
+
+package_python-translationstring() {
+  depends=('python')
+
+  cd translationstring
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-translationstring() {
+  depends=('python2')
+
+  cd translationstring-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}


[arch-commits] Commit in btrfs-progs/repos (26 files)

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:30:11
  Author: seblu
Revision: 250201

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 250200, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 250200, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 250200, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 250200, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 250200, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 250200, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 250200, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 250200, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 250200, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 250200, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 250200, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 250200, btrfs-progs/trunk/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/testing-i686/PKGBUILD
  btrfs-progs/repos/testing-i686/btrfs-progs.install
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
  btrfs-progs/repos/testing-x86_64/PKGBUILD
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs

---+
 /PKGBUILD |  120 
 /btrfs-progs.install  |   18 
 /btrfs-scrub@.service |   14 +++
 /btrfs-scrub@.timer   |   20 +
 /initcpio-hook-btrfs  |   14 +++
 /initcpio-install-btrfs   |   34 +
 testing-i686/PKGBUILD |   60 
 testing-i686/btrfs-progs.install  |9 --
 testing-i686/btrfs-scrub@.service |7 -
 testing-i686/btrfs-scrub@.timer   |   10 --
 testing-i686/initcpio-hook-btrfs  |7 -
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   60 
 testing-x86_64/btrfs-progs.install|9 --
 testing-x86_64/btrfs-scrub@.service   |7 -
 testing-x86_64/btrfs-scrub@.timer |   10 --
 testing-x86_64/initcpio-hook-btrfs|7 -
 testing-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 220 insertions(+), 220 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-11-02 17:38:51 UTC (rev 250028)
+++ testing-i686/PKGBUILD   2015-11-07 15:30:11 UTC (rev 250201)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '6988ee82cc06d8639faf16fd2d9e0bc2'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
-  

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 13:10:21
  Author: schuay
Revision: 146361

archrelease: copy trunk to community-i686

Added:
  dolphin-emu/repos/community-i686/PKGBUILD
(from rev 146360, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-i686/dolphin-emu-findx11.patch
(from rev 146360, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-i686/dolphin-emu-gcc49.patch
(from rev 146360, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
Deleted:
  dolphin-emu/repos/community-i686/PKGBUILD
  dolphin-emu/repos/community-i686/dolphin-emu-findx11.patch
  dolphin-emu/repos/community-i686/dolphin-emu-gcc49.patch

---+
 PKGBUILD  |  110 ++--
 dolphin-emu-findx11.patch |   22 
 dolphin-emu-gcc49.patch   |   34 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 12:10:07 UTC (rev 146360)
+++ PKGBUILD2015-11-07 12:10:21 UTC (rev 146361)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=11
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
- 'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-options=('!emptydirs')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz;
-'dolphin-emu-findx11.patch'
-'dolphin-emu-gcc49.patch')
-md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
- 'f9a692b76263f3efae9793c4879bc2c5'
- '5fead49fc3a0ff9a9d1435368b5df1f9')
-
-prepare() {
-  cd dolphin-${pkgver}
-
-  patch -Np1 -i ../dolphin-emu-findx11.patch
-  patch -Np1 -i ../dolphin-emu-gcc49.patch
-
-  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
-  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \);:' \
-  Source/Core/Core/Src/NetPlayServer.cpp
-}
-
-build() {
-  cd dolphin-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
-  make
-}
-
-package() {
-  cd dolphin-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
-}

Copied: dolphin-emu/repos/community-i686/PKGBUILD (from rev 146360, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:10:21 UTC (rev 146361)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=12
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
+ 'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz;
+'dolphin-emu-findx11.patch'
+'dolphin-emu-gcc49.patch')
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
+ '5fead49fc3a0ff9a9d1435368b5df1f9')
+
+prepare() {
+  cd dolphin-${pkgver}
+
+  patch -Np1 -i ../dolphin-emu-findx11.patch
+  patch -Np1 -i ../dolphin-emu-gcc49.patch
+
+  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
+  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \);:' \
+  Source/Core/Core/Src/NetPlayServer.cpp
+}
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
+}

Deleted: dolphin-emu-findx11.patch
===
--- dolphin-emu-findx11.patch   2015-11-07 12:10:07 UTC (rev 146360)
+++ dolphin-emu-findx11.patch   2015-11-07 12:10:21 UTC (rev 146361)
@@ -1,11 +0,0 @@
-diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
 dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
-+++ 

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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 13:10:07
  Author: schuay
Revision: 146360

dolphin-4.0.2-12

Modified:
  dolphin-emu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:00:04 UTC (rev 146359)
+++ PKGBUILD2015-11-07 12:10:07 UTC (rev 146360)
@@ -5,7 +5,7 @@
 
 pkgname=dolphin-emu
 pkgver=4.0.2
-pkgrel=11
+pkgrel=12
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=('i686' 'x86_64')


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

2015-11-07 Thread Jakob Gruber
Date: Saturday, November 7, 2015 @ 13:10:28
  Author: schuay
Revision: 146362

archrelease: copy trunk to community-x86_64

Added:
  dolphin-emu/repos/community-x86_64/PKGBUILD
(from rev 146361, dolphin-emu/trunk/PKGBUILD)
  dolphin-emu/repos/community-x86_64/dolphin-emu-findx11.patch
(from rev 146361, dolphin-emu/trunk/dolphin-emu-findx11.patch)
  dolphin-emu/repos/community-x86_64/dolphin-emu-gcc49.patch
(from rev 146361, dolphin-emu/trunk/dolphin-emu-gcc49.patch)
Deleted:
  dolphin-emu/repos/community-x86_64/PKGBUILD
  dolphin-emu/repos/community-x86_64/dolphin-emu-findx11.patch
  dolphin-emu/repos/community-x86_64/dolphin-emu-gcc49.patch

---+
 PKGBUILD  |  110 ++--
 dolphin-emu-findx11.patch |   22 
 dolphin-emu-gcc49.patch   |   34 ++---
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 12:10:21 UTC (rev 146361)
+++ PKGBUILD2015-11-07 12:10:28 UTC (rev 146362)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: schuay 
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Newton (Mystro256) 
-
-pkgname=dolphin-emu
-pkgver=4.0.2
-pkgrel=11
-epoch=1
-pkgdesc='A Gamecube / Wii / Triforce emulator'
-arch=('i686' 'x86_64')
-url='http://dolphin-emu.org'
-license=('GPL2')
-
-makedepends=('cmake' 'opencl-headers')
-depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
- 'sdl2' 'soundtouch' 'wxgtk')
-optdepends=('pulseaudio: PulseAudio backend')
-
-options=('!emptydirs')
-
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz;
-'dolphin-emu-findx11.patch'
-'dolphin-emu-gcc49.patch')
-md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
- 'f9a692b76263f3efae9793c4879bc2c5'
- '5fead49fc3a0ff9a9d1435368b5df1f9')
-
-prepare() {
-  cd dolphin-${pkgver}
-
-  patch -Np1 -i ../dolphin-emu-findx11.patch
-  patch -Np1 -i ../dolphin-emu-gcc49.patch
-
-  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
-  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \);:' \
-  Source/Core/Core/Src/NetPlayServer.cpp
-}
-
-build() {
-  cd dolphin-${pkgver}
-
-  mkdir build && cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
-  make
-}
-
-package() {
-  cd dolphin-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
-}

Copied: dolphin-emu/repos/community-x86_64/PKGBUILD (from rev 146361, 
dolphin-emu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:10:28 UTC (rev 146362)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: schuay 
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Newton (Mystro256) 
+
+pkgname=dolphin-emu
+pkgver=4.0.2
+pkgrel=12
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce emulator'
+arch=('i686' 'x86_64')
+url='http://dolphin-emu.org'
+license=('GPL2')
+
+makedepends=('cmake' 'opencl-headers')
+depends=('bluez-libs' 'ffmpeg' 'glew' 'libao' 'miniupnpc' 'openal' 'portaudio'
+ 'sdl2' 'soundtouch' 'wxgtk')
+optdepends=('pulseaudio: PulseAudio backend')
+
+options=('!emptydirs')
+
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dolphin-emu/dolphin/archive/${pkgver}.tar.gz;
+'dolphin-emu-findx11.patch'
+'dolphin-emu-gcc49.patch')
+md5sums=('95436ade64fc8ed2fe4b2ed5306dc879'
+ 'f9a692b76263f3efae9793c4879bc2c5'
+ '5fead49fc3a0ff9a9d1435368b5df1f9')
+
+prepare() {
+  cd dolphin-${pkgver}
+
+  patch -Np1 -i ../dolphin-emu-findx11.patch
+  patch -Np1 -i ../dolphin-emu-gcc49.patch
+
+  # Compatibility with miniupnpc 1.9.20150730, which requires a new ttl 
argument.
+  sed -i 's:upnpDiscover(2000, NULL, NULL, 0, 0, 
);:upnpDiscover(2000, NULL, NULL, 0, 0, 2, \);:' \
+  Source/Core/Core/Src/NetPlayServer.cpp
+}
+
+build() {
+  cd dolphin-${pkgver}
+
+  mkdir build && cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_CXX_FLAGS='-fno-inline-functions -fpermissive'
+  make
+}
+
+package() {
+  cd dolphin-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}/usr/lib/libpolarssl.a"
+}

Deleted: dolphin-emu-findx11.patch
===
--- dolphin-emu-findx11.patch   2015-11-07 12:10:21 UTC (rev 146361)
+++ dolphin-emu-findx11.patch   2015-11-07 12:10:28 UTC (rev 146362)
@@ -1,11 +0,0 @@
-diff -rupN dolphin-4.0.2.orig/CMakeLists.txt dolphin-4.0.2/CMakeLists.txt
 dolphin-4.0.2.orig/CMakeLists.txt  2015-03-31 15:05:43.953995860 +0200
-+++ 

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

2015-11-07 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 13:57:35
  Author: fyan
Revision: 146374

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 12:57:11 UTC (rev 146373)
+++ PKGBUILD2015-11-07 12:57:35 UTC (rev 146374)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=python-acme
-pkgname=('python-acme' 'python2-acme')
-pkgver=0.0.0.dev20151104
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/letsencrypt/letsencrypt;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
- 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
- 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
- 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
- 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
- 'python-mock' 'python2-mock')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('131c02e47db1c664c34e10c0079cdb31993b105f217638e5405f5390093fb7610f114f3c68d560e18e8b7138367ab221d42f63d33af6778ce6479337318c881b')
-
-prepare() {
-  cp -a acme-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/acme-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/acme-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/acme-$pkgver"
-  nosetests3
-
-  cd "$srcdir/acme-$pkgver-py2"
-  nosetests2
-}
-
-package_python-acme() {
-  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
-   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
-   'python-six' 'python-werkzeug' 'python-mock')
-
-  cd acme-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-acme() {
-  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
-   'python2-ndg-httpsclient' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests'
-   'python2-six' 'python2-werkzeug' 'python2-mock')
-
-  cd acme-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-
-  mv "$pkgdir"/usr/bin/jws{,2}
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 146373, 
python-acme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 12:57:35 UTC (rev 146374)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151107
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyasn1' 
'python2-pyasn1'
+ 'python-cryptography' 'python2-cryptography' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-ndg-httpsclient' 'python2-ndg-httpsclient' 
'python-pyrfc3339'
+ 'python2-pyrfc3339' 'python-pytz' 'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('84b2ae03b8dfe267e9fa90a9a63f063b281bbf8a6738b963a7dcb39773896ed6fd790e45c36cd8da8a8cce6d13533bf694a64f309a63bf0e47fc22f25c307838')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/acme-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/acme-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/acme-$pkgver"
+  nosetests3
+
+  cd "$srcdir/acme-$pkgver-py2"
+  nosetests2
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyasn1' 'python-cryptography' 
'python-pyopenssl'
+   'python-ndg-httpsclient' 'python-pyrfc3339' 'python-pytz' 
'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyasn1' 'python2-cryptography' 
'python2-pyopenssl'
+   'python2-ndg-httpsclient' 

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

2015-11-07 Thread Felix Yan
Date: Saturday, November 7, 2015 @ 13:57:11
  Author: fyan
Revision: 146373

upgpkg: python-acme 0.0.0.dev20151107-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 12:20:24 UTC (rev 146372)
+++ PKGBUILD2015-11-07 12:57:11 UTC (rev 146373)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.0.0.dev20151104
+pkgver=0.0.0.dev20151107
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -18,7 +18,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.python.org/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('131c02e47db1c664c34e10c0079cdb31993b105f217638e5405f5390093fb7610f114f3c68d560e18e8b7138367ab221d42f63d33af6778ce6479337318c881b')
+sha512sums=('84b2ae03b8dfe267e9fa90a9a63f063b281bbf8a6738b963a7dcb39773896ed6fd790e45c36cd8da8a8cce6d13533bf694a64f309a63bf0e47fc22f25c307838')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:28:11
  Author: seblu
Revision: 250200

upgpkg: btrfs-progs 4.3-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 15:20:13 UTC (rev 250199)
+++ PKGBUILD2015-11-07 15:28:11 UTC (rev 250200)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.2.3
-pkgrel=2
+pkgver=4.3
+pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')


[arch-commits] Commit in docker/repos (11 files)

2015-11-07 Thread Sébastien Luttringer
Date: Saturday, November 7, 2015 @ 16:28:22
  Author: seblu
Revision: 146379

db-move: moved docker from [community-testing] to [community] (x86_64)

Added:
  docker/repos/community-x86_64/01-golang15.patch
(from rev 146378, docker/repos/community-testing-x86_64/01-golang15.patch)
  docker/repos/community-x86_64/02-fix-unified-cgroup.patch
(from rev 146378, 
docker/repos/community-testing-x86_64/02-fix-unified-cgroup.patch)
  docker/repos/community-x86_64/PKGBUILD
(from rev 146378, docker/repos/community-testing-x86_64/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 146378, docker/repos/community-testing-x86_64/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 146378, docker/repos/community-testing-x86_64/docker.sysusers)
Deleted:
  docker/repos/community-testing-x86_64/
  docker/repos/community-x86_64/01-golang15.patch
  docker/repos/community-x86_64/02-fix-unified-cgroup.patch
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

--+
 /01-golang15.patch   |   87 +
 /02-fix-unified-cgroup.patch |   13 +++
 /PKGBUILD|   66 ++
 /docker.install  |   13 +++
 /docker.sysusers |1 
 community-x86_64/01-golang15.patch   |   87 -
 community-x86_64/02-fix-unified-cgroup.patch |   13 ---
 community-x86_64/PKGBUILD|   66 --
 community-x86_64/docker.install  |   13 ---
 community-x86_64/docker.sysusers |1 
 10 files changed, 180 insertions(+), 180 deletions(-)

Deleted: community-x86_64/01-golang15.patch
===
--- community-x86_64/01-golang15.patch  2015-11-07 13:56:24 UTC (rev 146378)
+++ community-x86_64/01-golang15.patch  2015-11-07 15:28:22 UTC (rev 146379)
@@ -1,87 +0,0 @@
-From 0a426878b52e9eaa243df117ece0608804c28d29 Mon Sep 17 00:00:00 2001
-From: Vincent Batts 
-Date: Fri, 7 Aug 2015 10:18:20 -0400
-Subject: [PATCH] devicemapper: fix zero-sized field access
-
-Fixes: #15279
-
-Due to
-https://github.com/golang/go/commit/7904946eeb35faece61bbf6f5b3cc8be2f519c17
-the devices field is dropped.
-
-This solution works on go1.4 and go1.5
-
-Signed-off-by: Vincent Batts 
-
-Vincent Batts 

- daemon/graphdriver/devmapper/deviceset.go | 14 +-
- pkg/devicemapper/devmapper_wrapper.go | 18 +++---
- 2 files changed, 24 insertions(+), 8 deletions(-)
-
-diff --git a/daemon/graphdriver/devmapper/deviceset.go 
b/daemon/graphdriver/devmapper/deviceset.go
-index 3c90fed..e3106fc 100644
 a/daemon/graphdriver/devmapper/deviceset.go
-+++ b/daemon/graphdriver/devmapper/deviceset.go
-@@ -1485,12 +1485,16 @@ func (devices *DeviceSet) deactivatePool() error {
-   if err != nil {
-   return err
-   }
--  if d, err := devicemapper.GetDeps(devname); err == nil {
--  // Access to more Debug output
--  logrus.Debugf("[devmapper] devicemapper.GetDeps() %s: %#v", 
devname, d)
-+
-+  if devinfo.Exists == 0 {
-+  return nil
-   }
--  if devinfo.Exists != 0 {
--  return devicemapper.RemoveDevice(devname)
-+  if err := devicemapper.RemoveDevice(devname); err != nil {
-+  return err
-+  }
-+
-+  if d, err := devicemapper.GetDeps(devname); err == nil {
-+  logrus.Warnf("[devmapper] device %s still has %d active 
dependents", devname, d.Count)
-   }
- 
-   return nil
-diff --git a/pkg/devicemapper/devmapper_wrapper.go 
b/pkg/devicemapper/devmapper_wrapper.go
-index 87c2003..44ca772 100644
 a/pkg/devicemapper/devmapper_wrapper.go
-+++ b/pkg/devicemapper/devmapper_wrapper.go
-@@ -38,7 +38,10 @@ static void log_with_errno_init()
- */
- import "C"
- 
--import "unsafe"
-+import (
-+  "reflect"
-+  "unsafe"
-+)
- 
- type (
-   CDmTask C.struct_dm_task
-@@ -184,12 +187,21 @@ func dmTaskGetDepsFct(task *CDmTask) *Deps {
-   if Cdeps == nil {
-   return nil
-   }
-+
-+  // golang issue: https://github.com/golang/go/issues/11925
-+  hdr := reflect.SliceHeader{
-+  Data: uintptr(unsafe.Pointer(uintptr(unsafe.Pointer(Cdeps)) + 
unsafe.Sizeof(*Cdeps))),
-+  Len:  int(Cdeps.count),
-+  Cap:  int(Cdeps.count),
-+  }
-+  devices := *(*[]C.uint64_t)(unsafe.Pointer())
-+
-   deps := {
-   Count:  uint32(Cdeps.count),
-   Filler: uint32(Cdeps.filler),
-   }
--  for _, device := range Cdeps.device {
--  deps.Device = append(deps.Device, (uint64)(device))
-+  for _, device := range devices {
-+   

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

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:19:50
  Author: aginiewicz
Revision: 146347

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-07 08:19:39 UTC (rev 146346)
+++ community-x86_64/PKGBUILD   2015-11-07 08:19:50 UTC (rev 146347)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-numexpr
-pkgname=('python2-numexpr' 'python-numexpr')

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

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:19:39
  Author: aginiewicz
Revision: 146346

upgpkg: python-numexpr 2.4.6-1

python-numexpr: new upstream release

Modified:
  python-numexpr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 06:36:50 UTC (rev 146345)
+++ PKGBUILD2015-11-07 08:19:39 UTC (rev 146346)
@@ -4,7 +4,7 @@
 
 pkgbase=python-numexpr
 pkgname=('python2-numexpr' 'python-numexpr')
-pkgver=2.4.4
+pkgver=2.4.6
 pkgrel=1
 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, 
PyTables, pandas"
 url="https://github.com/pydata/numexpr;
@@ -12,7 +12,7 @@
 license=('MIT')
 makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 
'python2-numpy')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz)
-md5sums=('029849d8d9ca89d3bf3bd6695d4e0a4c')
+md5sums=('71a0d2cdfcc7b7c90e6ea47c282b5c9b')
 
 prepare() {
   cd "$srcdir"


[arch-commits] Commit in libgit2/repos (community-i686 community-x86_64)

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:09:13
  Author: lfleischer
Revision: 250194

Remove faulty tags

Deleted:
  libgit2/repos/community-i686/
  libgit2/repos/community-x86_64/


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

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:29:56
  Author: aginiewicz
Revision: 146348

upgpkg: python-scikit-learn 0.17-1

python-scikit-learn: new upstream release

Modified:
  python-scikit-learn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 08:19:50 UTC (rev 146347)
+++ PKGBUILD2015-11-07 08:29:56 UTC (rev 146348)
@@ -3,8 +3,8 @@
 
 pkgbase=python-scikit-learn
 pkgname=('python2-scikit-learn' 'python-scikit-learn')
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.17
+pkgrel=1
 pkgdesc="A set of python modules for machine learning and data mining"
 arch=('i686' 'x86_64')
 url="http://scikit-learn.sourceforge.net/;
@@ -14,7 +14,7 @@
 
 
source=("https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-${pkgver}.tar.gz;
 "LICENSE")
-md5sums=('363ddda501e3b6b61726aa40b8dbdb7e'
+md5sums=('4b5cebc8c92cfe33749ae8ab3b2149b7'
  '327083d2576cc0aad1b8f10b2bcd2974')
 
 prepare() {


[arch-commits] Commit in python-scikit-learn/repos (8 files)

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:30:06
  Author: aginiewicz
Revision: 146349

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

Added:
  python-scikit-learn/repos/community-i686/LICENSE
(from rev 146348, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-i686/PKGBUILD
(from rev 146348, python-scikit-learn/trunk/PKGBUILD)
  python-scikit-learn/repos/community-x86_64/LICENSE
(from rev 146348, python-scikit-learn/trunk/LICENSE)
  python-scikit-learn/repos/community-x86_64/PKGBUILD
(from rev 146348, python-scikit-learn/trunk/PKGBUILD)
Deleted:
  python-scikit-learn/repos/community-i686/LICENSE
  python-scikit-learn/repos/community-i686/PKGBUILD
  python-scikit-learn/repos/community-x86_64/LICENSE
  python-scikit-learn/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   48 ++
 /PKGBUILD |  116 
 community-i686/LICENSE|   24 -
 community-i686/PKGBUILD   |   58 --
 community-x86_64/LICENSE  |   24 -
 community-x86_64/PKGBUILD |   58 --
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2015-11-07 08:29:56 UTC (rev 146348)
+++ community-i686/LICENSE  2015-11-07 08:30:06 UTC (rev 146349)
@@ -1,24 +0,0 @@
-Copyright (c) 2010–2011, scikit-learn developers
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the  nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-scikit-learn/repos/community-i686/LICENSE (from rev 146348, 
python-scikit-learn/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2015-11-07 08:30:06 UTC (rev 146349)
@@ -0,0 +1,24 @@
+Copyright (c) 2010–2011, scikit-learn developers
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the  nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-07 08:29:56 UTC (rev 

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 11:33:05
  Author: lfleischer
Revision: 250188

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

Added:
  lirc/repos/community-i686/
  lirc/repos/community-i686/PKGBUILD
(from rev 250187, lirc/trunk/PKGBUILD)
  lirc/repos/community-i686/lirc.install
(from rev 250187, lirc/trunk/lirc.install)
  lirc/repos/community-i686/lirc.logrotate
(from rev 250187, lirc/trunk/lirc.logrotate)
  lirc/repos/community-i686/lirc.tmpfiles
(from rev 250187, lirc/trunk/lirc.tmpfiles)
  lirc/repos/community-x86_64/
  lirc/repos/community-x86_64/PKGBUILD
(from rev 250187, lirc/trunk/PKGBUILD)
  lirc/repos/community-x86_64/lirc.install
(from rev 250187, lirc/trunk/lirc.install)
  lirc/repos/community-x86_64/lirc.logrotate
(from rev 250187, lirc/trunk/lirc.logrotate)
  lirc/repos/community-x86_64/lirc.tmpfiles
(from rev 250187, lirc/trunk/lirc.tmpfiles)

-+
 community-i686/PKGBUILD |   45 ++
 community-i686/lirc.install |   13 ++
 community-i686/lirc.logrotate   |5 
 community-i686/lirc.tmpfiles|1 
 community-x86_64/PKGBUILD   |   45 ++
 community-x86_64/lirc.install   |   13 ++
 community-x86_64/lirc.logrotate |5 
 community-x86_64/lirc.tmpfiles  |1 
 8 files changed, 128 insertions(+)

Copied: lirc/repos/community-i686/PKGBUILD (from rev 250187, 
lirc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-07 10:33:05 UTC (rev 250188)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.9.3a
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=1
+epoch=1
+pkgdesc="Linux Infrared Remote Control utils"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/;
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+lirc.logrotate
+lirc.tmpfiles)
+md5sums=('f9ed5dd0684a52c7cd98672e71e81b05'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+build() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
+ --with-transmitter --enable-sandboxed 
+  make
+}
+
+package() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
+  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
+
+  rmdir "${pkgdir}"/var/{run/lirc/,run/,}
+}

Copied: lirc/repos/community-i686/lirc.install (from rev 250187, 
lirc/trunk/lirc.install)
===
--- community-i686/lirc.install (rev 0)
+++ community-i686/lirc.install 2015-11-07 10:33:05 UTC (rev 250188)
@@ -0,0 +1,13 @@
+post_install() {
+   systemd-tmpfiles --create lirc.conf
+}
+
+post_upgrade() {
+   post_install
+
+   if [[ "$(vercmp $2 1:0.9.1-1)" -lt 0 ]]; then
+   echo ':: lirc.service and lircm.service have been replaced'
+   echo '   by the upstream unit files lircd.service and'
+   echo '   lircmd.service.'
+   fi
+}

Copied: lirc/repos/community-i686/lirc.logrotate (from rev 250187, 
lirc/trunk/lirc.logrotate)
===
--- community-i686/lirc.logrotate   (rev 0)
+++ community-i686/lirc.logrotate   2015-11-07 10:33:05 UTC (rev 250188)
@@ -0,0 +1,5 @@
+/var/log/lircd {
+   missingok
+   notifempty
+   delaycompress
+}

Copied: lirc/repos/community-i686/lirc.tmpfiles (from rev 250187, 
lirc/trunk/lirc.tmpfiles)
===
--- community-i686/lirc.tmpfiles(rev 0)
+++ community-i686/lirc.tmpfiles2015-11-07 10:33:05 UTC (rev 250188)
@@ -0,0 +1 @@
+d /run/lirc 0755 root root -

Copied: lirc/repos/community-x86_64/PKGBUILD (from rev 250187, 
lirc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-07 10:33:05 UTC (rev 250188)
@@ -0,0 +1,45 @@

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 11:32:51
  Author: lfleischer
Revision: 250187

upgpkg: lirc 1:0.9.3.a-1

Upstream update.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 02:35:01 UTC (rev 250186)
+++ PKGBUILD2015-11-07 10:32:51 UTC (rev 250187)
@@ -2,9 +2,9 @@
 # Contributor: Paul Mattal 
 
 pkgname=lirc
-_pkgver=0.9.3
+_pkgver=0.9.3a
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=2
+pkgrel=1
 epoch=1
 pkgdesc="Linux Infrared Remote Control utils"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
 lirc.logrotate
 lirc.tmpfiles)
-md5sums=('0a507613d06195a8daab9123190e16fe'
+md5sums=('f9ed5dd0684a52c7cd98672e71e81b05'
  '3deb02604b37811d41816e9b4385fcc3'
  'febf25c154a7d36f01159e84f26c2d9a')
 


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:05:09
  Author: lfleischer
Revision: 250192

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

Added:
  libgit2/repos/community-i686/
  libgit2/repos/community-i686/PKGBUILD
(from rev 250191, libgit2/trunk/PKGBUILD)
  libgit2/repos/community-x86_64/
  libgit2/repos/community-x86_64/PKGBUILD
(from rev 250191, libgit2/trunk/PKGBUILD)

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

Copied: libgit2/repos/community-i686/PKGBUILD (from rev 250191, 
libgit2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-07 11:05:09 UTC (rev 250192)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.3
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('1e85799534f1431dfb7858d7b67deca4ff86cc2a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: libgit2/repos/community-x86_64/PKGBUILD (from rev 250191, 
libgit2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-07 11:05:09 UTC (rev 250192)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.3
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('1e85799534f1431dfb7858d7b67deca4ff86cc2a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:04:48
  Author: lfleischer
Revision: 250191

upgpkg: libgit2 1:0.23.3-1

Upstream update.

Modified:
  libgit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 10:34:02 UTC (rev 250190)
+++ PKGBUILD2015-11-07 11:04:48 UTC (rev 250191)
@@ -3,7 +3,7 @@
 # Contributor: Dave Reisner 
 
 pkgname=libgit2
-pkgver=0.23.2
+pkgver=0.23.3
 pkgrel=1
 epoch=1
 pkgdesc='A linkable library for Git'
@@ -13,7 +13,7 @@
 makedepends=(cmake python)
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
+sha1sums=('1e85799534f1431dfb7858d7b67deca4ff86cc2a')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:36:16
  Author: aginiewicz
Revision: 146350

upgpkg: hgview 1.9.0-1

hgview: new upstream release

Modified:
  hgview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 08:30:06 UTC (rev 146349)
+++ PKGBUILD2015-11-07 08:36:16 UTC (rev 146350)
@@ -3,7 +3,7 @@
 # Contributor: TDY 
 
 pkgname=hgview
-pkgver=1.8.2
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="A fast Mercurial log navigator"
 arch=('any')
@@ -17,7 +17,7 @@
 'python2-pygments: for CLI interface')
 makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
 source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5f12ef8569041205c17c75f0aa78f9bf')
+md5sums=('c3ab3a1c62eff28e48ab8e4df38466c9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-11-07 Thread Andrzej Giniewicz
Date: Saturday, November 7, 2015 @ 09:36:24
  Author: aginiewicz
Revision: 146351

archrelease: copy trunk to community-any

Added:
  hgview/repos/community-any/PKGBUILD
(from rev 146350, hgview/trunk/PKGBUILD)
Deleted:
  hgview/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 08:36:16 UTC (rev 146350)
+++ PKGBUILD2015-11-07 08:36:24 UTC (rev 146351)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: TDY 
-
-pkgname=hgview
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="A fast Mercurial log navigator"
-arch=('any')
-url="http://www.logilab.org/project/hgview/;
-license=('GPL')
-depends=('mercurial>=1.6')
-optdepends=('python2-qscintilla: for Qt interface'
-'python2-docutils: for Qt interface'
-'python2-urwid: for CLI interface'
-'python2-pyinotify: for CLI interface'
-'python2-pygments: for CLI interface')
-makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
-source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('5f12ef8569041205c17c75f0aa78f9bf')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  # fix man page placement
-  install -d "$pkgdir"/usr/share
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
-}
-

Copied: hgview/repos/community-any/PKGBUILD (from rev 146350, 
hgview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 08:36:24 UTC (rev 146351)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: TDY 
+
+pkgname=hgview
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="A fast Mercurial log navigator"
+arch=('any')
+url="http://www.logilab.org/project/hgview/;
+license=('GPL')
+depends=('mercurial>=1.6')
+optdepends=('python2-qscintilla: for Qt interface'
+'python2-docutils: for Qt interface'
+'python2-urwid: for CLI interface'
+'python2-pyinotify: for CLI interface'
+'python2-pygments: for CLI interface')
+makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
+source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('c3ab3a1c62eff28e48ab8e4df38466c9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir"/ --optimize=1
+
+  # fix man page placement
+  install -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
+}
+


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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:12:15
  Author: lfleischer
Revision: 250195

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 11:09:13 UTC (rev 250194)
+++ extra-i686/PKGBUILD 2015-11-07 11:12:15 UTC (rev 250195)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.23.2
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-i686/PKGBUILD (from rev 250194, 
libgit2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 11:12:15 UTC (rev 250195)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.3
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('1e85799534f1431dfb7858d7b67deca4ff86cc2a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-07 11:09:13 UTC (rev 250194)
+++ extra-x86_64/PKGBUILD   2015-11-07 11:12:15 UTC (rev 250195)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Hilton Medeiros 
-# Contributor: Dave Reisner 
-
-pkgname=libgit2
-pkgver=0.23.2
-pkgrel=1
-epoch=1
-pkgdesc='A linkable library for Git'
-arch=('i686' 'x86_64')
-url='https://libgit2.github.com/'
-depends=(zlib openssl libssh2)
-makedepends=(cmake python)
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
-sha1sums=('2f8c066456bbc67c2b0209f0e3ef72eed585fb46')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export LANG=en_US.UTF-8
-  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgit2/repos/extra-x86_64/PKGBUILD (from rev 250194, 
libgit2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-07 11:12:15 UTC (rev 250195)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Hilton Medeiros 
+# Contributor: Dave Reisner 
+
+pkgname=libgit2
+pkgver=0.23.3
+pkgrel=1
+epoch=1
+pkgdesc='A linkable library for Git'
+arch=('i686' 'x86_64')
+url='https://libgit2.github.com/'
+depends=(zlib openssl libssh2)
+makedepends=(cmake python)
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libgit2/libgit2/archive/v${pkgver}.tar.gz;)
+sha1sums=('1e85799534f1431dfb7858d7b67deca4ff86cc2a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export LANG=en_US.UTF-8
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DTHREADSAFE=ON
+  make
+}
+
+check() {
+  cd 

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

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:12:46
  Author: lfleischer
Revision: 250197

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

Added:
  lirc/repos/extra-i686/PKGBUILD
(from rev 250196, lirc/trunk/PKGBUILD)
  lirc/repos/extra-i686/lirc.install
(from rev 250196, lirc/trunk/lirc.install)
  lirc/repos/extra-i686/lirc.logrotate
(from rev 250196, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-i686/lirc.tmpfiles
(from rev 250196, lirc/trunk/lirc.tmpfiles)
  lirc/repos/extra-x86_64/PKGBUILD
(from rev 250196, lirc/trunk/PKGBUILD)
  lirc/repos/extra-x86_64/lirc.install
(from rev 250196, lirc/trunk/lirc.install)
  lirc/repos/extra-x86_64/lirc.logrotate
(from rev 250196, lirc/trunk/lirc.logrotate)
  lirc/repos/extra-x86_64/lirc.tmpfiles
(from rev 250196, lirc/trunk/lirc.tmpfiles)
Deleted:
  lirc/repos/extra-i686/PKGBUILD
  lirc/repos/extra-i686/lirc.install
  lirc/repos/extra-i686/lirc.logrotate
  lirc/repos/extra-i686/lirc.tmpfiles
  lirc/repos/extra-x86_64/PKGBUILD
  lirc/repos/extra-x86_64/lirc.install
  lirc/repos/extra-x86_64/lirc.logrotate
  lirc/repos/extra-x86_64/lirc.tmpfiles

-+
 /PKGBUILD   |   90 ++
 /lirc.install   |   26 
 /lirc.logrotate |   10 
 /lirc.tmpfiles  |2 
 extra-i686/PKGBUILD |   45 -
 extra-i686/lirc.install |   13 --
 extra-i686/lirc.logrotate   |5 --
 extra-i686/lirc.tmpfiles|1 
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/lirc.install   |   13 --
 extra-x86_64/lirc.logrotate |5 --
 extra-x86_64/lirc.tmpfiles  |1 
 12 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 11:12:32 UTC (rev 250196)
+++ extra-i686/PKGBUILD 2015-11-07 11:12:46 UTC (rev 250197)
@@ -1,45 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Paul Mattal 
-
-pkgname=lirc
-_pkgver=0.9.3
-[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
-pkgrel=2
-epoch=1
-pkgdesc="Linux Infrared Remote Control utils"
-arch=('i686' 'x86_64')
-url="http://www.lirc.org/;
-license=('GPL')
-depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
-optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
-provides=('lirc-utils')
-conflicts=('lirc-utils')
-replaces=('lirc-utils')
-backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
-install=lirc.install
-source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
-lirc.logrotate
-lirc.tmpfiles)
-md5sums=('0a507613d06195a8daab9123190e16fe'
- '3deb02604b37811d41816e9b4385fcc3'
- 'febf25c154a7d36f01159e84f26c2d9a')
-
-build() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 
--localstatedir=/var \
- --with-transmitter --enable-sandboxed 
-  make
-}
-
-package() {
-  cd "${srcdir}/lirc-${_pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/lirc.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/lirc.conf
-  install -Dm644 "${srcdir}"/lirc.logrotate "${pkgdir}"/etc/logrotate.d/lirc
-
-  rmdir "${pkgdir}"/var/{run/lirc/,run/,}
-}

Copied: lirc/repos/extra-i686/PKGBUILD (from rev 250196, lirc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 11:12:46 UTC (rev 250197)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Paul Mattal 
+
+pkgname=lirc
+_pkgver=0.9.3a
+[[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || 
pkgver="$_pkgver"
+pkgrel=1
+epoch=1
+pkgdesc="Linux Infrared Remote Control utils"
+arch=('i686' 'x86_64')
+url="http://www.lirc.org/;
+license=('GPL')
+depends=('alsa-lib' 'libx11' 'libftdi-compat' 'libirman')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libftdi-compat' 'libirman' 
'libxslt' 'python')
+optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
+provides=('lirc-utils')
+conflicts=('lirc-utils')
+replaces=('lirc-utils')
+backup=('etc/lirc/lirc_options.conf' 'etc/lirc/lircd.conf' 
'etc/lirc/lircmd.conf')
+install=lirc.install
+source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${_pkgver}.tar.bz2;
+lirc.logrotate
+lirc.tmpfiles)
+md5sums=('f9ed5dd0684a52c7cd98672e71e81b05'
+ '3deb02604b37811d41816e9b4385fcc3'
+ 'febf25c154a7d36f01159e84f26c2d9a')
+
+build() {
+  cd "${srcdir}/lirc-${_pkgver}"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc 

[arch-commits] Commit in lirc/repos (community-i686 community-x86_64)

2015-11-07 Thread Lukas Fleischer
Date: Saturday, November 7, 2015 @ 12:12:32
  Author: lfleischer
Revision: 250196

Remove faulty tags

Deleted:
  lirc/repos/community-i686/
  lirc/repos/community-x86_64/


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

2015-11-07 Thread Jaroslav Lichtblau
Date: Saturday, November 7, 2015 @ 18:45:25
  Author: jlichtblau
Revision: 146381

archrelease: copy trunk to community-any

Added:
  synbak/repos/community-any/PKGBUILD
(from rev 146380, synbak/trunk/PKGBUILD)
  synbak/repos/community-any/synbak.changelog
(from rev 146380, synbak/trunk/synbak.changelog)
Deleted:
  synbak/repos/community-any/PKGBUILD
  synbak/repos/community-any/synbak.changelog

--+
 PKGBUILD |   60 ++---
 synbak.changelog |   37 +---
 2 files changed, 50 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-07 17:45:03 UTC (rev 146380)
+++ PKGBUILD2015-11-07 17:45:25 UTC (rev 146381)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: William Rea 
-# Contributor: aeolist 
-
-pkgname=synbak
-pkgver=3.1
-pkgrel=1
-pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
-arch=('any')
-url='http://www.initzero.it/products/opensource/synbak'
-license=('GPL')
-depends=('bc' 'netcat')
-changelog=$pkgname.changelog
-source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b875ba967ff3c3a0ed1dd92b240d08a7389313124d50523f96aadf6ebc8df099')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: synbak/repos/community-any/PKGBUILD (from rev 146380, 
synbak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-07 17:45:25 UTC (rev 146381)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: William Rea 
+# Contributor: aeolist 
+
+pkgname=synbak
+pkgver=3.2
+pkgrel=1
+pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
+arch=('any')
+url='http://www.initzero.it/products/opensource/synbak'
+license=('GPL')
+depends=('bc' 'netcat')
+changelog=$pkgname.changelog
+source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3a7d50623e30ec22488729f800e82893b7070ed74760aa5bfdfe019603620e31')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: synbak.changelog
===
--- synbak.changelog2015-11-07 17:45:03 UTC (rev 146380)
+++ synbak.changelog2015-11-07 17:45:25 UTC (rev 146381)
@@ -1,17 +0,0 @@
-2015-03-18 Jaroslav Lichtblau 
-   * synbak 3.1-1
-
-2013-10-14 Jaroslav Lichtblau 
-   * synbak 3.0-1
-
-2013-01-13 Jaroslav Lichtblau 
-   * synbak 2.1-1
-
-2011-06-22 Jaroslav Lichtblau 
-   * synbak 1.4.0-1
-
-2010-08-29 Jaroslav Lichtblau 
-   * synbak 1.3.2-1
-
-2009-11-08 Jaroslav Lichtblau 
-   * synbak 1.2.2-1

Copied: synbak/repos/community-any/synbak.changelog (from rev 146380, 
synbak/trunk/synbak.changelog)
===
--- synbak.changelog(rev 0)
+++ synbak.changelog2015-11-07 17:45:25 UTC (rev 146381)
@@ -0,0 +1,20 @@
+2015-11-07 Jaroslav Lichtblau 
+   * synbak 3.2-1
+
+2015-03-18 Jaroslav Lichtblau 
+   * synbak 3.1-1
+
+2013-10-14 Jaroslav Lichtblau 
+   * synbak 3.0-1
+
+2013-01-13 Jaroslav Lichtblau 
+   * synbak 2.1-1
+
+2011-06-22 Jaroslav Lichtblau 
+   * synbak 1.4.0-1
+
+2010-08-29 Jaroslav Lichtblau 
+   * synbak 1.3.2-1
+
+2009-11-08 Jaroslav Lichtblau 
+   * synbak 1.2.2-1


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

2015-11-07 Thread Jaroslav Lichtblau
Date: Saturday, November 7, 2015 @ 18:45:03
  Author: jlichtblau
Revision: 146380

upgpkg: synbak 3.2-1 - new upstream release

Modified:
  synbak/trunk/PKGBUILD
  synbak/trunk/synbak.changelog

--+
 PKGBUILD |4 ++--
 synbak.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 15:28:22 UTC (rev 146379)
+++ PKGBUILD2015-11-07 17:45:03 UTC (rev 146380)
@@ -5,7 +5,7 @@
 # Contributor: aeolist 
 
 pkgname=synbak
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="Meant to unify several backup methods in a single application while 
supplying a powerful reporting system"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bc' 'netcat')
 changelog=$pkgname.changelog
 
source=(http://www.initzero.it/products/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('b875ba967ff3c3a0ed1dd92b240d08a7389313124d50523f96aadf6ebc8df099')
+sha256sums=('3a7d50623e30ec22488729f800e82893b7070ed74760aa5bfdfe019603620e31')
 
 build() {
   cd ${pkgname}-${pkgver}

Modified: synbak.changelog
===
--- synbak.changelog2015-11-07 15:28:22 UTC (rev 146379)
+++ synbak.changelog2015-11-07 17:45:03 UTC (rev 146380)
@@ -1,3 +1,6 @@
+2015-11-07 Jaroslav Lichtblau 
+   * synbak 3.2-1
+
 2015-03-18 Jaroslav Lichtblau 
* synbak 3.1-1
 


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

2015-11-07 Thread Jan Steffens
Date: Sunday, November 8, 2015 @ 00:23:30
  Author: heftig
Revision: 250204

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

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

-+
 /PKGBUILD   |  100 ++
 /anjuta.install |   28 +++
 extra-i686/PKGBUILD |   50 -
 extra-i686/anjuta.install   |   14 -
 extra-x86_64/PKGBUILD   |   50 -
 extra-x86_64/anjuta.install |   14 -
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 23:22:48 UTC (rev 250203)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:30 UTC (rev 250204)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Harley Laue 
-
-pkgbase=anjuta
-pkgname=('libanjuta' 'anjuta')
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME Integrated Development Environment (IDE)"
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs)
-url="http://www.anjuta.org/;
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6a3fec0963f04bc62a9dfb951e577a3276d39c3414083ef73163c3fea8e741ba')
-
-build() {
-  cd "$pkgbase-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
-  PYTHON=/usr/bin/python2
-  make
-}
-
-package_libanjuta(){
-  pkgdesc="Anjuta runtime library"
-  depends=(gdl)
-  conflicts=('anjuta<3.4.4')
-
-  cd "$pkgbase-$pkgver/libanjuta"
-
-  # j1: Race during linking
-  make -j1 DESTDIR="$pkgdir" install
-}
-
-package_anjuta(){
-  pkgdesc="GNOME Integrated Development Environment (IDE)"
-  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
-  groups=('gnome-extra')
-
-  install=anjuta.install
-
-  cd "$pkgbase-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-
-  cd libanjuta
-  make -j1 DESTDIR="$pkgdir" uninstall
-}

Copied: anjuta/repos/extra-i686/PKGBUILD (from rev 250203, 
anjuta/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:30 UTC (rev 250204)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Harley Laue 
+
+pkgbase=anjuta
+pkgname=('libanjuta' 'anjuta')
+pkgver=3.18.2
+pkgrel=1
+pkgdesc="GNOME Integrated Development Environment (IDE)"
+arch=(i686 x86_64)
+license=(GPL)
+makedepends=(gdl vte3 autogen devhelp glade libgda subversion neon vala dconf 
gtk-doc yelp-tools gnome-common intltool gobject-introspection itstool gjs)
+url="http://www.anjuta.org/;
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('be864f2f1807e1b870697f646294e997d221d5984a135245543b719e501cef8e')
+
+build() {
+  cd "$pkgbase-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-glade-catalog 
--enable-compile-warnings=minimum \
+  PYTHON=/usr/bin/python2
+  make
+}
+
+package_libanjuta(){
+  pkgdesc="Anjuta runtime library"
+  depends=(gdl)
+  conflicts=('anjuta<3.4.4')
+
+  cd "$pkgbase-$pkgver/libanjuta"
+
+  # j1: Race during linking
+  make -j1 DESTDIR="$pkgdir" install
+}
+
+package_anjuta(){
+  pkgdesc="GNOME Integrated Development Environment (IDE)"
+  depends=(libanjuta vte3 autogen devhelp glade libgda subversion neon vala 
dconf)
+  groups=('gnome-extra')
+
+  install=anjuta.install
+
+  cd "$pkgbase-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+
+  cd libanjuta
+  make -j1 DESTDIR="$pkgdir" uninstall
+}

Deleted: extra-i686/anjuta.install
===
--- extra-i686/anjuta.install   2015-11-07 23:22:48 UTC (rev 250203)
+++ extra-i686/anjuta.install   2015-11-07 23:23:30 UTC (rev 250204)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-mime-database /usr/share/mime > /dev/null
-}
-
-post_upgrade() {
-  

[arch-commits] Commit in at-spi2-core/repos (4 files)

2015-11-07 Thread Jan Steffens
Date: Sunday, November 8, 2015 @ 00:23:41
  Author: heftig
Revision: 250205

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

Added:
  at-spi2-core/repos/extra-i686/PKGBUILD
(from rev 250204, at-spi2-core/trunk/PKGBUILD)
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 250204, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-i686/PKGBUILD
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-07 23:23:30 UTC (rev 250204)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:41 UTC (rev 250205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.18.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL2')
-depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('57d555be4cc64905454687bf9bb7dc1e68531bee93befa77222d94ea083f01cf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-i686/PKGBUILD (from rev 250204, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-07 23:23:41 UTC (rev 250205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.18.2
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-07 23:23:30 UTC (rev 250204)
+++ extra-x86_64/PKGBUILD   2015-11-07 23:23:41 UTC (rev 250205)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.18.1
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org;
-license=('GPL2')
-depends=('dbus' 'glib2' 'libxtst')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('57d555be4cc64905454687bf9bb7dc1e68531bee93befa77222d94ea083f01cf')
-
-build() {
-  cd $pkgname-$pkgver
-
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force --install
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/at-spi2-core --disable-xevie
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 250204, 
at-spi2-core/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-11-07 23:23:41 UTC (rev 250205)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.18.2
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org;
+license=('GPL2')
+depends=('dbus' 'glib2' 'libxtst')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force --install
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core --disable-xevie
+  make
+}

[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2015-11-07 Thread Jan Steffens
Date: Sunday, November 8, 2015 @ 00:22:48
  Author: heftig
Revision: 250203

2.18.2

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 23:22:39 UTC (rev 250202)
+++ PKGBUILD2015-11-07 23:22:48 UTC (rev 250203)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.18.1
+pkgver=2.18.2
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('dbus' 'glib2' 'libxtst')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('57d555be4cc64905454687bf9bb7dc1e68531bee93befa77222d94ea083f01cf')
+sha256sums=('4eea5ba07912ad955157761c4c9fdb6e3fab6ea91899a4db785eb47ae61f1ee5')
 
 build() {
   cd $pkgname-$pkgver


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

2015-11-07 Thread Jan Steffens
Date: Sunday, November 8, 2015 @ 00:22:39
  Author: heftig
Revision: 250202

3.18.2

Modified:
  anjuta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 15:30:11 UTC (rev 250201)
+++ PKGBUILD2015-11-07 23:22:39 UTC (rev 250202)
@@ -4,7 +4,7 @@
 
 pkgbase=anjuta
 pkgname=('libanjuta' 'anjuta')
-pkgver=3.18.0
+pkgver=3.18.2
 pkgrel=1
 pkgdesc="GNOME Integrated Development Environment (IDE)"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url="http://www.anjuta.org/;
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('6a3fec0963f04bc62a9dfb951e577a3276d39c3414083ef73163c3fea8e741ba')
+sha256sums=('be864f2f1807e1b870697f646294e997d221d5984a135245543b719e501cef8e')
 
 build() {
   cd "$pkgbase-$pkgver"


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

2015-11-07 Thread Felix Yan
Date: Sunday, November 8, 2015 @ 06:26:29
  Author: fyan
Revision: 146385

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 146384, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 146384, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-08 05:26:06 UTC (rev 146384)
+++ PKGBUILD2015-11-08 05:26:29 UTC (rev 146385)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151101
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('d04fd0279dabe442e313e8c12cffe6c4'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 146384, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-08 05:26:29 UTC (rev 146385)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151108
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('081cc36f89ca1475441d8ae1982f2dda'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-11-08 05:26:06 UTC (rev 146384)
+++ skk-jisyo.install   2015-11-08 05:26:29 UTC (rev 146385)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 146384, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-11-08 05:26:29 UTC (rev 146385)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-11-07 Thread Felix Yan
Date: Sunday, November 8, 2015 @ 06:26:06
  Author: fyan
Revision: 146384

upgpkg: skk-jisyo 20151108-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 04:26:07 UTC (rev 146383)
+++ PKGBUILD2015-11-08 05:26:06 UTC (rev 146384)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151101
+pkgver=20151108
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('d04fd0279dabe442e313e8c12cffe6c4'
+md5sums=('081cc36f89ca1475441d8ae1982f2dda'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 06:31:49
  Author: bgyorgy
Revision: 146387

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-08 05:31:41 UTC (rev 146386)
+++ community-i686/PKGBUILD 2015-11-08 05:31:49 UTC (rev 146387)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgname=lxmusic
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('38fc31793b11c43b6a8fda70faedfd54')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-i686/PKGBUILD (from rev 146386, 
lxmusic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-11-08 05:31:49 UTC (rev 146387)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcus Schulderinsky 
+
+pkgname=lxmusic
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('38fc31793b11c43b6a8fda70faedfd54')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-11-08 05:31:41 UTC (rev 146386)
+++ community-x86_64/PKGBUILD   2015-11-08 05:31:49 UTC (rev 146387)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Marcus Schulderinsky 
-
-pkgname=lxmusic
-pkgver=0.4.6
-pkgrel=1
-pkgdesc='Lightweight XMMS2 client'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'libnotify' 'xmms2')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
-md5sums=('38fc31793b11c43b6a8fda70faedfd54')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: lxmusic/repos/community-x86_64/PKGBUILD (from rev 146386, 
lxmusic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-11-08 05:31:49 UTC (rev 146387)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Marcus Schulderinsky 
+
+pkgname=lxmusic
+pkgver=0.4.6
+pkgrel=2
+pkgdesc='Lightweight XMMS2 client'
+arch=('i686' 'x86_64')
+url="http://lxde.org/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'libnotify' 'xmms2')
+makedepends=('intltool')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('38fc31793b11c43b6a8fda70faedfd54')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 06:31:41
  Author: bgyorgy
Revision: 146386

upgpkg: lxmusic 0.4.6-2

Rebuild for xmms2 (FS#46583)

Modified:
  lxmusic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 05:26:29 UTC (rev 146385)
+++ PKGBUILD2015-11-08 05:31:41 UTC (rev 146386)
@@ -5,7 +5,7 @@
 
 pkgname=lxmusic
 pkgver=0.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight XMMS2 client'
 arch=('i686' 'x86_64')
 url="http://lxde.org/;


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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 06:56:48
  Author: bisson
Revision: 146388

upstream update

Modified:
  subsurface-marble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 05:31:49 UTC (rev 146387)
+++ PKGBUILD2015-11-08 05:56:48 UTC (rev 146388)
@@ -4,8 +4,8 @@
 
 pkgname=subsurface-marble
 _pkgname=marble-subsurface-branch
-pkgver=4.5.0
-pkgrel=2
+pkgver=4.5.2
+pkgrel=1
 pkgdesc='Virtual Globe'
 url='http://git.subsurface-divelog.org/'
 license=('GPL' 'LGPL' 'FDL')
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('492a2a9b3afacc6e36be15721cfaa103710fd4e3')
+sha1sums=('949a4b312f95b474171d08fc4e41df04766d1199')
 
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"


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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 06:57:13
  Author: bisson
Revision: 146389

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

Added:
  subsurface-marble/repos/community-testing-i686/
  subsurface-marble/repos/community-testing-i686/PKGBUILD
(from rev 146388, subsurface-marble/trunk/PKGBUILD)
  subsurface-marble/repos/community-testing-x86_64/
  subsurface-marble/repos/community-testing-x86_64/PKGBUILD
(from rev 146388, subsurface-marble/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   51 
 community-testing-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: subsurface-marble/repos/community-testing-i686/PKGBUILD (from rev 
146388, subsurface-marble/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-08 05:57:13 UTC (rev 146389)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('949a4b312f95b474171d08fc4e41df04766d1199')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}

Copied: subsurface-marble/repos/community-testing-x86_64/PKGBUILD (from rev 
146388, subsurface-marble/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-08 05:57:13 UTC (rev 146389)
@@ -0,0 +1,51 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-marble
+_pkgname=marble-subsurface-branch
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Virtual Globe'
+url='http://git.subsurface-divelog.org/'
+license=('GPL' 'LGPL' 'FDL')
+arch=('i686' 'x86_64')
+makedepends=('cmake')
+depends=('qt5-'{script,svg,tools,webkit} 'marble-data')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('949a4b312f95b474171d08fc4e41df04766d1199')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DQT5BUILD=ON \
+   -DQTONLY=ON \
+   -DBUILD_MARBLE_APPS=OFF \
+   -DBUILD_MARBLE_EXAMPLES=OFF \
+   -DBUILD_MARBLE_TESTS=OFF \
+   -DBUILD_MARBLE_TOOLS=OFF \
+   -DBUILD_TESTING=OFF \
+   -DWITH_DESIGNER_PLUGIN=OFF \
+   -DBUILD_WITH_DBUS=OFF \
+   .
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   cd "${pkgdir}/usr"
+   mv include subsurface
+   install -d include
+   mv subsurface include
+rm -fr share/{appdata,icons}
+
+   # Provided by marble-data, avoids conflicts.
+   rm share/marble/cmake/FindMarble.cmake
+   rm -fr share/marble/data
+
+   # Conflicts with libastro
+   rm lib/libastro.so{,.1,.0.17.20}
+}


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

2015-11-07 Thread Dan McGee
Date: Sunday, November 8, 2015 @ 04:38:49
  Author: dan
Revision: 250207

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 250206, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-08 03:38:41 UTC (rev 250206)
+++ PKGBUILD2015-11-08 03:38:49 UTC (rev 250207)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.8.5
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('02426a28fb356e52006e053503d66490')
-sha256sums=('2d174e4a3f54708d0d5b6ff1bf54ae71652e83bb06d7576b3b20d916b29c3653')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 250206, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-08 03:38:49 UTC (rev 250207)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('12ba7b57a1f5268f6e8ba555628c0657')
+sha256sums=('359d56f55a033a92831eab1f7ec47db3f9ad8e07f28ead9035d961886d54459a')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+

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

2015-11-07 Thread Dan McGee
Date: Sunday, November 8, 2015 @ 04:38:41
  Author: dan
Revision: 250206

upgpkg: django 1.8.6-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 23:23:41 UTC (rev 250205)
+++ PKGBUILD2015-11-08 03:38:41 UTC (rev 250206)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.8.5
+pkgver=1.8.6
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('02426a28fb356e52006e053503d66490')
-sha256sums=('2d174e4a3f54708d0d5b6ff1bf54ae71652e83bb06d7576b3b20d916b29c3653')
+md5sums=('12ba7b57a1f5268f6e8ba555628c0657')
+sha256sums=('359d56f55a033a92831eab1f7ec47db3f9ad8e07f28ead9035d961886d54459a')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 05:25:36
  Author: bisson
Revision: 146382

upstream update

Modified:
  subsurface-libdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-07 17:45:25 UTC (rev 146381)
+++ PKGBUILD2015-11-08 04:25:36 UTC (rev 146382)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface-libdc
 _pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
 pkgdesc='Library for communication with dive computers'
 url='http://git.subsurface-divelog.org/'
@@ -11,7 +11,7 @@
 license=('LGPL')
 arch=('i686' 'x86_64')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('604fd43901a60fa05cee6a1bf57a4320c43608bf')
+sha1sums=('d9a1e4480a2e2f558372d497b0ad588c758583eb')
 
 conflicts=('libdivecomputer')
 provides=('libdivecomputer')


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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 05:26:07
  Author: bisson
Revision: 146383

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

Added:
  subsurface-libdc/repos/community-testing-i686/
  subsurface-libdc/repos/community-testing-i686/PKGBUILD
(from rev 146382, subsurface-libdc/trunk/PKGBUILD)
  subsurface-libdc/repos/community-testing-x86_64/
  subsurface-libdc/repos/community-testing-x86_64/PKGBUILD
(from rev 146382, subsurface-libdc/trunk/PKGBUILD)

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

Copied: subsurface-libdc/repos/community-testing-i686/PKGBUILD (from rev 
146382, subsurface-libdc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-08 04:26:07 UTC (rev 146383)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('d9a1e4480a2e2f558372d497b0ad588c758583eb')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: subsurface-libdc/repos/community-testing-x86_64/PKGBUILD (from rev 
146382, subsurface-libdc/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-11-08 04:26:07 UTC (rev 146383)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('d9a1e4480a2e2f558372d497b0ad588c758583eb')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   autoreconf --install
+   ./configure \
+   --prefix=/usr \
+   --program-prefix=libdc- \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in lxdm/trunk (PKGBUILD git-fixes.patch)

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 07:50:21
  Author: bgyorgy
Revision: 146392

upgpkg: lxdm 0.5.2-1

Update to version 0.5.2

Modified:
  lxdm/trunk/PKGBUILD
Deleted:
  lxdm/trunk/git-fixes.patch

-+
 PKGBUILD|   11 -
 git-fixes.patch |  429 --
 2 files changed, 3 insertions(+), 437 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 06:49:01 UTC (rev 146391)
+++ PKGBUILD2015-11-08 06:50:21 UTC (rev 146392)
@@ -5,8 +5,8 @@
 # Contributor: kiefer 
 
 pkgname=lxdm
-pkgver=0.5.1
-pkgrel=4
+pkgver=0.5.2
+pkgrel=1
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="https://sourceforge.net/projects/lxdm/;
@@ -22,12 +22,10 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
-git-fixes.patch
 default-config.patch
 lxdm.pam
 Xsession)
-md5sums=('9e03ce5f6d303bc9b689732401934dc6'
- '1290d9f6e1863fc69407a07be89d9f7e'
+md5sums=('7806aeb11d4565c88dca2b05c9f7c44b'
  'f0ae6c072f151104c53a030fd7757821'
  'c941ef896248bc7c03901b513490425c'
  '6ff73570368501a06ee7badc8e415d0a')
@@ -35,9 +33,6 @@
 prepare(){
   cd "$srcdir/$pkgname-$pkgver"
 
-  # Apply fixes from git
-  patch -Np1 -i ../git-fixes.patch
-
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch
 

Deleted: git-fixes.patch
===
--- git-fixes.patch 2015-11-08 06:49:01 UTC (rev 146391)
+++ git-fixes.patch 2015-11-08 06:50:21 UTC (rev 146392)
@@ -1,429 +0,0 @@
-diff --git a/data/themes/Industrial/gtk.css b/data/themes/Industrial/gtk.css
-index 7621345..179f0d6 100644
 a/data/themes/Industrial/gtk.css
-+++ b/data/themes/Industrial/gtk.css
-@@ -1,6 +1,6 @@
- #lxdm {
-   background-image: url("wave.svg");
--  background-size: 100%;
-+  background-repeat: round;
- }
- 
- #bottom_pane {
-@@ -12,10 +12,12 @@
-   color: #ff;
- }
- 
--#user_list, #login_entry {
--  background-image: none;
-+#prompt {
-+  font: Sans 14;
-+  color: #00;
- }
- 
--#prompt, #bottom_pane GtkLabel {
--  color: #ff;
-+#bottom_pane GtkLabel {
-+  font: Sans 12;
-+  color: #9E9D9B;
- }
-diff --git a/src/lxdm.c b/src/lxdm.c
-index 507189d..43a98c7 100644
 a/src/lxdm.c
-+++ b/src/lxdm.c
-@@ -886,26 +886,57 @@ static void put_lock(void)
- g_free(lockfile);
- }
- 
-+static int get_run_level(void)
-+{
-+#if defined(HAVE_UTMPX_H) && defined(RUN_LVL)
-+  int res;
-+  struct utmpx *ut,tmp;
-+
-+  setutxent();
-+  tmp.ut_type=RUN_LVL;
-+  ut=getutxid();
-+  if(!ut)
-+  {
-+  endutxent();
-+  return '5';
-+  }
-+  res=ut->ut_pid & 0xff;
-+  endutxent();
-+  //g_message("runlevel %c\n",res);
-+  return res;
-+#else
-+  return '5';
-+#endif
-+}
-+
- static void on_xserver_stop(void *data,int pid, int status)
- {
-   LXSession *s=data;
-   LXSession *greeter;
--
--  g_message("xserver stop, restart. return status %x\n",status);
-+  int level;
- 
-   stop_pid(pid);
-   s->server = -1;
-   lxsession_stop(s);
-+  
-+  level=get_run_level();
-+  if(level=='6' || level=='0')
-+  {
-+  return;
-+  }
-+  
-+  g_message("xserver stop, restart. return status %x\n",status);
-+
-   greeter=lxsession_find_greeter();
-   if(s->greeter || !greeter)
-   {
-   s->greeter=TRUE;
-   xconn_close(s->dpy);
-   s->dpy=NULL;
--  lxdm_startx(s);
-   ui_drop();
-+  lxdm_startx(s);
-   ui_prepare();
--  lxsession_set_active(greeter);
-+  lxsession_set_active(s);
-   }
-   else
-   {
-@@ -914,7 +945,7 @@ static void on_xserver_stop(void *data,int pid, int status)
-   }
- }
- 
--void lxdm_startx(LXSession *s)
-+static void lxdm_startx(LXSession *s)
- {
-   char *arg;
-   char **args;
-@@ -997,27 +1028,32 @@ static void exit_cb(void)
-   g_key_file_free(config);
- }
- 
--static int get_run_level(void)
-+static gboolean delayed_restart_greeter(LXSession *s)
- {
--#if defined(HAVE_UTMPX_H) && defined(RUN_LVL)
--  int res=0;
--  struct utmpx *ut,tmp;
--
--  setutxent();
--  tmp.ut_type=RUN_LVL;
--  ut=getutxid();
--  if(!ut)
-+  int level;
-+  
-+  level=get_run_level();
-+  if(level=='0' || level=='6')
-   {
--  endutxent();
--  return 5;
-+  if(level=='0')
-+  
g_spawn_command_line_sync("/etc/lxdm/PreShutdown",0,0,0,0);
-+  else
-+  

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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 07:48:35
  Author: bisson
Revision: 146390

upstream update

Modified:
  subsurface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 05:57:13 UTC (rev 146389)
+++ PKGBUILD2015-11-08 06:48:35 UTC (rev 146390)
@@ -4,7 +4,7 @@
 
 pkgname=subsurface
 _pkgname=Subsurface
-pkgver=4.5.1
+pkgver=4.5.2
 pkgrel=1
 pkgdesc='Divelog program'
 url='http://subsurface-divelog.org/'
@@ -15,7 +15,7 @@
  'subsurface-libdc' 'subsurface-marble'
  'qt5-connectivity' 'grantlee-qt5')
 source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
-sha1sums=('a595c479d67fce28c4fbe19b4e85e93c8e11fc12')
+sha1sums=('6f06a34133465da14a9e37372ff200bec31746ca')
 
 install=install
 


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

2015-11-07 Thread Gaetan Bisson
Date: Sunday, November 8, 2015 @ 07:49:01
  Author: bisson
Revision: 146391

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

Added:
  subsurface/repos/community-testing-i686/
  subsurface/repos/community-testing-i686/PKGBUILD
(from rev 146390, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-testing-i686/install
(from rev 146390, subsurface/trunk/install)
  subsurface/repos/community-testing-x86_64/
  subsurface/repos/community-testing-x86_64/PKGBUILD
(from rev 146390, subsurface/trunk/PKGBUILD)
  subsurface/repos/community-testing-x86_64/install
(from rev 146390, subsurface/trunk/install)

---+
 community-testing-i686/PKGBUILD   |   41 
 community-testing-i686/install|   11 +
 community-testing-x86_64/PKGBUILD |   41 
 community-testing-x86_64/install  |   11 +
 4 files changed, 104 insertions(+)

Copied: subsurface/repos/community-testing-i686/PKGBUILD (from rev 146390, 
subsurface/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-11-08 06:49:01 UTC (rev 146391)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Francois Boulogne 
+# Maintainer: Gaetan Bisson 
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('6f06a34133465da14a9e37372ff200bec31746ca')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:
+
+pkgname=subsurface
+_pkgname=Subsurface
+pkgver=4.5.2
+pkgrel=1
+pkgdesc='Divelog program'
+url='http://subsurface-divelog.org/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'asciidoc')
+depends=('libzip' 'libxml2' 'libxslt' 'sqlite' 'libusb' 'libgit2'
+ 'subsurface-libdc' 'subsurface-marble'
+ 'qt5-connectivity' 'grantlee-qt5')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz;)
+sha1sums=('6f06a34133465da14a9e37372ff200bec31746ca')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   sed 's:

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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 07:50:49
  Author: bgyorgy
Revision: 146393

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 146392, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 146392, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 146392, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 146392, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 146392, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 146392, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 146392, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 146392, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 146392, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 146392, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/git-fixes.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /PKGBUILD |  120 
 /Xsession |  142 ++
 /default-config.patch |   42 +++
 /lxdm.install |   26 +
 /lxdm.pam |   14 +
 community-i686/PKGBUILD   |   65 
 community-i686/Xsession   |   71 -
 community-i686/default-config.patch   |   21 -
 community-i686/git-fixes.patch|  429 
 community-i686/lxdm.install   |   13 
 community-i686/lxdm.pam   |7 
 community-x86_64/PKGBUILD |   65 
 community-x86_64/Xsession |   71 -
 community-x86_64/default-config.patch |   21 -
 community-x86_64/git-fixes.patch  |  429 
 community-x86_64/lxdm.install |   13 
 community-x86_64/lxdm.pam |7 
 17 files changed, 344 insertions(+), 1212 deletions(-)

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


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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 07:58:45
  Author: bgyorgy
Revision: 146394

upgpkg: blueberry 1.1.0-1

Update to version 1.1.0

Modified:
  blueberry/trunk/PKGBUILD
Deleted:
  blueberry/trunk/detect-more-de.patch
  blueberry/trunk/fix-monitoring-settings.patch

---+
 PKGBUILD  |   24 +++-
 detect-more-de.patch  |   31 ---
 fix-monitoring-settings.patch |   30 --
 3 files changed, 3 insertions(+), 82 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 06:50:49 UTC (rev 146393)
+++ PKGBUILD2015-11-08 06:58:45 UTC (rev 146394)
@@ -3,7 +3,7 @@
 # Contributer: Sam Burgos 
 
 pkgname=blueberry
-pkgver=1.0.9
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
@@ -11,29 +11,11 @@
 license=('GPL')
 depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
 install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz
-fix-monitoring-settings.patch
-detect-more-de.patch)
-md5sums=('c5c84b09df2a8a4ffeff85d4eeb28fb7'
- '3824201f2b939bea0e522140c292d56e'
- '71977387ffb8bfa1415fa10353c821b6')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+md5sums=('312e8dc6e89da04bca73ba0d340956a2')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Fix monitoring settings
-  patch -Np1 -i ../fix-monitoring-settings.patch
-
-  # Detect more DEs via XDG_CURRENT_DESKTOP
-  patch -Np1 -i ../detect-more-de.patch
-
-  # Hide in GNOME, KDE and Unity
-  for i in etc/xdg/autostart/blueberry-tray.desktop 
usr/share/applications/blueberry.desktop
-do echo "NotShowIn=GNOME;KDE;Unity;" >> $i; done
-
-  # Make blueberry-tray executable
-  chmod +x usr/bin/blueberry-tray
-
   # Python2 fix
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
 }

Deleted: detect-more-de.patch
===
--- detect-more-de.patch2015-11-08 06:50:49 UTC (rev 146393)
+++ detect-more-de.patch2015-11-08 06:58:45 UTC (rev 146394)
@@ -1,31 +0,0 @@
-From 96923856d28fab95151956fb6966ba3487e302ac Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= 
-Date: Sat, 4 Jul 2015 11:39:12 +0200
-Subject: [PATCH] Detect more DEs via XDG_CURRENT_DESKTOP
-
-And add support for LXDE.

- usr/lib/blueberry/blueberry.py | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/usr/lib/blueberry/blueberry.py b/usr/lib/blueberry/blueberry.py
-index f469f3b..722581f 100755
 a/usr/lib/blueberry/blueberry.py
-+++ b/usr/lib/blueberry/blueberry.py
-@@ -30,12 +30,14 @@
- CONF_TOOLS["sound"] = "pavucontrol"
- else:
- CONF_TOOLS["sound"] = "xfce4-mixer"
--elif "Muffin" in wm_info:
-+elif "Muffin" in wm_info or xdg_current_desktop == "X-Cinnamon":
- CONF_TOOLS = {"sound": "cinnamon-settings sound", "keyboard": 
"cinnamon-settings keyboard", "mouse": "cinnamon-settings mouse"}
--elif "Mutter" in wm_info:
-+elif "Mutter" in wm_info or "GNOME" in xdg_current_desktop:
- CONF_TOOLS = {"sound": "gnome-control-center sound", "keyboard": 
"gnome-control-center keyboard", "mouse": "gnome-control-center mouse"}
- elif "Unity" in wm_info or xdg_current_desktop == "Unity":
- CONF_TOOLS = {"sound": "unity-control-center sound", "keyboard": 
"unity-control-center keyboard", "mouse": "unity-control-center mouse"}
-+elif xdg_current_desktop == "LXDE":
-+CONF_TOOLS = {"sound": "pavucontrol", "keyboard": "lxinput", "mouse": 
"lxinput"}
- else:
- print "Warning: DE could not be detected!"
- CONF_TOOLS = {}

Deleted: fix-monitoring-settings.patch
===
--- fix-monitoring-settings.patch   2015-11-08 06:50:49 UTC (rev 146393)
+++ fix-monitoring-settings.patch   2015-11-08 06:58:45 UTC (rev 146394)
@@ -1,30 +0,0 @@
-From 47437a088d4e7bc9406e0815384c519c9b92b4eb Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= 
-Date: Sat, 4 Jul 2015 13:36:25 +0200
-Subject: [PATCH] Fix monitoring settings
-
-We have to read settings once, otherwise changes are not detected. Simple 
reordering fix the problem.

- usr/lib/blueberry/blueberry-tray.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/usr/lib/blueberry/blueberry-tray.py 
b/usr/lib/blueberry/blueberry-tray.py
-index 29247ff..e7659e1 100755
 a/usr/lib/blueberry/blueberry-tray.py
-+++ b/usr/lib/blueberry/blueberry-tray.py
-@@ -18,14 +18,13 @@ def __init__(self):
- 
- self.rfkill = rfkillMagic.Interface(self.update_icon_callback, debug)
- self.settings = blueberrySettings.Settings()
-+self.settings.gsettings.connect("changed::tray-enabled", 

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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 07:58:50
  Author: bgyorgy
Revision: 146395

archrelease: copy trunk to community-any

Added:
  blueberry/repos/community-any/PKGBUILD
(from rev 146394, blueberry/trunk/PKGBUILD)
  blueberry/repos/community-any/blueberry.install
(from rev 146394, blueberry/trunk/blueberry.install)
Deleted:
  blueberry/repos/community-any/PKGBUILD
  blueberry/repos/community-any/blueberry.install
  blueberry/repos/community-any/detect-more-de.patch
  blueberry/repos/community-any/fix-monitoring-settings.patch

---+
 PKGBUILD  |   80 +++-
 blueberry.install |   24 ++--
 detect-more-de.patch  |   31 ---
 fix-monitoring-settings.patch |   30 ---
 4 files changed, 43 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-08 06:58:45 UTC (rev 146394)
+++ PKGBUILD2015-11-08 06:58:50 UTC (rev 146395)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributer: Sam Burgos 
-
-pkgname=blueberry
-pkgver=1.0.9
-pkgrel=1
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry;
-license=('GPL')
-depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz
-fix-monitoring-settings.patch
-detect-more-de.patch)
-md5sums=('c5c84b09df2a8a4ffeff85d4eeb28fb7'
- '3824201f2b939bea0e522140c292d56e'
- '71977387ffb8bfa1415fa10353c821b6')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix monitoring settings
-  patch -Np1 -i ../fix-monitoring-settings.patch
-
-  # Detect more DEs via XDG_CURRENT_DESKTOP
-  patch -Np1 -i ../detect-more-de.patch
-
-  # Hide in GNOME, KDE and Unity
-  for i in etc/xdg/autostart/blueberry-tray.desktop 
usr/share/applications/blueberry.desktop
-do echo "NotShowIn=GNOME;KDE;Unity;" >> $i; done
-
-  # Make blueberry-tray executable
-  chmod +x usr/bin/blueberry-tray
-
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  cp -r etc usr "$pkgdir"
-}

Copied: blueberry/repos/community-any/PKGBUILD (from rev 146394, 
blueberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-08 06:58:50 UTC (rev 146395)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributer: Sam Burgos 
+
+pkgname=blueberry
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry;
+license=('GPL')
+depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+md5sums=('312e8dc6e89da04bca73ba0d340956a2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  cp -r etc usr "$pkgdir"
+}

Deleted: blueberry.install
===
--- blueberry.install   2015-11-08 06:58:45 UTC (rev 146394)
+++ blueberry.install   2015-11-08 06:58:50 UTC (rev 146395)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: blueberry/repos/community-any/blueberry.install (from rev 146394, 
blueberry/trunk/blueberry.install)
===
--- blueberry.install   (rev 0)
+++ blueberry.install   2015-11-08 06:58:50 UTC (rev 146395)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: detect-more-de.patch
===
--- detect-more-de.patch2015-11-08 06:58:45 UTC (rev 146394)
+++ detect-more-de.patch2015-11-08 06:58:50 UTC (rev 146395)
@@ -1,31 +0,0 @@
-From 96923856d28fab95151956fb6966ba3487e302ac Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Gy=C3=B6rgy=20Ball=C3=B3?= 
-Date: Sat, 4 Jul 2015 11:39:12 +0200
-Subject: [PATCH] Detect more DEs via XDG_CURRENT_DESKTOP
-
-And add support for LXDE.

- usr/lib/blueberry/blueberry.py | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git 

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

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 08:36:37
  Author: bgyorgy
Revision: 146397

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

Added:
  lxdm/repos/community-i686/PKGBUILD
(from rev 146396, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-i686/Xsession
(from rev 146396, lxdm/trunk/Xsession)
  lxdm/repos/community-i686/default-config.patch
(from rev 146396, lxdm/trunk/default-config.patch)
  lxdm/repos/community-i686/lxdm.install
(from rev 146396, lxdm/trunk/lxdm.install)
  lxdm/repos/community-i686/lxdm.pam
(from rev 146396, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-i686/xauth.patch
(from rev 146396, lxdm/trunk/xauth.patch)
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 146396, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 146396, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 146396, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/lxdm.install
(from rev 146396, lxdm/trunk/lxdm.install)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 146396, lxdm/trunk/lxdm.pam)
  lxdm/repos/community-x86_64/xauth.patch
(from rev 146396, lxdm/trunk/xauth.patch)
Deleted:
  lxdm/repos/community-i686/PKGBUILD
  lxdm/repos/community-i686/Xsession
  lxdm/repos/community-i686/default-config.patch
  lxdm/repos/community-i686/lxdm.install
  lxdm/repos/community-i686/lxdm.pam
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

---+
 /PKGBUILD |  130 +
 /Xsession |  142 
 /default-config.patch |   42 +
 /lxdm.install |   26 +
 /lxdm.pam |   14 +++
 community-i686/PKGBUILD   |   60 -
 community-i686/Xsession   |   71 
 community-i686/default-config.patch   |   21 
 community-i686/lxdm.install   |   13 --
 community-i686/lxdm.pam   |7 -
 community-i686/xauth.patch|   82 ++
 community-x86_64/PKGBUILD |   60 -
 community-x86_64/Xsession |   71 
 community-x86_64/default-config.patch |   21 
 community-x86_64/lxdm.install |   13 --
 community-x86_64/lxdm.pam |7 -
 community-x86_64/xauth.patch  |   82 ++
 17 files changed, 518 insertions(+), 344 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-11-08 07:35:57 UTC (rev 146396)
+++ community-i686/PKGBUILD 2015-11-08 07:36:37 UTC (rev 146397)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: AndyRTR 
-# Contributor: kiefer 
-
-pkgname=lxdm
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url="https://sourceforge.net/projects/lxdm/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'xorg-server')
-makedepends=('intltool' 'iso-codes')
-optdepends=('gtk-engines: default GTK+ theme'
-'iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgname.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
-default-config.patch
-lxdm.pam
-Xsession)
-md5sums=('7806aeb11d4565c88dca2b05c9f7c44b'
- 'f0ae6c072f151104c53a030fd7757821'
- 'c941ef896248bc7c03901b513490425c'
- '6ff73570368501a06ee7badc8e415d0a')
-
-prepare(){
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Adjust Arch-specific settings
-  patch -Np1 -i ../default-config.patch
-
-  # Use our custom pam and Xsession files
-  cp ../lxdm.pam pam/lxdm
-  cp ../Xsession data/Xsession
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/lxdm \
-  --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
-
-  # Home directory
-  install -dm 755 "$pkgdir/var/lib/lxdm"
-  echo 'GDK_CORE_DEVICE_EVENTS=true' > "$pkgdir"/var/lib/lxdm/.pam_environment
-  chown -R 121:121 "$pkgdir/var/lib/lxdm"
-}

Copied: lxdm/repos/community-i686/PKGBUILD (from rev 146396, 
lxdm/trunk/PKGBUILD)

[arch-commits] Commit in lxdm/trunk (PKGBUILD xauth.patch)

2015-11-07 Thread Balló György
Date: Sunday, November 8, 2015 @ 08:35:57
  Author: bgyorgy
Revision: 146396

upgpkg: lxdm 0.5.2-2

Revert broken commit

Added:
  lxdm/trunk/xauth.patch
Modified:
  lxdm/trunk/PKGBUILD

-+
 PKGBUILD|7 
 xauth.patch |   82 ++
 2 files changed, 88 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-08 06:58:50 UTC (rev 146395)
+++ PKGBUILD2015-11-08 07:35:57 UTC (rev 146396)
@@ -6,7 +6,7 @@
 
 pkgname=lxdm
 pkgver=0.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 Display Manager'
 arch=('i686' 'x86_64')
 url="https://sourceforge.net/projects/lxdm/;
@@ -22,10 +22,12 @@
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
 source=(http://downloads.sourceforge.net/lxdm/$pkgname-$pkgver.tar.xz
+xauth.patch
 default-config.patch
 lxdm.pam
 Xsession)
 md5sums=('7806aeb11d4565c88dca2b05c9f7c44b'
+ 'e5e9957f34f40ed5b7f7a47c778e38cd'
  'f0ae6c072f151104c53a030fd7757821'
  'c941ef896248bc7c03901b513490425c'
  '6ff73570368501a06ee7badc8e415d0a')
@@ -33,6 +35,9 @@
 prepare(){
   cd "$srcdir/$pkgname-$pkgver"
 
+  # Revert broken commit
+  patch -RNp1 -i ../xauth.patch
+
   # Adjust Arch-specific settings
   patch -Np1 -i ../default-config.patch
 

Added: xauth.patch
===
--- xauth.patch (rev 0)
+++ xauth.patch 2015-11-08 07:35:57 UTC (rev 146396)
@@ -0,0 +1,82 @@
+From e8f387089e241360bdc6955d3e479450722dcea3 Mon Sep 17 00:00:00 2001
+From: dgod 
+Date: Wed, 7 Oct 2015 16:38:52 +0800
+Subject: [PATCH] pass xauth file to xserver command
+
+---
+ src/lxdm.c | 20 +---
+ 1 file changed, 17 insertions(+), 3 deletions(-)
+
+diff --git a/src/lxdm.c b/src/lxdm.c
+index 43a98c7..03bc477 100644
+--- a/src/lxdm.c
 b/src/lxdm.c
+@@ -304,7 +304,7 @@ static LXSession *lxsession_add(void)
+ 
+ static LXSession *lxsession_greeter(void)
+ {
+-  char temp[16];
++  char temp[128];
+   LXSession *s;
+   s=lxsession_find_greeter();
+   if(s)
+@@ -327,10 +327,17 @@ static LXSession *lxsession_greeter(void)
+   s->idle=FALSE;
+   sprintf(temp,":%d",s->display);
+   setenv("DISPLAY",temp,1);
++  #ifndef DISABLE_XAUTH
++  sprintf(temp,"/var/run/lxdm/lxdm-:%d.auth",s->display);
++  setenv("XAUTHORITY",temp,1);
++  #endif
+   g_message("prepare greeter on %s\n",temp);
+   ui_prepare();
+   lxsession_set_active(s);
+   g_message("start greeter on %s\n",temp);
++  #ifndef DISABLE_XAUTH
++  unsetenv("XAUTHORITY");
++  #endif
+   return s;
+ }
+ 
+@@ -468,7 +475,7 @@ static char *lxsession_xserver_command(LXSession *s)
+   }
+   }
+ 
+-  arg = g_renew(char *, arg, arc + 10);
++  arg = g_renew(char *, arg, arc + 15);
+   if(nr_tty)
+   {
+   arg[arc++] = g_strdup("-background");
+@@ -486,6 +493,10 @@ static char *lxsession_xserver_command(LXSession *s)
+   {
+   arg[arc++] = g_strdup("-novtswitch");
+   }
++#ifndef DISABLE_XAUTH
++  arg[arc++] = g_strdup("-auth");
++  arg[arc++] = g_strdup_printf("/var/run/lxdm/lxdm-:%d.auth",s->display);
++#endif
+   arg[arc] = NULL;
+   p=g_strjoinv(" ", arg);
+   g_strfreev(arg);
+@@ -694,7 +705,7 @@ static void create_server_auth(LXSession *s)
+ 
+   authfile = g_strdup_printf("/var/run/lxdm/lxdm-:%d.auth",s->display);
+ 
+-  //setenv("XAUTHORITY",authfile,1);
++  setenv("XAUTHORITY",authfile,1);
+   remove(authfile);
+   xauth_write_file(authfile,s->display,s->mcookie);
+   g_free(authfile);
+@@ -998,6 +1009,9 @@ static void lxdm_startx(LXSession *s)
+   g_message("%ld: start xserver in %d retry",time(NULL),i);
+   if(s->dpy==NULL)
+   exit(EXIT_FAILURE);
++  #ifndef DISABLE_XAUTH
++  unsetenv("XAUTHORITY");
++  #endif
+   
+   if(s->option && g_key_file_has_key(config,s->option,"numlock",NULL))
+   {
+-- 
+2.1.4
+