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

2016-05-23 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 07:40:56
  Author: fyan
Revision: 176183

upgpkg: keybase 1.0.16-1

- switch to gcc-go
- upstream new release

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 23:01:22 UTC (rev 176182)
+++ PKGBUILD2016-05-24 05:40:56 UTC (rev 176183)
@@ -4,28 +4,29 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.15
-_realver=1.0.15
+pkgver=1.0.16
+_realver=1.0.16
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://keybase.io/'
 license=('BSD')
 depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
+makedepends=('gcc-go' 'git' 'mercurial')
 source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
 sha256sums=('SKIP')
 
 prepare() {
   cd client
+  mkdir -p .gopath/src
+  mv go/vendor/* .gopath/src/
   mkdir -p .gopath/src/github.com/keybase
   ln -sf "$PWD" .gopath/src/github.com/keybase/client
   export GOPATH="$PWD/.gopath"
-  export GO15VENDOREXPERIMENT=1
 }
 
 build() {
   cd client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
+  go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
 }
 
 package() {


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

2016-05-23 Thread Felix Yan
Date: Tuesday, May 24, 2016 @ 07:41:31
  Author: fyan
Revision: 176184

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

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

---+
 /PKGBUILD |   72 
 community-i686/PKGBUILD   |   35 -
 community-x86_64/PKGBUILD |   35 -
 3 files changed, 72 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-24 05:40:56 UTC (rev 176183)
+++ community-i686/PKGBUILD 2016-05-24 05:41:31 UTC (rev 176184)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.15
-_realver=1.0.15
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-  export GO15VENDOREXPERIMENT=1
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-i686/PKGBUILD (from rev 176183, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-24 05:41:31 UTC (rev 176184)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.16
+_realver=1.0.16
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('gcc-go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src
+  mv go/vendor/* .gopath/src/
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" 
github.com/keybase/client/go/keybase
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-24 05:40:56 UTC (rev 176183)
+++ community-x86_64/PKGBUILD   2016-05-24 05:41:31 UTC (rev 176184)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Michael Hansen 
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.15
-_realver=1.0.15
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd client
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-  export GO15VENDOREXPERIMENT=1
-}
-
-build() {
-  cd client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase # 
-gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd client
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 176183, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-24 05:41:31 UTC (rev 176184)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.16
+_realver=1.0.16
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('gcc-go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)

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

2016-05-23 Thread Dan McGee
Date: Tuesday, May 24, 2016 @ 04:48:30
  Author: dan
Revision: 268521

upgpkg: git 2.8.3-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-24 02:40:51 UTC (rev 268520)
+++ PKGBUILD2016-05-24 02:48:30 UTC (rev 268521)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -27,7 +27,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
git-daemon.socket)
-md5sums=('b8edb4ae34828fda6aa2a4478089b107'
+md5sums=('4a9bda9f14e9c5ce3e7a416e43b74a1b'
  'SKIP'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')


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

2016-05-23 Thread Dan McGee
Date: Tuesday, May 24, 2016 @ 04:48:43
  Author: dan
Revision: 268522

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 268521, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 268521, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 268521, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 268521, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 268521, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 268521, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 268521, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 268521, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  230 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   24 +++
 extra-i686/PKGBUILD  |  115 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   12 -
 extra-x86_64/PKGBUILD|  115 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   12 -
 12 files changed, 292 insertions(+), 292 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-24 02:48:30 UTC (rev 268521)
+++ extra-i686/PKGBUILD 2016-05-24 02:48:43 UTC (rev 268522)
@@ -1,115 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/;
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
-"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
-git-daemon@.service
-   git-daemon.socket)
-md5sums=('b8edb4ae34828fda6aa2a4478089b107'
- 'SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
-  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
-  # build chroot (i.e.: /usr/bin/nologin)
-  SHELL=/bin/sh \
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  

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

2016-05-23 Thread Antonio Rojas
Date: Tuesday, May 24, 2016 @ 01:01:22
  Author: arojas
Revision: 176182

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

Added:
  sagemath/repos/community-i686/PKGBUILD
(from rev 176181, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-i686/anal.h
(from rev 176181, sagemath/trunk/anal.h)
  sagemath/repos/community-i686/clean.patch
(from rev 176181, sagemath/trunk/clean.patch)
  sagemath/repos/community-i686/cython-sys-path.patch
(from rev 176181, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-i686/disable-fes.patch
(from rev 176181, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-i686/ecm-7.patch
(from rev 176181, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-i686/env.patch
(from rev 176181, sagemath/trunk/env.patch)
  sagemath/repos/community-i686/is-package-installed.patch
(from rev 176181, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-i686/jupyter-path.patch
(from rev 176181, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-i686/linbox-1.4.patch
(from rev 176181, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/community-i686/package.patch
(from rev 176181, sagemath/trunk/package.patch)
  sagemath/repos/community-i686/paths.patch
(from rev 176181, sagemath/trunk/paths.patch)
  sagemath/repos/community-i686/python-2.7.11.patch
(from rev 176181, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-i686/skip-check.patch
(from rev 176181, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-i686/test-optional.patch
(from rev 176181, sagemath/trunk/test-optional.patch)
  sagemath/repos/community-x86_64/PKGBUILD
(from rev 176181, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-x86_64/anal.h
(from rev 176181, sagemath/trunk/anal.h)
  sagemath/repos/community-x86_64/clean.patch
(from rev 176181, sagemath/trunk/clean.patch)
  sagemath/repos/community-x86_64/cython-sys-path.patch
(from rev 176181, sagemath/trunk/cython-sys-path.patch)
  sagemath/repos/community-x86_64/disable-fes.patch
(from rev 176181, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-x86_64/ecm-7.patch
(from rev 176181, sagemath/trunk/ecm-7.patch)
  sagemath/repos/community-x86_64/env.patch
(from rev 176181, sagemath/trunk/env.patch)
  sagemath/repos/community-x86_64/is-package-installed.patch
(from rev 176181, sagemath/trunk/is-package-installed.patch)
  sagemath/repos/community-x86_64/jupyter-path.patch
(from rev 176181, sagemath/trunk/jupyter-path.patch)
  sagemath/repos/community-x86_64/linbox-1.4.patch
(from rev 176181, sagemath/trunk/linbox-1.4.patch)
  sagemath/repos/community-x86_64/package.patch
(from rev 176181, sagemath/trunk/package.patch)
  sagemath/repos/community-x86_64/paths.patch
(from rev 176181, sagemath/trunk/paths.patch)
  sagemath/repos/community-x86_64/python-2.7.11.patch
(from rev 176181, sagemath/trunk/python-2.7.11.patch)
  sagemath/repos/community-x86_64/skip-check.patch
(from rev 176181, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-x86_64/test-optional.patch
(from rev 176181, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-i686/PKGBUILD
  sagemath/repos/community-i686/anal.h
  sagemath/repos/community-i686/clean.patch
  sagemath/repos/community-i686/cython-sys-path.patch
  sagemath/repos/community-i686/disable-fes.patch
  sagemath/repos/community-i686/ecm-7.patch
  sagemath/repos/community-i686/env.patch
  sagemath/repos/community-i686/is-package-installed.patch
  sagemath/repos/community-i686/jupyter-path.patch
  sagemath/repos/community-i686/linbox-1.4.patch
  sagemath/repos/community-i686/package.patch
  sagemath/repos/community-i686/paths.patch
  sagemath/repos/community-i686/python-2.7.11.patch
  sagemath/repos/community-i686/skip-check.patch
  sagemath/repos/community-i686/test-optional.patch
  sagemath/repos/community-x86_64/PKGBUILD
  sagemath/repos/community-x86_64/anal.h
  sagemath/repos/community-x86_64/clean.patch
  sagemath/repos/community-x86_64/cython-sys-path.patch
  sagemath/repos/community-x86_64/disable-fes.patch
  sagemath/repos/community-x86_64/ecm-7.patch
  sagemath/repos/community-x86_64/env.patch
  sagemath/repos/community-x86_64/is-package-installed.patch
  sagemath/repos/community-x86_64/jupyter-path.patch
  sagemath/repos/community-x86_64/linbox-1.4.patch
  sagemath/repos/community-x86_64/package.patch
  sagemath/repos/community-x86_64/paths.patch
  sagemath/repos/community-x86_64/python-2.7.11.patch
  sagemath/repos/community-x86_64/skip-check.patch
  sagemath/repos/community-x86_64/test-optional.patch

-+
 /PKGBUILD   |  330 +
 /anal.h |  130 +++
 /clean.patch|   48 +
 /cython-sys-path.patch  |   20 
 /disable-fes.patch

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

2016-05-23 Thread Antonio Rojas
Date: Tuesday, May 24, 2016 @ 00:59:01
  Author: arojas
Revision: 176181

Rebuild against fflas-ffpack 2.2.1-7 to remove SSE4 symbols (FS#49408)

Modified:
  sagemath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 21:24:04 UTC (rev 176180)
+++ PKGBUILD2016-05-23 22:59:01 UTC (rev 176181)
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;


[arch-commits] Commit in ejabberd/repos (20 files)

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 23:24:04
  Author: spupykin
Revision: 176180

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

Added:
  ejabberd/repos/community-i686/PKGBUILD
(from rev 176179, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-i686/ejabberd.install
(from rev 176179, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-i686/ejabberd.logrotate
(from rev 176179, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-i686/ejabberd.service
(from rev 176179, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-i686/sysuser.conf
(from rev 176179, ejabberd/trunk/sysuser.conf)
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 176179, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.install
(from rev 176179, ejabberd/trunk/ejabberd.install)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 176179, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/ejabberd.service
(from rev 176179, ejabberd/trunk/ejabberd.service)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 176179, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-i686/PKGBUILD
  ejabberd/repos/community-i686/ejabberd.install
  ejabberd/repos/community-i686/ejabberd.logrotate
  ejabberd/repos/community-i686/ejabberd.service
  ejabberd/repos/community-i686/sysuser.conf
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.install
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/ejabberd.service
  ejabberd/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  304 ++
 /ejabberd.install   |   22 ++
 /ejabberd.logrotate |   24 ++
 /ejabberd.service   |   30 +++
 /sysuser.conf   |4 
 community-i686/PKGBUILD |  148 
 community-i686/ejabberd.install |   11 -
 community-i686/ejabberd.logrotate   |   12 -
 community-i686/ejabberd.service |   15 -
 community-i686/sysuser.conf |2 
 community-x86_64/PKGBUILD   |  148 
 community-x86_64/ejabberd.install   |   11 -
 community-x86_64/ejabberd.logrotate |   12 -
 community-x86_64/ejabberd.service   |   15 -
 community-x86_64/sysuser.conf   |2 
 15 files changed, 384 insertions(+), 376 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 21:23:37 UTC (rev 176179)
+++ community-i686/PKGBUILD 2016-05-23 21:24:04 UTC (rev 176180)
@@ -1,148 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-#
-# cd deps ; ls -1 | while read g; do (test -d $g && cd $g && sh ../t.sh); done 
>qwe
-#
-# U=`grep 'url =' .git/config | cut -f2 -d= | tr -d ' '`
-# C=`git rev-parse HEAD`
-# N=`basename $(pwd)`
-# echo -e "\t\"$N::$U#commit=$C\""
-#
-
-pkgname=ejabberd
-pkgver=16.03
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64' 'i686')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-install=$pkgname.install
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=e26b88e153d693ce0aa81639cf60646f6bfafa69"
-   
"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2e050723967b6345ad8dd6f79e2b38b647472a55"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=162f6e1ac9156340a7653dfbadab9a343c93d062"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"
-   
"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"
-   
"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"
-   

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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 23:23:37
  Author: spupykin
Revision: 176179

upgpkg: ejabberd 16.04-1

upd

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:52:31 UTC (rev 176178)
+++ PKGBUILD2016-05-23 21:23:37 UTC (rev 176179)
@@ -13,7 +13,7 @@
 #
 
 pkgname=ejabberd
-pkgver=16.03
+pkgver=16.04
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64' 'i686')
@@ -29,37 +29,39 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;

"cache_tab::git://github.com/processone/cache_tab#commit=aeb255793d1ca48a147d8b5f22c3bc09ddb6ba87"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=f2a9c7016633ca63541a8160c63a53eb7edbccdb"
+   
"elixir::git://github.com/elixir-lang/elixir#commit=139d2eac5998259379862ff6ed2a5287f7de4ea6"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=e26b88e153d693ce0aa81639cf60646f6bfafa69"
+   
"esip::git://github.com/processone/esip#commit=9b57b40bd1195d097a9dca71c1dabc9230dfed8c"

"ezlib::git://github.com/processone/ezlib#commit=85617df345589c0b6eca5d4100eb04ac4bffe3d5"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2e050723967b6345ad8dd6f79e2b38b647472a55"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=ccc6a5c52764f1a0c355ad16c4ae06b11194e4b7"

"fast_xml::git://github.com/processone/fast_xml#commit=f6f21a56211afd9d99670ac4953a2d5c6163e4e0"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=162f6e1ac9156340a7653dfbadab9a343c93d062"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=9a3b510d7cf3581d7211ad13c307e2be60abdc4e"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=64864ba7fcf40988361340e48680b49a2c2938cf"

"hamcrest::git://github.com/hyperthunk/hamcrest-erlang#commit=908a24fda4a46776a5135db60ca071e3d783f9f6"

"iconv::git://github.com/processone/iconv#commit=514703b3a5517a7a921ad5ce3e83b76df2bd70f0"

"jiffy::git://github.com/davisp/jiffy#commit=6303ff98aaa3fce625038c8b7af2aa8b802f4742"

"lager::git://github.com/basho/lager#commit=599dda6786a81200e00b3d9b4b36951e052727a3"
-   
"luerl::git://github.com/rvirding/luerl#commit=9524d0309a88b7c62ae93da0b632b185de3ba9db"
-   
"meck::git://github.com/eproxus/meck#commit=dde759050eff19a1a80fd854d7375174b191665d"
+   
"luerl::git://github.com/rvirding/luerl#commit=f7b2cc0ab6fa4245ebeda0169fc994aff0628bf9"
+   
"meck::git://github.com/eproxus/meck#commit=70d6a33ce7407029dc59e22a5b3c1c61c1348b23"
+   
"moka::git://github.com/processone/moka.git#commit=768efea96443c57125e6247dbebee687f17be149"

"p1_mysql::git://github.com/processone/p1_mysql#commit=a13606026f3ee8862c7d7c9b31ad2faf5ee8031a"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2.git#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=34f9b20fd68134a4646130bdcf1abf320f815a00"

"p1_pam::git://github.com/processone/epam#commit=f0d6588f4733c4d8068af44cf51c966af8bf514a"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=f0df4799b4d470ecbfda42cc04577558e078e277"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=3297baf5c40ad73c59f3ed913090a5f682b6f95d"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=1cefac417342c71a08a08043b1b743e72d4ddc12"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=e8d35fa5accd9a748bb8ac4942edcfa45be09ec3"

"p1_xmlrpc::git://github.com/processone/p1_xmlrpc#commit=6dface5a00da4cd0b0084a253075b5573336c0bb"
-   
"protobuffs::git://github.com/basho/erlang_protobuffs.git#commit=a177aef639a33cc5a2dd7abed7e4f4b83f9b"
+   
"protobuffs::git://github.com/basho/erlang_protobuffs#commit=6e7fc924506e2dc166a6170e580ce1d95ebbd5bd"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/basho/riak-erlang-client#commit=527722d12d0433b837cdb92a60900c2cb5df8942"

"riak_pb::git://github.com/basho/riak_pb#commit=eacf4404625de69f7b3908cebd8efe416d9598b0"
+   
"samerlib::git://github.com/processone/samerlib#commit=9158f65d18ec63f8b409543b6fb46dd5fce46160"

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=6ee3570060fbbf793a0bc873831e8eabb6c39851"
-   
"stringprep::git://github.com/processone/stringprep#commit=b25a0f603af34cac59d86ca6fcfc5a184b64f8b0"
-   
"stun::git://github.com/processone/stun#commit=87a55d7f3a1fe3d98ec3d772b07af49f5469066d"
+   

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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:52:31
  Author: arojas
Revision: 176178

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

Added:
  budgie-desktop/repos/community-i686/PKGBUILD
(from rev 176177, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-i686/fix-theme.patch
(from rev 176177, budgie-desktop/trunk/fix-theme.patch)
  budgie-desktop/repos/community-i686/icon-tasklist.patch
(from rev 176177, budgie-desktop/trunk/icon-tasklist.patch)
  budgie-desktop/repos/community-i686/lightdm.patch
(from rev 176177, budgie-desktop/trunk/lightdm.patch)
  budgie-desktop/repos/community-x86_64/PKGBUILD
(from rev 176177, budgie-desktop/trunk/PKGBUILD)
  budgie-desktop/repos/community-x86_64/fix-theme.patch
(from rev 176177, budgie-desktop/trunk/fix-theme.patch)
  budgie-desktop/repos/community-x86_64/icon-tasklist.patch
(from rev 176177, budgie-desktop/trunk/icon-tasklist.patch)
  budgie-desktop/repos/community-x86_64/lightdm.patch
(from rev 176177, budgie-desktop/trunk/lightdm.patch)
Deleted:
  budgie-desktop/repos/community-i686/PKGBUILD
  budgie-desktop/repos/community-i686/budgie-desktop.install
  budgie-desktop/repos/community-i686/fix-theme.patch
  budgie-desktop/repos/community-i686/icon-tasklist.patch
  budgie-desktop/repos/community-i686/lightdm.patch
  budgie-desktop/repos/community-x86_64/PKGBUILD
  budgie-desktop/repos/community-x86_64/budgie-desktop.install
  budgie-desktop/repos/community-x86_64/fix-theme.patch
  budgie-desktop/repos/community-x86_64/icon-tasklist.patch
  budgie-desktop/repos/community-x86_64/lightdm.patch

-+
 /PKGBUILD   |  148 ++
 /fix-theme.patch|   76 +++
 /icon-tasklist.patch|  100 
 /lightdm.patch  |  114 +++
 community-i686/PKGBUILD |   75 ---
 community-i686/budgie-desktop.install   |   12 --
 community-i686/fix-theme.patch  |   38 ---
 community-i686/icon-tasklist.patch  |   50 --
 community-i686/lightdm.patch|   57 ---
 community-x86_64/PKGBUILD   |   75 ---
 community-x86_64/budgie-desktop.install |   12 --
 community-x86_64/fix-theme.patch|   38 ---
 community-x86_64/icon-tasklist.patch|   50 --
 community-x86_64/lightdm.patch  |   57 ---
 14 files changed, 438 insertions(+), 464 deletions(-)

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


[arch-commits] Commit in budgie-desktop/trunk (PKGBUILD budgie-desktop.install)

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:51:51
  Author: arojas
Revision: 176177

Hooks

Modified:
  budgie-desktop/trunk/PKGBUILD
Deleted:
  budgie-desktop/trunk/budgie-desktop.install

+
 PKGBUILD   |3 +--
 budgie-desktop.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:47:06 UTC (rev 176176)
+++ PKGBUILD2016-05-23 20:51:51 UTC (rev 176177)
@@ -5,7 +5,7 @@
 _helper_pkgname=budgie-helper
 pkgver=10.2.5
 _helper_gitrev=4eb0d504101342c020c080ff9c9eb9f70ac39367
-pkgrel=2
+pkgrel=3
 pkgdesc="Modern desktop environment from the Solus Project"
 arch=('i686' 'x86_64')
 url="https://solus-project.com/budgie;
@@ -16,7 +16,6 @@
 'gnome-control-center: System settings'
 'gnome-screensaver: Lock screen'
 'network-manager-applet: Network management')
-install=$pkgname.install
 
source=("https://github.com/solus-project/budgie-desktop/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
 
"$_helper_pkgname-$_helper_gitrev.tar.gz::https://codeload.github.com/City-busz/$_helper_pkgname/tar.gz/$_helper_gitrev;
 "fix-theme.patch"

Deleted: budgie-desktop.install
===
--- budgie-desktop.install  2016-05-23 20:47:06 UTC (rev 176176)
+++ budgie-desktop.install  2016-05-23 20:51:51 UTC (rev 176177)
@@ -1,12 +0,0 @@
-post_install() {
-   glib-compile-schemas usr/share/glib-2.0/schemas
-   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:47:06
  Author: arojas
Revision: 176176

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

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

--+
 /PKGBUILD|   90 +
 community-i686/PKGBUILD  |   46 --
 community-i686/blueman.install   |   12 
 community-x86_64/PKGBUILD|   46 --
 community-x86_64/blueman.install |   12 
 5 files changed, 90 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:46:34 UTC (rev 176175)
+++ community-i686/PKGBUILD 2016-05-23 20:47:06 UTC (rev 176176)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Arthur Zamarin 
-# Contributor: Martin Wimpress 
-
-pkgname=blueman
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="GTK+ Bluetooth Manager"
-arch=('i686' 'x86_64')
-url="https://github.com/blueman-project/blueman;
-license=('GPL')
-depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
-makedepends=('cython' 'intltool')
-optdepends=('dnsmasq: Network Access Point (NAP) support'
-'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
-'pulseaudio-bluetooth: audio devices support')
-install=$pkgname.install
-source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix path for bluetoothd
-  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
-
-  # Fix non-standard icon names
-  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
-  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/$pkgname \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: blueman/repos/community-i686/PKGBUILD (from rev 176175, 
blueman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:47:06 UTC (rev 176176)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Arthur Zamarin 
+# Contributor: Martin Wimpress 
+
+pkgname=blueman
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="GTK+ Bluetooth Manager"
+arch=('i686' 'x86_64')
+url="https://github.com/blueman-project/blueman;
+license=('GPL')
+depends=('bluez' 'bluez-libs' 'gtk3' 'libnotify' 'python-cairo' 'python-dbus' 
'python-gobject')
+makedepends=('cython' 'intltool')
+optdepends=('dnsmasq: Network Access Point (NAP) support'
+'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
+'pulseaudio-bluetooth: audio devices support')
+source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix path for bluetoothd
+  sed -i 's|/usr/sbin/bluetoothd|/usr/lib/bluetooth/bluetoothd|' 
apps/blueman-report
+
+  # Fix non-standard icon names
+  sed -i 's/gtk-find/edit-find/' data/ui/device-list-widget.ui
+  sed -i 's/mouse/input-mouse/' blueman/services/Input.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/$pkgname \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/blueman.install
===
--- community-i686/blueman.install  2016-05-23 20:46:34 UTC (rev 176175)
+++ community-i686/blueman.install  2016-05-23 20:47:06 UTC (rev 176176)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD 

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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:46:34
  Author: arojas
Revision: 176175

Hooks

Modified:
  blueman/trunk/PKGBUILD
Deleted:
  blueman/trunk/blueman.install

-+
 PKGBUILD|3 +--
 blueman.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:44:41 UTC (rev 176174)
+++ PKGBUILD2016-05-23 20:46:34 UTC (rev 176175)
@@ -5,7 +5,7 @@
 
 pkgname=blueman
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Bluetooth Manager"
 arch=('i686' 'x86_64')
 url="https://github.com/blueman-project/blueman;
@@ -15,7 +15,6 @@
 optdepends=('dnsmasq: Network Access Point (NAP) support'
 'networkmanager: Dial Up Networking (DUN) and Personal Area 
Networking (PAN) support'
 'pulseaudio-bluetooth: audio devices support')
-install=$pkgname.install
 
source=(https://github.com/blueman-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
 sha256sums=('e92dd9c27f75a1485b548f7a8b159946a4af154b90fb82f5a0f614b66a01430f')
 

Deleted: blueman.install
===
--- blueman.install 2016-05-23 20:44:41 UTC (rev 176174)
+++ blueman.install 2016-05-23 20:46:34 UTC (rev 176175)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:44:41
  Author: arojas
Revision: 176174

archrelease: copy trunk to community-any

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

---+
 PKGBUILD  |   61 +---
 blueberry.install |   12 --
 2 files changed, 30 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 20:44:09 UTC (rev 176173)
+++ PKGBUILD2016-05-23 20:44:41 UTC (rev 176174)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributer: Sam Burgos 
-
-pkgname=blueberry
-pkgver=1.1.2
-pkgrel=1
-pkgdesc="Bluetooth configuration tool"
-arch=('any')
-url="https://github.com/linuxmint/blueberry;
-license=('GPL')
-depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
-sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Python2 fix
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  cp -r etc usr "$pkgdir"
-}

Copied: blueberry/repos/community-any/PKGBUILD (from rev 176173, 
blueberry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 20:44:41 UTC (rev 176174)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributer: Sam Burgos 
+
+pkgname=blueberry
+pkgver=1.1.2
+pkgrel=2
+pkgdesc="Bluetooth configuration tool"
+arch=('any')
+url="https://github.com/linuxmint/blueberry;
+license=('GPL')
+depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
+source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
+sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' usr/bin/blueberry{,-tray}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  cp -r etc usr "$pkgdir"
+}

Deleted: blueberry.install
===
--- blueberry.install   2016-05-23 20:44:09 UTC (rev 176173)
+++ blueberry.install   2016-05-23 20:44:41 UTC (rev 176174)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:44:09
  Author: arojas
Revision: 176173

Hooks

Modified:
  blueberry/trunk/PKGBUILD
Deleted:
  blueberry/trunk/blueberry.install

---+
 PKGBUILD  |3 +--
 blueberry.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:42:59 UTC (rev 176172)
+++ PKGBUILD2016-05-23 20:44:09 UTC (rev 176173)
@@ -4,13 +4,12 @@
 
 pkgname=blueberry
 pkgver=1.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Bluetooth configuration tool"
 arch=('any')
 url="https://github.com/linuxmint/blueberry;
 license=('GPL')
 depends=('gnome-bluetooth' 'python2-gobject' 'rfkill')
-install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz)
 sha256sums=('e9316763dc2350d11f74e56a329f398fe58f31ee2b6240bc34b1fc8a1e9d2f80')
 

Deleted: blueberry.install
===
--- blueberry.install   2016-05-23 20:42:59 UTC (rev 176172)
+++ blueberry.install   2016-05-23 20:44:09 UTC (rev 176173)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in blam/repos/community-any (PKGBUILD PKGBUILD blam.install)

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:42:59
  Author: arojas
Revision: 176172

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   68 +++--
 blam.install |   22 --
 2 files changed, 33 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 20:42:35 UTC (rev 176171)
+++ PKGBUILD2016-05-23 20:42:59 UTC (rev 176172)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=blam
-pkgver=1.8.12
-pkgrel=2
-pkgdesc="Simple newsreader for GNOME written in C Sharp"
-arch=('any')
-url="https://git.gnome.org/browse/blam;
-license=('GPL')
-depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 
'xdg-utils')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i -e 's/dbus-sharp-glib-1.0/dbus-sharp-glib-2.0/g' configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-install \
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: blam/repos/community-any/PKGBUILD (from rev 176171, blam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 20:42:59 UTC (rev 176172)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=blam
+pkgver=1.8.12
+pkgrel=3
+pkgdesc="Simple newsreader for GNOME written in C Sharp"
+arch=('any')
+url="https://git.gnome.org/browse/blam;
+license=('GPL')
+depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 
'xdg-utils')
+makedepends=('intltool')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i -e 's/dbus-sharp-glib-1.0/dbus-sharp-glib-2.0/g' configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: blam.install
===
--- blam.install2016-05-23 20:42:35 UTC (rev 176171)
+++ blam.install2016-05-23 20:42:59 UTC (rev 176172)
@@ -1,22 +0,0 @@
-pkgname=blam
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:42:35
  Author: arojas
Revision: 176171

Hooks

Modified:
  blam/trunk/PKGBUILD
Deleted:
  blam/trunk/blam.install

--+
 PKGBUILD |3 +--
 blam.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:41:33 UTC (rev 176170)
+++ PKGBUILD2016-05-23 20:42:35 UTC (rev 176171)
@@ -3,7 +3,7 @@
 
 pkgname=blam
 pkgver=1.8.12
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple newsreader for GNOME written in C Sharp"
 arch=('any')
 url="https://git.gnome.org/browse/blam;
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('webkit-sharp' 'gconf-sharp' 'notify-sharp' 'hicolor-icon-theme' 
'xdg-utils')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('6294d13629cd0cabc50ed3a489682b50c2c61972d55d8209b59b2a8b434810ea')
 

Deleted: blam.install
===
--- blam.install2016-05-23 20:41:33 UTC (rev 176170)
+++ blam.install2016-05-23 20:42:35 UTC (rev 176171)
@@ -1,22 +0,0 @@
-pkgname=blam
-
-post_install() {
-  gconfpkg --install $pkgname
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:40:59
  Author: arojas
Revision: 176169

Hooks

Modified:
  almanah/trunk/PKGBUILD
Deleted:
  almanah/trunk/almanah.install

-+
 PKGBUILD|3 +--
 almanah.install |   12 
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:39:10 UTC (rev 176168)
+++ PKGBUILD2016-05-23 20:40:59 UTC (rev 176169)
@@ -3,7 +3,7 @@
 
 pkgname=almanah
 pkgver=0.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Apps/Almanah_Diary;
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('evolution' 'libcryptui')
 makedepends=('intltool')
-install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
 

Deleted: almanah.install
===
--- almanah.install 2016-05-23 20:39:10 UTC (rev 176168)
+++ almanah.install 2016-05-23 20:40:59 UTC (rev 176169)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:41:33
  Author: arojas
Revision: 176170

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

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

--+
 /PKGBUILD|   52 +
 community-i686/PKGBUILD  |   27 ---
 community-i686/almanah.install   |   12 
 community-x86_64/PKGBUILD|   27 ---
 community-x86_64/almanah.install |   12 
 5 files changed, 52 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:40:59 UTC (rev 176169)
+++ community-i686/PKGBUILD 2016-05-23 20:41:33 UTC (rev 176170)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=almanah
-pkgver=0.11.1
-pkgrel=4
-pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Almanah_Diary;
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: almanah/repos/community-i686/PKGBUILD (from rev 176169, 
almanah/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:41:33 UTC (rev 176170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.11.1
+pkgrel=5
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary;
+license=('GPL')
+depends=('evolution' 'libcryptui')
+makedepends=('intltool')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/almanah.install
===
--- community-i686/almanah.install  2016-05-23 20:40:59 UTC (rev 176169)
+++ community-i686/almanah.install  2016-05-23 20:41:33 UTC (rev 176170)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 20:40:59 UTC (rev 176169)
+++ community-x86_64/PKGBUILD   2016-05-23 20:41:33 UTC (rev 176170)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=almanah
-pkgver=0.11.1
-pkgrel=4
-pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Almanah_Diary;
-license=('GPL')
-depends=('evolution' 'libcryptui')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('00a66b31763fecea7d45a6127494ec997df5d35c8002867be8432f84a7f70ebc')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: almanah/repos/community-x86_64/PKGBUILD (from rev 176169, 
almanah/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-23 20:41:33 UTC (rev 176170)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+

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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:39:10
  Author: arojas
Revision: 176168

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

Added:
  agave/repos/community-i686/PKGBUILD
(from rev 176167, agave/trunk/PKGBUILD)
  agave/repos/community-i686/agave-0.4.7-mdv-fix-str-fmt.patch
(from rev 176167, agave/trunk/agave-0.4.7-mdv-fix-str-fmt.patch)
  agave/repos/community-i686/drop-libgnome.patch
(from rev 176167, agave/trunk/drop-libgnome.patch)
  agave/repos/community-i686/schemebox.patch
(from rev 176167, agave/trunk/schemebox.patch)
  agave/repos/community-x86_64/PKGBUILD
(from rev 176167, agave/trunk/PKGBUILD)
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
(from rev 176167, agave/trunk/agave-0.4.7-mdv-fix-str-fmt.patch)
  agave/repos/community-x86_64/drop-libgnome.patch
(from rev 176167, agave/trunk/drop-libgnome.patch)
  agave/repos/community-x86_64/schemebox.patch
(from rev 176167, agave/trunk/schemebox.patch)
Deleted:
  agave/repos/community-i686/PKGBUILD
  agave/repos/community-i686/agave-0.4.7-mdv-fix-str-fmt.patch
  agave/repos/community-i686/agave.install
  agave/repos/community-i686/drop-libgnome.patch
  agave/repos/community-i686/schemebox.patch
  agave/repos/community-x86_64/PKGBUILD
  agave/repos/community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch
  agave/repos/community-x86_64/agave.install
  agave/repos/community-x86_64/drop-libgnome.patch
  agave/repos/community-x86_64/schemebox.patch

+
 /PKGBUILD  |  110 +++
 /agave-0.4.7-mdv-fix-str-fmt.patch |   24 +++
 /drop-libgnome.patch   |  132 +++
 /schemebox.patch   |   22 +++
 community-i686/PKGBUILD|   56 
 community-i686/agave-0.4.7-mdv-fix-str-fmt.patch   |   12 -
 community-i686/agave.install   |   22 ---
 community-i686/drop-libgnome.patch |   66 -
 community-i686/schemebox.patch |   11 -
 community-x86_64/PKGBUILD  |   56 
 community-x86_64/agave-0.4.7-mdv-fix-str-fmt.patch |   12 -
 community-x86_64/agave.install |   22 ---
 community-x86_64/drop-libgnome.patch   |   66 -
 community-x86_64/schemebox.patch   |   11 -
 14 files changed, 288 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:38:33 UTC (rev 176167)
+++ community-i686/PKGBUILD 2016-05-23 20:39:10 UTC (rev 176168)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: Roman Kyrylych 
-# Contributor: William Rea 
-
-pkgname=agave
-pkgver=0.4.7
-pkgrel=6
-pkgdesc="Colorscheme designer tool for GNOME"
-arch=('i686' 'x86_64')
-url="http://home.gna.org/colorscheme/;
-license=('GPL')
-depends=('libglademm' 'gconfmm' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('gnome-doc-utils' 'intltool' 'boost' 'cppunit')
-install=$pkgname.install
-source=("http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2;
-agave-0.4.7-mdv-fix-str-fmt.patch
-schemebox.patch
-drop-libgnome.patch)
-md5sums=('93097881f28dcae1eca2800a763f77c3'
- 'd96ddfe751d8fd4d13a443b94fafb0b6'
- 'c41adfd52ecbf837f4338e67693640fc'
- '7419d23329f847dcde12baa467b52135')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Build fix from Fedora
-  patch -Np1 -i "$srcdir/agave-0.4.7-mdv-fix-str-fmt.patch"
-
-  # Another build fix
-  patch -Np1 -i "$srcdir/schemebox.patch"
-
-  # Remove deprecated libgnome dependency
-  patch -Np1 -i "$srcdir/drop-libgnome.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  CXXFLAGS+=' -std=c++11'
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-scrollkeeper --disable-gnome --disable-schemas-install 
\
-  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: agave/repos/community-i686/PKGBUILD (from rev 176167, 
agave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:39:10 UTC (rev 176168)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: Roman Kyrylych 
+# Contributor: William Rea 

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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:38:33
  Author: arojas
Revision: 176167

Hooks

Modified:
  agave/trunk/PKGBUILD
Deleted:
  agave/trunk/agave.install

---+
 PKGBUILD  |3 +--
 agave.install |   22 --
 2 files changed, 1 insertion(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:35:11 UTC (rev 176166)
+++ PKGBUILD2016-05-23 20:38:33 UTC (rev 176167)
@@ -6,7 +6,7 @@
 
 pkgname=agave
 pkgver=0.4.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Colorscheme designer tool for GNOME"
 arch=('i686' 'x86_64')
 url="http://home.gna.org/colorscheme/;
@@ -13,7 +13,6 @@
 license=('GPL')
 depends=('libglademm' 'gconfmm' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('gnome-doc-utils' 'intltool' 'boost' 'cppunit')
-install=$pkgname.install
 source=("http://download.gna.org/colorscheme/releases/$pkgname-$pkgver.tar.bz2;
 agave-0.4.7-mdv-fix-str-fmt.patch
 schemebox.patch

Deleted: agave.install
===
--- agave.install   2016-05-23 20:35:11 UTC (rev 176166)
+++ agave.install   2016-05-23 20:38:33 UTC (rev 176167)
@@ -1,22 +0,0 @@
-pkgname=agave
-
-post_install() {
-  gconfpkg --install ${pkgname}
-  xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate
-}


[arch-commits] Commit in activity-log-manager/repos (14 files)

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:35:11
  Author: arojas
Revision: 176166

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

Added:
  activity-log-manager/repos/community-i686/PKGBUILD
(from rev 176165, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-i686/fix-build.patch
(from rev 176165, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-i686/gee-0.8.patch
(from rev 176165, activity-log-manager/trunk/gee-0.8.patch)
  activity-log-manager/repos/community-x86_64/PKGBUILD
(from rev 176165, activity-log-manager/trunk/PKGBUILD)
  activity-log-manager/repos/community-x86_64/fix-build.patch
(from rev 176165, activity-log-manager/trunk/fix-build.patch)
  activity-log-manager/repos/community-x86_64/gee-0.8.patch
(from rev 176165, activity-log-manager/trunk/gee-0.8.patch)
Deleted:
  activity-log-manager/repos/community-i686/PKGBUILD
  activity-log-manager/repos/community-i686/activity-log-manager.install
  activity-log-manager/repos/community-i686/fix-build.patch
  activity-log-manager/repos/community-i686/gee-0.8.patch
  activity-log-manager/repos/community-x86_64/PKGBUILD
  activity-log-manager/repos/community-x86_64/activity-log-manager.install
  activity-log-manager/repos/community-x86_64/fix-build.patch
  activity-log-manager/repos/community-x86_64/gee-0.8.patch

---+
 /PKGBUILD |  104 +
 /fix-build.patch  |  276 
 /gee-0.8.patch|   90 +++
 community-i686/PKGBUILD   |   52 
 community-i686/activity-log-manager.install   |   11 
 community-i686/fix-build.patch|  138 
 community-i686/gee-0.8.patch  |   45 ---
 community-x86_64/PKGBUILD |   52 
 community-x86_64/activity-log-manager.install |   11 
 community-x86_64/fix-build.patch  |  138 
 community-x86_64/gee-0.8.patch|   45 ---
 11 files changed, 470 insertions(+), 492 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:34:35 UTC (rev 176165)
+++ community-i686/PKGBUILD 2016-05-23 20:35:11 UTC (rev 176166)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=4
-pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/activity-log-manager;
-license=('GPL2')
-depends=('gtk3' 'libgee' 'zeitgeist')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
-fix-build.patch
-gee-0.8.patch)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'a7ddf1d853f4942ebf701256d9e5a38f'
- '69de6af0fa2adc118f731f8230e6671d'
- '7418197a6909d92ed8e9dab2c0096dbf')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf "%s\n" po/*.po | sed -e 's/po\///g' -e 's/\.po//g' >po/LINGUAS
-
-  # Regenerate C files
-  rm src/activity_log_manager_vala.stamp
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Port to gee-0.8
-  patch -Np1 -i ../gee-0.8.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: activity-log-manager/repos/community-i686/PKGBUILD (from rev 176165, 
activity-log-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:35:11 UTC (rev 176166)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=5
+pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/activity-log-manager;
+license=('GPL2')
+depends=('gtk3' 'libgee' 'zeitgeist')
+makedepends=('vala' 'intltool')
+source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
+
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
+fix-build.patch
+gee-0.8.patch)
+md5sums=('d886be32db0fa351aaf0eb59912ee377'
+ 'a7ddf1d853f4942ebf701256d9e5a38f'
+ '69de6af0fa2adc118f731f8230e6671d'
+ 

[arch-commits] Commit in activity-log-manager/trunk (2 files)

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:34:35
  Author: arojas
Revision: 176165

Hooks

Modified:
  activity-log-manager/trunk/PKGBUILD
Deleted:
  activity-log-manager/trunk/activity-log-manager.install

--+
 PKGBUILD |3 +--
 activity-log-manager.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:31:57 UTC (rev 176164)
+++ PKGBUILD2016-05-23 20:34:35 UTC (rev 176165)
@@ -4,7 +4,7 @@
 
 pkgname=activity-log-manager
 pkgver=0.9.7
-pkgrel=4
+pkgrel=5
 pkgdesc="A graphical user interface which lets you easily control what gets 
logged by Zeitgeist"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/activity-log-manager;
@@ -11,7 +11,6 @@
 license=('GPL2')
 depends=('gtk3' 'libgee' 'zeitgeist')
 makedepends=('vala' 'intltool')
-install=$pkgname.install
 
source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
 
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
 fix-build.patch

Deleted: activity-log-manager.install
===
--- activity-log-manager.install2016-05-23 20:31:57 UTC (rev 176164)
+++ activity-log-manager.install2016-05-23 20:34:35 UTC (rev 176165)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:31:57
  Author: arojas
Revision: 176164

archrelease: copy trunk to community-any

Added:
  cimg/repos/community-any/PKGBUILD
(from rev 176163, cimg/trunk/PKGBUILD)
Deleted:
  cimg/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 20:31:28 UTC (rev 176163)
+++ PKGBUILD2016-05-23 20:31:57 UTC (rev 176164)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Diego Galizzi 
-# Contributor: zoulnix 
-
-pkgname=cimg
-pkgver=1.6.9
-pkgrel=1
-pkgdesc="Open-source C++ toolkit for image processing"
-arch=('any')
-url="http://cimg.sourceforge.net/;
-license=('CeCiLL-C' 'CeCiLL')
-depends=('fftw' 'graphicsmagick')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('d8b304e537a64a9d3213669bf52d3282490b84347248460c9a8bb3a0cf0f22c7')
-
-package() {
-  cd "${srcdir}"/CImg-v.${pkgver//./}
-  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 CImg.h "${pkgdir}"/usr/include/
-  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
-  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cimg/repos/community-any/PKGBUILD (from rev 176163, cimg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 20:31:57 UTC (rev 176164)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Diego Galizzi 
+# Contributor: zoulnix 
+
+pkgname=cimg
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="Open-source C++ toolkit for image processing"
+arch=('any')
+url="http://cimg.sourceforge.net/;
+license=('CeCiLL-C' 'CeCiLL')
+depends=('fftw' 'graphicsmagick')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
+sha256sums=('a58bbfb83dbac200103d9b96654339bac5b16ace0d2959404d71aa7150f5d0ab')
+
+package() {
+  cd "${srcdir}"/CImg-v.${pkgver//./}
+  install -d "${pkgdir}"/usr/include/CImg/plugins 
${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 CImg.h "${pkgdir}"/usr/include/
+  install -m644 plugins/*.h "${pkgdir}"/usr/include/CImg/plugins/
+  install -m644 Licence_CeCILL*_V*-en.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 22:31:28
  Author: arojas
Revision: 176163

Update to 1.7.1

Modified:
  cimg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 20:05:39 UTC (rev 176162)
+++ PKGBUILD2016-05-23 20:31:28 UTC (rev 176163)
@@ -4,7 +4,7 @@
 # Contributor: zoulnix 
 
 pkgname=cimg
-pkgver=1.6.9
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="Open-source C++ toolkit for image processing"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('CeCiLL-C' 'CeCiLL')
 depends=('fftw' 'graphicsmagick')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/dtschump/CImg/archive/v.${pkgver//./}.tar.gz;)
-sha256sums=('d8b304e537a64a9d3213669bf52d3282490b84347248460c9a8bb3a0cf0f22c7')
+sha256sums=('a58bbfb83dbac200103d9b96654339bac5b16ace0d2959404d71aa7150f5d0ab')
 
 package() {
   cd "${srcdir}"/CImg-v.${pkgver//./}


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

2016-05-23 Thread Florian Pritz
Date: Monday, May 23, 2016 @ 22:05:32
  Author: bluewind
Revision: 176161

upgpkg: highlight 3.29-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 19:27:52 UTC (rev 176160)
+++ PKGBUILD2016-05-23 20:05:32 UTC (rev 176161)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.28
+pkgver=3.29
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('05f75d4fb18a401181e658dcaf8ff562'
+md5sums=('e4e71fc22c38c77d4e07a582ccbca889'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2016-05-23 Thread Florian Pritz
Date: Monday, May 23, 2016 @ 22:05:39
  Author: bluewind
Revision: 176162

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 20:05:32 UTC (rev 176161)
+++ community-i686/PKGBUILD 2016-05-23 20:05:39 UTC (rev 176162)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.28
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('05f75d4fb18a401181e658dcaf8ff562'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 176161, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 20:05:39 UTC (rev 176162)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.29
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('e4e71fc22c38c77d4e07a582ccbca889'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 20:05:32 UTC (rev 176161)
+++ community-x86_64/PKGBUILD   2016-05-23 20:05:39 UTC (rev 176162)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.28
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('05f75d4fb18a401181e658dcaf8ff562'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 21:27:52
  Author: arodseth
Revision: 176160

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  111 ++---
 netbeans.install |   13 --
 2 files changed, 55 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 19:27:41 UTC (rev 176159)
+++ PKGBUILD2016-05-23 19:27:52 UTC (rev 176160)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Timm Preetz 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ben Wolsieffer 
-
-pkgname=netbeans
-pkgver=8.1
-_subver=20151001
-pkgrel=2
-pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-arch=('any')
-url='http://netbeans.org/'
-license=('CDDL')
-# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
-depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
-backup=('usr/share/netbeans/etc/netbeans.conf')
-makedepends=('gendesk' 'setconf')
-optdepends=('php: for developing programs in php'
-'groovy: for developing programs in groovy'
-'lib32-glibc')
-install='netbeans.install'
-options=('!strip')
-# http://dlc-cdn.sun.com/netbeans/8.1/final/zip/
-source=("http://download.netbeans.org/netbeans/$pkgver/final/zip/netbeans-$pkgver-$_subver.zip;
-
'https://cdn.rawgit.com/ComFreek/chocolatey-packages/779f5c96f817ed1fa0d76fd90841873dc6c0ba74/icons/netbeans.png')
-sha256sums=('b960957edca0bb14cacadf348ef92b5ac233eec73fa25dda72ef365bc5084ea9'
-'048112cc3be78f41bf6eca8f664f3e92e97fc68df904ce87a7e0156a18d80c7e')
-
-prepare() {
-  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
---custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans" \
---exec 'netbeans %f' --startupnotify true
-  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/"{bin,share/applications}
-
-  # Binary file
-  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  # Resources
-  cp -r "$pkgname" "$pkgdir/usr/share/"
-
-  # Desktop shortcut and icon
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  # Cleanup of directory that contains the binary file and .exe-files
-  rm -r "$pkgdir/usr/share/$pkgname/bin"
-}
-
-# getver: netbeans.org
-# vim:set ts=2 sw=2 et:

Copied: netbeans/repos/community-any/PKGBUILD (from rev 176159, 
netbeans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 19:27:52 UTC (rev 176160)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Timm Preetz 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ben Wolsieffer 
+
+pkgname=netbeans
+pkgver=8.1
+_subver=20151001
+pkgrel=3
+pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
+arch=('any')
+url='http://netbeans.org/'
+license=('CDDL')
+# classpath is not needed, see FS#38567 (Oracle JDK does not need atk either)
+depends=('java-environment' 'ttf-font' 'libxtst' 'giflib' 'atk')
+backup=('usr/share/netbeans/etc/netbeans.conf')
+makedepends=('gendesk' 'setconf')
+optdepends=('php: for developing programs in php'
+'groovy: for developing programs in groovy'
+'lib32-glibc')
+options=('!strip')
+# http://dlc-cdn.sun.com/netbeans/8.1/final/zip/
+source=("http://download.netbeans.org/netbeans/$pkgver/final/zip/netbeans-$pkgver-$_subver.zip;
+
'https://cdn.rawgit.com/ComFreek/chocolatey-packages/779f5c96f817ed1fa0d76fd90841873dc6c0ba74/icons/netbeans.png')
+sha256sums=('b960957edca0bb14cacadf348ef92b5ac233eec73fa25dda72ef365bc5084ea9'
+'048112cc3be78f41bf6eca8f664f3e92e97fc68df904ce87a7e0156a18d80c7e')
+
+prepare() {
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--custom "StartupWMClass=NetBeans IDE $pkgver" --name "NetBeans" \
+--exec 'netbeans %f' --startupnotify true
+  setconf "$pkgname/bin/$pkgname" basedir "/usr/share/$pkgname"
+}
+
+package() {
+  mkdir -p "$pkgdir/usr/"{bin,share/applications}
+
+  # Binary file
+  install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  # Resources
+  cp -r "$pkgname" "$pkgdir/usr/share/"
+
+  # Desktop shortcut and icon
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+
+  # Cleanup 

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 21:27:41
  Author: arodseth
Revision: 176159

upgpkg: netbeans 8.1-3

Modified:
  netbeans/trunk/PKGBUILD
Deleted:
  netbeans/trunk/netbeans.install

--+
 PKGBUILD |3 +--
 netbeans.install |   13 -
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 19:11:50 UTC (rev 176158)
+++ PKGBUILD2016-05-23 19:27:41 UTC (rev 176159)
@@ -7,7 +7,7 @@
 pkgname=netbeans
 pkgver=8.1
 _subver=20151001
-pkgrel=2
+pkgrel=3
 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
 arch=('any')
 url='http://netbeans.org/'
@@ -19,7 +19,6 @@
 optdepends=('php: for developing programs in php'
 'groovy: for developing programs in groovy'
 'lib32-glibc')
-install='netbeans.install'
 options=('!strip')
 # http://dlc-cdn.sun.com/netbeans/8.1/final/zip/
 
source=("http://download.netbeans.org/netbeans/$pkgver/final/zip/netbeans-$pkgver-$_subver.zip;

Deleted: netbeans.install
===
--- netbeans.install2016-05-23 19:11:50 UTC (rev 176158)
+++ netbeans.install2016-05-23 19:27:41 UTC (rev 176159)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database >/dev/null 2>&1
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 21:11:07
  Author: arojas
Revision: 176157

Rebuild against fflas-ffpack 2.2.1-7 to drop SSE4 instructions (FS#49408)

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:40:39 UTC (rev 176156)
+++ PKGBUILD2016-05-23 19:11:07 UTC (rev 176157)
@@ -3,7 +3,7 @@
 
 pkgname=linbox
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
 arch=(i686 x86_64)
 url="http://linalg.org/;


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 21:11:50
  Author: arojas
Revision: 176158

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

Added:
  linbox/repos/community-i686/PKGBUILD
(from rev 176157, linbox/trunk/PKGBUILD)
  linbox/repos/community-i686/lapack.patch
(from rev 176157, linbox/trunk/lapack.patch)
  linbox/repos/community-i686/linbox-fplll.patch
(from rev 176157, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-i686/underlink.patch
(from rev 176157, linbox/trunk/underlink.patch)
  linbox/repos/community-x86_64/PKGBUILD
(from rev 176157, linbox/trunk/PKGBUILD)
  linbox/repos/community-x86_64/lapack.patch
(from rev 176157, linbox/trunk/lapack.patch)
  linbox/repos/community-x86_64/linbox-fplll.patch
(from rev 176157, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-x86_64/underlink.patch
(from rev 176157, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-i686/PKGBUILD
  linbox/repos/community-i686/lapack.patch
  linbox/repos/community-i686/linbox-fplll.patch
  linbox/repos/community-i686/underlink.patch
  linbox/repos/community-x86_64/PKGBUILD
  linbox/repos/community-x86_64/lapack.patch
  linbox/repos/community-x86_64/linbox-fplll.patch
  linbox/repos/community-x86_64/underlink.patch

-+
 /PKGBUILD   |   62 
 /lapack.patch   |   44 
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-i686/PKGBUILD |   31 --
 community-i686/lapack.patch |   22 
 community-i686/linbox-fplll.patch   |   87 -
 community-i686/underlink.patch  |   41 
 community-x86_64/PKGBUILD   |   31 --
 community-x86_64/lapack.patch   |   22 
 community-x86_64/linbox-fplll.patch |   87 -
 community-x86_64/underlink.patch|   41 
 12 files changed, 362 insertions(+), 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 19:11:07 UTC (rev 176157)
+++ community-i686/PKGBUILD 2016-05-23 19:11:50 UTC (rev 176158)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.1
-pkgrel=2
-pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
-arch=(i686 x86_64)
-url="http://linalg.org/;
-license=(LGPL)
-depends=(m4rie lapack flint libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('e6638413bef578990d8764faca44ab17')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-i686/PKGBUILD (from rev 176157, 
linbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 19:11:50 UTC (rev 176158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+pkgrel=3
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the integers and 
over finite fields"
+arch=(i686 x86_64)
+url="http://linalg.org/;
+license=(LGPL)
+depends=(m4rie lapack flint libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('e6638413bef578990d8764faca44ab17')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/lapack.patch
===
--- community-i686/lapack.patch 2016-05-23 19:11:07 UTC (rev 176157)
+++ community-i686/lapack.patch 2016-05-23 19:11:50 UTC (rev 176158)
@@ -1,22 +0,0 @@
 ./macros/lapack-check.m4.orig  2012-06-07 02:30:26.0 -0600
-+++ ./macros/lapack-check.m4   2012-10-02 15:05:47.051001770 -0600
-@@ -38,7 +38,7 @@ LIBS="${BACKUP_LIBS} ${BLAS_LIBS}"
- 
- AC_TRY_RUN(dnl ICC ?
- [   #include "fflas-ffpack/fflas-ffpack-config.h"
--  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
-+  #ifdef __FFLASFFPACK_HAVE_LAPACK
-  int main() { return 0 ; }
-#else
-a pas lapack
 ./configure.orig   2012-06-07 

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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 20:56:04
  Author: heftig
Revision: 268519

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

Added:
  rygel/repos/extra-i686/PKGBUILD
(from rev 268518, rygel/trunk/PKGBUILD)
  rygel/repos/extra-x86_64/PKGBUILD
(from rev 268518, rygel/trunk/PKGBUILD)
Deleted:
  rygel/repos/extra-i686/PKGBUILD
  rygel/repos/extra-i686/org.gnome.Rygel1.service
  rygel/repos/extra-i686/rygel.install
  rygel/repos/extra-i686/rygel.service
  rygel/repos/extra-x86_64/PKGBUILD
  rygel/repos/extra-x86_64/org.gnome.Rygel1.service
  rygel/repos/extra-x86_64/rygel.install
  rygel/repos/extra-x86_64/rygel.service

---+
 /PKGBUILD |   96 
 extra-i686/PKGBUILD   |   47 ---
 extra-i686/org.gnome.Rygel1.service   |4 -
 extra-i686/rygel.install  |   11 ---
 extra-i686/rygel.service  |   10 ---
 extra-x86_64/PKGBUILD |   47 ---
 extra-x86_64/org.gnome.Rygel1.service |4 -
 extra-x86_64/rygel.install|   11 ---
 extra-x86_64/rygel.service|   10 ---
 9 files changed, 96 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 18:54:54 UTC (rev 268518)
+++ extra-i686/PKGBUILD 2016-05-23 18:56:04 UTC (rev 268519)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.30.1
-pkgrel=1
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-arch=(i686 x86_64)
-url="http://live.gnome.org/Rygel;
-license=(LGPL)
-depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
hicolor-icon-theme xdg-utils libmediaart)
-makedepends=(vala intltool python2 gobject-introspection)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker: Share indexed media files')
-backup=(etc/rygel.conf)
-install=rygel.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-org.gnome.Rygel1.service rygel.service)
-sha256sums=('f4e188008f450c40d79bd5bb41c53c2db97301183dce414ef83eeb80f445c376'
-'0997df280adf182772e30613986c6fdbb4b76626182aa7ac03e4315f745499fe'
-'5fdb7b439e5b69407d0d1a24ee2543657a76ec39eb5d8a8271405b74a1fa9061')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
-  --disable-static --enable-mediathek-plugin 
--enable-gst-launch-plugin
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../rygel.service "$pkgdir/usr/lib/systemd/user/rygel.service"
-  install -m644 ../org.gnome.Rygel1.service 
"$pkgdir/usr/share/dbus-1/services/"
-}

Copied: rygel/repos/extra-i686/PKGBUILD (from rev 268518, rygel/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 18:56:04 UTC (rev 268519)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.30.3
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+arch=(i686 x86_64)
+url="http://live.gnome.org/Rygel;
+license=(LGPL)
+depends=(gupnp-av gupnp-dlna libgee gtk3 libunistring libtracker-sparql 
libmediaart)
+makedepends=(vala intltool python2 gobject-introspection)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome-extra)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+activation.patch)
+sha256sums=('7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e'
+'69c7f92fcd8cc368e46e7508c666260ab23a361b5b5e8a0135bce29c2deab3cb')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../activation.patch
+}
+
+build() {
+  cd 

[arch-commits] Commit in rygel/trunk (PKGBUILD org.gnome.Rygel1.service rygel.service)

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 20:54:54
  Author: heftig
Revision: 268518

0.30.3-1

Modified:
  rygel/trunk/PKGBUILD
Deleted:
  rygel/trunk/org.gnome.Rygel1.service
  rygel/trunk/rygel.service

--+
 PKGBUILD |   16 +---
 org.gnome.Rygel1.service |4 
 rygel.service|   10 --
 3 files changed, 9 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:04:29 UTC (rev 268517)
+++ PKGBUILD2016-05-23 18:54:54 UTC (rev 268518)
@@ -3,7 +3,7 @@
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.30.2
+pkgver=0.30.3
 pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 arch=(i686 x86_64)
@@ -20,11 +20,15 @@
 backup=(etc/rygel.conf)
 groups=(gnome-extra)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-org.gnome.Rygel1.service rygel.service)
-sha256sums=('da5fb4e32e4c813bc1b81964021fb993a0944bffd21d76b7ebad5bcd4c0b1c2f'
-'0997df280adf182772e30613986c6fdbb4b76626182aa7ac03e4315f745499fe'
-'5fdb7b439e5b69407d0d1a24ee2543657a76ec39eb5d8a8271405b74a1fa9061')
+activation.patch)
+sha256sums=('7171ac2538d9868b0e564430041fe3485f1cf3b25e2540474d0b1480605e054e'
+'69c7f92fcd8cc368e46e7508c666260ab23a361b5b5e8a0135bce29c2deab3cb')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../activation.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib \
@@ -41,6 +45,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 ../rygel.service "$pkgdir/usr/lib/systemd/user/rygel.service"
-  install -m644 ../org.gnome.Rygel1.service 
"$pkgdir/usr/share/dbus-1/services/"
 }

Deleted: org.gnome.Rygel1.service
===
--- org.gnome.Rygel1.service2016-05-23 18:04:29 UTC (rev 268517)
+++ org.gnome.Rygel1.service2016-05-23 18:54:54 UTC (rev 268518)
@@ -1,4 +0,0 @@
-[D-BUS Service]
-Name=org.gnome.Rygel1
-Exec=/usr/bin/rygel
-SystemdService=rygel.service

Deleted: rygel.service
===
--- rygel.service   2016-05-23 18:04:29 UTC (rev 268517)
+++ rygel.service   2016-05-23 18:54:54 UTC (rev 268518)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Rygel DLNA Media Server
-
-[Service]
-Type=dbus
-BusName=org.gnome.Rygel1
-ExecStart=/usr/bin/rygel
-
-[Install]
-WantedBy=default.target


[arch-commits] Commit in gitlab/repos (68 files)

2016-05-23 Thread Sven-Hendrik Haase
Date: Monday, May 23, 2016 @ 20:40:39
  Author: svenstaro
Revision: 176156

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 176155, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 176155, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 176155, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 176155, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 176155, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 176155, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 176155, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 176155, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 176155, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 176155, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 176155, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 176155, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 176155, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 176155, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 176155, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 176155, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 176155, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 176155, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 176155, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 176155, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 176155, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 176155, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 176155, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 176155, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 176155, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 176155, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 176155, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 176155, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 176155, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 176155, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 176155, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 176155, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 176155, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 176155, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  

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

2016-05-23 Thread Sven-Hendrik Haase
Date: Monday, May 23, 2016 @ 20:40:09
  Author: svenstaro
Revision: 176155

upgpkg: gitlab 8.8.0-1

upstream release 8.8.0 and FS#49333

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:38:18 UTC (rev 176154)
+++ PKGBUILD2016-05-23 18:40:09 UTC (rev 176155)
@@ -7,8 +7,8 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.7.5
-pkgrel=2
+pkgver=8.8.0
+pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README;
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('170029e20425b070b1c96c0480f5a2dc09bc4bc361e487b6572f67b138d6f6cc'
+sha256sums=('b68d508a2b69dc1c8e545d77fd17a9aee81b59e622a22b9943214e3ddb7a2f0b'
 'becafe0f9811fea69a69b8e2739857ef007f0b7e89391229f123c79c285f34f3'
 'fbe5ec709ead1729e4de85f3f036f053b2b14041c540742315ff2d63a7bdd59a'
 'd21d8c961b2834115a1d9c646278782e0d1d1cde2357b58e67bad3a58527'
@@ -73,6 +73,7 @@
   sed -e "s|# user: git|user: gitlab|" \
   -e "s|/home/git/repositories|${_homedir}/repositories|" \
   -e "s|/home/git/gitlab-satellites|${_homedir}/satellites|" \
+  -e "s|# path: /mnt/gitlab|path: ${_homedir}/shared|" \
   -e "s|/home/git/gitlab-shell|/usr/share/webapps/gitlab-shell|" \
   -e "s|tmp/backups|${_homedir}/backups|" \
   config/gitlab.yml.example > config/gitlab.yml
@@ -132,6 +133,7 @@
 
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
+  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/shared"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/builds"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/uploads"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/backups"


[arch-commits] Commit in pychess/repos/community-any (3 files)

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:38:18
  Author: arodseth
Revision: 176154

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|   46 ++
 pychess.install |   14 --
 2 files changed, 22 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 18:38:09 UTC (rev 176153)
+++ PKGBUILD2016-05-23 18:38:18 UTC (rev 176154)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Alexander Fehr 
-
-pkgname=pychess
-pkgver=0.12.3
-pkgrel=2
-pkgdesc='Chess client'
-arch=('any')
-url='http://pychess.org/'
-license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 
'desktop-file-utils')
-install=pychess.install
-source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('70035ee3523f7d1c182137a9e146050c')
-
-package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
-# vim:set ts=2 sw=2 et:

Copied: pychess/repos/community-any/PKGBUILD (from rev 176153, 
pychess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 18:38:18 UTC (rev 176154)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
+# Contributor: Alexander Fehr 
+
+pkgname=pychess
+pkgver=0.12.3
+pkgrel=3
+pkgdesc='Chess client'
+arch=('any')
+url='http://pychess.org/'
+license=('GPL')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
+source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
+sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
+
+package() {
+  cd "pychess-$pkgver"; python setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+# getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
+# vim:set ts=2 sw=2 et:

Deleted: pychess.install
===
--- pychess.install 2016-05-23 18:38:09 UTC (rev 176153)
+++ pychess.install 2016-05-23 18:38:18 UTC (rev 176154)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:38:09
  Author: arodseth
Revision: 176153

upgpkg: pychess 0.12.3-3

Modified:
  pychess/trunk/PKGBUILD
Deleted:
  pychess/trunk/pychess.install

-+
 PKGBUILD|   14 ++
 pychess.install |   14 --
 2 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:27:31 UTC (rev 176152)
+++ PKGBUILD2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,23 +1,21 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Allan McRae 
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
 pkgver=0.12.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 
'desktop-file-utils')
-install=pychess.install
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base')
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz;)
-md5sums=('70035ee3523f7d1c182137a9e146050c')
+sha256sums=('11d5e2d447bb945283f0239a407d8069b13afd77d3a2d491c9c352f1b7862e67')
 
 package() {
-  cd "pychess-$pkgver"
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
+  cd "pychess-$pkgver"; python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: 
raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py

Deleted: pychess.install
===
--- pychess.install 2016-05-23 18:27:31 UTC (rev 176152)
+++ pychess.install 2016-05-23 18:38:09 UTC (rev 176153)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:20:39
  Author: arodseth
Revision: 176150

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

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

+
 /PKGBUILD  |   72 +++
 community-i686/PKGBUILD|   35 -
 community-i686/ristretto.install   |   13 --
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/ristretto.install |   13 --
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 18:20:25 UTC (rev 176149)
+++ community-i686/PKGBUILD 2016-05-23 18:20:39 UTC (rev 176150)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: AndyRTR 
-# Contributor: Ronald van Haren 
-
-pkgname=ristretto
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A fast and lightweight picture-viewer for Xfce'
-arch=('i686' 'x86_64')
-url='http://goodies.xfce.org/projects/applications/ristretto'
-license=('GPL')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('librsvg: SVG support'
-'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
-install=ristretto.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('94c778850325a4e5a12e3433c8a05432')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: ristretto/repos/community-i686/PKGBUILD (from rev 176149, 
ristretto/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 18:20:39 UTC (rev 176150)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Bartłomiej Piotrowski
+# Contributor: AndyRTR 
+# Contributor: Ronald van Haren 
+
+pkgname=ristretto
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='Fast and lightweight picture-viewer for Xfce'
+arch=('i686' 'x86_64')
+url='http://goodies.xfce.org/projects/applications/ristretto'
+license=('GPL')
+depends=('libxfce4ui' 'libexif')
+makedepends=('intltool')
+optdepends=('librsvg: SVG support'
+'tumbler: thumbnailing support')
+groups=('xfce4-goodies')
+source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('94c778850325a4e5a12e3433c8a05432')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-debug
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ristretto.install
===
--- community-i686/ristretto.install2016-05-23 18:20:25 UTC (rev 176149)
+++ community-i686/ristretto.install2016-05-23 18:20:39 UTC (rev 176150)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 18:20:25 UTC (rev 176149)
+++ community-x86_64/PKGBUILD   2016-05-23 18:20:39 UTC (rev 176150)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Bartłomiej Piotrowski
-# Contributor: AndyRTR 
-# Contributor: Ronald van Haren 
-
-pkgname=ristretto
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='A fast and lightweight picture-viewer for Xfce'
-arch=('i686' 'x86_64')
-url='http://goodies.xfce.org/projects/applications/ristretto'
-license=('GPL')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('librsvg: SVG support'
-'tumbler: thumbnailing support')
-groups=('xfce4-goodies')
-install=ristretto.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-md5sums=('94c778850325a4e5a12e3433c8a05432')
-
-build() {
-  

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:27:31
  Author: arodseth
Revision: 176152

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

Added:
  netsurf/repos/community-i686/PKGBUILD
(from rev 176151, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-i686/netsurf.sh
(from rev 176151, netsurf/trunk/netsurf.sh)
  netsurf/repos/community-x86_64/PKGBUILD
(from rev 176151, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-x86_64/netsurf.sh
(from rev 176151, netsurf/trunk/netsurf.sh)
Deleted:
  netsurf/repos/community-i686/PKGBUILD
  netsurf/repos/community-i686/netsurf.install
  netsurf/repos/community-i686/netsurf.sh
  netsurf/repos/community-x86_64/PKGBUILD
  netsurf/repos/community-x86_64/netsurf.install
  netsurf/repos/community-x86_64/netsurf.sh

--+
 /PKGBUILD|  140 +
 /netsurf.sh  |   14 +++
 community-i686/PKGBUILD  |   65 -
 community-i686/netsurf.install   |   13 ---
 community-i686/netsurf.sh|7 -
 community-x86_64/PKGBUILD|   65 -
 community-x86_64/netsurf.install |   13 ---
 community-x86_64/netsurf.sh  |7 -
 8 files changed, 154 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 18:27:18 UTC (rev 176151)
+++ community-i686/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Georgij Kondratjev 
-# Contributor: Daniel J Griffiths 
-
-pkgname=netsurf
-pkgver=3.5
-pkgrel=3
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils' 
'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2' 'libdom>=0.3.0' 
'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3' 'gtk3' 'duktape')
-makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3' 
'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3' 'duktape')
-install="$pkgname.install"
-#source=("git://git.netsurf-browser.org/netsurf.git#commit=592ff0ef76199e4cc5089e7e76036ae259bcdcd2"
-source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
-'netsurf.sh')
-sha256sums=('SKIP'
-'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
-  sed 's:libutf8proc/::' -i utils/idna.c
-  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
-  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
-  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch 
Linux)"'
-  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
-}
-
-build() {
-  make -C "$pkgname" LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-NETSURF_GTK_MAJOR=3
-}
-
-package() {
-  cd "$pkgname"
-
-  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
-
-  # Script and executable
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop shortcut
-  install -Dm644 "gtk/res/$pkgname.xpm" \
-"$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 "gtk/res/$pkgname-gtk.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # License
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix path
-  mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
-  rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 176151, 
netsurf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 18:27:31 UTC (rev 176152)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Georgij Kondratjev 
+# Contributor: Daniel J Griffiths 
+
+pkgname=netsurf
+pkgver=3.5
+pkgrel=4
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
+ 'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2'
+ 'libdom>=0.3.0' 'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3'
+ 'gtk3' 'duktape')
+makedepends=('re2c' 

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:27:18
  Author: arodseth
Revision: 176151

upgpkg: netsurf 3.5-4

Modified:
  netsurf/trunk/PKGBUILD
Deleted:
  netsurf/trunk/netsurf.install

-+
 PKGBUILD|   27 ---
 netsurf.install |   13 -
 2 files changed, 16 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:20:39 UTC (rev 176150)
+++ PKGBUILD2016-05-23 18:27:18 UTC (rev 176151)
@@ -6,19 +6,20 @@
 
 pkgname=netsurf
 pkgver=3.5
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'
 license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils' 
'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2' 'libdom>=0.3.0' 
'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3' 'gtk3' 'duktape')
-makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3' 
'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3' 'duktape')
-install="$pkgname.install"
-#source=("git://git.netsurf-browser.org/netsurf.git#commit=592ff0ef76199e4cc5089e7e76036ae259bcdcd2"
-source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
-'netsurf.sh')
-sha256sums=('SKIP'
-'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
+depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
+ 'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2'
+ 'libdom>=0.3.0' 'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3'
+ 'gtk3' 'duktape')
+makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
+ 'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3'
+ 'duktape')
+source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver" 
'netsurf.sh')
+sha256sums=('SKIP' 
'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
 
 prepare() {
   cd "$pkgname"
@@ -33,8 +34,12 @@
 }
 
 build() {
-  make -C "$pkgname" LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-NETSURF_GTK_MAJOR=3
+  make -C "$pkgname" \
+NETSURF_GTK_MAJOR=3 \
+TARGET=gtk \
+LIBDIR=lib \
+INCLUDEDIR=include \
+PREFIX=/usr
 }
 
 package() {

Deleted: netsurf.install
===
--- netsurf.install 2016-05-23 18:20:39 UTC (rev 176150)
+++ netsurf.install 2016-05-23 18:27:18 UTC (rev 176151)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:20:25
  Author: arodseth
Revision: 176149

upgpkg: ristretto 0.8.0-2

Modified:
  ristretto/trunk/PKGBUILD
Deleted:
  ristretto/trunk/ristretto.install

---+
 PKGBUILD  |   19 ++-
 ristretto.install |   13 -
 2 files changed, 10 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:16:52 UTC (rev 176148)
+++ PKGBUILD2016-05-23 18:20:25 UTC (rev 176149)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Bartłomiej Piotrowski
 # Contributor: AndyRTR 
 # Contributor: Ronald van Haren 
@@ -6,22 +6,22 @@
 
 pkgname=ristretto
 pkgver=0.8.0
-pkgrel=1
-pkgdesc='A fast and lightweight picture-viewer for Xfce'
+pkgrel=2
+pkgdesc='Fast and lightweight picture-viewer for Xfce'
 arch=('i686' 'x86_64')
 url='http://goodies.xfce.org/projects/applications/ristretto'
 license=('GPL')
-depends=('libxfce4ui' 'libexif' 'desktop-file-utils')
+depends=('libxfce4ui' 'libexif')
 makedepends=('intltool')
 optdepends=('librsvg: SVG support'
 'tumbler: thumbnailing support')
 groups=('xfce4-goodies')
-install=ristretto.install
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
 md5sums=('94c778850325a4e5a12e3433c8a05432')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
@@ -30,6 +30,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  make -C "$pkgname-$pkgver" DESTDIR=$pkgdir install
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: ristretto.install
===
--- ristretto.install   2016-05-23 18:16:52 UTC (rev 176148)
+++ ristretto.install   2016-05-23 18:20:25 UTC (rev 176149)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}


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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:16:52
  Author: arodseth
Revision: 176148

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 176147, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 176147, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.sh
(from rev 176147, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-i686/unetbootin_polkit.sh
(from rev 176147, unetbootin/trunk/unetbootin_polkit.sh)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 176147, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 176147, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.sh
(from rev 176147, unetbootin/trunk/unetbootin.sh)
  unetbootin/repos/community-x86_64/unetbootin_polkit.sh
(from rev 176147, unetbootin/trunk/unetbootin_polkit.sh)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-i686/unetbootin.sh
  unetbootin/repos/community-i686/unetbootin_polkit.sh
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install
  unetbootin/repos/community-x86_64/unetbootin.sh
  unetbootin/repos/community-x86_64/unetbootin_polkit.sh

---+
 /PKGBUILD |  130 
 /unetbootin.sh|6 +
 /unetbootin_polkit.sh |   22 +
 community-i686/PKGBUILD   |   66 
 community-i686/unetbootin.install |   13 ---
 community-i686/unetbootin.sh  |3 
 community-i686/unetbootin_polkit.sh   |   11 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/unetbootin.install   |   13 ---
 community-x86_64/unetbootin.sh|3 
 community-x86_64/unetbootin_polkit.sh |   11 --
 11 files changed, 158 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 18:16:33 UTC (rev 176147)
+++ community-i686/PKGBUILD 2016-05-23 18:16:52 UTC (rev 176148)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Det 
-# Contributor: Godane aka Christopher Rogers 
-# Contributor: Michai Coman 
-
-pkgname=unetbootin
-pkgver=619
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='https://unetbootin.github.io'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools')
-makedepends=('setconf' 'git')
-optdepends=('polkit: run unetbootin directly from menu'
-'zenity: display an error if no authentication agent is found')
-install="$pkgname.install"
-source=("git://github.com/$pkgname/$pkgname.git#tag=$pkgver"
-'org.archlinux.pkexec.unetbootin.policy'
-'unetbootin_polkit.sh'
-'unetbootin.sh')
-sha256sums=('SKIP'
-'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a'
-'6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57'
-'c59c486c0e74fbb23b842c28328937d8c2f8bbf00428711e33dec900a3a7140c')
-
-prepare() {
-  cd "$pkgname/src/$pkgname"
-
-  setconf unetbootin.desktop Exec /usr/bin/unetbootin_polkit
-}
-
-build() {
-  cd "$pkgname/src/$pkgname"
-
-  ./build-nostatic 1> output.log 2> error.log
-}
-
-package() {
-  cd "$pkgname/src/$pkgname"
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-
-  # Application shortcut
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  for i in 16 22 24 32 48 256; do
-install -Dm644 "${pkgname}_${i}.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
-  done
-
-  cd "$srcdir"
-
-  install -m755 "${pkgname}_polkit.sh" "$pkgdir/usr/bin/${pkgname}_polkit"
-  install -m755 "$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  # Polkit policy
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-"$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy"
-}
-
-# getver: -u 3 packages.gentoo.org/packages/sys-boot/unetbootin
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 176147, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 20:16:33
  Author: arodseth
Revision: 176147

upgpkg: unetbootin 619-2

Modified:
  unetbootin/trunk/PKGBUILD
Deleted:
  unetbootin/trunk/unetbootin.install

+
 PKGBUILD   |7 +++
 unetbootin.install |   13 -
 2 files changed, 3 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 18:06:51 UTC (rev 176146)
+++ PKGBUILD2016-05-23 18:16:33 UTC (rev 176147)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Det 
+# Maintainer: Alexander F Rødseth 
+# Contributor: Det 
 # Contributor: Godane aka Christopher Rogers 
 # Contributor: Michai Coman 
 
 pkgname=unetbootin
 pkgver=619
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 license=('GPL')
 pkgdesc='Create bootable Live USB drives'
@@ -15,7 +15,6 @@
 makedepends=('setconf' 'git')
 optdepends=('polkit: run unetbootin directly from menu'
 'zenity: display an error if no authentication agent is found')
-install="$pkgname.install"
 source=("git://github.com/$pkgname/$pkgname.git#tag=$pkgver"
 'org.archlinux.pkexec.unetbootin.policy'
 'unetbootin_polkit.sh'

Deleted: unetbootin.install
===
--- unetbootin.install  2016-05-23 18:06:51 UTC (rev 176146)
+++ unetbootin.install  2016-05-23 18:16:33 UTC (rev 176147)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


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

2016-05-23 Thread Anatol Pomozov
Date: Monday, May 23, 2016 @ 20:06:51
  Author: anatolik
Revision: 176146

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 18:06:29 UTC (rev 176145)
+++ PKGBUILD2016-05-23 18:06:51 UTC (rev 176146)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-mime-types
-pkgver=3.0
-pkgrel=3
-pkgdesc='MIME Content-Type database'
-arch=('any')
-url='http://mime-types.rubyforge.org'
-license=('GPL2' 'MIT' 'PerlArtistic')
-depends=('ruby' 'ruby-mime-types-data')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
-noextract=("mime-types-${pkgver}.gem")
-sha256sums=('2a7f8a73648ee1de0e97eb9692e8ca3761bf420c8df64024f21befa4d060d2ea')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} mime-types-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-mime-types
-  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mime-types/repos/community-any/PKGBUILD (from rev 176145, 
ruby-mime-types/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 18:06:51 UTC (rev 176146)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mime-types
+pkgver=3.1
+pkgrel=1
+pkgdesc='MIME Content-Type database'
+arch=('any')
+url='http://mime-types.rubyforge.org'
+license=('GPL2' 'MIT' 'PerlArtistic')
+depends=('ruby' 'ruby-mime-types-data')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
+noextract=("mime-types-${pkgver}.gem")
+sha256sums=('75949321c3f55e6618d0596016059841c26168342ec1ee4e641053bb66fa0701')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} mime-types-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/ruby-mime-types
+  ln -s ${_gemdir}/gems/mime-types-${pkgver}/Licence.rdoc 
"${pkgdir}"/usr/share/licenses/ruby-mime-types/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-23 Thread Anatol Pomozov
Date: Monday, May 23, 2016 @ 20:06:29
  Author: anatolik
Revision: 176145

upgpkg: ruby-mime-types 3.1-1

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 17:24:29 UTC (rev 176144)
+++ PKGBUILD2016-05-23 18:06:29 UTC (rev 176145)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov 
 
 pkgname=ruby-mime-types
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
 pkgdesc='MIME Content-Type database'
 arch=('any')
 url='http://mime-types.rubyforge.org'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
 noextract=("mime-types-${pkgver}.gem")
-sha256sums=('2a7f8a73648ee1de0e97eb9692e8ca3761bf420c8df64024f21befa4d060d2ea')
+sha256sums=('75949321c3f55e6618d0596016059841c26168342ec1ee4e641053bb66fa0701')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 20:04:29
  Author: heftig
Revision: 268517

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

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

--+
 /PKGBUILD|  112 +
 extra-i686/PKGBUILD  |   57 
 extra-i686/flatpak.install   |7 --
 extra-x86_64/PKGBUILD|   57 
 extra-x86_64/flatpak.install |7 --
 5 files changed, 112 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 18:03:36 UTC (rev 268516)
+++ extra-i686/PKGBUILD 2016-05-23 18:04:29 UTC (rev 268517)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.1
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf libcap)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
-source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
-"git+https://git.gnome.org/browse/libglnx;
-"git+https://github.com/projectatomic/bubblewrap;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 268516, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 18:04:29 UTC (rev 268517)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.6.1
+pkgrel=2
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
+ json-glib libseccomp libarchive libelf libcap)
+makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
+"git+https://git.gnome.org/browse/libglnx;
+"git+https://github.com/projectatomic/bubblewrap;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Deleted: extra-i686/flatpak.install
===
--- extra-i686/flatpak.install  2016-05-23 18:03:36 UTC (rev 268516)
+++ extra-i686/flatpak.install  2016-05-23 18:04:29 UTC (rev 268517)
@@ -1,7 +0,0 @@
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep usr/lib/flatpak/bwrap
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-23 18:03:36 UTC (rev 268516)
+++ extra-x86_64/PKGBUILD   2016-05-23 18:04:29 UTC (rev 268517)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak

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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 20:03:36
  Author: heftig
Revision: 268516

0.6.1-2: Try setuid instead of setcap

Modified:
  flatpak/trunk/PKGBUILD
Deleted:
  flatpak/trunk/flatpak.install

-+
 PKGBUILD|7 +++
 flatpak.install |7 ---
 2 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 17:14:44 UTC (rev 268515)
+++ PKGBUILD2016-05-23 18:03:36 UTC (rev 268516)
@@ -3,7 +3,7 @@
 
 pkgname=flatpak
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org;
 arch=(i686 x86_64)
@@ -11,7 +11,6 @@
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
  json-glib libseccomp libarchive libelf libcap)
 makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-install=flatpak.install
 source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
 "git+https://git.gnome.org/browse/libglnx;
 "git+https://github.com/projectatomic/bubblewrap;)
@@ -34,8 +33,8 @@
   cd $pkgname
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib \
---disable-static --enable-gtk-doc
+--sbindir=/usr/bin --libexecdir=/usr/lib --disable-static \
+--enable-gtk-doc --with-priv-mode=setuid
 
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 

Deleted: flatpak.install
===
--- flatpak.install 2016-05-23 17:14:44 UTC (rev 268515)
+++ flatpak.install 2016-05-23 18:03:36 UTC (rev 268516)
@@ -1,7 +0,0 @@
-post_install() {
-  post_upgrade
-}
-
-post_upgrade() {
-  setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep usr/lib/flatpak/bwrap
-}


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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 19:24:29
  Author: arodseth
Revision: 176144

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

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

+
 /PKGBUILD  |  110 +++
 community-i686/PKGBUILD|   56 ---
 community-i686/winff.install   |   14 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/winff.install |   14 
 5 files changed, 110 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 17:24:16 UTC (rev 176143)
+++ community-i686/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: yugrotavele 
-# Contributor: Paolo Stivanin 
-
-pkgname=winff
-pkgver=1.5.4
-pkgrel=1
-pkgdesc='GUI for ffmpeg'
-url='https://github.com/WinFF/winff/'
-license=('GPL3')
-arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme')
-optdepends=('xterm: terminal emulator')
-makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
-install='winff.install'
-source=("git://github.com/WinFF/winff.git#commit=86c3560848")
-md5sums=('SKIP')
-
-prepare() {
-  gendesk -n -f \
---pkgname "$pkgname" \
---pkgdesc "$pkgdesc" \
---genericname 'Video converter' \
---categories 'AudioVideo;AudioVideoEditing;GTK'
-}
-
-build() {
-  cd "$pkgname/$pkgname"
-
-  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
-}
-
-package() {
-  cd "$pkgname/$pkgname"
-  
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -d "$pkgdir/usr/share/winff/"
-  find . -name "*.xml" \
--exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
-  install -Dm644 "$srcdir/winff.desktop" \
-"$pkgdir/usr/share/applications/winff.desktop"
-  install -Dm644 'winff-icons/48x48/winff.png' \
-"$pkgdir/usr/share/pixmaps/winff.png"
-  for size in 16x16 24x24 32x32 48x48; do
-install -Dm644 "winff-icons/$size/winff.png" \
-  "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
-  done
-  install -dm755 "$pkgdir/usr/share/winff/languages/"
-  find . -name "*.po" \
--exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> 
/dev/null
-  rm -f 'presets.xml'
-}
-
-# getver: -u 2 github.com/WinFF/winff/tree/master/winff
-# vim:set ts=2 sw=2 et:

Copied: winff/repos/community-i686/PKGBUILD (from rev 176143, 
winff/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 17:24:29 UTC (rev 176144)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: yugrotavele 
+# Contributor: Paolo Stivanin 
+
+pkgname=winff
+pkgver=1.5.4
+pkgrel=2
+pkgdesc='GUI for ffmpeg'
+url='https://github.com/WinFF/winff/'
+license=('GPL3')
+arch=('x86_64' 'i686')
+depends=('ffmpeg' 'gtk2')
+optdepends=('xterm: terminal emulator')
+makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
+source=("git://github.com/WinFF/winff.git#commit=86c3560848")
+md5sums=('SKIP')
+
+prepare() {
+  gendesk -n -f \
+--pkgname "$pkgname" \
+--pkgdesc "$pkgdesc" \
+--genericname 'Video converter' \
+--categories 'AudioVideo;AudioVideoEditing;GTK'
+}
+
+build() {
+  cd "$pkgname/$pkgname"
+
+  lazbuild --lazarusdir=/usr/lib/lazarus winff.lpr --ws=gtk2
+}
+
+package() {
+  cd "$pkgname/$pkgname"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -d "$pkgdir/usr/share/winff/"
+  find . -name "*.xml" \
+-exec install -Dm644 {} "$pkgdir/usr/share/winff/" \; &> /dev/null
+  install -Dm644 "$srcdir/winff.desktop" \
+"$pkgdir/usr/share/applications/winff.desktop"
+  install -Dm644 'winff-icons/48x48/winff.png' \
+"$pkgdir/usr/share/pixmaps/winff.png"
+  for size in 16x16 24x24 32x32 48x48; do
+install -Dm644 "winff-icons/$size/winff.png" \
+  "$pkgdir/usr/share/icons/hicolor/$size/apps/winff.png"
+  done
+  install -dm755 "$pkgdir/usr/share/winff/languages/"
+  find . -name "*.po" \
+-exec install -Dm644 {} "$pkgdir/usr/share/winff/languages/" \; &> 
/dev/null
+  rm -f 'presets.xml'
+}
+
+# getver: -u 2 github.com/WinFF/winff/tree/master/winff
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/winff.install
===
--- community-i686/winff.install2016-05-23 17:24:16 UTC (rev 176143)
+++ 

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

2016-05-23 Thread Alexander Rødseth
Date: Monday, May 23, 2016 @ 19:24:16
  Author: arodseth
Revision: 176143

upgpkg: winff 1.5.4-2

Modified:
  winff/trunk/PKGBUILD
Deleted:
  winff/trunk/winff.install

---+
 PKGBUILD  |   13 ++---
 winff.install |   14 --
 2 files changed, 6 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 13:52:01 UTC (rev 176142)
+++ PKGBUILD2016-05-23 17:24:16 UTC (rev 176143)
@@ -1,19 +1,18 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: yugrotavele 
-# Contributor: Paolo Stivanin 
+# Maintainer: Alexander F Rødseth 
+# Contributor: yugrotavele 
+# Contributor: Paolo Stivanin 
 
 pkgname=winff
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc='GUI for ffmpeg'
 url='https://github.com/WinFF/winff/'
 license=('GPL3')
 arch=('x86_64' 'i686')
-depends=('ffmpeg' 'gtk2' 'hicolor-icon-theme')
+depends=('ffmpeg' 'gtk2')
 optdepends=('xterm: terminal emulator')
 makedepends=('lazarus' 'lazarus-gtk2' 'gendesk' 'tar' 'git')
-install='winff.install'
 source=("git://github.com/WinFF/winff.git#commit=86c3560848")
 md5sums=('SKIP')
 
@@ -33,7 +32,7 @@
 
 package() {
   cd "$pkgname/$pkgname"
-  
+
   install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
   install -d "$pkgdir/usr/share/winff/"
   find . -name "*.xml" \

Deleted: winff.install
===
--- winff.install   2016-05-23 13:52:01 UTC (rev 176142)
+++ winff.install   2016-05-23 17:24:16 UTC (rev 176143)
@@ -1,14 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nss/repos (14 files)

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 19:14:44
  Author: heftig
Revision: 268515

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

Added:
  nss/repos/testing-i686/
  nss/repos/testing-i686/PKGBUILD
(from rev 268514, nss/trunk/PKGBUILD)
  nss/repos/testing-i686/bundle.sh
(from rev 268514, nss/trunk/bundle.sh)
  nss/repos/testing-i686/certdata2pem.py
(from rev 268514, nss/trunk/certdata2pem.py)
  nss/repos/testing-i686/legacy-certs.patch
(from rev 268514, nss/trunk/legacy-certs.patch)
  nss/repos/testing-i686/nss-config.in
(from rev 268514, nss/trunk/nss-config.in)
  nss/repos/testing-i686/nss.pc.in
(from rev 268514, nss/trunk/nss.pc.in)
  nss/repos/testing-x86_64/
  nss/repos/testing-x86_64/PKGBUILD
(from rev 268514, nss/trunk/PKGBUILD)
  nss/repos/testing-x86_64/bundle.sh
(from rev 268514, nss/trunk/bundle.sh)
  nss/repos/testing-x86_64/certdata2pem.py
(from rev 268514, nss/trunk/certdata2pem.py)
  nss/repos/testing-x86_64/legacy-certs.patch
(from rev 268514, nss/trunk/legacy-certs.patch)
  nss/repos/testing-x86_64/nss-config.in
(from rev 268514, nss/trunk/nss-config.in)
  nss/repos/testing-x86_64/nss.pc.in
(from rev 268514, nss/trunk/nss.pc.in)

---+
 testing-i686/PKGBUILD |  116 +++
 testing-i686/bundle.sh|   54 +
 testing-i686/certdata2pem.py  |  200 ++
 testing-i686/legacy-certs.patch   | 1089 
 testing-i686/nss-config.in|  145 
 testing-i686/nss.pc.in|   11 
 testing-x86_64/PKGBUILD   |  116 +++
 testing-x86_64/bundle.sh  |   54 +
 testing-x86_64/certdata2pem.py|  200 ++
 testing-x86_64/legacy-certs.patch | 1089 
 testing-x86_64/nss-config.in  |  145 
 testing-x86_64/nss.pc.in  |   11 
 12 files changed, 3230 insertions(+)

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


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 19:09:21
  Author: heftig
Revision: 268514

3.24-1

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 17:07:36 UTC (rev 268513)
+++ PKGBUILD2016-05-23 17:09:21 UTC (rev 268514)
@@ -3,8 +3,8 @@
 
 pkgbase=nss
 pkgname=(nss ca-certificates-mozilla)
-pkgver=3.23
-pkgrel=4
+pkgver=3.24
+pkgrel=1
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/;
@@ -15,7 +15,7 @@
 options=('!strip' '!makeflags' 'staticlibs')
 
source=("https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${pkgbase}-${pkgver}.tar.gz;
 certdata2pem.py bundle.sh nss.pc.in nss-config.in legacy-certs.patch)
-sha256sums=('94b383e31c9671e9dfcca81084a8a813817e8f05a57f54533509b318d26e11cf'
+sha256sums=('2f0841492f91cca473b73dec6cab9cf765a485e032d48d2e8ae7261e54c419ed'
 '2a2ff9131c21fa3b23ad7c7a2f069eabc783e56c6eb05419ac5f365f48dea0fc'
 '045f520403f715a4cc7f3607b4e2c9bcc88fee5bce58d462fddaa2fdb0e4c180'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'


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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 19:07:36
  Author: arojas
Revision: 268513

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 17:06:36 UTC (rev 268512)
+++ extra-i686/PKGBUILD 2016-05-23 17:07:36 UTC (rev 268513)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwallet
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Secure and unified container for user passwords'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-optdepends=('kwalletmanager: Configuration GUI')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwallet/repos/extra-i686/PKGBUILD (from rev 268512, 
kwallet/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 17:07:36 UTC (rev 268513)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwallet
+pkgver=5.22.0
+pkgrel=2
+pkgdesc='Secure and unified container for user passwords'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
+optdepends=('kwalletmanager: Configuration GUI')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git=commitdiff=58a80367=plain;)
+md5sums=('4a167cfcc872260bec9199a32c39d050'
+ '0510c98e6bb0ff8c4f9d126981c2d849')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
+  patch -p1 -i ../kdebug-356944.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-23 17:06:36 UTC (rev 268512)
+++ extra-x86_64/PKGBUILD   2016-05-23 17:07:36 UTC (rev 268513)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwallet
-pkgver=5.22.0
-pkgrel=1
-pkgdesc='Secure and unified container for user passwords'
-arch=('i686' 'x86_64')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('knotifications' 'kiconthemes' 'kservice' 'gpgmepp')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
-optdepends=('kwalletmanager: Configuration GUI')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kwallet/repos/extra-x86_64/PKGBUILD (from rev 268512, 
kwallet/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-23 17:07:36 UTC (rev 268513)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 19:06:36
  Author: arojas
Revision: 268512

Fix migration (FS#47474)

Modified:
  kwallet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 16:56:48 UTC (rev 268511)
+++ PKGBUILD2016-05-23 17:06:36 UTC (rev 268512)
@@ -4,7 +4,7 @@
 
 pkgname=kwallet
 pkgver=5.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Secure and unified container for user passwords'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,17 @@
 makedepends=('extra-cmake-modules' 'python' 'kdoctools' 'boost')
 optdepends=('kwalletmanager: Configuration GUI')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('786c2c39d19c5eb3afc7fa7fd1102292')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;
+
kdebug-356944.patch::"https://quickgit.kde.org/?p=kwallet.git=commitdiff=58a80367=plain;)
+md5sums=('4a167cfcc872260bec9199a32c39d050'
+ '0510c98e6bb0ff8c4f9d126981c2d849')
 
 prepare() {
   mkdir -p build
 
   cd $pkgname-$pkgver
+# Fix migration https://bugs.kde.org/show_bug.cgi?id=356944
+  patch -p1 -i ../kdebug-356944.patch
 }
 
 build() {


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:56:48
  Author: heftig
Revision: 268511

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 268510, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 268510, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 268510, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 268510, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 268510, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 268510, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 268510, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 268510, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 268510, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 268510, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 268510, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 268510, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/scrolledwindow.patch
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/scrolledwindow.patch
  gtk3/repos/extra-x86_64/settings.ini

---+
 /PKGBUILD |  150 
 /gtk-query-immodules-3.0.hook |   22 
 /gtk-update-icon-cache.hook   |   26 
 /gtk-update-icon-cache.script |   20 +++
 /gtk3.install |6 +
 /settings.ini |8 +
 extra-i686/PKGBUILD   |   78 --
 extra-i686/gtk-query-immodules-3.0.hook   |   11 --
 extra-i686/gtk-update-icon-cache.hook |   13 --
 extra-i686/gtk-update-icon-cache.script   |   10 -
 extra-i686/gtk3.install   |3 
 extra-i686/scrolledwindow.patch   |   33 --
 extra-i686/settings.ini   |4 
 extra-x86_64/PKGBUILD |   78 --
 extra-x86_64/gtk-query-immodules-3.0.hook |   11 --
 extra-x86_64/gtk-update-icon-cache.hook   |   13 --
 extra-x86_64/gtk-update-icon-cache.script |   10 -
 extra-x86_64/gtk3.install |3 
 extra-x86_64/scrolledwindow.patch |   33 --
 extra-x86_64/settings.ini |4 
 20 files changed, 232 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 16:47:09 UTC (rev 268510)
+++ extra-i686/PKGBUILD 2016-05-23 16:56:48 UTC (rev 268511)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.5
-pkgrel=2
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-scrolledwindow.patch
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
-'806be66e612c313d42d3f9384cb1bb986f89d1b9c680ab86f9e1032534fb0c09'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../scrolledwindow.patch
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure 

[arch-commits] Commit in gtk3/trunk (PKGBUILD scrolledwindow.patch)

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:47:09
  Author: heftig
Revision: 268510

3.20.6-1

Modified:
  gtk3/trunk/PKGBUILD
Deleted:
  gtk3/trunk/scrolledwindow.patch

--+
 PKGBUILD |9 +++--
 scrolledwindow.patch |   33 -
 2 files changed, 3 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 16:32:17 UTC (rev 268509)
+++ PKGBUILD2016-05-23 16:47:09 UTC (rev 268510)
@@ -4,8 +4,8 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.5
-pkgrel=2
+pkgver=3.20.6
+pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
@@ -15,13 +15,11 @@
 makedepends=(gobject-introspection libcanberra gtk-doc)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-scrolledwindow.patch
 settings.ini
 gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
 gtk-update-icon-cache.script)
-sha256sums=('9790b0267384904ad8a08e7f16e5f9ff1c4037de57788d48d1eaf528355b1564'
-'806be66e612c313d42d3f9384cb1bb986f89d1b9c680ab86f9e1032534fb0c09'
+sha256sums=('3f8016563a96b1cfef4ac9e795647f6316deb2978ff939b19e4e4f8f936fa4b2'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
 'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
@@ -29,7 +27,6 @@
 
 prepare() {
 cd gtk+-$pkgver
-patch -Np1 -i ../scrolledwindow.patch
 NOCONFIGURE=1 ./autogen.sh
 }
 

Deleted: scrolledwindow.patch
===
--- scrolledwindow.patch2016-05-23 16:32:17 UTC (rev 268509)
+++ scrolledwindow.patch2016-05-23 16:47:09 UTC (rev 268510)
@@ -1,33 +0,0 @@
-From ca8d51e6d0f78cc170cc212dd7ef6664d2e662f4 Mon Sep 17 00:00:00 2001
-From: Matthias Clasen 
-Date: Fri, 20 May 2016 09:16:35 -0400
-Subject: Revert "scrolledwindow: Remove child before destroying self"
-
-This reverts commit dcb4b48b29559ca632bb020a3b8eb2b9188b02e7.
-
-This was causing crashes in the filechooser in some applications.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=766694

- gtk/gtkscrolledwindow.c | 5 -
- 1 file changed, 5 deletions(-)
-
-diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c
-index 0918d72..1b52082 100644
 a/gtk/gtkscrolledwindow.c
-+++ b/gtk/gtkscrolledwindow.c
-@@ -2672,11 +2672,6 @@ gtk_scrolled_window_destroy (GtkWidget *widget)
- {
-   GtkScrolledWindow *scrolled_window = GTK_SCROLLED_WINDOW (widget);
-   GtkScrolledWindowPrivate *priv = scrolled_window->priv;
--  GtkWidget *child;
--
--  child = gtk_bin_get_child (GTK_BIN (widget));
--  if (child)
--gtk_container_remove (GTK_CONTAINER (widget), child);
- 
-   remove_indicator (scrolled_window, >hindicator);
-   remove_indicator (scrolled_window, >vindicator);
--- 
-cgit v0.12
-


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:32:17
  Author: heftig
Revision: 268509

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

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

--+
 /PKGBUILD|  114 +
 extra-i686/PKGBUILD  |   58 
 extra-i686/flatpak.install   |7 ++
 extra-x86_64/PKGBUILD|   58 
 extra-x86_64/flatpak.install |7 ++
 5 files changed, 128 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 16:31:37 UTC (rev 268508)
+++ extra-i686/PKGBUILD 2016-05-23 16:32:17 UTC (rev 268509)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.6.0
-pkgrel=2
-pkgdesc="Application deployment framework for desktop apps"
-url="https://wiki.gnome.org/Projects/SandboxedApps;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf)
-makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-source=("flatpak::git+https://github.com/alexlarsson/xdg-app#tag=$pkgver;
-"git+https://git.gnome.org/browse/libglnx;
-"git+https://github.com/projectatomic/bubblewrap;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git submodule update
-
-  #find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---sbindir=/usr/bin --libexecdir=/usr/lib \
---disable-static --enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 268508, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 16:32:17 UTC (rev 268509)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
+ json-glib libseccomp libarchive libelf libcap)
+makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
+install=flatpak.install
+source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
+"git+https://git.gnome.org/browse/libglnx;
+"git+https://github.com/projectatomic/bubblewrap;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--sbindir=/usr/bin --libexecdir=/usr/lib \
+--disable-static --enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make -k check
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  # Fixup mode to match polkit
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}

Copied: flatpak/repos/extra-i686/flatpak.install (from rev 268508, 
flatpak/trunk/flatpak.install)
===
--- extra-i686/flatpak.install  (rev 0)
+++ extra-i686/flatpak.install  2016-05-23 16:32:17 UTC (rev 268509)
@@ -0,0 +1,7 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep usr/lib/flatpak/bwrap
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:31:37
  Author: heftig
Revision: 268508

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

Added:
  libndp/repos/extra-i686/PKGBUILD
(from rev 268507, libndp/trunk/PKGBUILD)
  libndp/repos/extra-x86_64/PKGBUILD
(from rev 268507, libndp/trunk/PKGBUILD)
Deleted:
  libndp/repos/extra-i686/PKGBUILD
  libndp/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 2016-05-23 16:30:56 UTC (rev 268507)
+++ extra-i686/PKGBUILD 2016-05-23 16:31:37 UTC (rev 268508)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libndp
-pkgver=1.5
-pkgrel=1
-pkgdesc="Library for Neighbor Discovery Protocol"
-arch=(i686 x86_64)
-url="http://libndp.org/;
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libndp/repos/extra-i686/PKGBUILD (from rev 268507, 
libndp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 16:31:37 UTC (rev 268508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libndp
+pkgver=1.6
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/;
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-23 16:30:56 UTC (rev 268507)
+++ extra-x86_64/PKGBUILD   2016-05-23 16:31:37 UTC (rev 268508)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=libndp
-pkgver=1.5
-pkgrel=1
-pkgdesc="Library for Neighbor Discovery Protocol"
-arch=(i686 x86_64)
-url="http://libndp.org/;
-license=(LGPL2.1)
-depends=(glibc)
-source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --libexecdir=/usr/lib
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libndp/repos/extra-x86_64/PKGBUILD (from rev 268507, 
libndp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-23 16:31:37 UTC (rev 268508)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=libndp
+pkgver=1.6
+pkgrel=1
+pkgdesc="Library for Neighbor Discovery Protocol"
+arch=(i686 x86_64)
+url="http://libndp.org/;
+license=(LGPL2.1)
+depends=(glibc)
+source=($url/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --libexecdir=/usr/lib
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:30:42
  Author: heftig
Revision: 268506

1.6-1

Modified:
  libndp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 12:39:36 UTC (rev 268505)
+++ PKGBUILD2016-05-23 16:30:42 UTC (rev 268506)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=libndp
-pkgver=1.5
+pkgver=1.6
 pkgrel=1
 pkgdesc="Library for Neighbor Discovery Protocol"
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(glibc)
 source=($url/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795')
+sha256sums=('0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e')
 
 build() {
   cd $pkgname-$pkgver


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

2016-05-23 Thread Jan Steffens
Date: Monday, May 23, 2016 @ 18:30:56
  Author: heftig
Revision: 268507

0.6.1-1

Added:
  flatpak/trunk/flatpak.install
Modified:
  flatpak/trunk/PKGBUILD

-+
 PKGBUILD|   13 ++---
 flatpak.install |7 +++
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 16:30:42 UTC (rev 268506)
+++ PKGBUILD2016-05-23 16:30:56 UTC (rev 268507)
@@ -2,16 +2,17 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="Application deployment framework for desktop apps"
-url="https://wiki.gnome.org/Projects/SandboxedApps;
+url="http://flatpak.org;
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth libgsystem ostree fuse
- json-glib libseccomp libarchive libelf)
+ json-glib libseccomp libarchive libelf libcap)
 makedepends=(intltool python libxslt gobject-introspection gtk-doc git)
-source=("flatpak::git+https://github.com/alexlarsson/xdg-app#tag=$pkgver;
+install=flatpak.install
+source=("git+https://github.com/flatpak/flatpak#tag=$pkgver;
 "git+https://git.gnome.org/browse/libglnx;
 "git+https://github.com/projectatomic/bubblewrap;)
 sha256sums=('SKIP'
@@ -26,8 +27,6 @@
   git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
   git submodule update
 
-  #find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: flatpak.install
===
--- flatpak.install (rev 0)
+++ flatpak.install 2016-05-23 16:30:56 UTC (rev 268507)
@@ -0,0 +1,7 @@
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  setcap cap_sys_admin,cap_net_admin,cap_sys_chroot+ep usr/lib/flatpak/bwrap
+}


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

2016-05-23 Thread Laurent Carlier
Date: Monday, May 23, 2016 @ 15:51:54
  Author: lcarlier
Revision: 176141

upgpkg: lib32-sqlite 3.13.0-1

upstream update 3.13.0

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 13:16:54 UTC (rev 176140)
+++ PKGBUILD2016-05-23 13:51:54 UTC (rev 176141)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=3120200
+_srcver=313
 _docver=${_srcver}
-pkgver=3.12.2
+pkgver=3.13.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6')
+sha1sums=('e8a1530a0f2bfe427c966da5399f4d431ae51533')
 options=('!makeflags')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")


[arch-commits] Commit in lib32-sqlite/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-05-23 Thread Laurent Carlier
Date: Monday, May 23, 2016 @ 15:52:01
  Author: lcarlier
Revision: 176142

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD
(from rev 176141, lib32-sqlite/trunk/PKGBUILD)
Deleted:
  lib32-sqlite/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 13:51:54 UTC (rev 176141)
+++ PKGBUILD2016-05-23 13:52:01 UTC (rev 176142)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_srcver=3120200
-_docver=${_srcver}
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/;
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6')
-options=('!makeflags')
-provides=("lib32-sqlite3=$pkgver")
-replaces=("lib32-sqlite3")
-conflicts=("lib32-sqlite3")
-
-prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
-}
-
-build() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE"
-
-  ./configure --prefix=/usr \
---libdir=/usr/lib32 \
---disable-tcl \
---disable-static
-
-  make
-}
-
-package() {
-  cd "$srcdir"/sqlite-src-$_srcver
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 176141, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 13:52:01 UTC (rev 176142)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_srcver=313
+_docver=${_srcver}
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/;
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
+sha1sums=('e8a1530a0f2bfe427c966da5399f4d431ae51533')
+options=('!makeflags')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+prepare() {
+  cd "$srcdir"/sqlite-src-$_srcver
+  autoreconf -vfi
+}
+
+build() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
+ -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_ENABLE_RTREE=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 \
+--disable-tcl \
+--disable-static
+
+  make
+}
+
+package() {
+  cd "$srcdir"/sqlite-src-$_srcver
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-05-23 Thread Jan de Groot
Date: Monday, May 23, 2016 @ 14:39:36
  Author: jgc
Revision: 268505

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 12:39:29 UTC (rev 268504)
+++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.3+14+gd5bd2a9
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py3/
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd build-py3
-  make check
-}
-
-package() {
-  cd build-py3
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py2/python
-  make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 268504, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+0+gbdec218
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-23 12:39:29 UTC (rev 268504)
+++ extra-x86_64/PKGBUILD   2016-05-23 12:39:36 UTC (rev 268505)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.3+14+gd5bd2a9
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 

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

2016-05-23 Thread Jan de Groot
Date: Monday, May 23, 2016 @ 14:39:29
  Author: jgc
Revision: 268504

upgpkg: libxml2 2.9.4+0+gbdec218-1

Update to 2.9.4, keep PKGBUILD in git-style as upstream fixes a lot of bugs and 
does not release often

Modified:
  libxml2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 08:30:40 UTC (rev 268503)
+++ PKGBUILD2016-05-23 12:39:29 UTC (rev 268504)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor 
 
 pkgname=libxml2
-pkgver=2.9.3+14+gd5bd2a9
+pkgver=2.9.4+0+gbdec218
 pkgrel=1
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('zlib' 'readline' 'ncurses' 'xz')
 makedepends=('python2' 'python' 'git')
 url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
+source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
 http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
 md5sums=('SKIP'
  'ae3d1ebe000a3972afa104ca7f0e1b4a')


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

2016-05-23 Thread Christian Hesse
Date: Monday, May 23, 2016 @ 14:24:56
  Author: eworm
Revision: 176137

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

Added:
  yubico-pam/repos/community-i686/PKGBUILD
(from rev 176136, yubico-pam/trunk/PKGBUILD)
  yubico-pam/repos/community-x86_64/PKGBUILD
(from rev 176136, yubico-pam/trunk/PKGBUILD)
Deleted:
  yubico-pam/repos/community-i686/PKGBUILD
  yubico-pam/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 12:24:45 UTC (rev 176136)
+++ community-i686/PKGBUILD 2016-05-23 12:24:56 UTC (rev 176137)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.21
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-i686/PKGBUILD (from rev 176136, 
yubico-pam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 12:24:56 UTC (rev 176137)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.22
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=('pam_yubico')
+conflicts=('pam_yubico')
+source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+   cd yubico-pam/
+
+   autoreconf -fi
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd yubico-pam/
+
+   make check
+}
+
+package() {
+   cd yubico-pam/
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
+   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
+   make DESTDIR="${pkgdir}/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 12:24:45 UTC (rev 176136)
+++ community-x86_64/PKGBUILD   2016-05-23 12:24:56 UTC (rev 176137)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-
-pkgname=yubico-pam
-pkgver=2.21
-pkgrel=1
-pkgdesc='Yubico YubiKey PAM module'
-arch=('i686' 'x86_64')
-url='https://github.com/Yubico/yubico-pam'
-license=('BSD')
-depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
-makedepends=('git' 'asciidoc')
-checkdepends=('perl-net-ldap-server')
-provides=('pam_yubico')
-conflicts=('pam_yubico')
-source=("git://github.com/Yubico/yubico-pam.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-build() {
-   cd yubico-pam/
-
-   autoreconf -fi
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd yubico-pam/
-
-   make check
-}
-
-package() {
-   cd yubico-pam/
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/yubico-pam/COPYING"
-   install -D -m0644 README "${pkgdir}/usr/share/doc/yubico-pam/README"
-   make DESTDIR="${pkgdir}/" install
-}
-

Copied: yubico-pam/repos/community-x86_64/PKGBUILD (from rev 176136, 
yubico-pam/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-23 12:24:56 UTC (rev 176137)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+
+pkgname=yubico-pam
+pkgver=2.22
+pkgrel=1
+pkgdesc='Yubico YubiKey PAM module'
+arch=('i686' 'x86_64')
+url='https://github.com/Yubico/yubico-pam'
+license=('BSD')
+depends=('pam' 'yubico-c-client' 'yubikey-personalization' 'json-c')
+makedepends=('git' 'asciidoc')
+checkdepends=('perl-net-ldap-server')
+provides=('pam_yubico')

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

2016-05-23 Thread Christian Hesse
Date: Monday, May 23, 2016 @ 14:24:45
  Author: eworm
Revision: 176136

upgpkg: yubico-pam 2.22-1

new upstream release

Modified:
  yubico-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 10:47:17 UTC (rev 176135)
+++ PKGBUILD2016-05-23 12:24:45 UTC (rev 176136)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Hesse 
 
 pkgname=yubico-pam
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc='Yubico YubiKey PAM module'
 arch=('i686' 'x86_64')


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

2016-05-23 Thread Maxime Gauduin
Date: Monday, May 23, 2016 @ 12:47:17
  Author: alucryd
Revision: 176135

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

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

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   62 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 332 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 10:46:56 UTC (rev 176134)
+++ community-i686/PKGBUILD 2016-05-23 10:47:17 UTC (rev 176135)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5970
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' '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=('de95964b4cb38373cf03737d7b485ba29e76fe4fb9ab6d69f159c214f8e260cc'
-'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
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-
-package() {
-  

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

2016-05-23 Thread Maxime Gauduin
Date: Monday, May 23, 2016 @ 12:46:56
  Author: alucryd
Revision: 176134

upgpkg: emby-server 3.0.5971-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 10:44:20 UTC (rev 176133)
+++ PKGBUILD2016-05-23 10:46:56 UTC (rev 176134)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5970
+pkgver=3.0.5971
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('de95964b4cb38373cf03737d7b485ba29e76fe4fb9ab6d69f159c214f8e260cc'
+sha256sums=('280acc051da71b1b2d3ed05c3a50393890c3ecbb6c20cf0d9ecbc34391471daa'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:44:20
  Author: spupykin
Revision: 176133

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 176132, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 176132, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 176132, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 176132, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 176132, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 176132, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 10:44:02 UTC (rev 176132)
+++ community-i686/PKGBUILD 2016-05-23 10:44:20 UTC (rev 176133)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.18.0
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('750d552bdcbf255c85f464ffbe21168a'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 176132, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 10:44:20 UTC (rev 176133)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.18.0
+pkgrel=2
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+   

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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:44:02
  Author: spupykin
Revision: 176132

upgpkg: rsyslog 8.18.0-2

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 10:43:53 UTC (rev 176131)
+++ PKGBUILD2016-05-23 10:44:02 UTC (rev 176132)
@@ -3,12 +3,12 @@
 
 pkgname=rsyslog
 pkgver=8.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/;
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd' 'liblogging' 'librelp' 
'libfastjson')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
 makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
 'python-docutils')
 optdepends=('postgresql-libs: PostgreSQL Database Support'


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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:43:53
  Author: spupykin
Revision: 176131

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 176130, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 176130, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 176130, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |  116 
 apache.conf   |   14 ++---
 roundcubemail.install |   14 ++---
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 10:43:42 UTC (rev 176130)
+++ PKGBUILD2016-05-23 10:43:53 UTC (rev 176131)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.2rc
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-makedepends=('php-composer' 'git')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip' 'emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
-   apache.conf)
-md5sums=('b12e98b2f3cf19419793e477516c8bba'
- 'f11b17e2a80b383cde4af963fb307541')
-
-prepare() {
-#  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
-  sed -i \
--e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
--e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
-config/defaults.inc.php \
-program/lib/Roundcube/rcube_config.php
-  mv composer.json-dist composer.json
-  composer install --no-dev
-}
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-
-#  install -dm0755 $pkgdir/etc/php/conf.d/
-#  cat <<'EOF' >$pkgdir/etc/php/conf.d/$pkgname.ini
-#open_basedir = 
${open_basedir}:/etc/webapps/roundcubemail:/usr/share/webapps/roundcubemail:/var/log/roundcubemail:/var/cache/roundcubemail
-#EOF
-
-  rm -rf temp logs
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 176130, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 10:43:53 UTC (rev 176131)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=roundcubemail
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="A PHP web-based mail client"
+arch=('any')
+url="http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+makedepends=('php-composer' 'git')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip' 'emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
+   apache.conf)
+md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
+ 'f11b17e2a80b383cde4af963fb307541')
+
+prepare() {
+#  mv ${srcdir}/roundcubemail-${_commit} 
${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  cd ${srcdir}/roundcubemail-${pkgver/rc/-rc}
+  sed -i \
+-e "s|RCUBE_INSTALL_PATH . 'temp.*|'/var/cache/roundcubemail';|" \
+-e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
+config/defaults.inc.php \
+program/lib/Roundcube/rcube_config.php
+  mv composer.json-dist composer.json
+  composer install --no-dev
+}
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  install -dm0750 $pkgdir/var/{log,cache}/roundcubemail
+  install -Dm0644 

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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:43:42
  Author: spupykin
Revision: 176130

upgpkg: roundcubemail 1.2.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 10:43:23 UTC (rev 176129)
+++ PKGBUILD2016-05-23 10:43:42 UTC (rev 176130)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.2rc
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!strip' 'emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/roundcube/roundcubemail/archive/${pkgver/rc/-rc}.tar.gz;
apache.conf)
-md5sums=('b12e98b2f3cf19419793e477516c8bba'
+md5sums=('ed3ce2c09f6e6a4221f4b99f5249da66'
  'f11b17e2a80b383cde4af963fb307541')
 
 prepare() {


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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:43:23
  Author: spupykin
Revision: 176129

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 176128, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 176128, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 176128, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 10:43:09 UTC (rev 176128)
+++ PKGBUILD2016-05-23 10:43:23 UTC (rev 176129)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.26.2
-_basever=1.26
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('539251697ac880805bcf4638e758bc05'
- '941386dabd35fb1ea4067742aa26846a'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-c3a378a 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 176128, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 10:43:23 UTC (rev 176129)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.26.3
+_basever=1.26
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache 

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

2016-05-23 Thread Sergej Pupykin
Date: Monday, May 23, 2016 @ 12:43:09
  Author: spupykin
Revision: 176128

upgpkg: mediawiki 1.26.3-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 08:57:14 UTC (rev 176127)
+++ PKGBUILD2016-05-23 10:43:09 UTC (rev 176128)
@@ -4,7 +4,7 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.26.2
+pkgver=1.26.3
 _basever=1.26
 pkgrel=1
 pkgdesc="MediaWiki engine"
@@ -33,7 +33,7 @@
 
source=("http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('539251697ac880805bcf4638e758bc05'
+md5sums=('0040d566c81070a83c06126140ccdabb'
  '941386dabd35fb1ea4067742aa26846a'
  '1b34e53d7be9a124377ac34d9821d574')
 


[arch-commits] Commit in deepin-session-ui/repos (4 files)

2016-05-23 Thread Felix Yan
Date: Monday, May 23, 2016 @ 10:57:14
  Author: fyan
Revision: 176127

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

Added:
  deepin-session-ui/repos/community-i686/PKGBUILD
(from rev 176126, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 176126, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-i686/PKGBUILD
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 08:56:47 UTC (rev 176126)
+++ community-i686/PKGBUILD 2016-05-23 08:57:14 UTC (rev 176127)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-i686/PKGBUILD (from rev 176126, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 08:57:14 UTC (rev 176127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
+makedepends=('git' 'qt5-tools')
+provides=('lightdm-deepin-greeter')
+conflicts=('dde-workspace' 'dde-session-ui')
+replaces=('dde-workspace' 'dde-session-ui')
+source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "dde-session-ui"
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd "dde-session-ui"
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 08:56:47 UTC (rev 176126)
+++ community-x86_64/PKGBUILD   2016-05-23 08:57:14 UTC (rev 176127)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=3.0.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-tool-kit' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'startdde' 'gtk2' 'xorg-xrandr')
-makedepends=('git' 'qt5-tools')
-provides=('lightdm-deepin-greeter')
-conflicts=('dde-workspace' 'dde-session-ui')
-replaces=('dde-workspace' 'dde-session-ui')
-source=("git+https://cr.deepin.io/dde/dde-session-ui.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "dde-session-ui"
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd "dde-session-ui"
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 176126, 
deepin-session-ui/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-23 08:57:14 UTC (rev 176127)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=3.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('i686' 

[arch-commits] Commit in deepin-session-ui/trunk (PKGBUILD)

2016-05-23 Thread Felix Yan
Date: Monday, May 23, 2016 @ 10:56:47
  Author: fyan
Revision: 176126

upgpkg: deepin-session-ui 3.0.12-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 08:39:47 UTC (rev 176125)
+++ PKGBUILD2016-05-23 08:56:47 UTC (rev 176126)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('i686' 'x86_64')


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

2016-05-23 Thread Михаил Страшун
Date: Monday, May 23, 2016 @ 10:39:32
  Author: dicebot
Revision: 176124

upgpkg: dub 0.9.25-1

dub 0.9.25

Modified:
  dub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 08:28:48 UTC (rev 176123)
+++ PKGBUILD2016-05-23 08:39:32 UTC (rev 176124)
@@ -1,7 +1,7 @@
 # Maintainer:  Mihails Strasuns 
 # Contributor: Moritz Maxeiner 
 pkgname=dub
-pkgver=0.9.24
+pkgver=0.9.25
 pkgrel=1
 pkgdesc="Developer package manager for D programming language"
 arch=('i686' 'x86_64')


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

2016-05-23 Thread Михаил Страшун
Date: Monday, May 23, 2016 @ 10:39:47
  Author: dicebot
Revision: 176125

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 08:39:32 UTC (rev 176124)
+++ community-i686/PKGBUILD 2016-05-23 08:39:47 UTC (rev 176125)
@@ -1,40 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('curl')
-source=(
-  "git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
-)
-sha256sums=(
-  'SKIP'
-)
-
-build()
-{
-  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=dmd
-  cd "${srcdir}/${pkgname}"
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_;" > source/dub/version_.d
-  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
-  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
-
-  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: dub/repos/community-i686/PKGBUILD (from rev 176124, dub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 08:39:47 UTC (rev 176125)
@@ -0,0 +1,40 @@
+# Maintainer:  Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+pkgname=dub
+pkgver=0.9.25
+pkgrel=1
+pkgdesc="Developer package manager for D programming language"
+arch=('i686' 'x86_64')
+url="https://github.com/D-Programming-Language/dub;
+license=('MIT')
+makedepends=('dmd' 'libphobos-devel' 'git')
+depends=('curl')
+source=(
+  "git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
+)
+sha256sums=(
+  'SKIP'
+)
+
+build()
+{
+  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+  DC=dmd
+  cd "${srcdir}/${pkgname}"
+
+  echo Generating version file...
+  GITVER=$(git describe) || GITVER=unknown
+  echo "module dub.version_;" > source/dub/version_.d
+  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
+  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
+
+  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
+}
+
+package()
+{
+  cd "${srcdir}/${pkgname}"
+  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
+  install -D -m644 scripts/bash-completion/dub.bash 
$pkgdir/usr/share/bash-completion/completions/dub
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 08:39:32 UTC (rev 176124)
+++ community-x86_64/PKGBUILD   2016-05-23 08:39:47 UTC (rev 176125)
@@ -1,40 +0,0 @@
-# Maintainer:  Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-pkgname=dub
-pkgver=0.9.24
-pkgrel=1
-pkgdesc="Developer package manager for D programming language"
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-Language/dub;
-license=('MIT')
-makedepends=('dmd' 'libphobos-devel' 'git')
-depends=('curl')
-source=(
-  "git+https://github.com/D-Programming-Language/dub.git#tag=v$pkgver;
-)
-sha256sums=(
-  'SKIP'
-)
-
-build()
-{
-  # DC=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-  DC=dmd
-  cd "${srcdir}/${pkgname}"
-
-  echo Generating version file...
-  GITVER=$(git describe) || GITVER=unknown
-  echo "module dub.version_;" > source/dub/version_.d
-  echo "enum dubVersion = \"$GITVER\";" >> source/dub/version_.d
-  echo "enum initialCompilerBinary = \"$DC\";" >> source/dub/version_.d
-
-  $DC -ofbin/dub -w -g -version=DubUseCurl -Isource -L-lcurl @build-files.txt
-}
-
-package()
-{
-  cd "${srcdir}/${pkgname}"
-  install -D -m755 bin/dub "${pkgdir}/usr/bin/dub"
-  install -D -m644 

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

2016-05-23 Thread Felix Yan
Date: Monday, May 23, 2016 @ 10:30:25
  Author: fyan
Revision: 268502

upgpkg: python-setuptools 1:21.2.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 04:28:10 UTC (rev 268501)
+++ PKGBUILD2016-05-23 08:30:25 UTC (rev 268502)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=21.2.0
+pkgver=21.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


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

2016-05-23 Thread Felix Yan
Date: Monday, May 23, 2016 @ 10:30:40
  Author: fyan
Revision: 268503

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-23 08:30:25 UTC (rev 268502)
+++ PKGBUILD2016-05-23 08:30:40 UTC (rev 268503)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=21.2.0
-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' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python 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-py2
-  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 268502, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-23 08:30:40 UTC (rev 268503)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=21.2.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' 'python-mock' 
'python2-mock' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd "$srcdir"/setuptools
+  python 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-py2
+  

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

2016-05-23 Thread Christian Hesse
Date: Monday, May 23, 2016 @ 10:28:48
  Author: eworm
Revision: 176123

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 08:28:42 UTC (rev 176122)
+++ community-i686/PKGBUILD 2016-05-23 08:28:48 UTC (rev 176123)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: mickele  (librecad-git PKGBUILD)
-# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
-# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
-
-pkgname=librecad
-pkgver=2.0.10
-pkgrel=2
-pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
-arch=('i686' 'x86_64')
-url='http://www.librecad.org/'
-license=('GPL')
-depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
-makedepends=('boost' 'imagemagick' 'librsvg')
-conflicts=('librecad-git')
-replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
-sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
-
-build() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # fix version string
-   sed -i "/^SCMREVISION/c SCMREVISION=\"${pkgver}\"" librecad/src/src.pro
-
-   export CPPFLAGS="-std=c++0x"
-   qmake-qt5 librecad.pro
-   make
-}
-
-package() {
-   cd "${srcdir}/LibreCAD-${pkgver}"
-
-   # executables
-   install -D -m0755 unix/librecad "${pkgdir}/usr/bin/librecad"
-   install -D -m0755 unix/ttf2lff "${pkgdir}/usr/bin/ttf2lff"
-
-   # desktop file and man pages
-   install -D -m0644 desktop/librecad.desktop 
"${pkgdir}/usr/share/applications/librecad.desktop"
-   install -D -m0644 desktop/librecad.1 
"${pkgdir}/usr/share/man/man1/librecad.1"
-
-   # documentation
-   install -D -m0644 librecad/support/doc/README 
"${pkgdir}/usr/share/doc/librecad/index.README"
-   install -D -m0644 librecad/support/doc/index.html 
"${pkgdir}/usr/share/doc/librecad/index.html"
-   install -D -m0644 librecad/support/doc/style.css 
"${pkgdir}/usr/share/doc/librecad/style.css"
-   install -D -m0644 librecad/support/doc/img/librecadlogo.png 
"${pkgdir}/usr/share/doc/librecad/img/librecadlogo.png"
-
-   # icons
-   for SIZE in 16 24 32 48 64 96 128; do
-   convert -scale ${SIZE} \
-   desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg \
-   ${srcdir}/librecad.png
-   install -D -m0644 ${srcdir}/librecad.png 
"${pkgdir}/usr/share/icons/hicolor/${SIZE}x${SIZE}/apps/librecad.png"
-   done
-   install -D -m0644 desktop/graphics_icons_and_splash/Icon\ 
LibreCAD/Icon_Librecad.svg 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/librecad.svg"
-
-   # resources
-   mkdir -p "${pkgdir}/usr/share/librecad/"
-   cp -r unix/resources/{library,patterns,fonts,qm} 
"${pkgdir}/usr/share/librecad/"
-}
-

Copied: librecad/repos/community-i686/PKGBUILD (from rev 176122, 
librecad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 08:28:48 UTC (rev 176123)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: mickele  (librecad-git PKGBUILD)
+# Contributor: Ilmari Repo  (librecad-svn PKGBUILD)
+# Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
+
+pkgname=librecad
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
+arch=('i686' 'x86_64')
+url='http://www.librecad.org/'
+license=('GPL')
+depends=('qt5-base' 'qt5-svg' 'qt5-tools' 'libxcb' 'muparser')
+makedepends=('boost' 'imagemagick' 'librsvg')
+conflicts=('librecad-git')
+replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
+sha256sums=('05be8268614771e0c2a65e5ec767b26f516aab1d38e0c79d8137feabf110aa49')
+
+build() {
+   cd "${srcdir}/LibreCAD-${pkgver}"
+
+   # fix version string
+   sed -i "/^SCMREVISION/c SCMREVISION=\"${pkgver}\"" librecad/src/src.pro
+
+   qmake-qt5 librecad.pro
+
+   # fix include path... this is an issue with gcc 6.1.1 and qmake-qt5...
+   make qmake_all
+   sed -i 

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

2016-05-23 Thread Christian Hesse
Date: Monday, May 23, 2016 @ 10:28:42
  Author: eworm
Revision: 176122

upgpkg: librecad 2.0.11-1

new upstream release

Modified:
  librecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 07:20:24 UTC (rev 176121)
+++ PKGBUILD2016-05-23 08:28:42 UTC (rev 176122)
@@ -5,8 +5,8 @@
 # Contributor: GazJ Gary James  (CADuntu 
PKGBUILD)
 
 pkgname=librecad
-pkgver=2.0.10
-pkgrel=2
+pkgver=2.0.11
+pkgrel=1
 pkgdesc='A 2D CAD drawing tool based on the community edition of QCad'
 arch=('i686' 'x86_64')
 url='http://www.librecad.org/'
@@ -16,7 +16,7 @@
 conflicts=('librecad-git')
 replaces=('librecad-svn' 'caduntu' 'caduntu-svn')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreCAD/LibreCAD/archive/${pkgver}.tar.gz;)
-sha256sums=('ca24bede4f4a82816842e66aba3d280b0fde0b94b5dbc55a9a030b7906be6b13')
+sha256sums=('05be8268614771e0c2a65e5ec767b26f516aab1d38e0c79d8137feabf110aa49')
 
 build() {
cd "${srcdir}/LibreCAD-${pkgver}"


[arch-commits] Commit in kodi-addon-adsp-basic/repos (4 files)

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:19:56
  Author: idevolder
Revision: 176119

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

Added:
  kodi-addon-adsp-basic/repos/community-i686/PKGBUILD
(from rev 176118, kodi-addon-adsp-basic/trunk/PKGBUILD)
  kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD
(from rev 176118, kodi-addon-adsp-basic/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-basic/repos/community-i686/PKGBUILD
  kodi-addon-adsp-basic/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 2016-05-23 07:19:44 UTC (rev 176118)
+++ community-i686/PKGBUILD 2016-05-23 07:19:56 UTC (rev 176119)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-basic
-_commit=95085bb
-pkgver=20160518.95085bb
-pkgrel=1
-pkgdesc="Basic AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.basic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-basic/repos/community-i686/PKGBUILD (from rev 176118, 
kodi-addon-adsp-basic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 07:19:56 UTC (rev 176119)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-basic
+_commit=2ae604e
+pkgver=20160519.2ae604e
+pkgrel=1
+pkgdesc="Basic AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.basic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 07:19:44 UTC (rev 176118)
+++ community-x86_64/PKGBUILD   2016-05-23 07:19:56 UTC (rev 176119)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-basic
-_commit=95085bb
-pkgver=20160518.95085bb
-pkgrel=1
-pkgdesc="Basic AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.basic'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.basic.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-basic/repos/community-x86_64/PKGBUILD (from rev 176118, 
kodi-addon-adsp-basic/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-23 07:19:56 UTC (rev 176119)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-basic
+_commit=2ae604e
+pkgver=20160519.2ae604e
+pkgrel=1
+pkgdesc="Basic AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.basic'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')

[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (4 files)

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:20:24
  Author: idevolder
Revision: 176121

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

Added:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
(from rev 176120, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD
(from rev 176120, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
  kodi-addon-adsp-freesurround/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 2016-05-23 07:20:10 UTC (rev 176120)
+++ community-i686/PKGBUILD 2016-05-23 07:20:24 UTC (rev 176121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=93702c3
-pkgver=20160518.93702c3
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 
176120, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 07:20:24 UTC (rev 176121)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=34f5040
+pkgver=20160519.34f5040
+pkgrel=1
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.freesurround'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-23 07:20:10 UTC (rev 176120)
+++ community-x86_64/PKGBUILD   2016-05-23 07:20:24 UTC (rev 176121)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=93702c3
-pkgver=20160518.93702c3
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 
176120, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-23 07:20:24 UTC (rev 176121)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=34f5040
+pkgver=20160519.34f5040
+pkgrel=1
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')

[arch-commits] Commit in kodi-addon-adsp-freesurround/trunk (PKGBUILD)

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:20:10
  Author: idevolder
Revision: 176120

upgpkg: kodi-addon-adsp-freesurround 20160519.34f5040-1

Modified:
  kodi-addon-adsp-freesurround/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 07:19:56 UTC (rev 176119)
+++ PKGBUILD2016-05-23 07:20:10 UTC (rev 176120)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-adsp-freesurround
-_commit=93702c3
-pkgver=20160518.93702c3
+_commit=34f5040
+pkgver=20160519.34f5040
 pkgrel=1
 pkgdesc="FreeSurround AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')


[arch-commits] Commit in kodi-addon-adsp-basic/trunk (PKGBUILD)

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:19:44
  Author: idevolder
Revision: 176118

upgpkg: kodi-addon-adsp-basic 20160519.2ae604e-1

Modified:
  kodi-addon-adsp-basic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-23 07:10:13 UTC (rev 176117)
+++ PKGBUILD2016-05-23 07:19:44 UTC (rev 176118)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-adsp-basic
-_commit=95085bb
-pkgver=20160518.95085bb
+_commit=2ae604e
+pkgver=20160519.2ae604e
 pkgrel=1
 pkgdesc="Basic AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:10:13
  Author: idevolder
Revision: 176117

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

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

+
 /PKGBUILD  |  164 +++
 /doublecmd.install |   68 ++
 community-i686/PKGBUILD|   82 -
 community-i686/doublecmd.install   |   34 ---
 community-x86_64/PKGBUILD  |   82 -
 community-x86_64/doublecmd.install |   34 ---
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 07:10:00 UTC (rev 176116)
+++ community-i686/PKGBUILD 2016-05-23 07:10:13 UTC (rev 176117)
@@ -1,82 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.7.1
-_helpver=0.6.0
-pkgrel=2
-url="http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-   "http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
-)
-sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
-'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')
-
-prepare() {
-   cd "$pkgbase-$pkgver"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-
-   cd "$srcdir"
-
-   cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-   cp -a "$pkgbase-$pkgver" "$pkgbase-qt"
-}
-
-build() {
-   msg2 'build gtk'
-   gtkdir="$srcdir/$pkgbase-gtk"
-   cd "$gtkdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i 
build.sh
-   sed -e "s/%%SRCDIR%%/${gtkdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta gtk2
-
-   msg2 'build qt'
-   qtdir="$srcdir/$pkgbase-qt"
-   cd "$qtdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i build.sh
-   sed -e "s/%%SRCDIR%%/${qtdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta qt
-
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-   conflicts=('doublecmd-qt')
-   cd "$srcdir/$pkgbase-gtk"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-   conflicts=('doublecmd-gtk2')
-   cd "$srcdir/$pkgbase-qt"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 176116, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 07:10:13 UTC (rev 176117)
@@ -0,0 +1,82 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.7.2
+_helpver=0.6.0
+pkgrel=1
+url="http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')

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

2016-05-23 Thread Ike Devolder
Date: Monday, May 23, 2016 @ 09:10:00
  Author: idevolder
Revision: 176116

upgpkg: doublecmd 0.7.2-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-22 21:17:46 UTC (rev 176115)
+++ PKGBUILD2016-05-23 07:10:00 UTC (rev 176116)
@@ -5,9 +5,9 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.7.1
+pkgver=0.7.2
 _helpver=0.6.0
-pkgrel=2
+pkgrel=1
 url="http://doublecmd.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -23,7 +23,7 @@

"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
"http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
 )
-sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
+sha256sums=('5367981d6197b7f3caf4a387cf1274b61cb74336afb471d9979602f5b5498dd5'
 'd50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
 '16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')