[arch-commits] Commit in ttf-hack (PKGBUILD ttf-hack.install)

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:38:01
  Author: lfleischer
Revision: 148090

ttf-hack: Remove leftover files

Deleted:
  ttf-hack/PKGBUILD
  ttf-hack/ttf-hack.install

--+
 PKGBUILD |   21 -
 ttf-hack.install |   16 
 2 files changed, 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 20:37:41 UTC (rev 148089)
+++ PKGBUILD2015-12-01 20:38:01 UTC (rev 148090)
@@ -1,21 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Markus Tacker 
-# Contributor: Peter Hoeg 
-
-_pkgver_major=2
-_pkgver_minor=018
-pkgname=ttf-hack
-pkgver=${_pkgver_major}.${_pkgver_minor}
-pkgrel=2
-pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
-arch=('any')
-license=('SIL Open Font License 1.1 and Bitstream Vera License')
-url="http://sourcefoundry.org/hack/;
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=$pkgname.install
-source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
-sha256sums=('7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c')
-
-package() {
-  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
-}

Deleted: ttf-hack.install
===
--- ttf-hack.install2015-12-01 20:37:41 UTC (rev 148089)
+++ ttf-hack.install2015-12-01 20:38:01 UTC (rev 148090)
@@ -1,16 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -s
-  mkfontscale /usr/share/fonts/TTF
-  mkfontdir /usr/share/fonts/TTF
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-


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

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:40:07
  Author: lfleischer
Revision: 148091

archrelease: copy trunk to community-any

Added:
  ttf-hack/repos/community-any/
  ttf-hack/repos/community-any/PKGBUILD
(from rev 148090, ttf-hack/trunk/PKGBUILD)
  ttf-hack/repos/community-any/ttf-hack.install
(from rev 148090, ttf-hack/trunk/ttf-hack.install)

--+
 PKGBUILD |   21 +
 ttf-hack.install |   16 
 2 files changed, 37 insertions(+)

Copied: ttf-hack/repos/community-any/PKGBUILD (from rev 148090, 
ttf-hack/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-12-01 20:40:07 UTC (rev 148091)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+_pkgver_major=2
+_pkgver_minor=018
+pkgname=ttf-hack
+pkgver=${_pkgver_major}.${_pkgver_minor}
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
+sha256sums=('7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Copied: ttf-hack/repos/community-any/ttf-hack.install (from rev 148090, 
ttf-hack/trunk/ttf-hack.install)
===
--- community-any/ttf-hack.install  (rev 0)
+++ community-any/ttf-hack.install  2015-12-01 20:40:07 UTC (rev 148091)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+


[arch-commits] Commit in (5 files)

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:11:30
  Author: lfleischer
Revision: 148086

Initial import of borg

Added:
  borg/
  borg/repos/
  borg/trunk/
  borg/trunk/PKGBUILD
  borg/trunk/borg.coveragerc

-+
 PKGBUILD|   44 
 borg.coveragerc |   18 ++
 2 files changed, 62 insertions(+)

Added: borg/trunk/PKGBUILD
===
--- borg/trunk/PKGBUILD (rev 0)
+++ borg/trunk/PKGBUILD 2015-12-01 20:11:30 UTC (rev 148086)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.28.2
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/borgbackup/borg/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('cf8ee95758242065556ca500e49c62ba48ae62895d7dcf44e49088a0c22af0eb'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg-deduplicatingarchiver.1" 
"$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Added: borg/trunk/borg.coveragerc
===
--- borg/trunk/borg.coveragerc  (rev 0)
+++ borg/trunk/borg.coveragerc  2015-12-01 20:11:30 UTC (rev 148086)
@@ -0,0 +1,18 @@
+[run]
+branch = True
+source = borg
+omit =
+borg/__init__.py
+borg/__main__.py
+borg/_version.py
+borg/support/*.py
+
+[report]
+exclude_lines =
+pragma: no cover
+def __repr__
+raise AssertionError
+raise NotImplementedError
+if 0:
+if __name__ == .__main__.:
+ignore_errors = True


[arch-commits] Commit in ttf-hack (repos trunk trunk/PKGBUILD trunk/ttf-hack.install)

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:37:41
  Author: lfleischer
Revision: 148089

ttf-hack: Fix directory structure

Added:
  ttf-hack/repos/
  ttf-hack/trunk/
  ttf-hack/trunk/PKGBUILD
  ttf-hack/trunk/ttf-hack.install

--+
 PKGBUILD |   21 +
 ttf-hack.install |   16 
 2 files changed, 37 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2015-12-01 20:37:41 UTC (rev 148089)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+_pkgver_major=2
+_pkgver_minor=018
+pkgname=ttf-hack
+pkgver=${_pkgver_major}.${_pkgver_minor}
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
+sha256sums=('7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Added: trunk/ttf-hack.install
===
--- trunk/ttf-hack.install  (rev 0)
+++ trunk/ttf-hack.install  2015-12-01 20:37:41 UTC (rev 148089)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+


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

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:27:05
  Author: lfleischer
Revision: 148087

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

Added:
  borg/repos/community-i686/
  borg/repos/community-i686/PKGBUILD
(from rev 148086, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 148086, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/
  borg/repos/community-x86_64/PKGBUILD
(from rev 148086, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 148086, borg/trunk/borg.coveragerc)

--+
 community-i686/PKGBUILD  |   44 +
 community-i686/borg.coveragerc   |   18 +++
 community-x86_64/PKGBUILD|   44 +
 community-x86_64/borg.coveragerc |   18 +++
 4 files changed, 124 insertions(+)

Copied: borg/repos/community-i686/PKGBUILD (from rev 148086, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 20:27:05 UTC (rev 148087)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.28.2
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/borgbackup/borg/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('cf8ee95758242065556ca500e49c62ba48ae62895d7dcf44e49088a0c22af0eb'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg-deduplicatingarchiver.1" 
"$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Copied: borg/repos/community-i686/borg.coveragerc (from rev 148086, 
borg/trunk/borg.coveragerc)
===
--- community-i686/borg.coveragerc  (rev 0)
+++ community-i686/borg.coveragerc  2015-12-01 20:27:05 UTC (rev 148087)
@@ -0,0 +1,18 @@
+[run]
+branch = True
+source = borg
+omit =
+borg/__init__.py
+borg/__main__.py
+borg/_version.py
+borg/support/*.py
+
+[report]
+exclude_lines =
+pragma: no cover
+def __repr__
+raise AssertionError
+raise NotImplementedError
+if 0:
+if __name__ == .__main__.:
+ignore_errors = True

Copied: borg/repos/community-x86_64/PKGBUILD (from rev 148086, 
borg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-01 20:27:05 UTC (rev 148087)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.28.2
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/borgbackup/borg/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('cf8ee95758242065556ca500e49c62ba48ae62895d7dcf44e49088a0c22af0eb'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd 

[arch-commits] Commit in (5 files)

2015-12-01 Thread Lukas Fleischer
Date: Tuesday, December 1, 2015 @ 21:36:41
  Author: lfleischer
Revision: 148088

Initial import of ttf-hack

Added:
  ttf-hack/
  ttf-hack/.SRCINFO
  ttf-hack/.gitignore
  ttf-hack/PKGBUILD
  ttf-hack/ttf-hack.install

--+
 .SRCINFO |   16 
 .gitignore   |5 +
 PKGBUILD |   21 +
 ttf-hack.install |   16 
 4 files changed, 58 insertions(+)

Added: ttf-hack/.SRCINFO
===
--- ttf-hack/.SRCINFO   (rev 0)
+++ ttf-hack/.SRCINFO   2015-12-01 20:36:41 UTC (rev 148088)
@@ -0,0 +1,16 @@
+pkgbase = ttf-hack
+   pkgdesc = Source Foundry Hack is is hand groomed and optically balanced 
typeface to be your go-to code face based on the Bitstream Vera Mono font.
+   pkgver = 2.018
+   pkgrel = 1
+   url = http://sourcefoundry.org/hack/
+   install = ttf-hack.install
+   arch = any
+   license = SIL Open Font License 1.1 and Bitstream Vera License
+   depends = fontconfig
+   depends = xorg-fonts-encodings
+   depends = xorg-font-utils
+   source = 
https://github.com/chrissimpkins/Hack/releases/download/v2.018/Hack-v2_018-ttf.zip
+   sha256sums = 
7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c
+
+pkgname = ttf-hack
+

Added: ttf-hack/.gitignore
===
--- ttf-hack/.gitignore (rev 0)
+++ ttf-hack/.gitignore 2015-12-01 20:36:41 UTC (rev 148088)
@@ -0,0 +1,5 @@
+*.xz
+*.ttf
+pkg/
+src/
+*.zip

Added: ttf-hack/PKGBUILD
===
--- ttf-hack/PKGBUILD   (rev 0)
+++ ttf-hack/PKGBUILD   2015-12-01 20:36:41 UTC (rev 148088)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+_pkgver_major=2
+_pkgver_minor=018
+pkgname=ttf-hack
+pkgver=${_pkgver_major}.${_pkgver_minor}
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/;
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip;)
+sha256sums=('7dbafae9b1f6c5b0763b227e51c5485cc4ef6d9b0fec4914622ddb9fe235334c')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Added: ttf-hack/ttf-hack.install
===
--- ttf-hack/ttf-hack.install   (rev 0)
+++ ttf-hack/ttf-hack.install   2015-12-01 20:36:41 UTC (rev 148088)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+


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

2015-12-01 Thread Anatol Pomozov
Date: Wednesday, December 2, 2015 @ 00:37:54
  Author: anatolik
Revision: 252106

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

Added:
  stellarium/repos/testing-i686/
  stellarium/repos/testing-i686/PKGBUILD
(from rev 252105, stellarium/trunk/PKGBUILD)
  stellarium/repos/testing-i686/libpng14.patch
(from rev 252105, stellarium/trunk/libpng14.patch)
  stellarium/repos/testing-i686/stellarium.install
(from rev 252105, stellarium/trunk/stellarium.install)
  stellarium/repos/testing-x86_64/
  stellarium/repos/testing-x86_64/PKGBUILD
(from rev 252105, stellarium/trunk/PKGBUILD)
  stellarium/repos/testing-x86_64/libpng14.patch
(from rev 252105, stellarium/trunk/libpng14.patch)
  stellarium/repos/testing-x86_64/stellarium.install
(from rev 252105, stellarium/trunk/stellarium.install)

---+
 testing-i686/PKGBUILD |   30 ++
 testing-i686/libpng14.patch   |   21 +
 testing-i686/stellarium.install   |   14 ++
 testing-x86_64/PKGBUILD   |   30 ++
 testing-x86_64/libpng14.patch |   21 +
 testing-x86_64/stellarium.install |   14 ++
 6 files changed, 130 insertions(+)

Copied: stellarium/repos/testing-i686/PKGBUILD (from rev 252105, 
stellarium/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-12-01 23:37:54 UTC (rev 252106)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/;
+license=('GPL2')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
+   'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
+install=stellarium.install
+makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha1sums=('54640494a57f7eae044e14f8d448772908d8d05d')
+   
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+ 
+  make DESTDIR="${pkgdir}" install
+}

Copied: stellarium/repos/testing-i686/libpng14.patch (from rev 252105, 
stellarium/trunk/libpng14.patch)
===
--- testing-i686/libpng14.patch (rev 0)
+++ testing-i686/libpng14.patch 2015-12-01 23:37:54 UTC (rev 252106)
@@ -0,0 +1,21 @@
+diff -Naur stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 
stellarium-0.10.2/src/core/StelTextureMgr.cpp
+--- stellarium-0.10.2-orig/src/core/StelTextureMgr.cpp 2010-01-21 
17:04:57.0 -0500
 stellarium-0.10.2/src/core/StelTextureMgr.cpp  2010-01-21 
17:06:55.0 -0500
+@@ -513,7 +513,7 @@
+   fread (magic, 1, sizeof (magic), fp);
+ 
+   /* check for valid magic number */
+-  if (!png_check_sig (magic, sizeof (magic)))
++  if (png_sig_cmp (magic, 0, sizeof (magic)))
+   {
+   qWarning() << "error: \"" << filename << "\" is not a valid PNG 
image!";
+   fclose (fp);
+@@ -576,7 +576,7 @@
+   /* convert 1-2-4 bits grayscale images to 8 bits
+  grayscale. */
+   if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8)
+-  png_set_gray_1_2_4_to_8 (png_ptr);
++  png_set_expand_gray_1_2_4_to_8 (png_ptr);
+ 
+   if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
+   png_set_tRNS_to_alpha (png_ptr);

Copied: stellarium/repos/testing-i686/stellarium.install (from rev 252105, 
stellarium/trunk/stellarium.install)
===
--- testing-i686/stellarium.install (rev 0)
+++ testing-i686/stellarium.install 2015-12-01 23:37:54 UTC (rev 252106)
@@ -0,0 +1,14 @@
+pkgname=stellarium
+
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: stellarium/repos/testing-x86_64/PKGBUILD (from rev 252105, 
stellarium/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-12-01 23:37:54 UTC (rev 252106)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=stellarium
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
+arch=("i686" "x86_64")
+url="http://stellarium.free.fr/;
+license=('GPL2')

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

2015-12-01 Thread Anatol Pomozov
Date: Wednesday, December 2, 2015 @ 00:36:58
  Author: anatolik
Revision: 252105

upgpkg: stellarium 0.14.1-1

Modified:
  stellarium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 19:22:12 UTC (rev 252104)
+++ PKGBUILD2015-12-01 23:36:58 UTC (rev 252105)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa 
 
 pkgname=stellarium
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="A stellarium with great graphics and a nice database of sky-objects"
 arch=("i686" "x86_64")
@@ -10,11 +10,11 @@
 url="http://stellarium.free.fr/;
 license=('GPL2')
 depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt5-quick1' 'openssl' 
-   'desktop-file-utils' 'xdg-utils' 'phonon')
+   'desktop-file-utils' 'xdg-utils' 'phonon' 'qt5-serialport')
 install=stellarium.install
 makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('abebfb5f7f52c9ee0c5bc2d745460fcb894bda73')
+sha1sums=('54640494a57f7eae044e14f8d448772908d8d05d')

 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-12-01 Thread Evangelos Foutras
Date: Wednesday, December 2, 2015 @ 02:02:13
  Author: foutrelis
Revision: 252108

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

Added:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 252107, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-i686/PKGBUILD
(from rev 252107, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 252107, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 252107, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 252107, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 252107, chromium/trunk/chromium.install)
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
(from rev 252107, 
chromium/trunk/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 252107, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
(from rev 252107, 
chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 252107, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 252107, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 252107, chromium/trunk/chromium.install)
Deleted:
  
chromium/repos/extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  
chromium/repos/extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
436 +
 /PKGBUILD |  
438 ++
 /chromium-widevine.patch  |   
24 
 /chromium.desktop |  
224 +
 /chromium.install |   
54 +
 extra-i686/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch   |  
218 
 extra-i686/PKGBUILD   |  
211 
 extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch   |   
17 
 extra-i686/chromium-widevine.patch|   
12 
 extra-i686/chromium.desktop   |  
112 --
 extra-i686/chromium.install   |   
27 
 extra-x86_64/0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch |  
218 
 extra-x86_64/PKGBUILD |  
211 
 extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch |   
17 
 extra-x86_64/chromium-widevine.patch  |   
12 
 extra-x86_64/chromium.desktop |  
112 --
 extra-x86_64/chromium.install |   
27 
 17 files changed, 1210 insertions(+), 1160 deletions(-)

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


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

2015-12-01 Thread Evangelos Foutras
Date: Wednesday, December 2, 2015 @ 02:01:53
  Author: foutrelis
Revision: 252107

upgpkg: chromium 47.0.2526.73-1

- New upstream release.
- Apply patch that fixes print preview with the en_GB locale.
- Replace kdeutils-kwalletmanager optdep with kwallet (FS#47139).

Added:
  chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch
Modified:
  chromium/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 chromium-fix-print-preview-on-en_GB-locale.patch |   17 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 23:37:54 UTC (rev 252106)
+++ PKGBUILD2015-12-02 01:01:53 UTC (rev 252107)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=46.0.2490.86
+pkgver=47.0.2526.73
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -21,17 +21,19 @@
 makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
 optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
 'gnome-keyring: for storing passwords in GNOME keyring'
-'kdeutils-kwalletmanager: for storing passwords in KWallet')
+'kwallet: for storing passwords in KWallet')
 options=('!strip')
 install=chromium.install
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
+chromium-fix-print-preview-on-en_GB-locale.patch
 0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
 chromium-widevine.patch)
-sha256sums=('ee18d28ac80ff958e8a6c770bfc0d7d770b55452ed91a87f731e1b432a7d1d92'
+sha256sums=('6d66d01c8ddff6562ff13d30ed65ef0cdc2888d9e4924be615d576b7eb15f4f5'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
+'6fff45aafa31fb35a032b4e2175a341e08f9d2a9b37c5cf080c318180f558378'
 'd114def156d60d5f4c9e42f2955ba19bdebe38037a330ef947af24ace25db39d'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
 
@@ -58,6 +60,12 @@
   # 
https://groups.google.com/a/chromium.org/d/topic/chromium-packagers/9JX1N2nf4PU/discussion
   touch chrome/test/data/webui/i18n_process_css_test.html
 
+  # https://code.google.com/p/chromium/issues/detail?id=541273
+  sed -i "/'target_name': 'libvpx'/s/libvpx/&_new/" 
build/linux/unbundle/libvpx.gyp
+
+  # https://code.google.com/p/chromium/issues/detail?id=480415
+  patch -Np1 -i ../chromium-fix-print-preview-on-en_GB-locale.patch
+
   # https://code.google.com/p/chromium/issues/detail?id=505226
   patch -d third_party/pdfium -Np1 
<../0001-Add-FPDFAPIJPEG_-prefix-to-more-libjpeg-functions.patch
 

Added: chromium-fix-print-preview-on-en_GB-locale.patch
===
--- chromium-fix-print-preview-on-en_GB-locale.patch
(rev 0)
+++ chromium-fix-print-preview-on-en_GB-locale.patch2015-12-02 01:01:53 UTC 
(rev 252107)
@@ -0,0 +1,17 @@
+Index: chrome/browser/ui/webui/print_preview/print_preview_handler.cc
+diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc 
b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
+index 
6cfd861387c9f8b145fb33472b10025537986213..c936a9c1dadb13c00418e8ae79a8a1987c1d36cd
 100644
+--- a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
 b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
+@@ -1222,7 +1222,10 @@ void 
PrintPreviewHandler::GetNumberFormatAndMeasurementSystem(
+   UErrorCode errorCode = U_ZERO_ERROR;
+   const char* locale = g_browser_process->GetApplicationLocale().c_str();
+   UMeasurementSystem system = ulocdata_getMeasurementSystem(locale, 
);
+-  if (errorCode > U_ZERO_ERROR || system == UMS_LIMIT)
++  // On error, assume the units are SI.
++  // Since the only measurement units print preview's WebUI cares about are
++  // those for measuring distance, assume anything non-US is SI.
++  if (errorCode > U_ZERO_ERROR || system != UMS_US)
+ system = UMS_SI;
+ 
+   // Getting the number formatting based on the locale and writing to


[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 03:23:19
  Author: fyan
Revision: 252113

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 252112, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-02 02:23:00 UTC (rev 252112)
+++ PKGBUILD2015-12-02 02:23:19 UTC (rev 252113)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.51
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-makedepends=('perl-module-build>0.4205')
-checkdepends=('perl-test-inter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('da85d48de8de695d67d0107a477fd501')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Date-Manip-${pkgver}
-  perl Build test
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  perl Build destdir="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 252112, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-02 02:23:19 UTC (rev 252113)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.52
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
+md5sums=('cd901896b1fae6e389dce7facfe715f6')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  make test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 03:23:00
  Author: fyan
Revision: 252112

upgpkg: perl-date-manip 6.52-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 02:07:18 UTC (rev 252111)
+++ PKGBUILD2015-12-02 02:23:00 UTC (rev 252112)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.51
+pkgver=6.52
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -9,24 +9,23 @@
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/Date-Manip/;
 depends=('perl')
-makedepends=('perl-module-build>0.4205')
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('da85d48de8de695d67d0107a477fd501')
+md5sums=('cd901896b1fae6e389dce7facfe715f6')
 
 build() {
   cd Date-Manip-${pkgver}
-  perl Build.PL installdirs=vendor
-  perl Build
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
 }
 
 check() {
   cd Date-Manip-${pkgver}
-  perl Build test
+  make test
 }
 
 package() {
   cd Date-Manip-${pkgver}
-  perl Build destdir="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install
 }


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 03:07:18
  Author: fyan
Revision: 252111

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 252110, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-02 02:07:00 UTC (rev 252110)
+++ PKGBUILD2015-12-02 02:07:18 UTC (rev 252111)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.7
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050')
-
-prepare() {
-  # We ship separated python{,2}-packaging packages.
-  rm -r setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 252110, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-02 02:07:18 UTC (rev 252111)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=18.7.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+sha512sums=('b72b7f50c7bf794449cdb2253977689a02046d9d076a57e3788d963a2b433c3c21a3c3f14db3ca6254bf851a11cce1066d94147718e62b8cc7baf416d12f')
+
+prepare() {
+  # We ship separated python{,2}-packaging packages.
+  rm -r setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  

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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 03:07:00
  Author: fyan
Revision: 252110

upgpkg: python-setuptools 1:18.7.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 01:19:50 UTC (rev 252109)
+++ PKGBUILD2015-12-02 02:07:00 UTC (rev 252110)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=18.7
+pkgver=18.7.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -14,7 +14,7 @@
 makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-sha512sums=('7e00cd0148aee0435e571347db1d2dae9fa194fe3bdd5d1fc561bb353ce4272869355a5e8f9a1ed99136df43f9d7848d57d2cd46c920040673bfdc05e189d050')
+sha512sums=('b72b7f50c7bf794449cdb2253977689a02046d9d076a57e3788d963a2b433c3c21a3c3f14db3ca6254bf851a11cce1066d94147718e62b8cc7baf416d12f')
 
 prepare() {
   # We ship separated python{,2}-packaging packages.


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 17:46:55
  Author: andyrtr
Revision: 252098

upgpkg: libburn 1.4.2-1

upstream update 1.4.2

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 16:43:57 UTC (rev 252097)
+++ PKGBUILD2015-12-01 16:46:55 UTC (rev 252098)
@@ -3,7 +3,7 @@
 # Contributor: William Rea 
 
 pkgname=libburn
-pkgver=1.4.0 #.pl01
+pkgver=1.4.2 #.pl01
 pkgrel=1
 pkgdesc="Library for reading, mastering and writing optical discs"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
 options=('!emptydirs')
-md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
+md5sums=('cb1cc7c096bd9a2e059fe1fec994c5b4'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 18:40:55
  Author: andyrtr
Revision: 252103

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

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

-+
 /PKGBUILD   |   62 ++
 /libisoburn.install |   40 
 extra-i686/PKGBUILD |   31 ---
 extra-i686/libisoburn.install   |   20 
 extra-x86_64/PKGBUILD   |   31 ---
 extra-x86_64/libisoburn.install |   20 
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-01 17:40:45 UTC (rev 252102)
+++ extra-i686/PKGBUILD 2015-12-01 17:40:55 UTC (rev 252103)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Gour 
-
-pkgname=libisoburn
-pkgver=1.4.0 #.pl01
-pkgrel=1
-pkgdesc="frontend for libraries libburn and libisofs"
-url="http://libburnia-project.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('libburn>=1.4.0' 'libisofs>=1.4.0' 'readline')
-optdepends=('tk:  for xorriso-tcltk frontend'
-'bwidget: for xorriso-tcltk frontend')
-provides=('xorriso' 'xorriso-tcltk')
-install=${pkgname}.install
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('77bc6bcbe023ccd0fb210e341606dfbf'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}

Copied: libisoburn/repos/extra-i686/PKGBUILD (from rev 252102, 
libisoburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-01 17:40:55 UTC (rev 252103)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Gour 
+
+pkgname=libisoburn
+pkgver=1.4.2 #.pl01
+pkgrel=1
+pkgdesc="frontend for libraries libburn and libisofs"
+url="http://libburnia-project.org;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libburn>=1.4.2' 'libisofs>=1.4.2' 'readline')
+optdepends=('tk:  for xorriso-tcltk frontend'
+'bwidget: for xorriso-tcltk frontend')
+provides=('xorriso' 'xorriso-tcltk')
+install=${pkgname}.install
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('6cfed3152b3273b3717e2ef06cf9b25d'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libisoburn.install
===
--- extra-i686/libisoburn.install   2015-12-01 17:40:45 UTC (rev 252102)
+++ extra-i686/libisoburn.install   2015-12-01 17:40:55 UTC (rev 252103)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(xorriso.info xorrisofs.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: libisoburn/repos/extra-i686/libisoburn.install (from rev 252102, 
libisoburn/trunk/libisoburn.install)
===
--- extra-i686/libisoburn.install   (rev 0)
+++ extra-i686/libisoburn.install   2015-12-01 17:40:55 UTC (rev 252103)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(xorriso.info xorrisofs.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; 

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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 18:40:45
  Author: andyrtr
Revision: 252102

upgpkg: libisoburn 1.4.2-1

upstream update 1.4.2

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 17:39:17 UTC (rev 252101)
+++ PKGBUILD2015-12-01 17:40:45 UTC (rev 252102)
@@ -3,19 +3,19 @@
 # Contributor: Gour 
 
 pkgname=libisoburn
-pkgver=1.4.0 #.pl01
+pkgver=1.4.2 #.pl01
 pkgrel=1
 pkgdesc="frontend for libraries libburn and libisofs"
 url="http://libburnia-project.org;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn>=1.4.0' 'libisofs>=1.4.0' 'readline')
+depends=('libburn>=1.4.2' 'libisofs>=1.4.2' 'readline')
 optdepends=('tk:  for xorriso-tcltk frontend'
 'bwidget: for xorriso-tcltk frontend')
 provides=('xorriso' 'xorriso-tcltk')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('77bc6bcbe023ccd0fb210e341606dfbf'
+md5sums=('6cfed3152b3273b3717e2ef06cf9b25d'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 17:43:32
  Author: andyrtr
Revision: 252096

upgpkg: cups 2.1.1-1

upstream update 2.1.1

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 13:44:49 UTC (rev 252095)
+++ PKGBUILD2015-12-01 16:43:32 UTC (rev 252096)
@@ -3,7 +3,7 @@
 
 pkgbase="cups"
 pkgname=('libcups' 'cups')
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 cups-1.6.0-fix-install-perms.patch
 # bugfixes
 )
-md5sums=('c4e57a66298bfdba66bb3d5bedd317a4'
+md5sums=('9a231a4409140b167946f8147d638ffb'
  'SKIP'
  'fc8286f185e2cc5f7e1f6843bf193e2b'
  '96f82c38f3f540b53f3e5144900acf17'


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 18:39:17
  Author: andyrtr
Revision: 252101

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-01 17:39:03 UTC (rev 252100)
+++ extra-i686/PKGBUILD 2015-12-01 17:39:17 UTC (rev 252101)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-i686/PKGBUILD (from rev 252100, 
libisofs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-01 17:39:17 UTC (rev 252101)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c01099ebe557eea28fe2b0c061076129'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl --enable-xattr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-01 17:39:03 UTC (rev 252100)
+++ extra-x86_64/PKGBUILD   2015-12-01 17:39:17 UTC (rev 252101)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-# Contributor: Hugo Doria 
-# Contributor: Bjorn Martensen
-
-pkgname=libisofs
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('acl' 'zlib')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-   --enable-libacl --enable-xattr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libisofs/repos/extra-x86_64/PKGBUILD (from rev 252100, 
libisofs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-01 17:39:17 UTC (rev 252101)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Hugo Doria 
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org;
+license=('GPL')
+depends=('acl' 'zlib')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('c01099ebe557eea28fe2b0c061076129'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-libacl 

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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 18:39:03
  Author: andyrtr
Revision: 252100

upgpkg: libisofs 1.4.2-1

upstream update 1.4.2

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 16:47:06 UTC (rev 252099)
+++ PKGBUILD2015-12-01 17:39:03 UTC (rev 252100)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.4.0
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 
disk image"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('394f9025d40b5f9b1b884a72bfaf5bed'
+md5sums=('c01099ebe557eea28fe2b0c061076129'
  'SKIP')
 validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

 


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 17:43:57
  Author: andyrtr
Revision: 252097

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

Added:
  cups/repos/extra-i686/PKGBUILD
(from rev 252096, cups/trunk/PKGBUILD)
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
(from rev 252096, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
(from rev 252096, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
(from rev 252096, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-i686/cups-no-gcrypt.patch
(from rev 252096, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-i686/cups-no-gzip-man.patch
(from rev 252096, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-i686/cups.install
(from rev 252096, cups/trunk/cups.install)
  cups/repos/extra-i686/cups.logrotate
(from rev 252096, cups/trunk/cups.logrotate)
  cups/repos/extra-i686/cups.pam
(from rev 252096, cups/trunk/cups.pam)
  cups/repos/extra-x86_64/PKGBUILD
(from rev 252096, cups/trunk/PKGBUILD)
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
(from rev 252096, cups/trunk/cups-1.6.0-fix-install-perms.patch)
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
(from rev 252096, cups/trunk/cups-1.6.2-statedir.patch)
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
(from rev 252096, cups/trunk/cups-no-export-ssllibs.patch)
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
(from rev 252096, cups/trunk/cups-no-gcrypt.patch)
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
(from rev 252096, cups/trunk/cups-no-gzip-man.patch)
  cups/repos/extra-x86_64/cups.install
(from rev 252096, cups/trunk/cups.install)
  cups/repos/extra-x86_64/cups.logrotate
(from rev 252096, cups/trunk/cups.logrotate)
  cups/repos/extra-x86_64/cups.pam
(from rev 252096, cups/trunk/cups.pam)
Deleted:
  cups/repos/extra-i686/PKGBUILD
  cups/repos/extra-i686/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-i686/cups-1.6.2-statedir.patch
  cups/repos/extra-i686/cups-no-export-ssllibs.patch
  cups/repos/extra-i686/cups-no-gcrypt.patch
  cups/repos/extra-i686/cups-no-gzip-man.patch
  cups/repos/extra-i686/cups.install
  cups/repos/extra-i686/cups.logrotate
  cups/repos/extra-i686/cups.pam
  cups/repos/extra-x86_64/PKGBUILD
  cups/repos/extra-x86_64/cups-1.6.0-fix-install-perms.patch
  cups/repos/extra-x86_64/cups-1.6.2-statedir.patch
  cups/repos/extra-x86_64/cups-no-export-ssllibs.patch
  cups/repos/extra-x86_64/cups-no-gcrypt.patch
  cups/repos/extra-x86_64/cups-no-gzip-man.patch
  cups/repos/extra-x86_64/cups.install
  cups/repos/extra-x86_64/cups.logrotate
  cups/repos/extra-x86_64/cups.pam

-+
 /PKGBUILD   |  338 ++
 /cups-1.6.0-fix-install-perms.patch |   50 +++
 /cups-1.6.2-statedir.patch  |   24 +
 /cups-no-export-ssllibs.patch   |   24 +
 /cups-no-gcrypt.patch   |   22 +
 /cups-no-gzip-man.patch |   36 ++
 /cups.install   |   56 +++
 /cups.logrotate |   10 
 /cups.pam   |6 
 extra-i686/PKGBUILD |  169 ---
 extra-i686/cups-1.6.0-fix-install-perms.patch   |   25 -
 extra-i686/cups-1.6.2-statedir.patch|   12 
 extra-i686/cups-no-export-ssllibs.patch |   12 
 extra-i686/cups-no-gcrypt.patch |   11 
 extra-i686/cups-no-gzip-man.patch   |   18 -
 extra-i686/cups.install |   28 -
 extra-i686/cups.logrotate   |5 
 extra-i686/cups.pam |3 
 extra-x86_64/PKGBUILD   |  169 ---
 extra-x86_64/cups-1.6.0-fix-install-perms.patch |   25 -
 extra-x86_64/cups-1.6.2-statedir.patch  |   12 
 extra-x86_64/cups-no-export-ssllibs.patch   |   12 
 extra-x86_64/cups-no-gcrypt.patch   |   11 
 extra-x86_64/cups-no-gzip-man.patch |   18 -
 extra-x86_64/cups.install   |   28 -
 extra-x86_64/cups.logrotate |5 
 extra-x86_64/cups.pam   |3 
 27 files changed, 566 insertions(+), 566 deletions(-)

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


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

2015-12-01 Thread Andreas Radke
Date: Tuesday, December 1, 2015 @ 17:47:06
  Author: andyrtr
Revision: 252099

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-01 16:46:55 UTC (rev 252098)
+++ extra-i686/PKGBUILD 2015-12-01 16:47:06 UTC (rev 252099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.4.0 #.pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-i686/PKGBUILD (from rev 252098, 
libburn/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-01 16:47:06 UTC (rev 252099)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.4.2 #.pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('cb1cc7c096bd9a2e059fe1fec994c5b4'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-12-01 16:46:55 UTC (rev 252098)
+++ extra-x86_64/PKGBUILD   2015-12-01 16:47:06 UTC (rev 252099)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: William Rea 
-
-pkgname=libburn
-pkgver=1.4.0 #.pl01
-pkgrel=1
-pkgdesc="Library for reading, mastering and writing optical discs"
-arch=('i686' 'x86_64')
-url="http://libburnia-project.org;
-license=('GPL')
-depends=('glibc')
-source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-options=('!emptydirs')
-md5sums=('82ff94bb04e78eac9b12c7546f005d6f'
- 'SKIP')
-validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

-
-build() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver/.pl01/}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: libburn/repos/extra-x86_64/PKGBUILD (from rev 252098, 
libburn/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-12-01 16:47:06 UTC (rev 252099)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: William Rea 
+
+pkgname=libburn
+pkgver=1.4.2 #.pl01
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="http://libburnia-project.org;
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
+options=('!emptydirs')
+md5sums=('cb1cc7c096bd9a2e059fe1fec994c5b4'
+ 'SKIP')
+validpgpkeys=('44BC9FD0D688EB007C4DD029E9CBDFC0ABC0A854') # Thomas Schmitt 

+
+build() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver/.pl01/}
+  make DESTDIR=${pkgdir} install
+}
+


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

2015-12-01 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 19:00:20
  Author: jlichtblau
Revision: 148081

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

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

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 17:59:27 UTC (rev 148080)
+++ community-i686/PKGBUILD 2015-12-01 18:00:20 UTC (rev 148081)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.5
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 148080, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 18:00:20 UTC (rev 148081)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.6
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2015-12-01 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 18:59:27
  Author: jlichtblau
Revision: 148080

upgpkg: syncthing 0.12.6-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 15:59:34 UTC (rev 148079)
+++ PKGBUILD2015-12-01 17:59:27 UTC (rev 148080)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.5
+pkgver=0.12.6
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2015-12-01 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 19:26:16
  Author: jlichtblau
Revision: 148082

upgpkg: gammu 1.36.7-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 18:00:20 UTC (rev 148081)
+++ PKGBUILD2015-12-01 18:26:16 UTC (rev 148082)
@@ -5,7 +5,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.36.6
+pkgver=1.36.7
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
 optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('9047f0598602144a99153f5e61104529')
+sha256sums=('61a9371a1c34f6aa9549bb1749d4a9a9c781d5d05f7ea1c7bf5e62e368db33a7')
 
 build() {
   cd "$pkgname-$pkgver"


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

2015-12-01 Thread Jaroslav Lichtblau
Date: Tuesday, December 1, 2015 @ 19:26:35
  Author: jlichtblau
Revision: 148083

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 18:26:16 UTC (rev 148082)
+++ community-i686/PKGBUILD 2015-12-01 18:26:35 UTC (rev 148083)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.6
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('9047f0598602144a99153f5e61104529')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 148082, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 18:26:35 UTC (rev 148083)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.36.7
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/;
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('61a9371a1c34f6aa9549bb1749d4a9a9c781d5d05f7ea1c7bf5e62e368db33a7')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-01 18:26:16 UTC (rev 148082)
+++ community-x86_64/PKGBUILD   2015-12-01 18:26:35 UTC (rev 148083)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.6
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/;
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('9047f0598602144a99153f5e61104529')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from 

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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 07:31:20
  Author: fyan
Revision: 148108

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

Added:
  baka-mplayer/repos/community-i686/PKGBUILD
(from rev 148107, baka-mplayer/trunk/PKGBUILD)
  baka-mplayer/repos/community-x86_64/PKGBUILD
(from rev 148107, baka-mplayer/trunk/PKGBUILD)
Deleted:
  baka-mplayer/repos/community-i686/PKGBUILD
  baka-mplayer/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-02 06:30:50 UTC (rev 148107)
+++ community-i686/PKGBUILD 2015-12-02 06:31:20 UTC (rev 148108)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: u8sand 
-# Contributor: Alfredo Ramos 
-
-pkgname=baka-mplayer
-pkgver=2.0.3
-pkgrel=2
-pkgdesc='A free and open source, cross-platform, libmpv based multimedia 
player. Qt5 build.'
-arch=('i686' 'x86_64')
-url='http://bakamplayer.u8sand.net/'
-license=('GPL')
-depends=('mpv' 'qt5-declarative' 'qt5-svg' 'qt5-x11extras')
-optdepends=('qt5-translations: for Qt5 dialog translations'
-'youtube-dl: for remote video streaming')
-makedepends=('git' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz;)
-sha512sums=('af2e79a318c8a119ef20c8721e42fa3a6c4900b5baf50613ba9de7c64cdaabbb08f0a31fc589460b544a8b67d662088cac2cdf3cc808ae128948a84882df13ab')
-
-prepare() {
-   # Make build directory
-   mkdir ${srcdir}/build
-}
-
-build() {  
-   # Building package
-   cd ${srcdir}/build
-   qmake-qt5 ../Baka-MPlayer-${pkgver}/src \
-   CONFIG+=release \
-   CONFIG+=install_translations \
-   -spec linux-g++
-   make -j$(nproc)
-}
-
-package() {
-   # Installing package
-   cd ${srcdir}/build
-   make INSTALL_ROOT=${pkgdir} install
-}

Copied: baka-mplayer/repos/community-i686/PKGBUILD (from rev 148107, 
baka-mplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-02 06:31:20 UTC (rev 148108)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: u8sand 
+# Contributor: Alfredo Ramos 
+
+pkgname=baka-mplayer
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='A free and open source, cross-platform, libmpv based multimedia 
player. Qt5 build.'
+arch=('i686' 'x86_64')
+url='http://bakamplayer.u8sand.net/'
+license=('GPL')
+depends=('mpv' 'qt5-declarative' 'qt5-svg' 'qt5-x11extras')
+optdepends=('qt5-translations: for Qt5 dialog translations'
+'youtube-dl: for remote video streaming')
+makedepends=('git' 'qt5-tools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz;)
+sha512sums=('7898d65e87540bcb528d429dc70daefc7d4c0711b2983326cf6fa3a14e566c2742334378befdb710b8cc59452f960bc17b290058ba9e6878e830de6dbafce55a')
+
+prepare() {
+   # Make build directory
+   mkdir ${srcdir}/build
+}
+
+build() {  
+   # Building package
+   cd ${srcdir}/build
+   qmake-qt5 ../Baka-MPlayer-${pkgver}/src \
+   CONFIG+=release \
+   CONFIG+=install_translations \
+   -spec linux-g++
+   make -j$(nproc)
+}
+
+package() {
+   # Installing package
+   cd ${srcdir}/build
+   make INSTALL_ROOT=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-02 06:30:50 UTC (rev 148107)
+++ community-x86_64/PKGBUILD   2015-12-02 06:31:20 UTC (rev 148108)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: u8sand 
-# Contributor: Alfredo Ramos 
-
-pkgname=baka-mplayer
-pkgver=2.0.3
-pkgrel=2
-pkgdesc='A free and open source, cross-platform, libmpv based multimedia 
player. Qt5 build.'
-arch=('i686' 'x86_64')
-url='http://bakamplayer.u8sand.net/'
-license=('GPL')
-depends=('mpv' 'qt5-declarative' 'qt5-svg' 'qt5-x11extras')
-optdepends=('qt5-translations: for Qt5 dialog translations'
-'youtube-dl: for remote video streaming')
-makedepends=('git' 'qt5-tools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz;)
-sha512sums=('af2e79a318c8a119ef20c8721e42fa3a6c4900b5baf50613ba9de7c64cdaabbb08f0a31fc589460b544a8b67d662088cac2cdf3cc808ae128948a84882df13ab')
-
-prepare() {
-   # Make build directory
-   mkdir 

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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 07:30:50
  Author: fyan
Revision: 148107

upgpkg: baka-mplayer 2.0.4-1

Modified:
  baka-mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 05:40:27 UTC (rev 148106)
+++ PKGBUILD2015-12-02 06:30:50 UTC (rev 148107)
@@ -4,8 +4,8 @@
 # Contributor: Alfredo Ramos 
 
 pkgname=baka-mplayer
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
 pkgdesc='A free and open source, cross-platform, libmpv based multimedia 
player. Qt5 build.'
 arch=('i686' 'x86_64')
 url='http://bakamplayer.u8sand.net/'
@@ -15,7 +15,7 @@
 'youtube-dl: for remote video streaming')
 makedepends=('git' 'qt5-tools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/u8sand/Baka-MPlayer/archive/v${pkgver}.tar.gz;)
-sha512sums=('af2e79a318c8a119ef20c8721e42fa3a6c4900b5baf50613ba9de7c64cdaabbb08f0a31fc589460b544a8b67d662088cac2cdf3cc808ae128948a84882df13ab')
+sha512sums=('7898d65e87540bcb528d429dc70daefc7d4c0711b2983326cf6fa3a14e566c2742334378befdb710b8cc59452f960bc17b290058ba9e6878e830de6dbafce55a')
 
 prepare() {
# Make build directory


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:36:52
  Author: fyan
Revision: 148096

upgpkg: letshelp-letsencrypt 0.0.0.dev20151201-1

Modified:
  letshelp-letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 05:35:55 UTC (rev 148095)
+++ PKGBUILD2015-12-02 05:36:52 UTC (rev 148096)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letshelp-letsencrypt
-pkgver=0.0.0.dev20151123
+pkgver=0.0.0.dev20151201
 pkgrel=1
 pkgdesc="Let's help Let's Encrypt client"
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
-md5sums=('17f3060288b01d3f3514a603353304be'
+md5sums=('d3552cffd00fda573ff9cf42b36bc01b'
  'SKIP')
 
 build() {


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:37:08
  Author: fyan
Revision: 148097

archrelease: copy trunk to community-staging-any

Added:
  letshelp-letsencrypt/repos/community-staging-any/
  letshelp-letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 148096, letshelp-letsencrypt/trunk/PKGBUILD)

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

Copied: letshelp-letsencrypt/repos/community-staging-any/PKGBUILD (from rev 
148096, letshelp-letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-02 05:37:08 UTC (rev 148097)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letshelp-letsencrypt
+pkgver=0.0.0.dev20151201
+pkgrel=1
+pkgdesc="Let's help Let's Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=('python2-setuptools' 'python2-mock')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
+md5sums=('d3552cffd00fda573ff9cf42b36bc01b'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:33:35
  Author: fyan
Revision: 148093

archrelease: copy trunk to community-staging-any

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

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 148092, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-02 05:33:35 UTC (rev 148093)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.0.0.dev20151201
+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=('c4f0198d4e2b499533809c27afa040fe1fad0728c68eeb1f7338b657854e96269fa1eb297c9de2cdcf4f1bcab12a4af41d9761ac0f85847f2e95f1b15c5d045a')
+
+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}
+}


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:33:19
  Author: fyan
Revision: 148092

upgpkg: python-acme 0.0.0.dev20151201-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 20:40:07 UTC (rev 148091)
+++ PKGBUILD2015-12-02 05:33:19 UTC (rev 148092)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.0.0.dev20151123
+pkgver=0.0.0.dev20151201
 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=('5520acfb6232fc940606a731db93508b0ef213d294e2d5763c91b36311a7347612f345282a2ecee5f4f072fe2c5fd4dfb8810d4ee87d36aa201cdf124604e674')
+sha512sums=('c4f0198d4e2b499533809c27afa040fe1fad0728c68eeb1f7338b657854e96269fa1eb297c9de2cdcf4f1bcab12a4af41d9761ac0f85847f2e95f1b15c5d045a')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:38:31
  Author: fyan
Revision: 148098

upgpkg: letsencrypt-apache 0.0.0.dev20151201-1

Modified:
  letsencrypt-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 05:37:08 UTC (rev 148097)
+++ PKGBUILD2015-12-02 05:38:31 UTC (rev 148098)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-apache
-pkgver=0.0.0.dev20151123
+pkgver=0.0.0.dev20151201
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
-md5sums=('def20e3a82db84252075f6cbe538a2df'
+md5sums=('b2414f7f6bd613d6873ee1ee129b4df3'
  'SKIP')
 
 build() {


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:38:53
  Author: fyan
Revision: 148100

upgpkg: letsencrypt-nginx 0.0.0.dev20151201-1

Modified:
  letsencrypt-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 05:38:47 UTC (rev 148099)
+++ PKGBUILD2015-12-02 05:38:53 UTC (rev 148100)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt-nginx
-pkgver=0.0.0.dev20151123
+pkgver=0.0.0.dev20151201
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
-md5sums=('ca272c889e489464e95e3ac3397ede96'
+md5sums=('fd7088b4edb5de7e1069ff79e6bd82bb'
  'SKIP')
 
 build() {


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:38:47
  Author: fyan
Revision: 148099

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-apache/repos/community-staging-any/
  letsencrypt-apache/repos/community-staging-any/PKGBUILD
(from rev 148098, letsencrypt-apache/trunk/PKGBUILD)

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

Copied: letsencrypt-apache/repos/community-staging-any/PKGBUILD (from rev 
148098, letsencrypt-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-02 05:38:47 UTC (rev 148099)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-apache
+pkgver=0.0.0.dev20151201
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
+md5sums=('b2414f7f6bd613d6873ee1ee129b4df3'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:39:25
  Author: fyan
Revision: 148101

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt-nginx/repos/community-staging-any/
  letsencrypt-nginx/repos/community-staging-any/PKGBUILD
(from rev 148100, letsencrypt-nginx/trunk/PKGBUILD)

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

Copied: letsencrypt-nginx/repos/community-staging-any/PKGBUILD (from rev 
148100, letsencrypt-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-02 05:39:25 UTC (rev 148101)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt-nginx
+pkgver=0.0.0.dev20151201
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/${pkgname};
+depends=("letsencrypt=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
+md5sums=('fd7088b4edb5de7e1069ff79e6bd82bb'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  nosetests2
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:35:39
  Author: fyan
Revision: 148094

upgpkg: letsencrypt 0.0.0.dev20151201-1

Modified:
  letsencrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-02 05:33:35 UTC (rev 148093)
+++ PKGBUILD2015-12-02 05:35:39 UTC (rev 148094)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=letsencrypt
-pkgver=0.0.0.dev20151123
+pkgver=0.0.0.dev20151201
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -20,7 +20,7 @@
 
source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
-md5sums=('d78867dcf88e0e6a4201d3d733e09d50'
+md5sums=('7faee02c89c9d7a732d8e6a7911a7f67'
  'SKIP')
 
 build() {


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

2015-12-01 Thread Felix Yan
Date: Wednesday, December 2, 2015 @ 06:35:55
  Author: fyan
Revision: 148095

archrelease: copy trunk to community-staging-any

Added:
  letsencrypt/repos/community-staging-any/
  letsencrypt/repos/community-staging-any/PKGBUILD
(from rev 148094, letsencrypt/trunk/PKGBUILD)

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

Copied: letsencrypt/repos/community-staging-any/PKGBUILD (from rev 148094, 
letsencrypt/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-02 05:35:55 UTC (rev 148095)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=letsencrypt
+pkgver=0.0.0.dev20151201
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pythondialog' 
'python2-pytz'
+ 'python2-requests' 'python2-setuptools' 'python2-six' 
'python2-zope-component'
+ 'python2-zope-interface')
+optdepends=("letsencrypt-apache: Apache plugin for Let’s Encrypt client"
+"letsencrypt-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+source=("https://pypi.python.org/packages/source/l/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD')
+md5sums=('7faee02c89c9d7a732d8e6a7911a7f67'
+ 'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+
+  mkdir -p "${pkgdir}"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "${pkgdir}"/var/log/letsencrypt
+}


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

2015-12-01 Thread Maxime Gauduin
Date: Tuesday, December 1, 2015 @ 20:07:40
  Author: alucryd
Revision: 148084

upgpkg: emby-server 3.0.5781.4-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 18:26:35 UTC (rev 148083)
+++ PKGBUILD2015-12-01 19:07:40 UTC (rev 148084)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5781.3
+pkgver=3.0.5781.4
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('any')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('9c99d327b28e123253f86170fa6ae5e4a4fe8d0afca48c759cc158bcb7d196b3'
+sha256sums=('e6bfc875308dda5c9be38444a45fa0f5c6295abba73647e8d7b31b12c3c13200'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


[arch-commits] Commit in emby-server/repos/community-any (12 files)

2015-12-01 Thread Maxime Gauduin
Date: Tuesday, December 1, 2015 @ 20:07:54
  Author: alucryd
Revision: 148085

archrelease: copy trunk to community-any

Added:
  emby-server/repos/community-any/PKGBUILD
(from rev 148084, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-any/emby-migrate-database
(from rev 148084, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-any/emby-server
(from rev 148084, emby-server/trunk/emby-server)
  emby-server/repos/community-any/emby-server.conf
(from rev 148084, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-any/emby-server.install
(from rev 148084, emby-server/trunk/emby-server.install)
  emby-server/repos/community-any/emby-server.service
(from rev 148084, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-any/PKGBUILD
  emby-server/repos/community-any/emby-migrate-database
  emby-server/repos/community-any/emby-server
  emby-server/repos/community-any/emby-server.conf
  emby-server/repos/community-any/emby-server.install
  emby-server/repos/community-any/emby-server.service

---+
 PKGBUILD  |  108 +++---
 emby-migrate-database |  112 
 emby-server   |6 +-
 emby-server.conf  |8 +--
 emby-server.install   |   62 +-
 emby-server.service   |   32 ++---
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 19:07:40 UTC (rev 148084)
+++ PKGBUILD2015-12-01 19:07:54 UTC (rev 148085)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5781.3
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('any')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('9c99d327b28e123253f86170fa6ae5e4a4fe8d0afca48c759cc158bcb7d196b3'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-}
-
-package() {
-  install -dm 755 "${pkgdir}"/{etc/conf.d,usr/{bin,lib/systemd/system}}
-  cp -dr --no-preserve='ownership' build "${pkgdir}"/usr/lib/emby-server
-  install -m 755 emby-server "${pkgdir}"/usr/bin/
-  install -m 755 emby-migrate-database "${pkgdir}"/usr/bin/
-  install -m 644 emby-server.service "${pkgdir}"/usr/lib/systemd/system/
-  install -m 644 emby-server.conf "${pkgdir}"/etc/conf.d/emby-server
-
-  install -dm 755 "${pkgdir}"/var/lib/emby
-  chown 422:422 -R "${pkgdir}"/var/lib/emby
-}
-
-# vim: ts=2 sw=2 et:

Copied: emby-server/repos/community-any/PKGBUILD (from rev 148084, 
emby-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 19:07:54 UTC (rev 148085)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Seymour 
+
+pkgname=emby-server
+pkgver=3.0.5781.4
+pkgrel=1
+pkgdesc='Bring together your videos, music, photos, and live television'
+arch=('any')
+url='http://emby.media'
+license=('GPL2')
+depends=('ffmpeg' 'imagemagick' 'libmediainfo' 'mono' 'sqlite')
+install='emby-server.install'
+source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/MediaBrowser/archive/${pkgver}.tar.gz;
+'emby-server'
+'emby-migrate-database'
+'emby-server.conf'
+'emby-server.service')
+backup=('etc/conf.d/emby-server')
+sha256sums=('e6bfc875308dda5c9be38444a45fa0f5c6295abba73647e8d7b31b12c3c13200'
+'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
+'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
+'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
+

[arch-commits] Commit in (ghc)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:53:37
  Author: fyan
Revision: 252093

extra2community: Moving ghc from extra to community

Deleted:
  ghc/


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

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:52:45
  Author: fyan
Revision: 148067

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

Added:
  ghc/repos/community-i686/
  ghc/repos/community-i686/PKGBUILD
(from rev 148066, ghc/trunk/PKGBUILD)
  ghc/repos/community-i686/ghc.install
(from rev 148066, ghc/trunk/ghc.install)
  ghc/repos/community-i686/print-provides-replaces.sh
(from rev 148066, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/community-x86_64/
  ghc/repos/community-x86_64/PKGBUILD
(from rev 148066, ghc/trunk/PKGBUILD)
  ghc/repos/community-x86_64/ghc.install
(from rev 148066, ghc/trunk/ghc.install)
  ghc/repos/community-x86_64/print-provides-replaces.sh
(from rev 148066, ghc/trunk/print-provides-replaces.sh)

-+
 community-i686/PKGBUILD |  107 ++
 community-i686/ghc.install  |   10 ++
 community-i686/print-provides-replaces.sh   |   47 +++
 community-x86_64/PKGBUILD   |  107 ++
 community-x86_64/ghc.install|   10 ++
 community-x86_64/print-provides-replaces.sh |   47 +++
 6 files changed, 328 insertions(+)

Copied: ghc/repos/community-i686/PKGBUILD (from rev 148066, ghc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 08:52:45 UTC (rev 148067)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Thomas Dziedzic 
+
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+# use the following command to print out packages that need to get rebuilt
+# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
+
+pkgname=ghc
+pkgver=7.10.2
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+depends=('perl' 'gmp' 'gcc' 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+provides=('haskell-array=0.5.1.0'
+  'haskell-base=4.8.1.0'
+  'haskell-binary=0.7.5.0'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.6.0'
+  'haskell-containers=0.5.6.2'
+  'haskell-deepseq=1.4.1.1'
+  'haskell-directory=1.2.2.0'
+  'haskell-filepath=1.4.0.0'
+  'haskell-ghc-prim=0.4.0.0'
+  'haskell-haskeline=0.7.2.1'
+  'haskell-hoopl=3.10.0.2'
+  'haskell-hpc=0.6.0.2'
+  'haskell-integer-gmp=1.0.0.0'
+  'haskell-pretty=1.1.2.0'
+  'haskell-process=1.2.3.0'
+  'haskell-template-haskell=2.10.0.0'
+  'haskell-terminfo=0.4.0.1'
+  'haskell-time=1.5.0.1'
+  'haskell-transformers=0.4.2.0'
+  'haskell-unix=2.7.1.0'
+  'haskell-xhtml=3000.2.1'
+  'haskell-cabal=1.22.4.0')
+replaces=('haskell-array'
+  'haskell-base'
+  'haskell-binary'
+  'haskell-bin-package-db'
+  'haskell-bytestring'
+  'haskell-containers'
+  'haskell-deepseq'
+  'haskell-directory'
+  'haskell-filepath'
+  'haskell-ghc-prim'
+  'haskell-haskeline'
+  'haskell-hoopl'
+  'haskell-hpc'
+  'haskell-integer-gmp'
+  'haskell-pretty'
+  'haskell-process'
+  'haskell-template-haskell'
+  'haskell-terminfo'
+  'haskell-time'
+  'haskell-transformers'
+  'haskell-unix'
+  'haskell-xhtml'
+  'haskell-cabal')
+install='ghc.install'
+options=('staticlibs')
+source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgname-$pkgver-src.tar.xz;)
+noextract=("$pkgname-$pkgver-src.tar.xz")
+md5sums=('fc1269fbc52513fa6b2ae6051c365bc3')
+
+prepare() {
+  # Need to extract this tarball with a UTF-8 locale instead of a chroot's "C"
+  # locale; otherwise we get:
+  #   bsdtar: Pathname can't be converted from UTF-8 to current locale.
+  LANG=en_US.UTF-8 bsdtar xf $pkgname-$pkgver-src.tar.xz
+
+  cd ghc-$pkgver
+
+  # We select the following build profile:
+  #   Full build with max optimisation and everything enabled (very slow build)
+  cp mk/build.mk{.sample,}
+  sed -i '1iBuildFlavour = perf' mk/build.mk
+}
+
+build() {
+  cd ghc-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-system-libffi \
+--with-ffi-includes=$(pkg-config --variable=includedir libffi)
+  make
+}
+
+package() {
+  cd ghc-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 utils/completion/ghc.bash \
+"$pkgdir/usr/share/bash-completion/completions/ghc"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in (cabal-install)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:51:52
  Author: fyan
Revision: 252090

extra2community: Moving cabal-install from extra to community

Deleted:
  cabal-install/


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

2015-12-01 Thread Antonio Rojas
Date: Tuesday, December 1, 2015 @ 10:21:50
  Author: arojas
Revision: 148068

Update to 3.1.0

Modified:
  kamoso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 08:52:45 UTC (rev 148067)
+++ PKGBUILD2015-12-01 09:21:50 UTC (rev 148068)
@@ -5,7 +5,7 @@
 # Contributor: Panagiotis Papadopoulos 
 
 pkgname=kamoso
-pkgver=3.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="A webcam recorder from KDE community"
 url="https://userbase.kde.org/Kamoso;
@@ -13,9 +13,9 @@
 license=(GPL)
 depends=(qt5-gstreamer purpose)
 makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('29f09cf9f6c6cb14989c3c0a8580d175')
+md5sums=('923af7f7e13caec1082efd9a04670409')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in haskell-language-python/repos (8 files)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:34:05
  Author: fyan
Revision: 148063

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

Added:
  haskell-language-python/repos/community-i686/PKGBUILD
(from rev 148062, haskell-language-python/trunk/PKGBUILD)
  haskell-language-python/repos/community-i686/haskell-language-python.install
(from rev 148062, 
haskell-language-python/trunk/haskell-language-python.install)
  haskell-language-python/repos/community-x86_64/PKGBUILD
(from rev 148062, haskell-language-python/trunk/PKGBUILD)
  haskell-language-python/repos/community-x86_64/haskell-language-python.install
(from rev 148062, 
haskell-language-python/trunk/haskell-language-python.install)
Deleted:
  haskell-language-python/repos/community-i686/PKGBUILD
  haskell-language-python/repos/community-i686/haskell-language-python.install
  haskell-language-python/repos/community-x86_64/PKGBUILD
  haskell-language-python/repos/community-x86_64/haskell-language-python.install

--+
 /PKGBUILD|   88 +
 /haskell-language-python.install |   36 
 community-i686/PKGBUILD  |   44 --
 community-i686/haskell-language-python.install   |   18 
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/haskell-language-python.install |   18 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 08:33:34 UTC (rev 148062)
+++ community-i686/PKGBUILD 2015-12-01 08:34:05 UTC (rev 148063)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=language-python
-pkgname=haskell-language-python
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Parsing and pretty printing of Python code."
-url="http://hackage.haskell.org/package/${_hkgname};
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.2" 'haskell-monads-tf' 'haskell-utf8-string')
-makedepends=('happy' 'alex')
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('9e1f4a7cfa0062c3b8709bfe6334a948ac0a7f885c94fc09805eb2bc170515fc')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fsplit-base
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-language-python/repos/community-i686/PKGBUILD (from rev 148062, 
haskell-language-python/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 08:34:05 UTC (rev 148063)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=language-python
+pkgname=haskell-language-python
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Parsing and pretty printing of Python code."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.2" 'haskell-monads-tf' 'haskell-utf8-string')
+makedepends=('happy' 'alex')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsplit-base
+runhaskell Setup build
+runhaskell Setup haddock --hoogle 

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

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:33:34
  Author: fyan
Revision: 148062

upgpkg: haskell-language-python 0.5.2-1

Modified:
  haskell-language-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 03:00:39 UTC (rev 148061)
+++ PKGBUILD2015-12-01 08:33:34 UTC (rev 148062)
@@ -4,7 +4,7 @@
 
 _hkgname=language-python
 pkgname=haskell-language-python
-pkgver=0.5.0
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Parsing and pretty printing of Python code."
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -15,7 +15,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('9e1f4a7cfa0062c3b8709bfe6334a948ac0a7f885c94fc09805eb2bc170515fc')
+sha256sums=('6c8bbde209ca62c32b9b89745f19203007c3dd407acc2f860a737b5a51446437')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in (6 files)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:52:12
  Author: fyan
Revision: 148066

extra2community: Moving ghc from extra to community

Added:
  ghc/
  ghc/repos/
  ghc/trunk/
  ghc/trunk/PKGBUILD
  ghc/trunk/ghc.install
  ghc/trunk/print-provides-replaces.sh

+
 PKGBUILD   |  107 +++
 ghc.install|   10 
 print-provides-replaces.sh |   47 ++
 3 files changed, 164 insertions(+)

Added: ghc/trunk/PKGBUILD
===
--- ghc/trunk/PKGBUILD  (rev 0)
+++ ghc/trunk/PKGBUILD  2015-12-01 08:52:12 UTC (rev 148066)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Thomas Dziedzic 
+
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+# use the following command to print out packages that need to get rebuilt
+# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
+
+pkgname=ghc
+pkgver=7.10.2
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+depends=('perl' 'gmp' 'gcc' 'libffi')
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+provides=('haskell-array=0.5.1.0'
+  'haskell-base=4.8.1.0'
+  'haskell-binary=0.7.5.0'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.6.0'
+  'haskell-containers=0.5.6.2'
+  'haskell-deepseq=1.4.1.1'
+  'haskell-directory=1.2.2.0'
+  'haskell-filepath=1.4.0.0'
+  'haskell-ghc-prim=0.4.0.0'
+  'haskell-haskeline=0.7.2.1'
+  'haskell-hoopl=3.10.0.2'
+  'haskell-hpc=0.6.0.2'
+  'haskell-integer-gmp=1.0.0.0'
+  'haskell-pretty=1.1.2.0'
+  'haskell-process=1.2.3.0'
+  'haskell-template-haskell=2.10.0.0'
+  'haskell-terminfo=0.4.0.1'
+  'haskell-time=1.5.0.1'
+  'haskell-transformers=0.4.2.0'
+  'haskell-unix=2.7.1.0'
+  'haskell-xhtml=3000.2.1'
+  'haskell-cabal=1.22.4.0')
+replaces=('haskell-array'
+  'haskell-base'
+  'haskell-binary'
+  'haskell-bin-package-db'
+  'haskell-bytestring'
+  'haskell-containers'
+  'haskell-deepseq'
+  'haskell-directory'
+  'haskell-filepath'
+  'haskell-ghc-prim'
+  'haskell-haskeline'
+  'haskell-hoopl'
+  'haskell-hpc'
+  'haskell-integer-gmp'
+  'haskell-pretty'
+  'haskell-process'
+  'haskell-template-haskell'
+  'haskell-terminfo'
+  'haskell-time'
+  'haskell-transformers'
+  'haskell-unix'
+  'haskell-xhtml'
+  'haskell-cabal')
+install='ghc.install'
+options=('staticlibs')
+source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgname-$pkgver-src.tar.xz;)
+noextract=("$pkgname-$pkgver-src.tar.xz")
+md5sums=('fc1269fbc52513fa6b2ae6051c365bc3')
+
+prepare() {
+  # Need to extract this tarball with a UTF-8 locale instead of a chroot's "C"
+  # locale; otherwise we get:
+  #   bsdtar: Pathname can't be converted from UTF-8 to current locale.
+  LANG=en_US.UTF-8 bsdtar xf $pkgname-$pkgver-src.tar.xz
+
+  cd ghc-$pkgver
+
+  # We select the following build profile:
+  #   Full build with max optimisation and everything enabled (very slow build)
+  cp mk/build.mk{.sample,}
+  sed -i '1iBuildFlavour = perf' mk/build.mk
+}
+
+build() {
+  cd ghc-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-system-libffi \
+--with-ffi-includes=$(pkg-config --variable=includedir libffi)
+  make
+}
+
+package() {
+  cd ghc-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 utils/completion/ghc.bash \
+"$pkgdir/usr/share/bash-completion/completions/ghc"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: ghc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ghc/trunk/ghc.install
===
--- ghc/trunk/ghc.install   (rev 0)
+++ ghc/trunk/ghc.install   2015-12-01 08:52:12 UTC (rev 148066)
@@ -0,0 +1,10 @@
+pre_upgrade() {
+  echo '==> Unregistering cabalized packages...'
+  [[ -d /usr/share/haskell ]] && find /usr/share/haskell -maxdepth 2 -name 
'unregister.sh' -exec {} \;
+  echo '==> Done.'
+}
+
+post_upgrade() {
+  echo '==> All cabalized packages need to be reinstalled now.'
+  echo '==> See /usr/share/haskell/ for a tentative list of affected packages.'
+}

Added: 

[arch-commits] Commit in (4 files)

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:50:56
  Author: fyan
Revision: 148064

extra2community: Moving cabal-install from extra to community

Added:
  cabal-install/
  cabal-install/repos/
  cabal-install/trunk/
  cabal-install/trunk/PKGBUILD

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

Added: cabal-install/trunk/PKGBUILD
===
--- cabal-install/trunk/PKGBUILD(rev 0)
+++ cabal-install/trunk/PKGBUILD2015-12-01 08:50:56 UTC (rev 148064)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.6.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=('ghc' 'cabal-install' 'chrpath')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('0463650044697ea337705ea9e29a0221')
+
+# the bootstrap script was broken on several releases
+# build with a cabal sandbox to avoid unnecessary patching & headaches
+build() {
+  cd cabal-install-${pkgver}
+
+  cabal update
+
+  cabal sandbox init
+
+  cabal install --only-dependencies
+
+  cabal build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+  install -m755 dist/build/cabal/cabal \
+${pkgdir}/usr/bin
+
+  # remove insecure rpath
+  chrpath -d ${pkgdir}/usr/bin/cabal
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}


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


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

2015-12-01 Thread Felix Yan
Date: Tuesday, December 1, 2015 @ 09:51:21
  Author: fyan
Revision: 148065

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

Added:
  cabal-install/repos/community-i686/
  cabal-install/repos/community-i686/PKGBUILD
(from rev 148064, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/community-x86_64/
  cabal-install/repos/community-x86_64/PKGBUILD
(from rev 148064, cabal-install/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   49 
 community-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: cabal-install/repos/community-i686/PKGBUILD (from rev 148064, 
cabal-install/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 08:51:21 UTC (rev 148065)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.6.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=('ghc' 'cabal-install' 'chrpath')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('0463650044697ea337705ea9e29a0221')
+
+# the bootstrap script was broken on several releases
+# build with a cabal sandbox to avoid unnecessary patching & headaches
+build() {
+  cd cabal-install-${pkgver}
+
+  cabal update
+
+  cabal sandbox init
+
+  cabal install --only-dependencies
+
+  cabal build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+  install -m755 dist/build/cabal/cabal \
+${pkgdir}/usr/bin
+
+  # remove insecure rpath
+  chrpath -d ${pkgdir}/usr/bin/cabal
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/community-x86_64/PKGBUILD (from rev 148064, 
cabal-install/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-01 08:51:21 UTC (rev 148065)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.6.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=('ghc' 'cabal-install' 'chrpath')
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('0463650044697ea337705ea9e29a0221')
+
+# the bootstrap script was broken on several releases
+# build with a cabal sandbox to avoid unnecessary patching & headaches
+build() {
+  cd cabal-install-${pkgver}
+
+  cabal update
+
+  cabal sandbox init
+
+  cabal install --only-dependencies
+
+  cabal build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -d ${pkgdir}/usr/bin
+  install -m755 dist/build/cabal/cabal \
+${pkgdir}/usr/bin
+
+  # remove insecure rpath
+  chrpath -d ${pkgdir}/usr/bin/cabal
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}


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

2015-12-01 Thread Antonio Rojas
Date: Tuesday, December 1, 2015 @ 10:22:22
  Author: arojas
Revision: 148069

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

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

-+
 /PKGBUILD   |   78 ++
 /kamoso.install |   26 
 community-i686/PKGBUILD |   39 ---
 community-i686/kamoso.install   |   13 --
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/kamoso.install |   13 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 09:21:50 UTC (rev 148068)
+++ community-i686/PKGBUILD 2015-12-01 09:22:22 UTC (rev 148069)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=3.0
-pkgrel=1
-pkgdesc="A webcam recorder from KDE community"
-url="https://userbase.kde.org/Kamoso;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(qt5-gstreamer purpose)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('29f09cf9f6c6cb14989c3c0a8580d175')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF 
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}
-

Copied: kamoso/repos/community-i686/PKGBUILD (from rev 148068, 
kamoso/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 09:22:22 UTC (rev 148069)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(qt5-gstreamer purpose)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/$pkgname/${pkgver%.*}/src/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('923af7f7e13caec1082efd9a04670409')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+

Deleted: community-i686/kamoso.install
===
--- community-i686/kamoso.install   2015-12-01 09:21:50 UTC (rev 148068)
+++ community-i686/kamoso.install   2015-12-01 09:22:22 UTC (rev 148069)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: kamoso/repos/community-i686/kamoso.install (from rev 148068, 
kamoso/trunk/kamoso.install)
===
--- community-i686/kamoso.install   (rev 0)
+++ community-i686/kamoso.install   2015-12-01 09:22:22 UTC (rev 148069)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-01 09:21:50 UTC (rev 148068)
+++ community-x86_64/PKGBUILD   2015-12-01 09:22:22 UTC (rev 148069)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=3.0
-pkgrel=1
-pkgdesc="A webcam recorder 

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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 11:26:32
  Author: svenstaro
Revision: 148071

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 10:26:13 UTC (rev 148070)
+++ PKGBUILD2015-12-01 10:26:32 UTC (rev 148071)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.51
-pkgrel=1
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
-url="http://www.warsow.net/;
-license=('custom:Warsow Content License')
-arch=('any')
-source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
-md5sums=('482e2020b5463d8503f1f9fafe0c433d')
-
-package() {
-# Create Destination Directories
-install -d $pkgdir/opt/warsow/
-
-# Move Data to Destination Directory
-cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
-find $pkgdir/opt/warsow -type d | xargs chmod 755
-find $pkgdir/opt/warsow -type f | xargs chmod 644
-
-# Install Custom License: Warsow Content License
-install -Dm0644 warsow_15/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 148070, 
warsow-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 10:26:32 UTC (rev 148071)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=2.0
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
+url="http://www.warsow.net/;
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://mirror.null.one/warsow_20_unified.tar.gz)
+md5sums=('4c35ac6ca5971e7dcb273dadabc07963')
+
+package() {
+# Create Destination Directories
+install -d $pkgdir/opt/warsow/
+
+# Move Data to Destination Directory
+cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
+find $pkgdir/opt/warsow -type d | xargs chmod 755
+find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+# Install Custom License: Warsow Content License
+install -Dm0644 warsow_20/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+}


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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 11:26:13
  Author: svenstaro
Revision: 148070

upgpkg: warsow-data 2.0-1

upstream release 2.0

Modified:
  warsow-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 09:22:22 UTC (rev 148069)
+++ PKGBUILD2015-12-01 10:26:13 UTC (rev 148070)
@@ -5,14 +5,14 @@
 # Contributor: Vain
 
 pkgname=warsow-data
-pkgver=1.51
+pkgver=2.0
 pkgrel=1
 pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
 url="http://www.warsow.net/;
 license=('custom:Warsow Content License')
 arch=('any')
-source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
-md5sums=('482e2020b5463d8503f1f9fafe0c433d')
+source=(http://mirror.null.one/warsow_20_unified.tar.gz)
+md5sums=('4c35ac6ca5971e7dcb273dadabc07963')
 
 package() {
 # Create Destination Directories
@@ -19,10 +19,10 @@
 install -d $pkgdir/opt/warsow/
 
 # Move Data to Destination Directory
-cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+cp -r $srcdir/warsow_20/{basewsw,docs} $pkgdir/opt/warsow
 find $pkgdir/opt/warsow -type d | xargs chmod 755
 find $pkgdir/opt/warsow -type f | xargs chmod 644
 
 # Install Custom License: Warsow Content License
-install -Dm0644 warsow_15/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+install -Dm0644 warsow_20/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
 }


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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 11:34:49
  Author: svenstaro
Revision: 148073

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

Added:
  warsow/repos/community-i686/PKGBUILD
(from rev 148072, warsow/trunk/PKGBUILD)
  warsow/repos/community-i686/warsow-cmakelists.patch
(from rev 148072, warsow/trunk/warsow-cmakelists.patch)
  warsow/repos/community-i686/warsow.launcher
(from rev 148072, warsow/trunk/warsow.launcher)
  warsow/repos/community-i686/wsw-server.launcher
(from rev 148072, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-i686/wswtv-server.launcher
(from rev 148072, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-x86_64/PKGBUILD
(from rev 148072, warsow/trunk/PKGBUILD)
  warsow/repos/community-x86_64/warsow-cmakelists.patch
(from rev 148072, warsow/trunk/warsow-cmakelists.patch)
  warsow/repos/community-x86_64/warsow.launcher
(from rev 148072, warsow/trunk/warsow.launcher)
  warsow/repos/community-x86_64/wsw-server.launcher
(from rev 148072, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 148072, warsow/trunk/wswtv-server.launcher)
Deleted:
  warsow/repos/community-i686/PKGBUILD
  warsow/repos/community-i686/warsow.launcher
  warsow/repos/community-i686/wsw-server.launcher
  warsow/repos/community-i686/wswtv-server.launcher
  warsow/repos/community-x86_64/PKGBUILD
  warsow/repos/community-x86_64/warsow.launcher
  warsow/repos/community-x86_64/wsw-server.launcher
  warsow/repos/community-x86_64/wswtv-server.launcher

--+
 /PKGBUILD|  142 +
 /warsow.launcher |   18 +++
 /wsw-server.launcher |   14 ++
 /wswtv-server.launcher   |   14 ++
 community-i686/PKGBUILD  |   57 ---
 community-i686/warsow-cmakelists.patch   |   15 +++
 community-i686/warsow.launcher   |5 -
 community-i686/wsw-server.launcher   |5 -
 community-i686/wswtv-server.launcher |5 -
 community-x86_64/PKGBUILD|   57 ---
 community-x86_64/warsow-cmakelists.patch |   15 +++
 community-x86_64/warsow.launcher |5 -
 community-x86_64/wsw-server.launcher |5 -
 community-x86_64/wswtv-server.launcher   |5 -
 14 files changed, 218 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 10:34:40 UTC (rev 148072)
+++ community-i686/PKGBUILD 2015-12-01 10:34:49 UTC (rev 148073)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow
-pkgver=1.51
-pkgrel=1
-pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
-url="http://www.warsow.net/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
- 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2' 
'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
-optdepends=('openal: for openal audio support')
-source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
-"http://www.warsow.eu/warsow_1.51_sdk.tar.gz;)
-_genericname=('First person shooter')
-_comment=('Online Mulitiplayer Competitive FPS')
-md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
- 'f73e10c26197178df71b941b10bf83d7'
- 'd7e4a69835bbcf801e58307e9d6b951e'
- '0dc21fbc33cfe13b5f038cdd20139f5c')
-
-
-prepare() {
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Warsow" 
--categories "Game;ActionGame"
-}
-
-build() {
-  # Compile Warsow
-  cd source/source/
-  make
-}
-
-package() {
-  cd source/source/
-
-  # Create Destination Directories
-  install -d $pkgdir/opt/warsow/
-
-  # Move Compiled Data to Destination Directory
-  cp -r release/* $pkgdir/opt/warsow
-  find $pkgdir/opt/warsow -type d | xargs chmod 755 
-  find $pkgdir/opt/warsow -type f | xargs chmod 755 # only executable files in 
there
-
-  install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
-  install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
-  install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server
-  install -D -m 0644 $srcdir/warsow.desktop 
$pkgdir/usr/share/applications/warsow.desktop
-  convert win32/warsow.ico $srcdir/warsow.png
-  install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png
-}
-
-# vim: ts=2:sw=2

Copied: warsow/repos/community-i686/PKGBUILD (from rev 148072, 
warsow/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-01 10:34:49 UTC 

[arch-commits] Commit in warsow/trunk (5 files)

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 11:34:40
  Author: svenstaro
Revision: 148072

upgpkg: warsow 2.0-1

upstream release 2.0

Added:
  warsow/trunk/warsow-cmakelists.patch
Modified:
  warsow/trunk/PKGBUILD
  warsow/trunk/warsow.launcher
  warsow/trunk/wsw-server.launcher
  warsow/trunk/wswtv-server.launcher

-+
 PKGBUILD|   84 ++
 warsow-cmakelists.patch |   15 
 warsow.launcher |   10 +++--
 wsw-server.launcher |8 ++--
 wswtv-server.launcher   |8 ++--
 5 files changed, 80 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 10:26:32 UTC (rev 148071)
+++ PKGBUILD2015-12-01 10:34:40 UTC (rev 148072)
@@ -1,59 +1,71 @@
-# $Id$
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Slash 
 # Contributor: Babets
 # Contributor: Vain
+# Contributor: Aleksej Komarov 
 
-pkgname=warsow
-pkgver=1.51
-pkgrel=1
-pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
-url="http://www.warsow.net/;
+pkgname='warsow'
+pkgver='2.0'
+pkgrel='1'
+pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
+url='https://www.warsow.gg/'
 license=('GPL')
 arch=('i686' 'x86_64')
-depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
- 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2' 
'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
+depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
+ 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
 optdepends=('openal: for openal audio support')
+provides=('warsow')
+conflicts=('warsow')
 source=('warsow.launcher'
 'wsw-server.launcher'
-'wswtv-server.launcher' \
-"http://update.warsow.net/mirror/warsow_${pkgver}_sdk.tar.gz;)
-_genericname=('First person shooter')
-_comment=('Online Mulitiplayer Competitive FPS')
-md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
- 'f73e10c26197178df71b941b10bf83d7'
- 'd7e4a69835bbcf801e58307e9d6b951e'
- '0dc21fbc33cfe13b5f038cdd20139f5c')
+'wswtv-server.launcher'
+'warsow-cmakelists.patch'
+'http://mirror.null.one/warsow_20_sdk.tar.gz')
+md5sums=('65c5ffc2ccc19c661f87467e756bbea2'
+ '45a3f846fd6ea3b7dc857e60501d0e12'
+ '13d520525638c544565d8f799ffdca48'
+ '826509400d2d3f5035b40552f0c95acb'
+ 'd0efb5d3754ef6838c1e8a7aa09c6e60')
 
+prepare() {
+  gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
 
-prepare() {
-  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Warsow" 
--categories "Game;ActionGame"
+  cd "${srcdir}/source/source"
+  patch < "${srcdir}/warsow-cmakelists.patch"
 }
 
 build() {
-  # Compile Warsow
-  cd source/source/
-  make
+  cd "${srcdir}/source/source"
+  cmake .
+  make ${MAKE_FLAGS}
 }
 
 package() {
-  cd source/source/
+  local builddir="${srcdir}/source/source/build"
 
   # Create Destination Directories
-  install -d $pkgdir/opt/warsow/
+  install -d "${pkgdir}/opt/warsow/"
 
-  # Move Compiled Data to Destination Directory
-  cp -r release/* $pkgdir/opt/warsow
-  find $pkgdir/opt/warsow -type d | xargs chmod 755 
-  find $pkgdir/opt/warsow -type f | xargs chmod 755 # only executable files in 
there
+  # Move Compiled Data to Destination Directory except basewsw.
+  # NOTE: We don't need cgame library because it's a pure lib provided by
+  # modules_16.pk3 from warsow-data package.
+  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
+  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
+  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
+  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
+  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
+  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
 
-  install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
-  install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
-  install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server
-  install -D -m 0644 $srcdir/warsow.desktop 
$pkgdir/usr/share/applications/warsow.desktop
-  convert win32/warsow.ico $srcdir/warsow.png
-  install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png
+  # Install launchers to /usr/bin
+  install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
+  install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
+  install -D -m 0755 "${srcdir}/wswtv-server.launcher" 
"${pkgdir}/usr/bin/wswtv-server"
+
+  # Install the menu entry
+  install -D -m 0644 "${srcdir}/warsow.desktop" 

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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:54:48
  Author: svenstaro
Revision: 148075

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

Added:
  warsow/repos/community-i686/PKGBUILD
(from rev 148074, warsow/trunk/PKGBUILD)
  warsow/repos/community-i686/warsow.launcher
(from rev 148074, warsow/trunk/warsow.launcher)
  warsow/repos/community-i686/wsw-server.launcher
(from rev 148074, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-i686/wswtv-server.launcher
(from rev 148074, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-x86_64/PKGBUILD
(from rev 148074, warsow/trunk/PKGBUILD)
  warsow/repos/community-x86_64/warsow.launcher
(from rev 148074, warsow/trunk/warsow.launcher)
  warsow/repos/community-x86_64/wsw-server.launcher
(from rev 148074, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-x86_64/wswtv-server.launcher
(from rev 148074, warsow/trunk/wswtv-server.launcher)
Deleted:
  warsow/repos/community-i686/PKGBUILD
  warsow/repos/community-i686/warsow.launcher
  warsow/repos/community-i686/wsw-server.launcher
  warsow/repos/community-i686/wswtv-server.launcher
  warsow/repos/community-x86_64/PKGBUILD
  warsow/repos/community-x86_64/warsow.launcher
  warsow/repos/community-x86_64/wsw-server.launcher
  warsow/repos/community-x86_64/wswtv-server.launcher

+
 /PKGBUILD  |  132 +++
 /warsow.launcher   |   14 +++
 /wsw-server.launcher   |   14 +++
 /wswtv-server.launcher |   14 +++
 community-i686/PKGBUILD|   71 
 community-i686/warsow.launcher |9 --
 community-i686/wsw-server.launcher |7 -
 community-i686/wswtv-server.launcher   |7 -
 community-x86_64/PKGBUILD  |   71 
 community-x86_64/warsow.launcher   |9 --
 community-x86_64/wsw-server.launcher   |7 -
 community-x86_64/wswtv-server.launcher |7 -
 12 files changed, 174 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-01 15:54:38 UTC (rev 148074)
+++ community-i686/PKGBUILD 2015-12-01 15:54:48 UTC (rev 148075)
@@ -1,71 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-# Contributor: Aleksej Komarov 
-
-pkgname='warsow'
-pkgver='2.0'
-pkgrel='1'
-pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
-url='https://www.warsow.gg/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('warsow-data' 'sdl2' 'libjpeg' 'libpng' 'curl' 'libvorbis' 'freetype2'
- 'libxinerama' 'libxxf86vm' 'libxrandr' 'libtheora' 'libxi')
-makedepends=('mesa' 'openal' 'imagemagick' 'gendesk' 'cmake')
-optdepends=('openal: for openal audio support')
-provides=('warsow')
-conflicts=('warsow')
-source=('warsow.launcher'
-'wsw-server.launcher'
-'wswtv-server.launcher'
-'warsow-cmakelists.patch'
-'http://mirror.null.one/warsow_20_sdk.tar.gz')
-md5sums=('65c5ffc2ccc19c661f87467e756bbea2'
- '45a3f846fd6ea3b7dc857e60501d0e12'
- '13d520525638c544565d8f799ffdca48'
- '826509400d2d3f5035b40552f0c95acb'
- 'd0efb5d3754ef6838c1e8a7aa09c6e60')
-
-prepare() {
-  gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
-
-  cd "${srcdir}/source/source"
-  patch < "${srcdir}/warsow-cmakelists.patch"
-}
-
-build() {
-  cd "${srcdir}/source/source"
-  cmake .
-  make ${MAKE_FLAGS}
-}
-
-package() {
-  local builddir="${srcdir}/source/source/build"
-
-  # Create Destination Directories
-  install -d "${pkgdir}/opt/warsow/"
-
-  # Move Compiled Data to Destination Directory except basewsw.
-  # NOTE: We don't need cgame library because it's a pure lib provided by
-  # modules_16.pk3 from warsow-data package.
-  cp -r "${builddir}/libs" "${pkgdir}/opt/warsow"
-  cp "${builddir}/warsow.${CARCH}" "${pkgdir}/opt/warsow/warsow"
-  cp "${builddir}/wsw_server.${CARCH}" "${pkgdir}/opt/warsow/wsw_server"
-  cp "${builddir}/wswtv_server.${CARCH}" "${pkgdir}/opt/warsow/wswtv_server"
-  find "${pkgdir}/opt/warsow" -type d | xargs chmod 755
-  find "${pkgdir}/opt/warsow" -type f | xargs chmod 755 # only executables here
-
-  # Install launchers to /usr/bin
-  install -D -m 0755 "${srcdir}/warsow.launcher" "${pkgdir}/usr/bin/warsow"
-  install -D -m 0755 "${srcdir}/wsw-server.launcher" 
"${pkgdir}/usr/bin/wsw-server"
-  install -D -m 0755 "${srcdir}/wswtv-server.launcher" 
"${pkgdir}/usr/bin/wswtv-server"
-
-  # Install the menu entry
-  install -D -m 0644 "${srcdir}/warsow.desktop" 
"${pkgdir}/usr/share/applications/warsow.desktop"
-
-  # Install the launcher icon
-  convert 

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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:54:38
  Author: svenstaro
Revision: 148074

upgpkg: warsow 2.0-2

Path fixes and also patch isn't actually required

Modified:
  warsow/trunk/PKGBUILD
  warsow/trunk/warsow.launcher
Deleted:
  warsow/trunk/warsow-cmakelists.patch

-+
 PKGBUILD|9 ++---
 warsow-cmakelists.patch |   15 ---
 warsow.launcher |4 +---
 3 files changed, 3 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 10:34:49 UTC (rev 148073)
+++ PKGBUILD2015-12-01 15:54:38 UTC (rev 148074)
@@ -6,7 +6,7 @@
 
 pkgname='warsow'
 pkgver='2.0'
-pkgrel='1'
+pkgrel='2'
 pkgdesc='Free online multiplayer competitive FPS based on the Qfusion engine'
 url='https://www.warsow.gg/'
 license=('GPL')
@@ -20,19 +20,14 @@
 source=('warsow.launcher'
 'wsw-server.launcher'
 'wswtv-server.launcher'
-'warsow-cmakelists.patch'
 'http://mirror.null.one/warsow_20_sdk.tar.gz')
-md5sums=('65c5ffc2ccc19c661f87467e756bbea2'
+md5sums=('003f8a0974f0cd5c2b9e78d49cab24c9'
  '45a3f846fd6ea3b7dc857e60501d0e12'
  '13d520525638c544565d8f799ffdca48'
- '826509400d2d3f5035b40552f0c95acb'
  'd0efb5d3754ef6838c1e8a7aa09c6e60')
 
 prepare() {
   gendesk -n -f --pkgname 'warsow' --pkgdesc "${pkgdesc}" --name 'Warsow' 
--categories 'Game;ActionGame'
-
-  cd "${srcdir}/source/source"
-  patch < "${srcdir}/warsow-cmakelists.patch"
 }
 
 build() {

Deleted: warsow-cmakelists.patch
===
--- warsow-cmakelists.patch 2015-12-01 10:34:49 UTC (rev 148073)
+++ warsow-cmakelists.patch 2015-12-01 15:54:38 UTC (rev 148074)
@@ -1,15 +0,0 @@
 CMakeLists.txt 2015-11-26 03:24:35.605626000 +0200
-+++ CMakeLists.txt  2015-11-26 03:26:36.134042424 +0200
-@@ -228,12 +228,6 @@
- set(CURL_LIBRARY "")
- add_definitions(-DLIBCURL_RUNTIME)
-
--set(JPEG_LIBRARIES "")
--add_definitions(-DLIBJPEG_RUNTIME)
--
--set(PNG_LIBRARIES "")
--add_definitions(-DLIBPNG_RUNTIME)
--
- set(OGG_LIBRARY "")
- add_definitions(-DOGGLIB_RUNTIME)
-

Modified: warsow.launcher
===
--- warsow.launcher 2015-12-01 10:34:49 UTC (rev 148073)
+++ warsow.launcher 2015-12-01 15:54:38 UTC (rev 148074)
@@ -4,6 +4,4 @@
 
 ${basepath}/warsow \
   +set fs_basepath ${basepath} \
-  +set fs_usehomedir 1 \
-  +set r_fxaa 0 \
-  "${@}"
+  +set fs_usehomedir 1 "${@}"


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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:55:29
  Author: svenstaro
Revision: 148077

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-01 15:55:25 UTC (rev 148076)
+++ PKGBUILD2015-12-01 15:55:29 UTC (rev 148077)
@@ -1,41 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Carl George < arch at cgtx dot us >
-
-pkgbase=python-click
-pkgname=("python-click" "python2-click")
-_realname=click
-pkgver=5.1
-pkgrel=3
-pkgdesc="A simple wrapper around optparse for powerful command line utilities"
-arch=("any")
-url="http://click.pocoo.org/;
-license=("BSD")
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
-
-prepare() {
-cp -a $_realname-$pkgver{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-click() {
-depends=("python")
-cd "${srcdir}/${_realname}-${pkgver}"
-python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-click() {
-depends=("python2")
-cd "${srcdir}/${_realname}-${pkgver}-python2"
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-click/repos/community-any/PKGBUILD (from rev 148076, 
python-click/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-01 15:55:29 UTC (rev 148077)
@@ -0,0 +1,41 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Carl George < arch at cgtx dot us >
+
+pkgbase=python-click
+pkgname=("python-click" "python2-click")
+_realname=click
+pkgver=6.2
+pkgrel=1
+pkgdesc="A simple wrapper around optparse for powerful command line utilities"
+arch=("any")
+url="http://click.pocoo.org/;
+license=("BSD")
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
+sha256sums=('fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82')
+
+prepare() {
+cp -a $_realname-$pkgver{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-click() {
+depends=("python")
+cd "${srcdir}/${_realname}-${pkgver}"
+python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-click() {
+depends=("python2")
+cd "${srcdir}/${_realname}-${pkgver}-python2"
+python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:55:25
  Author: svenstaro
Revision: 148076

upgpkg: python-click 6.2-1

upstream release 6.2

Modified:
  python-click/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 15:54:48 UTC (rev 148075)
+++ PKGBUILD2015-12-01 15:55:25 UTC (rev 148076)
@@ -4,8 +4,8 @@
 pkgbase=python-click
 pkgname=("python-click" "python2-click")
 _realname=click
-pkgver=5.1
-pkgrel=3
+pkgver=6.2
+pkgrel=1
 pkgdesc="A simple wrapper around optparse for powerful command line utilities"
 arch=("any")
 url="http://click.pocoo.org/;
@@ -12,7 +12,7 @@
 license=("BSD")
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/c/$_realname/$_realname-$pkgver.tar.gz;)
-sha256sums=('678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a')
+sha256sums=('fba0ff70f5ebb4cebbf64c40a8fbc222fb7cf825237241e548354dabe3da6a82')
 
 prepare() {
 cp -a $_realname-$pkgver{,-python2}


[arch-commits] Commit in uwsgi/repos (48 files)

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:59:34
  Author: svenstaro
Revision: 148079

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

Added:
  uwsgi/repos/community-i686/PKGBUILD
(from rev 148078, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 148078, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 148078, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 148078, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 148078, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 148078, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 148078, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi_at.service
(from rev 148078, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-i686/uwsgi_at.socket
(from rev 148078, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 148078, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 148078, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 148078, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 148078, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 148078, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 148078, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 148078, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 148078, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 148078, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 148078, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi_at.service
(from rev 148078, uwsgi/trunk/uwsgi_at.service)
  uwsgi/repos/community-x86_64/uwsgi_at.socket
(from rev 148078, uwsgi/trunk/uwsgi_at.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 148078, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 148078, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 148078, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi_at.service
  uwsgi/repos/community-i686/uwsgi_at.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi_at.service
  uwsgi/repos/community-x86_64/uwsgi_at.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  392 
 /archlinux.ini|   10 
 /emperor.ini  |8 
 /emperor.uwsgi.service|   32 +
 /emperor.uwsgi.socket |   18 
 /tmpfilesd|2 
 /uwsgi.install|   24 +
 /uwsgi_at.service |   32 +
 /uwsgi_at.socket  |   18 
 /uwsgi_fix_rpath.patch|  132 ++
 /uwsgi_ruby20_compatibility.patch |   84 
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  196 --
 community-i686/archlinux.ini  |5 
 community-i686/emperor.ini|4 
 community-i686/emperor.uwsgi.service  |   16 
 community-i686/emperor.uwsgi.socket   |9 
 community-i686/tmpfilesd  |1 
 community-i686/uwsgi.install  |   12 
 community-i686/uwsgi_at.service

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

2015-12-01 Thread Sven-Hendrik Haase
Date: Tuesday, December 1, 2015 @ 16:59:15
  Author: svenstaro
Revision: 148078

upgpkg: uwsgi 2.0.11.2-3

rebuild

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 15:55:29 UTC (rev 148077)
+++ PKGBUILD2015-12-01 15:59:15 UTC (rev 148078)
@@ -22,7 +22,7 @@
  uwsgi-plugin-webdav
  mod_proxy_uwsgi)
 pkgver=2.0.11.2
-pkgrel=2
+pkgrel=3
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase;
 license=(GPL2)


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

2015-12-01 Thread Maxime Gauduin
Date: Tuesday, December 1, 2015 @ 14:44:31
  Author: alucryd
Revision: 252094

upgpkg: mkvtoolnix 8.6.1-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-01 08:53:37 UTC (rev 252093)
+++ PKGBUILD2015-12-01 13:44:31 UTC (rev 252094)
@@ -5,7 +5,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.5.2
+pkgver=8.6.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='https://www.bunkus.org/videotools/mkvtoolnix/'
@@ -13,7 +13,7 @@
 makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
  'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('2b4dec263148f9f6443cc060e0c608b6')
+md5sums=('acc96607003542f3dcc810b54cd1981b')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2015-12-01 Thread Maxime Gauduin
Date: Tuesday, December 1, 2015 @ 14:44:49
  Author: alucryd
Revision: 252095

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

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

-+
 /PKGBUILD   |  122 ++
 /mkvtoolnix-gui.install |   30 
 extra-i686/PKGBUILD |   61 -
 extra-i686/mkvtoolnix-gui.install   |   15 
 extra-x86_64/PKGBUILD   |   61 -
 extra-x86_64/mkvtoolnix-gui.install |   15 
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-12-01 13:44:31 UTC (rev 252094)
+++ extra-i686/PKGBUILD 2015-12-01 13:44:49 UTC (rev 252095)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=8.5.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
- 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
-md5sums=('2b4dec263148f9f6443cc060e0c608b6')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure --prefix='/usr' \
-  --without-curl \
-  --disable-qt
-  ./drake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure --prefix='/usr' \
-  --without-curl
-  ./drake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
-  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
-   'libvorbis' 'zlib')
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  pkgdesc='Set of tools to create, edit and inspect Matroska files - GUI'
-  depends=('desktop-file-utils' 'hicolor-icon-theme' 'mkvtoolnix-cli'
-   'qt5-base' 'shared-mime-info' 'xdg-utils')
-  replaces=('mkvtoolnix-gtk')
-  install='mkvtoolnix-gui.install'
-
-  cd mkvtoolnix-${pkgver}
-
-  ./drake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-i686/PKGBUILD (from rev 252094, 
mkvtoolnix/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-01 13:44:49 UTC (rev 252095)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=8.6.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'file' 'flac' 'libebml' 'libmatroska'
+ 'libogg' 'libvorbis' 'qt5-base' 'ruby' 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz;)
+md5sums=('acc96607003542f3dcc810b54cd1981b')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure --prefix='/usr' \
+  --without-curl \
+  --disable-qt
+  ./drake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure --prefix='/usr' \
+  --without-curl
+  ./drake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  pkgdesc='Set of tools to create, edit and inspect Matroska files - CLI'
+  depends=('boost-libs' 'file' 'flac' 'libebml' 'libmatroska' 'libogg'
+   'libvorbis' 'zlib')
+
+  cd mkvtoolnix-${pkgver}
+
+  ./drake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {