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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 08:17:49
  Author: jlichtblau
Revision: 121593

upgpkg: skrooge 1.10.0-1

Modified:
  skrooge/trunk/PKGBUILD
  skrooge/trunk/skrooge.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 04:25:39 UTC (rev 121592)
+++ PKGBUILD2014-10-30 07:17:49 UTC (rev 121593)
@@ -5,8 +5,8 @@
 # Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
 
 pkgname=skrooge
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc=A personal finances manager for KDE
 arch=('i686' 'x86_64')
 url=http://skrooge.org/;
@@ -17,7 +17,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
+sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: skrooge.changelog
===
--- skrooge.changelog   2014-10-30 04:25:39 UTC (rev 121592)
+++ skrooge.changelog   2014-10-30 07:17:49 UTC (rev 121593)
@@ -1,3 +1,6 @@
+2014-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * skrooge 1.10.0-1
+
 2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* skrooge 1.9.0-1
 


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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 08:18:02
  Author: jlichtblau
Revision: 121594

archrelease: copy trunk to community-x86_64

Added:
  skrooge/repos/community-x86_64/PKGBUILD
(from rev 121593, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-x86_64/skrooge.changelog
(from rev 121593, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-x86_64/skrooge.install
(from rev 121593, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-x86_64/PKGBUILD
  skrooge/repos/community-x86_64/skrooge.changelog
  skrooge/repos/community-x86_64/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   79 ++--
 skrooge.install   |   28 +-
 3 files changed, 89 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 07:17:49 UTC (rev 121593)
+++ PKGBUILD2014-10-30 07:18:02 UTC (rev 121594)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.9.0
-pkgrel=2
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-x86_64/PKGBUILD (from rev 121593, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-30 07:18:02 UTC (rev 121594)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2014-10-30 07:17:49 UTC (rev 121593)
+++ skrooge.changelog   2014-10-30 07:18:02 UTC (rev 121594)
@@ -1,38 +0,0 @@
-2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.9.0-1
-
-2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-3 FS#37406 fix
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-x86_64/skrooge.changelog (from rev 121593, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ 

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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 08:35:23
  Author: jlichtblau
Revision: 121595

archrelease: copy trunk to community-i686

Added:
  skrooge/repos/community-i686/PKGBUILD
(from rev 121594, skrooge/trunk/PKGBUILD)
  skrooge/repos/community-i686/skrooge.changelog
(from rev 121594, skrooge/trunk/skrooge.changelog)
  skrooge/repos/community-i686/skrooge.install
(from rev 121594, skrooge/trunk/skrooge.install)
Deleted:
  skrooge/repos/community-i686/PKGBUILD
  skrooge/repos/community-i686/skrooge.changelog
  skrooge/repos/community-i686/skrooge.install

---+
 PKGBUILD  |   68 ++--
 skrooge.changelog |   79 ++--
 skrooge.install   |   28 +-
 3 files changed, 89 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 07:18:02 UTC (rev 121594)
+++ PKGBUILD2014-10-30 07:35:23 UTC (rev 121595)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Ray Rashif sc...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
-
-pkgname=skrooge
-pkgver=1.9.0
-pkgrel=2
-pkgdesc=A personal finances manager for KDE
-arch=('i686' 'x86_64')
-url=http://skrooge.org/;
-license=('GPL')
-depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
-makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
-optdepends=('kdepim-libkdepim: for KDE PIM integration')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('1127c404be1213b88e11ecb5c85ce27d7af87c231a8e281224545fae87644ff8')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: skrooge/repos/community-i686/PKGBUILD (from rev 121594, 
skrooge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-30 07:35:23 UTC (rev 121595)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: neuromante lorenzo.nizzi.gr...@gmail.com
+
+pkgname=skrooge
+pkgver=1.10.0
+pkgrel=1
+pkgdesc=A personal finances manager for KDE
+arch=('i686' 'x86_64')
+url=http://skrooge.org/;
+license=('GPL')
+depends=('kdebase-runtime' 'libofx' 'qca-ossl' 'qjson')
+makedepends=('cmake' 'automoc4' 'docbook-xsl' 'boost' 'kdepim-libkdepim')
+optdepends=('kdepim-libkdepim: for KDE PIM integration')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('aae15e7abf91a7fc217247d3ae5e672f4215a9090f12389cddab68fe5a175c67')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: skrooge.changelog
===
--- skrooge.changelog   2014-10-30 07:18:02 UTC (rev 121594)
+++ skrooge.changelog   2014-10-30 07:35:23 UTC (rev 121595)
@@ -1,38 +0,0 @@
-2014-04-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.9.0-1
-
-2013-12-23 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-3 FS#37406 fix
-
-2013-10-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.8.0-1
-
-2013-05-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.7.1-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.6.0-1
-
-2013-01-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.5.1-1
-
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.4.0-1
-
-2012-09-06 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.3-1
-
-2012-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.2-1
-
-2012-08-09  Eric Belanger  e...@archlinux.org
-   * skrooge 1.3.0-2 Rebuild against libofx 0.9.5
-
-2012-05-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.3.0-1
-
-2012-02-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.2.0-1
-
-2011-11-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * skrooge 1.1.1-1

Copied: skrooge/repos/community-i686/skrooge.changelog (from rev 121594, 
skrooge/trunk/skrooge.changelog)
===
--- skrooge.changelog   (rev 0)
+++ skrooge.changelog   2014-10-30 

[arch-commits] Commit in perl-net-dns/trunk (PKGBUILD)

2014-10-30 Thread Felix Yan
Date: Thursday, October 30, 2014 @ 08:57:14
  Author: fyan
Revision: 225466

upgpkg: perl-net-dns 0.81-1

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 00:51:24 UTC (rev 225465)
+++ PKGBUILD2014-10-30 07:57:14 UTC (rev 225466)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-net-dns
-pkgver=0.80
+pkgver=0.81
 pkgrel=1
 pkgdesc=Perl Module: Interface to the DNS resolver
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'perl-socket6: IPv6 support')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('19df370fbdf214c9c51e2385f5c3aa791b347539')
+sha1sums=('b0f08e87ccd8a063196db1a57ef1acd818bf')
 
 build() {
   cd Net-DNS-${pkgver}


[arch-commits] Commit in perl-net-dns/repos (4 files)

2014-10-30 Thread Felix Yan
Date: Thursday, October 30, 2014 @ 08:57:46
  Author: fyan
Revision: 225467

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

Added:
  perl-net-dns/repos/extra-i686/PKGBUILD
(from rev 225466, perl-net-dns/trunk/PKGBUILD)
  perl-net-dns/repos/extra-x86_64/PKGBUILD
(from rev 225466, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-i686/PKGBUILD
  perl-net-dns/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-30 07:57:14 UTC (rev 225466)
+++ extra-i686/PKGBUILD 2014-10-30 07:57:46 UTC (rev 225467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-net-dns
-pkgver=0.80
-pkgrel=1
-pkgdesc=Perl Module: Interface to the DNS resolver
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-optdepends=('perl-io-socket-inet6: IPv6 support'
-'perl-socket6: IPv6 support')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('19df370fbdf214c9c51e2385f5c3aa791b347539')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-net-dns/repos/extra-i686/PKGBUILD (from rev 225466, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-30 07:57:46 UTC (rev 225467)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-net-dns
+pkgver=0.81
+pkgrel=1
+pkgdesc=Perl Module: Interface to the DNS resolver
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b0f08e87ccd8a063196db1a57ef1acd818bf')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-30 07:57:14 UTC (rev 225466)
+++ extra-x86_64/PKGBUILD   2014-10-30 07:57:46 UTC (rev 225467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-net-dns
-pkgver=0.80
-pkgrel=1
-pkgdesc=Perl Module: Interface to the DNS resolver
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url=http://search.cpan.org/dist/Net-DNS/;
-depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
-checkdepends=('perl-test-pod')
-optdepends=('perl-io-socket-inet6: IPv6 support'
-'perl-socket6: IPv6 support')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('19df370fbdf214c9c51e2385f5c3aa791b347539')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-net-dns/repos/extra-x86_64/PKGBUILD (from rev 225466, 
perl-net-dns/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-30 07:57:46 UTC (rev 225467)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-net-dns
+pkgver=0.81
+pkgrel=1
+pkgdesc=Perl Module: Interface to the DNS resolver
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url=http://search.cpan.org/dist/Net-DNS/;
+depends=('perl-digest-hmac' 'perl-net-ip' 'perl')
+checkdepends=('perl-test-pod')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('b0f08e87ccd8a063196db1a57ef1acd818bf')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 10:26:37
  Author: andyrtr
Revision: 225468

upgpkg: sqlite 3.8.7.1-1

upstream update 3.8.7.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 07:57:46 UTC (rev 225467)
+++ PKGBUILD2014-10-30 09:26:37 UTC (rev 225468)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3080700
+_amalgamationver=3080701
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.7
+pkgver=3.8.7.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,8 +19,8 @@
http://www.sqlite.org/2014/sqlite-doc-${_docver}.zip
license.txt)
 options=('!emptydirs')
-sha1sums=('8b773b006db46f3ffcbabe065e927823d13bf5c0'
-  'b091631340c051455e349e651d9c24579e00f669'
+sha1sums=('5601be1263842209d7c5dbf6128f1cc0b6bbe2e5'
+  '712b4ce64317646f27a046d5850515cd710bd00a'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 10:26:59
  Author: andyrtr
Revision: 225469

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

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

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

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

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 225468, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-30 09:26:59 UTC (rev 225469)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom 

[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD plex-lirc-socket.patch)

2014-10-30 Thread Maxime Gauduin
Date: Thursday, October 30, 2014 @ 10:31:11
  Author: alucryd
Revision: 121596

FS#42610: plex-home-theater 1.2.2-4

Added:
  plex-home-theater/trunk/plex-lirc-socket.patch
Modified:
  plex-home-theater/trunk/PKGBUILD

+
 PKGBUILD   |7 -
 plex-lirc-socket.patch |   56 +++
 2 files changed, 61 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 07:35:23 UTC (rev 121595)
+++ PKGBUILD2014-10-30 09:31:11 UTC (rev 121596)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
 pkgver=1.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
 url='http://www.plexapp.com/'
@@ -20,9 +20,11 @@
 'libcec: Pulse-Eight USB-CEC adapter support'
 'pulseaudio: PulseAudio support')
 
source=(https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz;
+'plex-lirc-socket.patch'
 'plex-ffmpeg-compat.patch'
 'plexhometheater.sh')
 sha256sums=('5df5b2bfb5d02566c151e93be6a7217ca72b9e7800e6216dabf1759d920f3d2f'
+'630070125ad5239163d89fed5bf7f83abf4a411ac3e24aa2e41f99c5c3c8fb7f'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
 
@@ -29,6 +31,7 @@
 prepare() {
   cd plex-home-theater-public-pht-v${pkgver}
 
+  patch -Np1 -i ../plex-lirc-socket.patch
   patch -Np1 -i ../plex-ffmpeg-compat.patch
 }
 

Added: plex-lirc-socket.patch
===
--- plex-lirc-socket.patch  (rev 0)
+++ plex-lirc-socket.patch  2014-10-30 09:31:11 UTC (rev 121596)
@@ -0,0 +1,56 @@
+From c20e1deb62521acaca945fe6af780cdfb477610b Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin aluc...@gmail.com
+Date: Thu, 30 Oct 2014 09:43:48 +0100
+Subject: [PATCH] Fix lirc socket path
+
+---
+ configure.in| 4 ++--
+ plex/CMakeModules/PlatformConfigLINUX.cmake | 2 +-
+ plex/CMakeModules/PlatformConfigRPI.cmake   | 2 +-
+ 3 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/configure.in b/configure.in
+index 002245a..85ad398 100644
+--- a/configure.in
 b/configure.in
+@@ -452,9 +452,9 @@ AC_ARG_ENABLE([texturepacker],
+ 
+ AC_ARG_WITH([lirc-device],
+   [AS_HELP_STRING([--with-lirc-device=file],
+-  [specify the default LIRC device (default is /dev/lircd)])],
++  [specify the default LIRC device (default is /var/run/lirc/lircd)])],
+   [lirc_device=$withval],
+-  [lirc_device=/dev/lircd])
++  [lirc_device=/var/run/lirc/lircd])
+ AC_DEFINE_UNQUOTED([LIRC_DEVICE], [$lirc_device], [Default LIRC device])
+ 
+ AC_ARG_ENABLE([udev],
+diff --git a/plex/CMakeModules/PlatformConfigLINUX.cmake 
b/plex/CMakeModules/PlatformConfigLINUX.cmake
+index 078fafb..3afa5c1 100644
+--- a/plex/CMakeModules/PlatformConfigLINUX.cmake
 b/plex/CMakeModules/PlatformConfigLINUX.cmake
+@@ -126,7 +126,7 @@ if(DEFINED OPENGL_FOUND)
+ endif()
+ 
+  default lircdevice
+-set(LIRC_DEVICE /dev/lircd)
++set(LIRC_DEVICE /var/run/lirc/lircd)
+ 
+  on linux we want to use a easy name
+ set(EXECUTABLE_NAME plexhometheater)
+diff --git a/plex/CMakeModules/PlatformConfigRPI.cmake 
b/plex/CMakeModules/PlatformConfigRPI.cmake
+index 82aa751..367cdc9 100644
+--- a/plex/CMakeModules/PlatformConfigRPI.cmake
 b/plex/CMakeModules/PlatformConfigRPI.cmake
+@@ -103,7 +103,7 @@ list(APPEND CONFIG_INTERNAL_LIBS lib_dllsymbols)
+ 
+ 
+  default lircdevice
+-set(LIRC_DEVICE /dev/lircd)
++set(LIRC_DEVICE /var/run/lirc/lircd)
+ 
+  on linux we want to use a easy name
+ set(EXECUTABLE_NAME plexhometheater)
+-- 
+2.1.3
+


[arch-commits] Commit in plex-home-theater/repos (14 files)

2014-10-30 Thread Maxime Gauduin
Date: Thursday, October 30, 2014 @ 10:31:32
  Author: alucryd
Revision: 121597

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 121596, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
(from rev 121596, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-i686/plex-lirc-socket.patch
(from rev 121596, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 121596, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 121596, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
(from rev 121596, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-x86_64/plex-lirc-socket.patch
(from rev 121596, plex-home-theater/trunk/plex-lirc-socket.patch)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 121596, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

---+
 /PKGBUILD |  134 
 /plex-ffmpeg-compat.patch |   58 
 /plexhometheater.sh   |   10 ++
 community-i686/PKGBUILD   |   64 -
 community-i686/plex-ffmpeg-compat.patch   |   29 --
 community-i686/plex-lirc-socket.patch |   56 +++
 community-i686/plexhometheater.sh |5 -
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/plex-ffmpeg-compat.patch |   29 --
 community-x86_64/plex-lirc-socket.patch   |   56 +++
 community-x86_64/plexhometheater.sh   |5 -
 11 files changed, 314 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 09:31:11 UTC (rev 121596)
+++ community-i686/PKGBUILD 2014-10-30 09:31:32 UTC (rev 121597)
@@ -1,64 +0,0 @@
-# $Id: PKGBUILD 119021 2014-09-15 15:52:42Z alucryd $
-# Maintainer: Maxime Gauduin aluc...@gmail.com
-# Contributor: Daniel Wallace daniel.wall...@gatech.edu
-
-pkgname=plex-home-theater
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='Plex Home Theater'
-arch=('i686' 'x86_64')
-url='http://www.plexapp.com/'
-license=('GPL2')
-depends=('boost-libs' 'curl' 'ffmpeg-compat' 'glew' 'libcdio' 'libmad'
- 'libmicrohttpd' 'libmpeg2' 'libsamplerate' 'libssh' 'libusb-compat'
- 'libvdpau' 'libxrandr' 'lzo' 'mesa' 'sdl_image' 'sdl_mixer'
- 'smbclient' 'taglib' 'tinyxml' 'yajl')
-makedepends=('boost' 'cmake' 'doxygen' 'java-environment' 'libcec' 'libplist'
- 'libshairport' 'nasm' 'swig' 'unzip' 'zip')
-optdepends=('libplist: AirPlay support'
-'libshairport: AirPlay support'
-'libcec: Pulse-Eight USB-CEC adapter support'
-'pulseaudio: PulseAudio support')
-source=(https://github.com/plexinc/plex-home-theater-public/archive/pht-v${pkgver}.tar.gz;
-'plex-ffmpeg-compat.patch'
-'plexhometheater.sh')
-sha256sums=('5df5b2bfb5d02566c151e93be6a7217ca72b9e7800e6216dabf1759d920f3d2f'
-'5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
-'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
-
-prepare() {
-  cd plex-home-theater-public-pht-v${pkgver}
-
-  patch -Np1 -i ../plex-ffmpeg-compat.patch
-}
-
-build() {
-  cd plex-home-theater-public-pht-v${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-   -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-   -DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-   -DENABLE_{AUTOUPDATE,DUMP_SYMBOLS}='FALSE' -DENABLE_PYTHON='TRUE' \
-   -DPYTHON_EXEC='/usr/bin/python2' -DUSE_INTERNAL_FFMPEG='FALSE' \
-   -DCREATE_BUNDLE='FALSE'
-  make
-}
-
-package() {
-  cd plex-home-theater-public-pht-v${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-  install -dm 755 
${pkgdir}/usr/{lib/plexhometheater,share/{applications,pixmaps}}
-  mv ${pkgdir}/usr/bin/{system,xbmc-xrandr} 
${pkgdir}/usr/lib/plexhometheater/
-  mv ${pkgdir}/usr/share/XBMC ${pkgdir}/usr/share/plexhometheater
-  install -m 755 ${srcdir}/plexhometheater.sh ${pkgdir}/usr/bin/
-  install -m 644 

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

2014-10-30 Thread Sergej Pupykin
Date: Thursday, October 30, 2014 @ 11:28:00
  Author: spupykin
Revision: 121598

upgpkg: ser2net 2.10.0-1

upd

Modified:
  ser2net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 09:31:32 UTC (rev 121597)
+++ PKGBUILD2014-10-30 10:28:00 UTC (rev 121598)
@@ -3,8 +3,8 @@
 # Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
 
 pkgname=ser2net
-pkgver=2.8rc3
-pkgrel=3
+pkgver=2.10.0
+pkgrel=1
 pkgdesc=A proxy that allows telnet/tcp connections to be made to serial ports
 arch=(i686 x86_64)
 url=http://sourceforge.net/projects/ser2net;
@@ -11,9 +11,9 @@
 license=('GPL')
 depends=('glibc')
 backup=(etc/ser2net.conf)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
ser2net.service)
-md5sums=('bbe95fb557781c314d321356897a50b9'
+md5sums=('cd937041144de83d41d811521e72158c'
  '9a94f9ba5595359c92d099465ab7c828')
 
 build() {


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

2014-10-30 Thread Sergej Pupykin
Date: Thursday, October 30, 2014 @ 11:28:17
  Author: spupykin
Revision: 121599

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

Added:
  ser2net/repos/community-i686/PKGBUILD
(from rev 121598, ser2net/trunk/PKGBUILD)
  ser2net/repos/community-i686/ser2net.service
(from rev 121598, ser2net/trunk/ser2net.service)
  ser2net/repos/community-x86_64/PKGBUILD
(from rev 121598, ser2net/trunk/PKGBUILD)
  ser2net/repos/community-x86_64/ser2net.service
(from rev 121598, ser2net/trunk/ser2net.service)
Deleted:
  ser2net/repos/community-i686/PKGBUILD
  ser2net/repos/community-i686/ser2net.service
  ser2net/repos/community-x86_64/PKGBUILD
  ser2net/repos/community-x86_64/ser2net.service

--+
 /PKGBUILD|   60 +
 /ser2net.service |   22 +
 community-i686/PKGBUILD  |   30 --
 community-i686/ser2net.service   |   11 --
 community-x86_64/PKGBUILD|   30 --
 community-x86_64/ser2net.service |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 10:28:00 UTC (rev 121598)
+++ community-i686/PKGBUILD 2014-10-30 10:28:17 UTC (rev 121599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-
-pkgname=ser2net
-pkgver=2.8rc3
-pkgrel=3
-pkgdesc=A proxy that allows telnet/tcp connections to be made to serial ports
-arch=(i686 x86_64)
-url=http://sourceforge.net/projects/ser2net;
-license=('GPL')
-depends=('glibc')
-backup=(etc/ser2net.conf)
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver/rc/-rc}.tar.gz
-   ser2net.service)
-md5sums=('bbe95fb557781c314d321356897a50b9'
- '9a94f9ba5595359c92d099465ab7c828')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver/rc/-rc}
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR=$pkgdir install
-  install -Dm0644 ser2net.conf $pkgdir/etc/ser2net.conf
-  install -Dm0644 $srcdir/ser2net.service 
$pkgdir/usr/lib/systemd/system/ser2net.service
-}

Copied: ser2net/repos/community-i686/PKGBUILD (from rev 121598, 
ser2net/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-30 10:28:17 UTC (rev 121599)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=ser2net
+pkgver=2.10.0
+pkgrel=1
+pkgdesc=A proxy that allows telnet/tcp connections to be made to serial ports
+arch=(i686 x86_64)
+url=http://sourceforge.net/projects/ser2net;
+license=('GPL')
+depends=('glibc')
+backup=(etc/ser2net.conf)
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   ser2net.service)
+md5sums=('cd937041144de83d41d811521e72158c'
+ '9a94f9ba5595359c92d099465ab7c828')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR=$pkgdir install
+  install -Dm0644 ser2net.conf $pkgdir/etc/ser2net.conf
+  install -Dm0644 $srcdir/ser2net.service 
$pkgdir/usr/lib/systemd/system/ser2net.service
+}

Deleted: community-i686/ser2net.service
===
--- community-i686/ser2net.service  2014-10-30 10:28:00 UTC (rev 121598)
+++ community-i686/ser2net.service  2014-10-30 10:28:17 UTC (rev 121599)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Proxy that allows tcp connections to serial ports
-After=syslog.target network.target
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/ser2net
-
-[Install]
-WantedBy=multi-user.target
-

Copied: ser2net/repos/community-i686/ser2net.service (from rev 121598, 
ser2net/trunk/ser2net.service)
===
--- community-i686/ser2net.service  (rev 0)
+++ community-i686/ser2net.service  2014-10-30 10:28:17 UTC (rev 121599)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Proxy that allows tcp connections to serial ports
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/ser2net
+
+[Install]
+WantedBy=multi-user.target
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-30 10:28:00 UTC (rev 121598)
+++ community-x86_64/PKGBUILD   2014-10-30 10:28:17 UTC (rev 121599)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
-

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

2014-10-30 Thread Sergej Pupykin
Date: Thursday, October 30, 2014 @ 11:28:35
  Author: spupykin
Revision: 121601

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

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

+
 /PKGBUILD  |   74 +++
 /sqlitebrowser.install |   26 ++
 community-i686/PKGBUILD|   37 ---
 community-i686/sqlitebrowser.install   |   13 -
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/sqlitebrowser.install |   13 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 10:28:20 UTC (rev 121600)
+++ community-i686/PKGBUILD 2014-10-30 10:28:35 UTC (rev 121601)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=sqlitebrowser
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
-arch=('i686' 'x86_64')
-url=http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-makedepends=('cmake' 'qt5-tools')
-install=sqlitebrowser.install
-#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
-md5sums=('ccd5feac77606e614e79273d3e568205')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
-  install -dm0755 $pkgdir/usr/share/icons/
-  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
-}

Copied: sqlitebrowser/repos/community-i686/PKGBUILD (from rev 121600, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-30 10:28:35 UTC (rev 121601)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=sqlitebrowser
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
+arch=('i686' 'x86_64')
+url=http://sqlitebrowser.org/;
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+makedepends=('cmake' 'qt5-tools')
+install=sqlitebrowser.install
+#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
+md5sums=('bad4cd0f9b88aa834b207d420d196b0a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
+  install -dm0755 $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
+}

Deleted: community-i686/sqlitebrowser.install
===
--- community-i686/sqlitebrowser.install2014-10-30 10:28:20 UTC (rev 
121600)
+++ community-i686/sqlitebrowser.install2014-10-30 10:28:35 UTC (rev 
121601)
@@ -1,13 +0,0 @@
-post_install() {
-   [[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q 
|| true
-   [[ -x usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor || true
-}
-
-post_upgrade() {
-   post_install
-}
-
-

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

2014-10-30 Thread Sergej Pupykin
Date: Thursday, October 30, 2014 @ 11:28:20
  Author: spupykin
Revision: 121600

upgpkg: sqlitebrowser 3.4.0-1

upd

Modified:
  sqlitebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 10:28:17 UTC (rev 121599)
+++ PKGBUILD2014-10-30 10:28:20 UTC (rev 121600)
@@ -4,7 +4,7 @@
 # Contributor: Michael Fellinger m.fellin...@gmail.com
 
 pkgname=sqlitebrowser
-pkgver=3.3.1
+pkgver=3.4.0
 pkgrel=1
 pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=sqlitebrowser.install
 
#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
-md5sums=('ccd5feac77606e614e79273d3e568205')
+md5sums=('bad4cd0f9b88aa834b207d420d196b0a')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-30 Thread Martin Wimpress
Date: Thursday, October 30, 2014 @ 11:32:26
  Author: flexiondotorg
Revision: 121602

upgpkg: syncthing 0.10.4-1 - New upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 10:28:35 UTC (rev 121601)
+++ PKGBUILD2014-10-30 10:32:26 UTC (rev 121602)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2014-10-30 Thread Martin Wimpress
Date: Thursday, October 30, 2014 @ 11:34:02
  Author: flexiondotorg
Revision: 121603

Add PKGBUILD.

Modified:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-x86_64/PKGBUILD

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

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 10:32:26 UTC (rev 121602)
+++ community-i686/PKGBUILD 2014-10-30 10:34:02 UTC (rev 121603)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-30 10:32:26 UTC (rev 121602)
+++ community-x86_64/PKGBUILD   2014-10-30 10:34:02 UTC (rev 121603)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.10.3
+pkgver=0.10.4
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


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

2014-10-30 Thread Ray Rashif
Date: Thursday, October 30, 2014 @ 13:14:43
  Author: schiv
Revision: 225471

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

Added:
  suil/repos/staging-i686/
  suil/repos/staging-i686/PKGBUILD
(from rev 225470, suil/trunk/PKGBUILD)
  suil/repos/staging-x86_64/
  suil/repos/staging-x86_64/PKGBUILD
(from rev 225470, suil/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: suil/repos/staging-i686/PKGBUILD (from rev 225470, suil/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-30 12:14:43 UTC (rev 225471)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=suil
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/suil/;
+license=('custom:ISC')
+depends=('lv2=1.10.0')
+makedepends=('python2' 'qt4' 'gtk2')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+'gtk2: GTK+ 2.x UI wrapping support')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: suil/repos/staging-x86_64/PKGBUILD (from rev 225470, 
suil/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-30 12:14:43 UTC (rev 225471)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=suil
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/suil/;
+license=('custom:ISC')
+depends=('lv2=1.10.0')
+makedepends=('python2' 'qt4' 'gtk2')
+optdepends=('qt4: Qt 4.x UI wrapping support'
+'gtk2: GTK+ 2.x UI wrapping support')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-10-30 Thread Ray Rashif
Date: Thursday, October 30, 2014 @ 13:14:28
  Author: schiv
Revision: 225470

upgpkg: suil 0.8.2-1

upstream release; long awaited update

Modified:
  suil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 09:26:59 UTC (rev 225469)
+++ PKGBUILD2014-10-30 12:14:28 UTC (rev 225470)
@@ -3,18 +3,18 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=suil
-pkgver=0.8.0
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=A lightweight C library for loading and wrapping LV2 plugin UIs
 arch=('i686' 'x86_64')
 url=http://drobilla.net/software/suil/;
 license=('custom:ISC')
-depends=('lv2=1.8.0')
+depends=('lv2=1.10.0')
 makedepends=('python2' 'qt4' 'gtk2')
 optdepends=('qt4: Qt 4.x UI wrapping support'
 'gtk2: GTK+ 2.x UI wrapping support')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('8b6039593b2b8d6838b3b29e36874c1c')
+md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-30 Thread Ray Rashif
Date: Thursday, October 30, 2014 @ 13:15:45
  Author: schiv
Revision: 225472

upgpkg: lilv 0.20.0-1

upstream release; long awaited update

Modified:
  lilv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 12:14:43 UTC (rev 225471)
+++ PKGBUILD2014-10-30 12:15:45 UTC (rev 225472)
@@ -3,17 +3,17 @@
 # Contributor: speps speps at aur dot archlinux dot org
 
 pkgname=lilv
-pkgver=0.18.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc=A C library interface to the LV2 plug-in standard
 arch=('i686' 'x86_64')
 url=http://drobilla.net/software/lilv/;
 license=('custom:ISC')
-depends=('python2-numpy' 'sratom=0.4.4' 'jack')
+depends=('python2-numpy' 'sratom=0.4.6' 'jack')
 makedepends=('swig')
 optdepends=('bash-completion')
 source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
-md5sums=('1d1232ea73b239551bb4f462b414a819')
+md5sums=('f88419fa70cc96dfdc7e0bf3cd09b180')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2014-10-30 Thread Ray Rashif
Date: Thursday, October 30, 2014 @ 13:15:55
  Author: schiv
Revision: 225473

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

Added:
  lilv/repos/staging-i686/
  lilv/repos/staging-i686/PKGBUILD
(from rev 225472, lilv/trunk/PKGBUILD)
  lilv/repos/staging-i686/lilvmm.patch
(from rev 225472, lilv/trunk/lilvmm.patch)
  lilv/repos/staging-x86_64/
  lilv/repos/staging-x86_64/PKGBUILD
(from rev 225472, lilv/trunk/PKGBUILD)
  lilv/repos/staging-x86_64/lilvmm.patch
(from rev 225472, lilv/trunk/lilvmm.patch)

-+
 staging-i686/PKGBUILD   |   46 ++
 staging-i686/lilvmm.patch   |   40 
 staging-x86_64/PKGBUILD |   46 ++
 staging-x86_64/lilvmm.patch |   40 
 4 files changed, 172 insertions(+)

Copied: lilv/repos/staging-i686/PKGBUILD (from rev 225472, lilv/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-10-30 12:15:55 UTC (rev 225473)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=lilv
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=A C library interface to the LV2 plug-in standard
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/lilv/;
+license=('custom:ISC')
+depends=('python2-numpy' 'sratom=0.4.6' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f88419fa70cc96dfdc7e0bf3cd09b180')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # pick up python2 even when python3 exists
+  # (the build system has flaky support for python3)
+  export PYTHON=/usr/bin/python2
+
+  # remove ldconfig --speps
+  sed -i /ldconfig/d wscript
+
+  python2 waf configure --prefix=/usr \
+--configdir=/etc \
+--dyn-manifest \
+--bindings
+
+  python2 waf build $MAKEFLAGS
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python2 waf install --destdir=$pkgdir
+
+  # license
+  install -Dm644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lilv/repos/staging-i686/lilvmm.patch (from rev 225472, 
lilv/trunk/lilvmm.patch)
===
--- staging-i686/lilvmm.patch   (rev 0)
+++ staging-i686/lilvmm.patch   2014-10-30 12:15:55 UTC (rev 225473)
@@ -0,0 +1,40 @@
+Index: trunk/lilv/lilv/lilvmm.hpp
+===
+--- trunk/lilv/lilv/lilvmm.hpp (revision 4975)
 trunk/lilv/lilv/lilvmm.hpp (revision 5092)
+@@ -48,4 +48,9 @@
+   inline RT name(T1 a1, T2 a2) { \
+   return lilv_ ## prefix ## _ ## name(me, a1, a2); \
++  }
++
++#define LILV_WRAP3(RT, prefix, name, T1, a1, T2, a2, T3, a3) \
++  inline RT name(T1 a1, T2 a2, T3 a3) { \
++  return lilv_ ## prefix ## _ ## name(me, a1, a2, a3); \
+   }
+ 
+@@ -138,4 +143,25 @@
+   LILV_WRAP1(bool, nodes, contains, const Node, node);
+   LILV_WRAP0(Node, nodes, get_first);
++};
++
++struct UI {
++  inline UI(const LilvUI* c_obj) : me(c_obj) {}
++  LILV_WRAP_CONVERSION(const LilvUI);
++
++  LILV_WRAP0(const LilvNode*, ui, get_uri);
++  LILV_WRAP0(const LilvNode*, ui, get_bundle_uri);
++  LILV_WRAP0(const LilvNode*, ui, get_binary_uri);
++  LILV_WRAP0(const LilvNodes*, ui, get_classes);
++  /*LILV_WRAP3(bool, ui, is_supported,
++ LilvUISupportedFunc, supported_func,
++ const LilvNode*, container_type,
++ const LilvNode**,ui_type);*/
++  LILV_WRAP1(bool, ui, is_a, const LilvNode*, class_uri);
++
++  const LilvUI* me;
++};
++
++struct UIs {
++  LILV_WRAP_COLL(UIs, UI, uis);
+ };
+ 

Copied: lilv/repos/staging-x86_64/PKGBUILD (from rev 225472, 
lilv/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-10-30 12:15:55 UTC (rev 225473)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: speps speps at aur dot archlinux dot org
+
+pkgname=lilv
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=A C library interface to the LV2 plug-in standard
+arch=('i686' 'x86_64')
+url=http://drobilla.net/software/lilv/;
+license=('custom:ISC')
+depends=('python2-numpy' 'sratom=0.4.6' 'jack')
+makedepends=('swig')
+optdepends=('bash-completion')
+source=(http://download.drobilla.net/$pkgname-$pkgver.tar.bz2;)
+md5sums=('f88419fa70cc96dfdc7e0bf3cd09b180')
+
+build() {
+  cd 

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

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:01:28
  Author: heftig
Revision: 225474

3.14.1.5

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 12:15:55 UTC (rev 225473)
+++ PKGBUILD2014-10-30 13:01:28 UTC (rev 225474)
@@ -4,8 +4,8 @@
 # Contributor: Michael Kanis mkanis_at_gmx_dot_de
 
 pkgname=mutter
-pkgver=3.14.1
-pkgrel=2
+pkgver=3.14.1.5
+pkgrel=1
 pkgdesc=A window manager for GNOME
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 install=mutter.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf')
+sha256sums=('bfc1e30f94cb7d057b94ac651cbfff24fb25e9d6617c492b68509e5c638f5114')
 
 build() {
   cd $pkgname-$pkgver


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

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:03:33
  Author: heftig
Revision: 225475

3.14.1.5

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 13:01:28 UTC (rev 225474)
+++ PKGBUILD2014-10-30 13:03:33 UTC (rev 225475)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab panosfi...@gmail.com
 
 pkgname=gnome-shell
-pkgver=3.14.1
+pkgver=3.14.1.5
 pkgrel=1
 pkgdesc=The next generation GNOME Shell
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
 groups=(gnome)
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 nm-libexecdir.patch)
-sha256sums=('747fc88c4bce61947207601dfb90384676f4142b2876a6f13b5efb8dabb345a8'
+sha256sums=('e1df69c714d1eb7d770aeb1debb83b01e4966505c50192caab6fb10c3db2519b'
 'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
 
 prepare() {


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

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:05:44
  Author: heftig
Revision: 225477

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

Added:
  gnome-shell/repos/extra-i686/PKGBUILD
(from rev 225476, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-i686/gnome-shell.install
(from rev 225476, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
(from rev 225476, gnome-shell/trunk/nm-libexecdir.patch)
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 225476, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 225476, gnome-shell/trunk/gnome-shell.install)
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch
(from rev 225476, gnome-shell/trunk/nm-libexecdir.patch)
Deleted:
  gnome-shell/repos/extra-i686/PKGBUILD
  gnome-shell/repos/extra-i686/gnome-shell.install
  gnome-shell/repos/extra-i686/nm-libexecdir.patch
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install
  gnome-shell/repos/extra-x86_64/nm-libexecdir.patch

--+
 /PKGBUILD|  104 +
 /gnome-shell.install |   38 +
 /nm-libexecdir.patch |   24 
 extra-i686/PKGBUILD  |   52 --
 extra-i686/gnome-shell.install   |   19 --
 extra-i686/nm-libexecdir.patch   |   12 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/gnome-shell.install |   19 --
 extra-x86_64/nm-libexecdir.patch |   12 
 9 files changed, 166 insertions(+), 166 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-30 13:05:33 UTC (rev 225476)
+++ extra-i686/PKGBUILD 2014-10-30 13:05:44 UTC (rev 225477)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Flamelab panosfi...@gmail.com
-
-pkgname=gnome-shell
-pkgver=3.14.1
-pkgrel=1
-pkgdesc=The next generation GNOME Shell
-arch=(i686 x86_64)
-url=http://live.gnome.org/GnomeShell;
-license=(GPL2)
-depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
- gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
- libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
- telepathy-logger telepathy-mission-control unzip gstreamer)
-makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-install=gnome-shell.install
-groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-nm-libexecdir.patch)
-sha256sums=('747fc88c4bce61947207601dfb90384676f4142b2876a6f13b5efb8dabb345a8'
-'e5bb10ad2e5c3e0fde3d05babd1bfdda701e553e02d493f7e54cb7832ce7e607')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#30747 FS#32730 Problems due to libexecdir different from NM
-  patch -Np1 -i ../nm-libexecdir.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/gnome-shell \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Must exist; FS#37412
-  mkdir -p $pkgdir/usr/share/gnome-shell/modes
-}

Copied: gnome-shell/repos/extra-i686/PKGBUILD (from rev 225476, 
gnome-shell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-30 13:05:44 UTC (rev 225477)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Flamelab panosfi...@gmail.com
+
+pkgname=gnome-shell
+pkgver=3.14.1.5
+pkgrel=1
+pkgdesc=The next generation GNOME Shell
+arch=(i686 x86_64)
+url=http://live.gnome.org/GnomeShell;
+license=(GPL2)
+depends=(accountsservice caribou gcr gjs gnome-bluetooth gnome-menus upower
+ gnome-session gnome-settings-daemon gnome-themes-standard 
gsettings-desktop-schemas
+ libcanberra-pulse libcroco libgdm libsecret mutter 
network-manager-applet
+ telepathy-logger telepathy-mission-control unzip gstreamer)
+makedepends=(intltool gtk-doc gnome-control-center evolution-data-server)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+install=gnome-shell.install
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+nm-libexecdir.patch)

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

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:05:33
  Author: heftig
Revision: 225476

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

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

-+
 /PKGBUILD   |   78 ++
 /mutter.install |   38 
 extra-i686/PKGBUILD |   39 -
 extra-i686/mutter.install   |   19 --
 extra-x86_64/PKGBUILD   |   39 -
 extra-x86_64/mutter.install |   19 --
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-30 13:03:33 UTC (rev 225475)
+++ extra-i686/PKGBUILD 2014-10-30 13:05:33 UTC (rev 225476)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Michael Kanis mkanis_at_gmx_dot_de
-
-pkgname=mutter
-pkgver=3.14.1
-pkgrel=2
-pkgdesc=A window manager for GNOME
-arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
-makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
-conflicts=('mutter-wayland')
-replaces=('mutter-wayland')
-url=http://www.gnome.org;
-groups=('gnome')
-options=('!emptydirs')
-install=mutter.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6010d816327ebad1a0e81f0f9ea294517397a5c46128abc0a13d5156fdbfc0bf')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/mutter \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mutter/repos/extra-i686/PKGBUILD (from rev 225475, 
mutter/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-30 13:05:33 UTC (rev 225476)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Michael Kanis mkanis_at_gmx_dot_de
+
+pkgname=mutter
+pkgver=3.14.1.5
+pkgrel=1
+pkgdesc=A window manager for GNOME
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 
'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower' 
'libxkbcommon-x11')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url=http://www.gnome.org;
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfc1e30f94cb7d057b94ac651cbfff24fb25e9d6617c492b68509e5c638f5114')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/mutter \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/mutter.install
===
--- extra-i686/mutter.install   2014-10-30 13:03:33 UTC (rev 225475)
+++ extra-i686/mutter.install   2014-10-30 13:05:33 UTC (rev 225476)
@@ -1,19 +0,0 @@
-pkgname=mutter
-
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
-/usr/sbin/gconfpkg --uninstall $pkgname
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mutter/repos/extra-i686/mutter.install (from rev 225475, 
mutter/trunk/mutter.install)
===
--- extra-i686/mutter.install

[arch-commits] Commit in adwaita-icon-theme/trunk (PKGBUILD)

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:29:12
  Author: heftig
Revision: 225484

3.14.1

Modified:
  adwaita-icon-theme/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 13:11:08 UTC (rev 225483)
+++ PKGBUILD2014-10-30 13:29:12 UTC (rev 225484)
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 214086 2014-06-03 12:25:52Z jgc $
+# $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=adwaita-icon-theme
-pkgver=3.14.0
+pkgver=3.14.1
 pkgrel=1
 pkgdesc=Adwaita icon theme
 arch=(any)
@@ -14,7 +14,7 @@
 install=adwaita-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('afacb6025a18be007e33a9663b92cee9d2745279bb00107a68e09b2806f9541f')
+sha256sums=('b776a7ad58c97f4c1ede316e44d8d054105429cb4e3a8ec46616a14b11df48ee')
 
 build() {
 cd $pkgname-$pkgver


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


[arch-commits] Commit in adwaita-icon-theme/repos/extra-any (4 files)

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 14:29:37
  Author: heftig
Revision: 225485

archrelease: copy trunk to extra-any

Added:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
(from rev 225484, adwaita-icon-theme/trunk/PKGBUILD)
  adwaita-icon-theme/repos/extra-any/adwaita-icon-theme.install
(from rev 225484, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
Deleted:
  adwaita-icon-theme/repos/extra-any/PKGBUILD
  adwaita-icon-theme/repos/extra-any/adwaita-icon-theme.install

+
 PKGBUILD   |   56 +--
 adwaita-icon-theme.install |   22 
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 13:29:12 UTC (rev 225484)
+++ PKGBUILD2014-10-30 13:29:37 UTC (rev 225485)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 214086 2014-06-03 12:25:52Z jgc $
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=adwaita-icon-theme
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=Adwaita icon theme
-arch=(any)
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('intltool' 'icon-naming-utils')
-url=http://www.gnome.org;
-license=('GPL')
-groups=('gnome')
-install=adwaita-icon-theme.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('afacb6025a18be007e33a9663b92cee9d2745279bb00107a68e09b2806f9541f')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: adwaita-icon-theme/repos/extra-any/PKGBUILD (from rev 225484, 
adwaita-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-30 13:29:37 UTC (rev 225485)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=adwaita-icon-theme
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=Adwaita icon theme
+arch=(any)
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
+makedepends=('intltool' 'icon-naming-utils')
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome')
+install=adwaita-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b776a7ad58c97f4c1ede316e44d8d054105429cb4e3a8ec46616a14b11df48ee')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: adwaita-icon-theme.install
===
--- adwaita-icon-theme.install  2014-10-30 13:29:12 UTC (rev 225484)
+++ adwaita-icon-theme.install  2014-10-30 13:29:37 UTC (rev 225485)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: adwaita-icon-theme/repos/extra-any/adwaita-icon-theme.install (from rev 
225484, adwaita-icon-theme/trunk/adwaita-icon-theme.install)
===
--- adwaita-icon-theme.install  (rev 0)
+++ adwaita-icon-theme.install  2014-10-30 13:29:37 UTC (rev 225485)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 16:04:18
  Author: andyrtr
Revision: 225486

upgpkg: libreoffice-fresh 4.3.3-1

upstream update 4.3.3

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 13:29:37 UTC (rev 225485)
+++ PKGBUILD2014-10-30 15:04:18 UTC (rev 225486)
@@ -4,9 +4,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=4.3.2.2
-pkgver=4.3.2
-pkgrel=3
+_LOver=4.3.3.2
+pkgver=4.3.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -63,7 +63,7 @@
${_additional_source_url}/CoinMP-1.7.6.tgz

${_additional_source_url}/4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
${_additional_source_url}/OpenCOLLADA-master-6509aa13af.tar.bz2
-   ${_additional_source_url}/libgltf/libgltf-0.0.1.tar.bz2
+   ${_additional_source_url}/libgltf/libgltf-0.0.2.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(d6eef4b4cacb2183f2bf265a5a03a354-boost_1_55_0.tar.bz2
@@ -103,12 +103,12 @@
CoinMP-1.7.6.tgz
4b87018f7fff1d054939d19920b751a0-collada2gltf-master-cb1d97788a.tar.bz2
OpenCOLLADA-master-6509aa13af.tar.bz2
-   libgltf-0.0.1.tar.bz2)
-md5sums=('86aa9cad125fec16c5cd1d9d964e1d20'
+   libgltf-0.0.2.tar.bz2)
+md5sums=('a0c7f05fd2edb91e195adb2f4170d794'
  'SKIP'
- '63a59a4c77a72856b47caf1871cfc48f'
+ '072a585981c9177e7930a193b357a4b2'
  'SKIP'
- '0236e56349006fc8fec8e7df749c13b1'
+ '5b735fd27b42af83cf83d483a5eb2b04'
  'SKIP'
  'd6eef4b4cacb2183f2bf265a5a03a354'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -146,7 +146,7 @@
  '1cce53bf4b40ae29790d2c5c9f8b1129'
  '4b87018f7fff1d054939d19920b751a0'
  '4ca8a6ef0afeefc864e9ef21b9f14bd6'
- '03821c9c827e647fb5fedb12496e0067'
+ 'd63a9f47ab048f5009d90693d6aa6424'
  '07d2bf5ad839a394cca008b3ec6e7bb1'
  '4195735a80876ae812fca5736b50192a'
  'e7e4b3e70e99e5cba8f8dfcacf3b0d87')


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 16:04:45
  Author: andyrtr
Revision: 225487

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

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

---+
 /PKGBUILD |  824 
++
 /libreoffice-fresh.csh|   12 
 /libreoffice-fresh.install|   26 
 /libreoffice-fresh.sh |   12 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 +
 extra-i686/PKGBUILD   |  412 -
 extra-i686/PKGBUILD.44|  413 +
 extra-i686/libreoffice-fresh.csh  |6 
 extra-i686/libreoffice-fresh.install  |   13 
 extra-i686/libreoffice-fresh.sh   |6 
 extra-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 extra-x86_64/PKGBUILD |  412 -
 extra-x86_64/PKGBUILD.44  |  413 +
 extra-x86_64/libreoffice-fresh.csh|6 
 extra-x86_64/libreoffice-fresh.install|   13 
 extra-x86_64/libreoffice-fresh.sh |6 
 extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 17 files changed, 1788 insertions(+), 962 deletions(-)

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


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 16:23:26
  Author: andyrtr
Revision: 225488

upgpkg: libreoffice-fresh-i18n 4.3.3-1

upstream update 4.3.3

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  334 ++---
 1 file changed, 167 insertions(+), 167 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 15:04:45 UTC (rev 225487)
+++ PKGBUILD2014-10-30 15:23:26 UTC (rev 225488)
@@ -4,7 +4,7 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=4.3.2
+pkgver=4.3.3
 pkgrel=1
 _rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
@@ -136,172 +136,172 @@
   'zh-TW Chinese (traditional)'
   'zuZulu'
 )
-md5sums=('2a988d52e355ed866b654ab192a4f4cc'
- 'bc43e914fc77eb576ec17ee7bdb4ac89'
- 'cbe12081a9cb4fa685b9f46e38a70834'
- 'e52b42a8f48345ceb9ea449723232c24'
- '1143ddd0f7bf1427b6e906866c0b2de0'
- '9d2a8802a3966e15ac1d487788316635'
- '98b99cc4d85453b4dd8474e8b6c4c461'
- '16a6fca119d8d57b4bc80a09db251a69'
- '59c58cfdf14e6caf5ca6db6d1e5a1b92'
- '6dc8ceabf2f9dde8928ac58daa53d93e'
- '57ed494cb86b56ce4e8a13717987cb63'
- '3d6fa6b271cc1c96b29cc673ef5c097d'
- 'b0d24c95e1d61cfaa8f1d27fc8f1276d'
- 'f9cc6e667a82ede9cc5aee93265a1f87'
- 'cc05d262dfe15ecef9bd3a212a632e78'
- '6a34ff2eaced6c21fa8a01ae68da224a'
- '356c3c8b2a2603583fff305b71278f64'
- '2e31bdd3ef0cc3dc25ce50a490aca7f6'
- '74376fb675fba48bea595b60eb51b810'
- '33e990ea280e13220dbc907012ace1c1'
- 'fa1210853ded733902fd1372838ceafc'
- 'b4b2bf42968cc7b4f16d3c5ad4cbcc01'
- 'a9f972b02a6de2505c2da3957f850c2d'
- '8f3bda562c65d4718bb90db6815d0614'
- '47fcc9fe996a767a5a435a89d43ad391'
- '7edc3284077acd8d53509905ee97203a'
- 'aaf5dfedd28cb7d7e3196fc2d2497531'
- 'c63875d5ee4d8d97a28b1e6122c92ab7'
- '2861bca33a8c9f1b9cc757357a875de9'
- '94a7b186d566027e194f49bd5d0964c8'
- '530f1ddcff4f9ab65ef585c4949bb5f0'
- '60937667a2b14ee2410664ee5eedb492'
- '714dcdca19cb0777ceb623080f22c0ad'
- '59bd17d79d4cc6a73ef720ff1e4813e4'
- '0a65e09d4ba54a704fbfdfd033c6aa41'
- '53968d893ddfc4786a03b88b6e4ed360'
- 'cffa0f4fa64c80192e97d59da45e5ce4'
- 'fb2bdd81877b42f57de0b56b35d7ef4e'
- '855ddcaaefae2f8054be6ce019f8f099'
- '4ae53a7db6010ac3afa8810dc9b1807f'
- '50e5ef0a748ef07bb345802f4f3309bb'
- 'ced120adaa94445ff2c620eef1fe0426'
- '5bd81e814122e1ee0a3c4d6205fee85a'
- 'b3a91ed1489d7508fc27d64137454f6d'
- '9f0740780a2f3d7e6ccb74b5c4ca2f92'
- 'cc8f203d25cd6fb8f5f7ba4cf3c2dc6e'
- '15cabe3e0ff7bca27e7475615dfc8341'
- 'd713403b02691b2e28ab46e9b63e'
- 'c508b2b94a39b2fbd98dedfc22c0dae4'
- '069cfbad00099f102d953b74bebaf4d4'
- 'e4f393e9cd29eea2cf3383df350f84ca'
- '8c23ae2a6acf208e1bcede9a090b513f'
- '5f6df38ee0a0b588e940a021296e3503'
- '625ebef47709a24dcdee083a55d46f9d'
- '0990da96b41e5084b243b5807461831b'
- '9e1ae6c1f79b4803f6f2f9d9052010b0'
- '0881fdf94fe13e5c3625e280c61944f0'
- '8bf449cb6504fe6e2e8f42074b75757b'
- '9167bbdd9b25c7cc79fcac1545ed395d'
- '07ca3c3d9886635be52668266581c617'
- '2bd37a61c29a45927d42cdd39323bdac'
- 'a29d86ecb43aca833d74ad46ea025c63'
- 'b3fd495774330a9b2326609875eb7cd3'
- 'c15b92d5ab8841db586004934d0a8ca8'
- 'fd2da82109446a6108bfa8a744926d72'
- '91f502426cf3524e603754a9d6c1bf3a'
- '4c428c8fb956b298197082e1e9b3c0c0'
- 'c4b418db713f206cd18ec260efcc36cb'
- '0928b4b084ec96eb20d58511504bbd3b'
- '4695bd134ecc76b615f76fe248718c57'
- '55a0685d68f31aad9fda1d697204f46b'
- 'b7d5d022189076382708000f3a4fa1e3'
- '96dd2716663336d71b4c1632d38b443d'
- '24de7555a1e72337420a899a5ffa83c4'
- '91fef5ff0642e8bd1d9ed76616abe0e9'
- '9e349a6ef0b2ea8d2d10372e7c818545'
- '332428f98bdec8ea07abf00caebfdbe0'
- 'e1fd1502f38e3c59053fbbe80012adef'
- 'a8759b6eee5205fb9bff48aae4409131'
- 'fb3b3c0b1fb6c459eafe283f3385e6bf'
- '9f6b16b042e9a234f740fe13c238f03c'
- 'e7516d924f41658124f92ea5e9571774'
- '518353b89148894a206d476cebeb44b6'
- '9717f76cfe2b7d1811ccbb4aa2254adc'
- '552c1c596f7fd585fbf5bfc78a6c6470'
- '78ca429473864465f7ac3c3a62c62523'
- 'f221531d6f63a7716c9a90ba0c9e595b'
- '24dc2e947346d40721c4794e285f29ce'
- '77ede96d39af6e6fec5efe182ce603b7'
- '596fe262fc9e45affc99333e5c865e98'
- '77b8c8eeaf41dde468be2ccabf4b2e23'
- '8015cf57ee9640bd0e621575850c8712'
- '0a7415acb578b18fa88b053fc7c5bb3b'
- '276507fe2435d87de20e3b42458d3d52'
- 

[arch-commits] Commit in libreoffice-fresh-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 17:22:33
  Author: andyrtr
Revision: 225489

archrelease: copy trunk to extra-any

Added:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD
(from rev 225488, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  708 ++---
 1 file changed, 354 insertions(+), 354 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 15:23:26 UTC (rev 225488)
+++ PKGBUILD2014-10-30 16:22:33 UTC (rev 225489)
@@ -1,354 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=4.3.2
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'afAfrikaans'
-  'amAmharic'
-  'arArabic'
-  'asAssamese (India)'
-  'ast   Asturianu'
-  'beBelarusian'
-  'bgBulgarian'
-  'bnBengali'
-  'bn-IN Bengali (India)'
-  'boTibetan'
-  'brBreton'
-  'brx   Bodo'
-  'bsBosnian'
-  'caCatalan'
-  'ca-valencia   Catalan (Valencia)'
-  'csCzech'
-  'cyWelsh'
-  'daDanish'
-  'deGerman'
-  'dgo   Dogri'
-  'dzDzongkha'
-  'elGreek'
-  'en-GB English (GB)'
-  'en-ZA English (ZA)'
-  'eoEsperanto'
-  'esSpanish'
-  'etEstonian'
-  'euBasque'
-  'faPersian'
-  'fiFinnish'
-  'frFrench'
-  'gaIrish'
-  'gdGaelic (Scottish)'
-  'glGalician'
-  'guGujarati'
-  'heHebrew'
-  'hiHindi'
-  'hrCroatian'
-  'huHungarian'
-  'idIndonesian'
-  'isIcelandic'
-  'itItalian'
-  'jaJapanese'
-  'kaGeorgian'
-  'kkKazakh'
-  'kmKhmer (Cambodia)'
-  'kmr-Latn  Kurdish'
-  'knKannada'
-  'koKorean'
-  'kok   Konkani'
-  'ksKashmiri'
-  'lbLuxembourgish'
-  'loLao'
-  'ltLithuanian'
-  'lvLatvian'
-  'mai   Maithili'
-  'mkMacedonian'
-  'mlMalayalam'
-  'mnMongolian'
-  'mni   Manipuri'
-  'mrMarathi'
-  'myBurmese'
-  'nbNorwegian Bokmal'
-  'neNepali'
-  'nlDutch'
-  'nnNorwegian Nynorsk'
-  'nrNdebele (South)'
-  'nso   Northern Sotho'
-  'ocOccitan'
-  'omOromo'
-  'orOriya'
-  'pa-IN Punjabi (India)'
-  'plPolish'
-  'ptPortuguese'
-  'pt-BR Portuguese (Brasil)'
-  'roRomanian'
-  'ruRussian'
-  'rwKinyarwanda'
-  'sa-IN Sanskrit (India)'
-  'sat   Santali'
-  'sdSindhi'
-  'siSinghalese'
-  'sid   Sidama'
-  'skSlovak'
-  'slSlovenian'
-  'sqAlbanien'
-  'srSerbian'
-  'sr-Latn   Serbian (Latin)'
-  'ssSwati'
-  'stSouthern Sotho'
-  'svSwedish'
-  'sw-TZ Swahili (Tanzania)'
-  'taTamil'
-  'teTelugu'
-  'tgTajik'
-  'thThai'
-  'tnTswana'
-  'trTurkish'
-  'tsTsonga'
-  'ttTatar'
-  'ugUighur'
-  'ukUkrainian'
-  'uzUzbek'
-  'veVenda'
-  'viVietnamese'
-  'xhXhosa'
-  'zh-CN Chinese (simplified)'
-  'zh-TW Chinese (traditional)'
-  'zuZulu'
-)
-md5sums=('2a988d52e355ed866b654ab192a4f4cc'
- 'bc43e914fc77eb576ec17ee7bdb4ac89'
- 'cbe12081a9cb4fa685b9f46e38a70834'
- 'e52b42a8f48345ceb9ea449723232c24'
- '1143ddd0f7bf1427b6e906866c0b2de0'
- '9d2a8802a3966e15ac1d487788316635'
- '98b99cc4d85453b4dd8474e8b6c4c461'
- '16a6fca119d8d57b4bc80a09db251a69'
- '59c58cfdf14e6caf5ca6db6d1e5a1b92'
- '6dc8ceabf2f9dde8928ac58daa53d93e'
- 

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

2014-10-30 Thread Gaetan Bisson
Date: Thursday, October 30, 2014 @ 17:28:00
  Author: bisson
Revision: 225490

upstream update

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 16:22:33 UTC (rev 225489)
+++ PKGBUILD2014-10-30 16:28:00 UTC (rev 225490)
@@ -4,7 +4,8 @@
 # Contributor: Roman Cheplyaka r...@ro-che.info
 
 pkgname=libedit
-pkgver=20140620_3.1
+pkgver=20141030_3.1
+_pkgver=20141029-3.1
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
 url='http://www.thrysoee.dk/editline/'
@@ -12,16 +13,16 @@
 license=('BSD')
 depends=('ncurses')
 source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
-sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff')
+sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
./configure --prefix=/usr --enable-widec
make
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver/_/-}
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
make prefix=${pkgdir}/usr install
 
cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3


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

2014-10-30 Thread Gaetan Bisson
Date: Thursday, October 30, 2014 @ 17:28:32
  Author: bisson
Revision: 225491

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

Added:
  libedit/repos/testing-i686/
  libedit/repos/testing-i686/PKGBUILD
(from rev 225490, libedit/trunk/PKGBUILD)
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 225490, libedit/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: libedit/repos/testing-i686/PKGBUILD (from rev 225490, 
libedit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-30 16:28:32 UTC (rev 225491)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20141030_3.1
+_pkgver=20141029-3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
+sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
+   make prefix=${pkgdir}/usr install
+
+   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
+}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 225490, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-30 16:28:32 UTC (rev 225491)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Roman Cheplyaka r...@ro-che.info
+
+pkgname=libedit
+pkgver=20141030_3.1
+_pkgver=20141029-3.1
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://www.thrysoee.dk/editline/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ncurses')
+source=(http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz;)
+sha1sums=('58b73e529b2361c172a57c9a4bbecb0633efca30')
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_pkgver/_/-}
+   make prefix=${pkgdir}/usr install
+
+   cp ${pkgdir}/usr/share/man/man3/editline.3 
${pkgdir}/usr/share/man/man3/el.3
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/libedit/LICENSE
+}


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

2014-10-30 Thread Evangelos Foutras
Date: Thursday, October 30, 2014 @ 18:06:11
  Author: foutrelis
Revision: 225492

upgpkg: sudo 1.8.11.p2-1

New upstream release.

Modified:
  sudo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 16:28:32 UTC (rev 225491)
+++ PKGBUILD2014-10-30 17:06:11 UTC (rev 225492)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sudo
-_sudover=1.8.11p1
+_sudover=1.8.11p2
 pkgver=${_sudover/p/.p}
 pkgrel=1
 pkgdesc=Give certain users the ability to run some commands as root
@@ -18,7 +18,7 @@
 source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
 sudo.tmpfiles.conf
 sudo.pam)
-sha256sums=('44c275772595a119185336164bb76b6e08f23d38aa0fe0d6bab48812e75d6a43'
+sha256sums=('8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad'
 'SKIP'
 '080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
 'd1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')


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

2014-10-30 Thread Evangelos Foutras
Date: Thursday, October 30, 2014 @ 18:06:21
  Author: foutrelis
Revision: 225493

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

Added:
  sudo/repos/testing-i686/
  sudo/repos/testing-i686/PKGBUILD
(from rev 225492, sudo/trunk/PKGBUILD)
  sudo/repos/testing-i686/sudo.install
(from rev 225492, sudo/trunk/sudo.install)
  sudo/repos/testing-i686/sudo.pam
(from rev 225492, sudo/trunk/sudo.pam)
  sudo/repos/testing-i686/sudo.tmpfiles.conf
(from rev 225492, sudo/trunk/sudo.tmpfiles.conf)
  sudo/repos/testing-x86_64/
  sudo/repos/testing-x86_64/PKGBUILD
(from rev 225492, sudo/trunk/PKGBUILD)
  sudo/repos/testing-x86_64/sudo.install
(from rev 225492, sudo/trunk/sudo.install)
  sudo/repos/testing-x86_64/sudo.pam
(from rev 225492, sudo/trunk/sudo.pam)
  sudo/repos/testing-x86_64/sudo.tmpfiles.conf
(from rev 225492, sudo/trunk/sudo.tmpfiles.conf)

---+
 testing-i686/PKGBUILD |   66 
 testing-i686/sudo.install |   19 ++
 testing-i686/sudo.pam |4 ++
 testing-i686/sudo.tmpfiles.conf   |1 
 testing-x86_64/PKGBUILD   |   66 
 testing-x86_64/sudo.install   |   19 ++
 testing-x86_64/sudo.pam   |4 ++
 testing-x86_64/sudo.tmpfiles.conf |1 
 8 files changed, 180 insertions(+)

Copied: sudo/repos/testing-i686/PKGBUILD (from rev 225492, sudo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-30 17:06:21 UTC (rev 225493)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sudo
+_sudover=1.8.11p2
+pkgver=${_sudover/p/.p}
+pkgrel=1
+pkgdesc=Give certain users the ability to run some commands as root
+arch=('i686' 'x86_64')
+url=http://www.sudo.ws/sudo/;
+license=('custom')
+groups=('base-devel')
+depends=('glibc' 'pam' 'libldap')
+backup=('etc/sudoers' 'etc/pam.d/sudo')
+install=$pkgname.install
+source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig}
+sudo.tmpfiles.conf
+sudo.pam)
+sha256sums=('8133849418fa18cf6b6bb6893d1855ff7afe21db8923234a00bf045c90fba1ad'
+'SKIP'
+'080dd97111b3149f8d140ffac68c88acd63da9eacc81fbcc7c43591be13b42fe'
+'d1738818070684a5d2c9b26224906aad69a4fea77aabd960fc2675aee2df1fa2')
+
+build() {
+  cd $srcdir/$pkgname-$_sudover
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-rundir=/run/sudo \
+--with-vardir=/var/db/sudo \
+--with-logfac=auth \
+--with-pam \
+--with-ldap \
+--with-ldap-conf-file=/etc/openldap/ldap.conf \
+--with-env-editor \
+--with-passprompt=[sudo] password for %p:  \
+--with-all-insults
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$_sudover
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$_sudover
+  make DESTDIR=$pkgdir install
+
+  # Remove /run/sudo directory from the package; we create it using tmpfiles.d
+  rmdir $pkgdir/run/sudo
+  rmdir $pkgdir/run
+
+  install -Dm644 $srcdir/sudo.tmpfiles.conf \
+$pkgdir/usr/lib/tmpfiles.d/sudo.conf
+
+  install -Dm644 $srcdir/sudo.pam $pkgdir/etc/pam.d/sudo
+
+  install -Dm644 doc/LICENSE $pkgdir/usr/share/licenses/sudo/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.install (from rev 225492, 
sudo/trunk/sudo.install)
===
--- testing-i686/sudo.install   (rev 0)
+++ testing-i686/sudo.install   2014-10-30 17:06:21 UTC (rev 225493)
@@ -0,0 +1,19 @@
+post_install() {
+  if type -P systemd-tmpfiles /dev/null; then
+systemd-tmpfiles --create sudo.conf
+  fi
+}
+
+pre_upgrade() {
+  # Permissions of /var/db/sudo were changed from 0700 to 0711 in sudo 1.8.10
+  # http://www.sudo.ws/repos/sudo/rev/5c38d77a2d0c
+  if (($(vercmp $2 1.8.10-1)  0)); then
+chmod 0711 var/db/sudo
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sudo/repos/testing-i686/sudo.pam (from rev 225492, sudo/trunk/sudo.pam)
===
--- testing-i686/sudo.pam   (rev 0)
+++ testing-i686/sudo.pam   2014-10-30 17:06:21 UTC (rev 225493)
@@ -0,0 +1,4 @@
+#%PAM-1.0
+auth   include system-auth
+accountinclude system-auth
+sessioninclude system-auth

Copied: sudo/repos/testing-i686/sudo.tmpfiles.conf (from rev 225492, 
sudo/trunk/sudo.tmpfiles.conf)
===
--- testing-i686/sudo.tmpfiles.conf (rev 0)
+++ testing-i686/sudo.tmpfiles.conf 

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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 18:44:44
  Author: jlichtblau
Revision: 121605

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   66 +++
 monit.changelog |  113 +++---
 2 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 17:44:35 UTC (rev 121604)
+++ PKGBUILD2014-10-30 17:44:44 UTC (rev 121605)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.9
-pkgrel=2
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 121604, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-30 17:44:44 UTC (rev 121605)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.10
+pkgrel=1
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('3791155a1b1b6b51a4a104dfe6f17b37d7c346081889f1bec9339565348d9453')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2014-10-30 17:44:35 UTC (rev 121604)
+++ monit.changelog 2014-10-30 17:44:44 UTC (rev 121605)
@@ -1,55 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.7-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-1
-   * fixed FS#20559
-
-2009-12-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.0.3-1

Copied: monit/repos/community-x86_64/monit.changelog (from rev 121604, 

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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 18:44:35
  Author: jlichtblau
Revision: 121604

upgpkg: monit 5.10-1

Modified:
  monit/trunk/PKGBUILD
  monit/trunk/monit.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 10:34:02 UTC (rev 121603)
+++ PKGBUILD2014-10-30 17:44:35 UTC (rev 121604)
@@ -4,8 +4,8 @@
 # Contributor: Marco Bartholomew ma...@marcobartholomew.com
 
 pkgname=monit
-pkgver=5.9
-pkgrel=2
+pkgver=5.10
+pkgrel=1
 pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
 arch=('i686' 'x86_64')
 url=http://mmonit.com/monit/;
@@ -14,7 +14,7 @@
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
 source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
+sha256sums=('3791155a1b1b6b51a4a104dfe6f17b37d7c346081889f1bec9339565348d9453')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: monit.changelog
===
--- monit.changelog 2014-10-30 10:34:02 UTC (rev 121603)
+++ monit.changelog 2014-10-30 17:44:35 UTC (rev 121604)
@@ -1,3 +1,6 @@
+2014-10-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * monit 5.10-1
+
 2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* monit 5.9-1
 


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

2014-10-30 Thread Jaroslav Lichtblau
Date: Thursday, October 30, 2014 @ 18:46:17
  Author: jlichtblau
Revision: 121606

archrelease: copy trunk to community-i686

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

-+
 PKGBUILD|   66 +++
 monit.changelog |  113 +++---
 2 files changed, 91 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 17:44:44 UTC (rev 121605)
+++ PKGBUILD2014-10-30 17:46:17 UTC (rev 121606)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Marco Bartholomew ma...@marcobartholomew.com
-
-pkgname=monit
-pkgver=5.9
-pkgrel=2
-pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
-arch=('i686' 'x86_64')
-url=http://mmonit.com/monit/;
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('274044485170b7498de29e7876cd86488378f50d69df4303a14930ba1f5e4a11')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m700 monitrc ${pkgdir}/etc/monitrc
-  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-i686/PKGBUILD (from rev 121605, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-30 17:46:17 UTC (rev 121606)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Marco Bartholomew ma...@marcobartholomew.com
+
+pkgname=monit
+pkgver=5.10
+pkgrel=1
+pkgdesc=Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system
+arch=('i686' 'x86_64')
+url=http://mmonit.com/monit/;
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('3791155a1b1b6b51a4a104dfe6f17b37d7c346081889f1bec9339565348d9453')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m700 monitrc ${pkgdir}/etc/monitrc
+  install -D -m644 system/startup/$pkgname.service 
${pkgdir}/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
===
--- monit.changelog 2014-10-30 17:44:44 UTC (rev 121605)
+++ monit.changelog 2014-10-30 17:46:17 UTC (rev 121606)
@@ -1,55 +0,0 @@
-2014-10-16 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.7-1
-
-2013-09-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-2 systemd .service file added
-
-2012-10-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.5-1
-
-2012-05-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.4-1
-
-2012-03-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.2-1
-
-2011-11-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3.1-1
-
-2011-10-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.3-1
-
-2011-07-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.5-1
-
-2011-03-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.4-1
-
-2010-11-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2.3-1
-
-2010-09-26 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.2-1
-
-2010-08-30 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-2
-   * fixed FS#20666
-
-2010-08-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.1.1-1
-   * fixed FS#20559
-
-2009-12-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * monit 5.0.3-1

Copied: monit/repos/community-i686/monit.changelog (from rev 121605, 

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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 19:12:51
  Author: andyrtr
Revision: 225494

upgpkg: libreoffice-still-i18n 4.2.7-1

upstream update 4.2.7

Modified:
  libreoffice-still-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  340 ++---
 1 file changed, 170 insertions(+), 170 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 17:06:21 UTC (rev 225493)
+++ PKGBUILD2014-10-30 18:12:51 UTC (rev 225494)
@@ -4,11 +4,11 @@
 
 pkgbase=libreoffice-still-i18n
 
-_rcver=4.2.6.3
-pkgver=4.2.6
-pkgrel=3
+_rcver=4.2.7.2
+pkgver=4.2.7
+pkgrel=1
 
-_oodlver=${pkgver}-secfix
+_oodlver=${pkgver}
 #_oodlver=${_rcver}
 
 arch=('any')
@@ -138,172 +138,172 @@
   'zh-TWChinese (traditional)'
   'zu   Zulu'
 )
-md5sums=('98b6410c9413ea81a0bb2fa23796b9d6'
- '8816033df33d95ddad58f622522fe910'
- '52260374690efe21f74dfd4fcda47b07'
- '9293fe26e953b920a5515eef70531cea'
- '0fb763141c4796e466705e6ebe49f7f2'
- '897be8bd1f1fddcd5d42ef01795a0d28'
- 'e1334961713cb36f700e174a1aa0766a'
- '15a2241c5eb1d2dc768ed918c44a1e8d'
- '3f16bf4586133ae09234c3db2a2cbdc9'
- '3fe0851500822b284591388025ee8f93'
- 'e18dc2e861cc255f43db15156f842cf8'
- 'ec84243810a4d3d9ddefc622f721bbcb'
- 'febe44e6e81801e4248ca578a1793d73'
- '4c4011742c030a6b8806be0a8e08e1c2'
- '40228f4fb68735826e352039896a74ab'
- '09490b87c65827a74e8cd1c8a299baae'
- '89715f9957020480398d75ded26c7acb'
- '2db6a716db67ecac5e6ff4f123d42098'
- '1ef18cbcc6ff9b14a58662a8f8060e01'
- 'dc57d50659dba96ae8abb66379c8f817'
- 'c0305b188a7d541be015858c59077099'
- 'd1437517b2e8c39641ab99e107308b08'
- '6e8672d4f93104374f5bd26c30cf0eec'
- 'd0395a025572d57bb0130c4a47a86806'
- 'ae043e5b419f6dc6e5b8bacadb1a4922'
- '18df1bf91c18d138030e7e306a6dc55b'
- '7678e24dad9066bde9cea2ed530729e9'
- 'b443b7a54eaf8a77358755e3d92c5220'
- 'e5197f14bd1f2da5ed327c26e816738e'
- '01e979685e35db8246d781226bb11d07'
- 'a8d1397ea3c4a184614bfb57e3f9fb2b'
- '6870e130dd16919c7ed679c6a5b8ca7b'
- '179f53fc5040dbddbd91b0a754a755da'
- 'caab10229154ccdf53e4a4cfdc5ed732'
- 'c8858146b0badbbf87f9edd87ff0722a'
- '5cd177922b95f0656d17d99f0fa7cfd7'
- 'a27878684f444c32e795b8724cd521c5'
- '6f30fdb0aa8e1a5e477ae53ef74376e6'
- '1adbcec6c96097eaedc8b5c51b4afb09'
- '0430a19074e193dd0ac937266082c9bb'
- '7723b7b5feec796d63640d07bf9f69fc'
- '20196d85b8799fdbb3d6ed023c5fb9a0'
- '02002f0c8e78531e2fc225e67684dc71'
- '16f2cde0096ba8bca590b5953e63e8f7'
- '5ef6c24f2bf6560b14a71b5939a43367'
- '3ab2070139e6980af4d56543fcd0b1be'
- '6230340484b78cc7ec92151a803cccdd'
- '24d764fda8257114e19324f6a956fa92'
- '70df28bf5fc92bae7b35feac15683b50'
- '5cb80b5e1a762db40c35f2349de54da2'
- '947d1c4c97f99213c51f442d86670277'
- 'cd4cc22a985dde62e330f77612e2f4f9'
- '4c52358539400bbe6791f07981958681'
- '84a273b037d373a400955582b820ff9b'
- '47f9d9d5cc14c8220c3c386b3eb9caa2'
- '7d63102e36d30c45749851f4d72577ac'
- 'e56035f0d0d322d1e838c0ca124e9f34'
- '52454324ee43c01c27fbe04a4b0c3c41'
- '9bbe074c58fce0a122f3c6abbe1b96e1'
- 'e5ff5cfe98c15cf7447ec1da4a5e1cec'
- '1441931ff70a2afdd351acdf25b76fbc'
- '2f839a8a3ca768e33146d653d46a6787'
- 'c5ffbb05df00f2760289a0e96641200f'
- 'c0fd379e5ca362d239eccf561dd4c299'
- 'b8998bad06ff79e72cb6426a84c1c67c'
- '11c2e489d1b0694770ebbd2a724b71a2'
- '359288cf3e34dc3037c12f8b926cb7d8'
- '61ad58ff170c0754ff75d0964b4dc4c6'
- '1fb155c903c0081bb9e56b6fbee121e0'
- '661b3beb5c115df096c86748c9d5f3ee'
- '1bf5f47955922512651624f71df15868'
- '7226c9f5736288ecf386c36d60b81a28'
- '40d8a28264eb24a0f537f5daf172c098'
- '7aaae00513b55f1dedc51bcbd08d51b2'
- '0125f7afcdad5810e760f975ec2ca390'
- 'bcccb4e07d20fb09d1efda3e03550c26'
- 'b95cf6713007073534c2acc2d3b56b83'
- 'c3f00993425c92effd957b96e08f930e'
- '2691987164951e07fcf609c06e4d7ad3'
- '66e2bf4391e50f6efb2e4e979487dc40'
- 'fb573ac479c84c29d675815cef1c4f5e'
- 'dc214d1f276d2ba2c331bd1f6f82ee3b'
- 'b1925c7ce43d5923c91120b13078dd64'
- 'df44a5ba5682b163e5b104a026f473ba'
- '7d98fbce3f63952b751956d44af38031'
- 'e1a50c01f86588b0c609ceef8879345f'
- '6c432e1534a39f40f1811ac8a7e5c57b'
- '3938313bfbdc0776ee371354955724cb'
- '52a4e2706dd0029eb51f8da966cf9b58'
- 'fb71a2b918af6096866607a6b3e4d97d'
- '0a4d207c1fcb52955c27debcb80827fd'
- 'f47df29f2325e0389b5b3dff8f8d7ce7'
- 

[arch-commits] Commit in libreoffice-still-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 19:14:48
  Author: andyrtr
Revision: 225495

archrelease: copy trunk to extra-any

Added:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD
(from rev 225494, libreoffice-still-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-still-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  710 ++---
 1 file changed, 355 insertions(+), 355 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-30 18:12:51 UTC (rev 225494)
+++ PKGBUILD2014-10-30 18:14:48 UTC (rev 225495)
@@ -1,355 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=libreoffice-still-i18n
-
-_rcver=4.2.6.3
-pkgver=4.2.6
-pkgrel=3
-
-_oodlver=${pkgver}-secfix
-#_oodlver=${_rcver}
-
-arch=('any')
-url=http://www.documentfoundation.org;
-license=('LGPL')
-makedepends=('rpmextract')
-
-# http://wiki.documentfoundation.org/Language_Teams
-#http://download.documentfoundation.org/mirrors/all.html
-_url=http://download.documentfoundation.org/libreoffice/stable;
-#_url=http://download.documentfoundation.org/libreoffice/testing;
-#_url=http://dev-builds.libreoffice.org/pre-releases;
-#_url=http://www.libreoffice.org/download/pre-releases;
-
-#_url+=/${pkgver}-rc2/rpm/x86
-_url+=/${pkgver}/rpm/x86
-#_url+=/rpm/x86
-
-_languages=(
-  'af   Afrikaans'
-  'am   Amharic'
-  'ar   Arabic'
-  'as   Assamese (India)'
-  'ast  Asturianu'
-  'be   Belarusian'
-  'bg   Bulgarian'
-  'bn   Bengali'
-  'bn-INBengali (India)'
-  'bo   Tibetan'
-  'br   Breton'
-  'brx  Bodo'
-  'bs   Bosnian'
-  'ca   Catalan'
-  'ca-valencia  Catalan (Valencia)'
-  'cs   Czech'
-  'cy   Welsh'
-  'da   Danish'
-  'de   German'
-  'dgo  Dogri'
-  'dz   Dzongkha'
-  'el   Greek'
-  'en-GBEnglish (GB)'
-  'en-ZAEnglish (ZA)'
-  'eo   Esperanto'
-  'es   Spanish'
-  'et   Estonian'
-  'eu   Basque'
-  'fa   Persian'
-  'fi   Finnish'
-  'fr   French'
-  'ga   Irish'
-  'gd   Gaelic (Scottish)'
-  'gl   Galician'
-  'gu   Gujarati'
-  'he   Hebrew'
-  'hi   Hindi'
-  'hr   Croatian'
-  'hu   Hungarian'
-  'id   Indonesian'
-  'is   Icelandic'
-  'it   Italian'
-  'ja   Japanese'
-  'ka   Georgian'
-  'kk   Kazakh'
-  'km   Khmer (Cambodia)'
-  'kmr-Latn Kurdish'
-  'kn   Kannada'
-  'ko   Korean'
-  'kok   Konkani'
-  'ks   Kashmiri'
-  'lb   Luxembourgish'
-  'lo   Lao'
-  'lt   Lithuanian'
-  'lv   Latvian'
-  'mai   Maithili'
-  'mk   Macedonian'
-  'ml   Malayalam'
-  'mn   Mongolian'
-  'mni   Manipuri'
-  'mr   Marathi'
-  'my   Burmese'
-  'nb   Norwegian Bokmal'
-  'ne   Nepali'
-  'nl   Dutch'
-  'nn   Norwegian Nynorsk'
-  'nr   Ndebele (South)'
-  'nso  Northern Sotho'
-  'oc   Occitan'
-  'om   Oromo'
-  'or   Oriya'
-  'pa-INPunjabi (India)'
-  'pl   Polish'
-  'pt   Portuguese'
-  'pt-BRPortuguese (Brasil)'
-  'ro   Romanian'
-  'ru   Russian'
-  'rw   Kinyarwanda'
-  'sa-INSanskrit (India)'
-  'sat  Santali'
-  'sd   Sindhi'
-  'si   Singhalese'
-  'sid  Sidama'
-  'sk   Slovak'
-  'sl   Slovenian'
-  'sq   Albanien'
-  'sr   Serbian'
-  'sr-Latn  Serbian (Latin)'
-  'ss   Swati'
-  'st   Southern Sotho'
-  'sv   Swedish'
-  'sw-TZSwahili (Tanzania)'
-  'ta   Tamil'
-  'te   Telugu'
-  'tg   Tajik'
-  'th   Thai'
-  'tn   Tswana'
-  'tr   Turkish'
-  'ts   Tsonga'
-  'tt   Tatar'
-  'ug   Uighur'
-  'uk   Ukrainian'
-  'uz   Uzbek'
-  've   Venda'
-  'vi   Vietnamese'
-  'xh   Xhosa'
-  'zh-CNChinese (simplified)'
-  'zh-TWChinese (traditional)'
-  'zu   Zulu'
-)
-md5sums=('98b6410c9413ea81a0bb2fa23796b9d6'
- '8816033df33d95ddad58f622522fe910'
- '52260374690efe21f74dfd4fcda47b07'
- '9293fe26e953b920a5515eef70531cea'
- '0fb763141c4796e466705e6ebe49f7f2'
- '897be8bd1f1fddcd5d42ef01795a0d28'
- 'e1334961713cb36f700e174a1aa0766a'
- '15a2241c5eb1d2dc768ed918c44a1e8d'
- '3f16bf4586133ae09234c3db2a2cbdc9'
- '3fe0851500822b284591388025ee8f93'
- 'e18dc2e861cc255f43db15156f842cf8'
- 

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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 19:20:21
  Author: andyrtr
Revision: 225496

upgpkg: libreoffice-still 4.2.7-1

upstream update 4.2.7

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 18:14:48 UTC (rev 225495)
+++ PKGBUILD2014-10-30 18:20:21 UTC (rev 225496)
@@ -18,9 +18,9 @@
'libreoffice-still-postgresql-connector'
'libreoffice-still-extension-wiki-publisher'
'libreoffice-still-extension-nlpsolver')
-_LOver=4.2.6.3
-pkgver=4.2.6
-pkgrel=6
+_LOver=4.2.7.2
+pkgver=4.2.7
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -133,11 +133,11 @@
libe-book-0.0.3.tar.bz2
libabw-0.0.2.tar.bz2
language-subtag-registry-2014-03-27.tar.bz2)
-md5sums=('9eb33e16c71bdec74ef0f154fa2d68ea'
+md5sums=('bbe3fa3a7e71d9339ea311950930988e'
  'SKIP'
- '353acf377839310254544c65a1dc5e46'
+ '87adf54b78218b18bca21ab13aafe81e'
  'SKIP'
- 'aa373e8a90d86ad6c6b5072b49139107'
+ '6d23b68969ec49e8c038988b19b01207'
  'SKIP'
  '15cb8c0803064faef0c4ddf5bc5ca279'
  '1f24ab1d39f4a51faf22244c94a6203f'


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 19:21:13
  Author: andyrtr
Revision: 225497

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

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

---+
 /PKGBUILD | 1470 
++
 /libreoffice-still-base.install   |   22 
 /libreoffice-still-calc.install   |   22 
 /libreoffice-still-common.csh |   12 
 /libreoffice-still-common.install |   44 
 /libreoffice-still-common.sh   

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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 20:22:38
  Author: andyrtr
Revision: 225498

upgpkg: linux-lts 3.14.23-1

upstream update 3.14.23

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 18:21:13 UTC (rev 225497)
+++ PKGBUILD2014-10-30 19:22:38 UTC (rev 225498)
@@ -4,7 +4,7 @@
 
 pkgbase=linux-lts
 _srcname=linux-3.14
-pkgver=3.14.22
+pkgver=3.14.23
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -25,7 +25,7 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
-'459d9a5d38d496a6448c896e39c342c71fee29c49da38192104d3acc4f0cdd43'
+'451199487f3e311ff57729f9104c23eeab1db528f15f2091da74cb2fd565f56e'
 '9058a8adc99c813d97e70a3b6c2319ce90ae622fe7b284571215b5574b8d377b'
 '97b2826c2b73c78ad7fac0e2aaf2dd0770b8c412a05b40821b549c7ea239fed8'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'


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

2014-10-30 Thread Andreas Radke
Date: Thursday, October 30, 2014 @ 20:23:11
  Author: andyrtr
Revision: 225499

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

Added:
  linux-lts/repos/testing-i686/
  
linux-lts/repos/testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 225498, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 225498, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 225498, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 225498, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 225498, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 225498, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 225498, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 225498, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 225498, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 225498, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 225498, 
linux-lts/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-lts/repos/testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 225498, 
linux-lts/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-lts/repos/testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 225498, 
linux-lts/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-lts/repos/testing-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 225498, linux-lts/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 225498, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 225498, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 225498, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 225498, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 225498, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 225498, linux-lts/trunk/linux-lts.preset)

+
 testing-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch   
|   74 
 testing-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch   
|   93 
 testing-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch 
|   75 
 testing-i686/0006-genksyms-fix-typeof-handling.patch   
| 1360 ++
 testing-i686/PKGBUILD  
|  323 
 testing-i686/change-default-console-loglevel.patch 
|   12 
 testing-i686/config
| 6696 ++
 testing-i686/config.x86_64 
| 6487 +
 testing-i686/linux-lts.install 
|   37 
 testing-i686/linux-lts.preset  
|   14 
 testing-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch 
|   74 
 testing-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch 
|   93 
 testing-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch   
|   75 
 testing-x86_64/0006-genksyms-fix-typeof-handling.patch 
| 1360 ++
 testing-x86_64/PKGBUILD
|  323 
 testing-x86_64/change-default-console-loglevel.patch   
|   12 
 testing-x86_64/config  
| 6696 ++
 testing-x86_64/config.x86_64   
| 6487 +
 testing-x86_64/linux-lts.install   
|   37 
 testing-x86_64/linux-lts.preset
|   14 
 20 files changed, 30342 insertions(+)

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


[arch-commits] Commit in notification-daemon/trunk (4 files)

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 21:12:47
  Author: heftig
Revision: 121607

3.14.0

Modified:
  notification-daemon/trunk/PKGBUILD
Deleted:
  notification-daemon/trunk/fix-boolean-hint.patch
  notification-daemon/trunk/fix-gsource-usage.patch
  notification-daemon/trunk/fix-position.patch

-+
 PKGBUILD|   26 +
 fix-boolean-hint.patch  |  104 -
 fix-gsource-usage.patch |   49 -
 fix-position.patch  |  128 --
 4 files changed, 4 insertions(+), 303 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 17:46:17 UTC (rev 121606)
+++ PKGBUILD2014-10-30 20:12:47 UTC (rev 121607)
@@ -3,8 +3,8 @@
 # Contributor: Mark Rosenstand m...@borkware.net
 
 pkgname=notification-daemon
-pkgver=0.7.6
-pkgrel=3
+pkgver=3.14.0
+pkgrel=1
 pkgdesc=Notification daemon for the desktop notifications framework
 arch=(i686 x86_64)
 license=(GPL)
@@ -11,29 +11,11 @@
 url=http://www.gnome.org/;
 depends=(gtk3 libcanberra)
 makedepends=(intltool)
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz
-fix-boolean-hint.patch
-fix-gsource-usage.patch
-fix-position.patch)
-sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3'
-'ba4e4fe42d82034cd12cb10d1c3c9c6f4318b5d9e10e7829ec0478b6ce801282'
-'2c36bb0c77f27345f18240c7ba39aff7e559fd5155c54d83bc18e21ca13ce9ff'
-'a4e5ed7cdf42a137b1672b8128eb7a754ceece57243a02e0dc4dd977911beea2')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6f55108e2964d0e0186c8886a545d0537052dc32010218cd657658534c316797')
 
 prepare() {
 cd ${pkgname}-${pkgver}
-
-# Avoid crashes for boolean hints
-# https://bugzilla.gnome.org/show_bug.cgi?id=665166
-patch -Np1 -i ../fix-boolean-hint.patch
-
-# Fix GSource usage with recent GLib
-# https://bugzilla.gnome.org/show_bug.cgi?id=728157
-patch -Np1 -i ../fix-gsource-usage.patch
-
-# Fix positioning notifications with long text
-# https://bugzilla.gnome.org/show_bug.cgi?id=687724
-patch -Np1 -i ../fix-position.patch
 }
 
 build() {

Deleted: fix-boolean-hint.patch
===
--- fix-boolean-hint.patch  2014-10-30 17:46:17 UTC (rev 121606)
+++ fix-boolean-hint.patch  2014-10-30 20:12:47 UTC (rev 121607)
@@ -1,104 +0,0 @@
-From 9eb0d66eb763ecd3f232b7fd65287835c3ac5bcf Mon Sep 17 00:00:00 2001
-From: ano...@users.sourceforge.net
-Date: Wed, 8 Oct 2014 23:40:59 +0200
-Subject: [PATCH] Avoid crashes for boolean hints
-
-Check the type of the incoming hint and use the appropriate
-g_variant_get_* function.
-It also applies the same fix for the resident and action-icons
-hints.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=665166

- src/nd-notification.c | 55 +--
- 1 file changed, 27 insertions(+), 28 deletions(-)
-
-diff --git a/src/nd-notification.c b/src/nd-notification.c
-index 05372d0..fdb2c2b 100644
 a/src/nd-notification.c
-+++ b/src/nd-notification.c
-@@ -224,54 +224,53 @@ nd_notification_get_is_closed (NdNotification 
*notification)
- }
- 
- gboolean
--nd_notification_get_is_transient (NdNotification *notification)
-+nd_notification_get_bool (NdNotification *notification, const char *name)
- {
- gboolean  ret;
- GVariant *value;
--
- ret = FALSE;
- g_return_val_if_fail (ND_IS_NOTIFICATION (notification), FALSE);
- 
--value = g_hash_table_lookup (notification-hints, transient);
-+value = g_hash_table_lookup (notification-hints, name);
- if (value != NULL) {
--ret = g_variant_get_boolean (value);
-+if (g_variant_is_of_type (value, G_VARIANT_TYPE_BOOLEAN)) {
-+ret = g_variant_get_boolean (value);
-+} else if (g_variant_is_of_type (value, G_VARIANT_TYPE_BYTE)) 
{
-+ret = (g_variant_get_byte (value) != 0);
-+} else if (g_variant_is_of_type (value, 
G_VARIANT_TYPE_INT16)) {
-+ret = (g_variant_get_int16 (value) != 0);
-+} else if (g_variant_is_of_type (value, 
G_VARIANT_TYPE_UINT16)) {
-+ret = (g_variant_get_uint16 (value) != 0);
-+} else if (g_variant_is_of_type (value, 
G_VARIANT_TYPE_INT32)) {
-+ret = (g_variant_get_int32 (value) != 0);
-+} else if (g_variant_is_of_type (value, 
G_VARIANT_TYPE_UINT32)) {
-+ret = (g_variant_get_uint32 (value) != 0);
-+} else if (g_variant_is_of_type (value, 
G_VARIANT_TYPE_INT64)) {
-+ret = (g_variant_get_int64 (value) != 0);
-+  

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

2014-10-30 Thread Jan Steffens
Date: Thursday, October 30, 2014 @ 21:13:29
  Author: heftig
Revision: 121608

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

Added:
  notification-daemon/repos/community-i686/PKGBUILD
(from rev 121607, notification-daemon/trunk/PKGBUILD)
  notification-daemon/repos/community-x86_64/PKGBUILD
(from rev 121607, notification-daemon/trunk/PKGBUILD)
Deleted:
  notification-daemon/repos/community-i686/PKGBUILD
  notification-daemon/repos/community-i686/fix-boolean-hint.patch
  notification-daemon/repos/community-i686/fix-gsource-usage.patch
  notification-daemon/repos/community-i686/fix-position.patch
  notification-daemon/repos/community-x86_64/PKGBUILD
  notification-daemon/repos/community-x86_64/fix-boolean-hint.patch
  notification-daemon/repos/community-x86_64/fix-gsource-usage.patch
  notification-daemon/repos/community-x86_64/fix-position.patch

--+
 /PKGBUILD|   74 
 community-i686/PKGBUILD  |   55 
 community-i686/fix-boolean-hint.patch|  104 ---
 community-i686/fix-gsource-usage.patch   |   49 ---
 community-i686/fix-position.patch|  128 -
 community-x86_64/PKGBUILD|   55 
 community-x86_64/fix-boolean-hint.patch  |  104 ---
 community-x86_64/fix-gsource-usage.patch |   49 ---
 community-x86_64/fix-position.patch  |  128 -
 9 files changed, 74 insertions(+), 672 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-30 20:12:47 UTC (rev 121607)
+++ community-i686/PKGBUILD 2014-10-30 20:13:29 UTC (rev 121608)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Mark Rosenstand m...@borkware.net
-
-pkgname=notification-daemon
-pkgver=0.7.6
-pkgrel=3
-pkgdesc=Notification daemon for the desktop notifications framework
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.gnome.org/;
-depends=(gtk3 libcanberra)
-makedepends=(intltool)
-source=(http://download.gnome.org/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz
-fix-boolean-hint.patch
-fix-gsource-usage.patch
-fix-position.patch)
-sha256sums=('64d0ce6fb12c94c3b73b701502c804c408cb5a94580bcae5ac37607639f7a0b3'
-'ba4e4fe42d82034cd12cb10d1c3c9c6f4318b5d9e10e7829ec0478b6ce801282'
-'2c36bb0c77f27345f18240c7ba39aff7e559fd5155c54d83bc18e21ca13ce9ff'
-'a4e5ed7cdf42a137b1672b8128eb7a754ceece57243a02e0dc4dd977911beea2')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-# Avoid crashes for boolean hints
-# https://bugzilla.gnome.org/show_bug.cgi?id=665166
-patch -Np1 -i ../fix-boolean-hint.patch
-
-# Fix GSource usage with recent GLib
-# https://bugzilla.gnome.org/show_bug.cgi?id=728157
-patch -Np1 -i ../fix-gsource-usage.patch
-
-# Fix positioning notifications with long text
-# https://bugzilla.gnome.org/show_bug.cgi?id=687724
-patch -Np1 -i ../fix-position.patch
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/notification-daemon-1.0 \
---localstatedir=/var --disable-static
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: notification-daemon/repos/community-i686/PKGBUILD (from rev 121607, 
notification-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-30 20:13:29 UTC (rev 121608)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Mark Rosenstand m...@borkware.net
+
+pkgname=notification-daemon
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=Notification daemon for the desktop notifications framework
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.gnome.org/;
+depends=(gtk3 libcanberra)
+makedepends=(intltool)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6f55108e2964d0e0186c8886a545d0537052dc32010218cd657658534c316797')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/notification-daemon-1.0 \
+--localstatedir=/var --disable-static
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/fix-boolean-hint.patch
===
--- community-i686/fix-boolean-hint.patch   2014-10-30 20:12:47 UTC (rev 

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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 21:15:42
  Author: thomas
Revision: 225500

upgpkg: linux 3.17.2-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 19:23:11 UTC (rev 225499)
+++ PKGBUILD2014-10-30 20:15:42 UTC (rev 225500)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.17
-pkgver=3.17.1
+pkgver=3.17.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -21,7 +21,7 @@
 'change-default-console-loglevel.patch'
 )
 sha256sums=('f5153ec93c5fcd41b247950e6a9bcbc63fa87beafd112c133a622439a0f76251'
-'3b0651951cdc0a81a69b46db99239bc9f00d6a5ae403e0e41c7a1cc177544ec2'
+'4576c30a46c016502cdd007d28dde4f2d141c0f8096be8623a9ff519323db777'
 '0f1cd431115a2ce84629298d054d5e6f6e78095a3aeda4d1335740c9402efb7e'
 'fb688bc7ccfa636990b26aecfe62500bc1e0f6c410a837eef03014c161df2ec8'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'


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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 21:16:06
  Author: thomas
Revision: 225501

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 225500, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 225500, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/compal-laptop-hwmon-fix.patch
(from rev 225500, linux/trunk/compal-laptop-hwmon-fix.patch)
  linux/repos/testing-i686/config
(from rev 225500, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 225500, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 225500, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 225500, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 225500, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 225500, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/compal-laptop-hwmon-fix.patch
(from rev 225500, linux/trunk/compal-laptop-hwmon-fix.patch)
  linux/repos/testing-x86_64/config
(from rev 225500, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 225500, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 225500, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 225500, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  293 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/compal-laptop-hwmon-fix.patch   |   14 
 testing-i686/config  | 7131 +
 testing-i686/config.x86_64   | 6890 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  293 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/compal-laptop-hwmon-fix.patch |   14 
 testing-x86_64/config| 7131 +
 testing-x86_64/config.x86_64 | 6890 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 28780 insertions(+)

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


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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 23:22:35
  Author: thomas
Revision: 225502

upgpkg: bftpd 4.4-1

Modified:
  bftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 20:16:06 UTC (rev 225501)
+++ PKGBUILD2014-10-30 22:22:35 UTC (rev 225502)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=bftpd
-pkgver=4.2
+pkgver=4.4
 pkgrel=1
 pkgdesc=Small, easy-to-configure FTP server
 arch=(i686 x86_64)
@@ -21,7 +21,7 @@
 bftpd.service
 bftpd.socket
 bftpd_AT.service)
-md5sums=('6b60fbab807d31d803c7f984e8488743'
+md5sums=('dbd6740895e04f083b393b1167a11936'
  '853680dad0df39d0b4d2fb43d4be430a'
  '96f82c38f3f540b53f3e5144900acf17'
  '23feb84e8ecbae5df320b49e01821d9a'


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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 23:23:03
  Author: thomas
Revision: 225503

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

Added:
  bftpd/repos/extra-i686/PKGBUILD
(from rev 225502, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-i686/bftpd.install
(from rev 225502, bftpd/trunk/bftpd.install)
  bftpd/repos/extra-i686/bftpd.logrotate
(from rev 225502, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-i686/bftpd.pam
(from rev 225502, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-i686/bftpd.service
(from rev 225502, bftpd/trunk/bftpd.service)
  bftpd/repos/extra-i686/bftpd.socket
(from rev 225502, bftpd/trunk/bftpd.socket)
  bftpd/repos/extra-i686/bftpd.xinetd
(from rev 225502, bftpd/trunk/bftpd.xinetd)
  bftpd/repos/extra-i686/bftpd_AT.service
(from rev 225502, bftpd/trunk/bftpd_AT.service)
  bftpd/repos/extra-x86_64/PKGBUILD
(from rev 225502, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-x86_64/bftpd.install
(from rev 225502, bftpd/trunk/bftpd.install)
  bftpd/repos/extra-x86_64/bftpd.logrotate
(from rev 225502, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-x86_64/bftpd.pam
(from rev 225502, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-x86_64/bftpd.service
(from rev 225502, bftpd/trunk/bftpd.service)
  bftpd/repos/extra-x86_64/bftpd.socket
(from rev 225502, bftpd/trunk/bftpd.socket)
  bftpd/repos/extra-x86_64/bftpd.xinetd
(from rev 225502, bftpd/trunk/bftpd.xinetd)
  bftpd/repos/extra-x86_64/bftpd_AT.service
(from rev 225502, bftpd/trunk/bftpd_AT.service)
Deleted:
  bftpd/repos/extra-i686/PKGBUILD
  bftpd/repos/extra-i686/bftpd.install
  bftpd/repos/extra-i686/bftpd.logrotate
  bftpd/repos/extra-i686/bftpd.pam
  bftpd/repos/extra-i686/bftpd.service
  bftpd/repos/extra-i686/bftpd.socket
  bftpd/repos/extra-i686/bftpd.xinetd
  bftpd/repos/extra-i686/bftpd_AT.service
  bftpd/repos/extra-x86_64/PKGBUILD
  bftpd/repos/extra-x86_64/bftpd.install
  bftpd/repos/extra-x86_64/bftpd.logrotate
  bftpd/repos/extra-x86_64/bftpd.pam
  bftpd/repos/extra-x86_64/bftpd.service
  bftpd/repos/extra-x86_64/bftpd.socket
  bftpd/repos/extra-x86_64/bftpd.xinetd
  bftpd/repos/extra-x86_64/bftpd_AT.service

---+
 /PKGBUILD |  136 
 /bftpd.install|   22 ++
 /bftpd.logrotate  |   10 ++
 /bftpd.pam|6 +
 /bftpd.service|   20 +
 /bftpd.socket |   20 +
 /bftpd.xinetd |   22 ++
 /bftpd_AT.service |   16 
 extra-i686/PKGBUILD   |   68 
 extra-i686/bftpd.install  |   11 ---
 extra-i686/bftpd.logrotate|5 -
 extra-i686/bftpd.pam  |3 
 extra-i686/bftpd.service  |   10 --
 extra-i686/bftpd.socket   |   10 --
 extra-i686/bftpd.xinetd   |   11 ---
 extra-i686/bftpd_AT.service   |8 --
 extra-x86_64/PKGBUILD |   68 
 extra-x86_64/bftpd.install|   11 ---
 extra-x86_64/bftpd.logrotate  |5 -
 extra-x86_64/bftpd.pam|3 
 extra-x86_64/bftpd.service|   10 --
 extra-x86_64/bftpd.socket |   10 --
 extra-x86_64/bftpd.xinetd |   11 ---
 extra-x86_64/bftpd_AT.service |8 --
 24 files changed, 252 insertions(+), 252 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-30 22:22:35 UTC (rev 225502)
+++ extra-i686/PKGBUILD 2014-10-30 22:23:03 UTC (rev 225503)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=bftpd
-pkgver=4.2
-pkgrel=1
-pkgdesc=Small, easy-to-configure FTP server
-arch=(i686 x86_64)
-url=http://bftpd.sourceforge.net/;
-license=('GPL')
-depends=('glibc' 'pam')
-install=bftpd.install
-backup=(etc/bftpd.conf
-etc/logrotate.d/bftpd
-etc/pam.d/bftpd
-etc/xinetd.d/bftpd)
-source=(http://downloads.sourceforge.net/sourceforge/bftpd/bftpd-$pkgver.tar.gz
-bftpd.logrotate
-bftpd.pam
-bftpd.xinetd
-bftpd.service
-bftpd.socket
-bftpd_AT.service)
-md5sums=('6b60fbab807d31d803c7f984e8488743'
- '853680dad0df39d0b4d2fb43d4be430a'
- '96f82c38f3f540b53f3e5144900acf17'
- '23feb84e8ecbae5df320b49e01821d9a'
- '94b483f7c7b65580a30ebc6a8fe80d1b'
- '93509ee83148160f60c009a2192a6774'
- 'cb6a3334a7c8b5b8b559a643a65928c4')
-
-build() {
-  cd ${srcdir}/$pkgname
-  # The bftpd author keeps screwing up the release tarballs
-  rm -f config.{cache,status}
-  autoreconf
-  sed 's|$(prefix)/sbin|$(prefix)/bin|g' -i Makefile.in
-  ./configure --prefix=/usr \
-  --enable-pam \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname
-  install -d -m755 ${pkgdir}/usr/{bin,share/man/man8}
-  install -D -m644 ${srcdir}/bftpd.logrotate 

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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 23:37:01
  Author: thomas
Revision: 225505

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

Added:
  openvpn/repos/testing-i686/
  openvpn/repos/testing-i686/PKGBUILD
(from rev 225504, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-i686/openvpn.install
(from rev 225504, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-i686/openvpn@.service
(from rev 225504, openvpn/trunk/openvpn@.service)
  openvpn/repos/testing-x86_64/
  openvpn/repos/testing-x86_64/PKGBUILD
(from rev 225504, openvpn/trunk/PKGBUILD)
  openvpn/repos/testing-x86_64/openvpn.install
(from rev 225504, openvpn/trunk/openvpn.install)
  openvpn/repos/testing-x86_64/openvpn@.service
(from rev 225504, openvpn/trunk/openvpn@.service)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/openvpn.install|8 ++
 testing-i686/openvpn@.service   |   10 +++
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/openvpn.install  |8 ++
 testing-x86_64/openvpn@.service |   10 +++
 6 files changed, 134 insertions(+)

Copied: openvpn/repos/testing-i686/PKGBUILD (from rev 225504, 
openvpn/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-10-30 22:37:01 UTC (rev 225505)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=openvpn
+pkgver=2.3.5
+pkgrel=1
+pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
+arch=(i686 x86_64)
+url=http://openvpn.net/index.php/open-source.html;
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
+makedepends=('systemd')
+license=('custom')
+install=openvpn.install
+source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
+
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
+openvpn@.service)
+sha256sums=('d93b447b014a41ec1550c3b760871aa72d7c09f1b5c6fc1e013d3073ac29ca21'
+'SKIP'
+'860976d954bd1db95861b95f0ef42e4e80618aa23a9f2aed26d17ee3d09110df')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  CFLAGS=$CFLAGS -DPLUGIN_LIBDIR=\\\/usr/lib/openvpn\\\ ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-password-save \
+--mandir=/usr/share/man \
+--enable-iproute2 \
+--enable-systemd
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # Install openvpn
+  make DESTDIR=${pkgdir} install
+  install -d -m755 ${pkgdir}/etc/openvpn
+  # Install examples
+  install -d -m755 ${pkgdir}/usr/share/openvpn
+  cp -r sample/sample-config-files ${pkgdir}/usr/share/openvpn/examples
+  # Install license
+  install -d -m755 ${pkgdir}/usr/share/licenses/${pkgname}/
+  ln -sf /usr/share/doc/${pkgname}/{COPYING,COPYRIGHT.GPL} 
${pkgdir}/usr/share/licenses/${pkgname}/
+  # Install contrib
+  install -d -m755 ${pkgdir}/usr/share/openvpn/contrib
+  cp -r contrib ${pkgdir}/usr/share/openvpn
+  # Install systemd service
+  install -D -m644 ${srcdir}/openvpn@.service 
${pkgdir}/usr/lib/systemd/system/openvpn@.service
+}

Copied: openvpn/repos/testing-i686/openvpn.install (from rev 225504, 
openvpn/trunk/openvpn.install)
===
--- testing-i686/openvpn.install(rev 0)
+++ testing-i686/openvpn.install2014-10-30 22:37:01 UTC (rev 225505)
@@ -0,0 +1,8 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp 2.3.2-1 $2) -ge 0 ]; then
+echo  easy-rsa has moved into its own package. Run:
+echo   # pacman -S easy-rsa
+  fi
+}

Copied: openvpn/repos/testing-i686/openvpn@.service (from rev 225504, 
openvpn/trunk/openvpn@.service)
===
--- testing-i686/openvpn@.service   (rev 0)
+++ testing-i686/openvpn@.service   2014-10-30 22:37:01 UTC (rev 225505)
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenVPN connection to %i
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/openvpn --cd /etc/openvpn --config /etc/openvpn/%i.conf 
--daemon openvpn@%i --writepid /run/openvpn@%i.pid
+PIDFile=/run/openvpn@%i.pid
+
+[Install]
+WantedBy=multi-user.target

Copied: openvpn/repos/testing-x86_64/PKGBUILD (from rev 225504, 
openvpn/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-10-30 22:37:01 UTC (rev 225505)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+
+pkgname=openvpn
+pkgver=2.3.5
+pkgrel=1
+pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
+arch=(i686 x86_64)

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

2014-10-30 Thread Thomas Bächler
Date: Thursday, October 30, 2014 @ 23:36:50
  Author: thomas
Revision: 225504

upgpkg: openvpn 2.3.5-1

Modified:
  openvpn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 22:23:03 UTC (rev 225503)
+++ PKGBUILD2014-10-30 22:36:50 UTC (rev 225504)
@@ -2,12 +2,12 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=openvpn
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 pkgdesc=An easy-to-use, robust, and highly configurable VPN (Virtual Private 
Network)
 arch=(i686 x86_64)
 url=http://openvpn.net/index.php/open-source.html;
-depends=('openssl' 'lzo' 'iproute2')
+depends=('openssl' 'lzo' 'iproute2' 'libsystemd')
 makedepends=('systemd')
 license=('custom')
 install=openvpn.install
@@ -14,7 +14,7 @@
 source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz
 
http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz.asc
 openvpn@.service)
-sha256sums=('af506d5f48568fa8d2f2435cb3fad35f9a9a8f263999ea6df3ba296960cec85a'
+sha256sums=('d93b447b014a41ec1550c3b760871aa72d7c09f1b5c6fc1e013d3073ac29ca21'
 'SKIP'
 '860976d954bd1db95861b95f0ef42e4e80618aa23a9f2aed26d17ee3d09110df')
 


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

2014-10-30 Thread Sébastien Luttringer
Date: Friday, October 31, 2014 @ 01:28:13
  Author: seblu
Revision: 121609

upgpkg: docker 1:1.3.1-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-30 20:13:29 UTC (rev 121608)
+++ PKGBUILD2014-10-31 00:28:13 UTC (rev 121609)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Seblu Luttringer
 
 pkgname=docker
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'


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

2014-10-30 Thread Sébastien Luttringer
Date: Friday, October 31, 2014 @ 01:28:22
  Author: seblu
Revision: 121610

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 121609, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 121609, docker/trunk/docker.install)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install

+
 PKGBUILD   |  108 +++
 docker.install |   36 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-31 00:28:13 UTC (rev 121609)
+++ PKGBUILD2014-10-31 00:28:22 UTC (rev 121610)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer
-
-pkgname=docker
-pkgver=1.3.0
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='http://www.docker.io/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  ./hack/make.sh dynbinary
-}
-
-#check() {
-#  cd $_magic/docker
-#  # Will be added upstream soon
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
-  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
-  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
-  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' \
-$pkgdir/usr/lib/systemd/system/docker.service
-  install -Dm644 'contrib/init/systemd/docker.socket' \
-$pkgdir/usr/lib/systemd/system/docker.socket
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 121609, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-31 00:28:22 UTC (rev 121610)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer
+
+pkgname=docker
+pkgver=1.3.1
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='http://www.docker.io/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=(git+https://github.com/docker/docker.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  ./hack/make.sh dynbinary
+}
+
+#check() {
+#  cd $_magic/docker
+#  # Will be added upstream soon
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 bundles/$pkgver/dynbinary/docker-$pkgver 
$pkgdir/usr/bin/docker
+  install -Dm755 bundles/$pkgver/dynbinary/dockerinit-$pkgver 
$pkgdir/usr/lib/docker/dockerinit
+  # completion
+  install -Dm644 'contrib/completion/bash/docker' 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 'contrib/completion/zsh/_docker' 
$pkgdir/usr/share/zsh/site-functions/_docker
+  install -Dm644 'contrib/completion/fish/docker.fish' 
$pkgdir/usr/share/fish/completions/docker.fish
+  # systemd
+  install -Dm644 'contrib/init/systemd/docker.service' \
+$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 'contrib/init/systemd/docker.socket' \
+$pkgdir/usr/lib/systemd/system/docker.socket
+  # vim syntax
+  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim
+  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' \
+$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: docker.install
===
--- docker.install  2014-10-31 00:28:13 UTC (rev 121609)
+++ 

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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 02:23:14
  Author: eric
Revision: 121611

upgpkg: youtube-dl 2014.10.30-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-31 00:28:22 UTC (rev 121610)
+++ PKGBUILD2014-10-31 01:23:14 UTC (rev 121611)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.10.29
+pkgver=2014.10.30
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('aabad52e8d93862901390a5eaedee1e39a187c14'
+sha1sums=('544eed95306a7e747f39df186cfa66bc0f763a7e'
   'SKIP')
 
 prepare() {


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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 02:24:57
  Author: eric
Revision: 121612

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 121611, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-31 01:23:14 UTC (rev 121611)
+++ PKGBUILD2014-10-31 01:24:57 UTC (rev 121612)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.10.29
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('aabad52e8d93862901390a5eaedee1e39a187c14'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 121611, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-31 01:24:57 UTC (rev 121612)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.10.30
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('544eed95306a7e747f39df186cfa66bc0f763a7e'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 02:34:15
  Author: eric
Revision: 121613

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 121612, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-31 01:24:57 UTC (rev 121612)
+++ PKGBUILD2014-10-31 01:34:15 UTC (rev 121613)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2014.10.30
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('544eed95306a7e747f39df186cfa66bc0f763a7e'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 121612, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-31 01:34:15 UTC (rev 121613)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2014.10.30
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('544eed95306a7e747f39df186cfa66bc0f763a7e'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 03:54:00
  Author: eric
Revision: 121614

upgpkg: auctex 11.88-1

Upstream update

Modified:
  auctex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-31 01:34:15 UTC (rev 121613)
+++ PKGBUILD2014-10-31 02:54:00 UTC (rev 121614)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=auctex
-pkgver=11.87
-pkgrel=2
+pkgver=11.88
+pkgrel=1
 pkgdesc=An extensible package for writing and formatting TeX files in Emacs
 arch=('any') 
 url=http://www.gnu.org/software/auctex/;
@@ -12,7 +12,7 @@
 options=('!makeflags')
 install=auctex.install
 source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0be92c7d8f89d57346fe07f05a1a045ffd11cd71'
+sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df'
   'SKIP')
 
 prepare() {


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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 03:55:33
  Author: eric
Revision: 121615

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   66 +++
 auctex.install |   62 +--
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-31 02:54:00 UTC (rev 121614)
+++ PKGBUILD2014-10-31 02:55:33 UTC (rev 121615)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=auctex
-pkgver=11.87
-pkgrel=2
-pkgdesc=An extensible package for writing and formatting TeX files in Emacs
-arch=('any') 
-url=http://www.gnu.org/software/auctex/;
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('0be92c7d8f89d57346fe07f05a1a045ffd11cd71'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/preview
-  sed -i 's/as_fn_error $? --with-texmf-dir=/echo as_fn_error $? 
--with-texmf-dir=/' configure
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}  install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 121614, 
auctex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-31 02:55:33 UTC (rev 121615)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=auctex
+pkgver=11.88
+pkgrel=1
+pkgdesc=An extensible package for writing and formatting TeX files in Emacs
+arch=('any') 
+url=http://www.gnu.org/software/auctex/;
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/preview
+  sed -i 's/as_fn_error $? --with-texmf-dir=/echo as_fn_error $? 
--with-texmf-dir=/' configure
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}  install
+}

Deleted: auctex.install
===
--- auctex.install  2014-10-31 02:54:00 UTC (rev 121614)
+++ auctex.install  2014-10-31 02:55:33 UTC (rev 121615)
@@ -1,31 +0,0 @@
-infodir=/usr/share/info
-filelist=(auctex.info.gz preview-latex.info.gz)
-
-post_install() {
-  post_upgrade $1
-
-cat  EOF
-== For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
-== following lines to your ~/.emacs file:
-(load auctex.el nil t t)
-(load preview-latex.el nil t t)
-EOF
-}
-
-post_upgrade() {
-  texconfig-sys rehash 2 /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-pre_remove() {
- texconfig-sys rehash 2 /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-   done
-}

Copied: auctex/repos/community-any/auctex.install (from rev 121614, 
auctex/trunk/auctex.install)
===
--- auctex.install  (rev 0)
+++ auctex.install  2014-10-31 02:55:33 UTC (rev 121615)
@@ -0,0 +1,31 @@
+infodir=/usr/share/info
+filelist=(auctex.info.gz preview-latex.info.gz)
+
+post_install() {
+  post_upgrade $1
+
+cat  EOF
+== For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
+== following lines to your ~/.emacs file:
+(load auctex.el nil t t)
+(load preview-latex.el nil t t)
+EOF
+}
+
+post_upgrade() {
+  texconfig-sys rehash 2 /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+pre_remove() {
+ texconfig-sys rehash 2 /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+   done
+}


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

2014-10-30 Thread Eric Bélanger
Date: Friday, October 31, 2014 @ 04:16:34
  Author: eric
Revision: 121616

Improve description (close FS#42627)

Modified:
  glob2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-31 02:55:33 UTC (rev 121615)
+++ PKGBUILD2014-10-31 03:16:34 UTC (rev 121616)
@@ -6,7 +6,7 @@
 pkgname=glob2
 pkgver=0.9.4.4
 pkgrel=22
-pkgdesc='RTS game which minimizes micro-management'
+pkgdesc='Globulation 2 is an innovative Real-Time Strategy (RTS) game which 
reduces micro-management by automatically assigning tasks to units'
 arch=('x86_64' 'i686')
 url='http://www.globulation2.org/'
 license=('GPL3')