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

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 21:16:51
  Author: arojas
Revision: 137017

Add igraph (rankwidth dependency)

Added:
  igraph/
  igraph/trunk/
  igraph/trunk/PKGBUILD

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

Added: igraph/trunk/PKGBUILD
===
--- igraph/trunk/PKGBUILD   (rev 0)
+++ igraph/trunk/PKGBUILD   2015-07-16 19:16:51 UTC (rev 137017)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Fazlul Shahriar fshahr...@gmail.com
+# Contributor: Denis Zawada d...@bajtogrod.pl
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A library for creating and manipulating (un)directed graphs.
+arch=(i686 x86_64)
+url=http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=(http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+


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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 08:46:33
  Author: fyan
Revision: 242270

upgpkg: qt4 4.8.7-2

disable -reduce-relocation

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 03:43:31 UTC (rev 242269)
+++ PKGBUILD2015-07-16 06:46:33 UTC (rev 242270)
@@ -5,7 +5,7 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -102,7 +102,7 @@
 -silent \
 -no-rpath \
 -optimized-qmake \
--reduce-relocations \
+-no-reduce-relocations \
 -dbus-linked \
 -no-openvg
   make


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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 08:47:38
  Author: fyan
Revision: 242271

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

Added:
  qt4/repos/testing-i686/
  qt4/repos/testing-i686/PKGBUILD
(from rev 242270, qt4/trunk/PKGBUILD)
  qt4/repos/testing-i686/assistant-qt4.desktop
(from rev 242270, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-i686/designer-qt4.desktop
(from rev 242270, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-i686/improve-cups-support.patch
(from rev 242270, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-i686/kde4-settings.patch
(from rev 242270, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-i686/kubuntu_14_systemtrayicon.diff
(from rev 242270, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-i686/linguist-qt4.desktop
(from rev 242270, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-i686/moc-boost-workaround.patch
(from rev 242270, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-i686/qdbusviewer-qt4.desktop
(from rev 242270, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-i686/qt4.install
(from rev 242270, qt4/trunk/qt4.install)
  qt4/repos/testing-i686/qtconfig-qt4.desktop
(from rev 242270, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/testing-x86_64/
  qt4/repos/testing-x86_64/PKGBUILD
(from rev 242270, qt4/trunk/PKGBUILD)
  qt4/repos/testing-x86_64/assistant-qt4.desktop
(from rev 242270, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/testing-x86_64/designer-qt4.desktop
(from rev 242270, qt4/trunk/designer-qt4.desktop)
  qt4/repos/testing-x86_64/improve-cups-support.patch
(from rev 242270, qt4/trunk/improve-cups-support.patch)
  qt4/repos/testing-x86_64/kde4-settings.patch
(from rev 242270, qt4/trunk/kde4-settings.patch)
  qt4/repos/testing-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 242270, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/testing-x86_64/linguist-qt4.desktop
(from rev 242270, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/testing-x86_64/moc-boost-workaround.patch
(from rev 242270, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/testing-x86_64/qdbusviewer-qt4.desktop
(from rev 242270, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/testing-x86_64/qt4.install
(from rev 242270, qt4/trunk/qt4.install)
  qt4/repos/testing-x86_64/qtconfig-qt4.desktop
(from rev 242270, qt4/trunk/qtconfig-qt4.desktop)

---+
 testing-i686/PKGBUILD |  162 ++
 testing-i686/assistant-qt4.desktop|9 
 testing-i686/designer-qt4.desktop |   11 
 testing-i686/improve-cups-support.patch   |   84 +
 testing-i686/kde4-settings.patch  |   11 
 testing-i686/kubuntu_14_systemtrayicon.diff   | 1466 
 testing-i686/linguist-qt4.desktop |   10 
 testing-i686/moc-boost-workaround.patch   |   12 
 testing-i686/qdbusviewer-qt4.desktop  |   10 
 testing-i686/qt4.install  |   12 
 testing-i686/qtconfig-qt4.desktop |9 
 testing-x86_64/PKGBUILD   |  162 ++
 testing-x86_64/assistant-qt4.desktop  |9 
 testing-x86_64/designer-qt4.desktop   |   11 
 testing-x86_64/improve-cups-support.patch |   84 +
 testing-x86_64/kde4-settings.patch|   11 
 testing-x86_64/kubuntu_14_systemtrayicon.diff | 1466 
 testing-x86_64/linguist-qt4.desktop   |   10 
 testing-x86_64/moc-boost-workaround.patch |   12 
 testing-x86_64/qdbusviewer-qt4.desktop|   10 
 testing-x86_64/qt4.install|   12 
 testing-x86_64/qtconfig-qt4.desktop   |9 
 22 files changed, 3592 insertions(+)

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


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 13:01:15
  Author: heftig
Revision: 136997

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 136996, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 136996, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 136996, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 136996, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 136996, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 136996, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   87 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   87 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 10:51:09 UTC (rev 136996)
+++ community-i686/PKGBUILD 2015-07-16 11:01:15 UTC (rev 136997)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.5.7
-pkgrel=1
-pkgdesc=Ruby runtime written in Ruby, designed for concurrency
-arch=(i686 x86_64)
-url=http://rubini.us;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 rubinius-ruby)
-options=(!emptydirs)
-source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
-gemrc dirs.patch)
-sha256sums=('8ba8e75835e6df38453f6b6f65bdd296abee2df89ce488e6cc914059b6e1b385'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p $GEM_HOME
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  $GEM_HOME/bin/bundle install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR=$pkgdir rake install
-
-  mkdir -p $pkgdir/usr/share/ri
-  ln -s 2.2.0 $pkgdir/usr/share/ri/2.1
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/rubinius/LICENSE
-
-### Split rubinius-ruby
-  mkdir -p $srcdir/ruby/usr/bin
-  for _f in $pkgdir/usr/bin/*; do
-[[ $_f == */rbx ]]  continue
-mv $_f $srcdir/ruby/usr/bin
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc=Ruby compat for Rubinius
-  depends=(rubinius=$pkgver-$pkgrel)
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* $pkgdir
-  install -Dm644 gemrc $pkgdir/etc/gemrc
-  install -d $pkgdir/usr/share/licenses/rubinius-ruby
-  ln -s ../rubinius/LICENSE $pkgdir/usr/share/licenses/rubinius-ruby/LICENSE
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 136996, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 11:01:15 UTC (rev 136997)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.5.8
+pkgrel=1
+pkgdesc=Ruby runtime written in Ruby, designed for concurrency
+arch=(i686 x86_64)
+url=http://rubini.us;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 rubinius-ruby)
+options=(!emptydirs)
+source=(http://releases.rubini.us/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('d6b411732aa035865f2855845abe5405119560f0979062672d576601de89e59a'
+'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
+'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
+
+_common() {
+  export GEM_HOME=$srcdir/gemdir LANG=en_US.UTF-8
+  

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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 11:07:57
  Author: svenstaro
Revision: 136976

upgpkg: sfml 2.3.1-1

upstream release 2.3.1

Modified:
  sfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 07:53:33 UTC (rev 136975)
+++ PKGBUILD2015-07-16 09:07:57 UTC (rev 136976)
@@ -3,7 +3,7 @@
 # Contributor: Ondrej Martinak omarti...@gmail.com
 
 pkgname=sfml
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
 arch=('i686' 'x86_64')


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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 11:22:47
  Author: fyan
Revision: 136988

archrelease: copy trunk to community-any

Added:
  systemd-swap/repos/community-any/PKGBUILD
(from rev 136987, systemd-swap/trunk/PKGBUILD)
  systemd-swap/repos/community-any/systemd-swap.install
(from rev 136987, systemd-swap/trunk/systemd-swap.install)
Deleted:
  systemd-swap/repos/community-any/PKGBUILD
  systemd-swap/repos/community-any/systemd-swap.install

--+
 PKGBUILD |   50 -
 systemd-swap.install |6 ++---
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 09:22:35 UTC (rev 136987)
+++ PKGBUILD2015-07-16 09:22:47 UTC (rev 136988)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Timofey Titovets nefelim...@gmail.com
-
-pkgname=systemd-swap
-pkgver=2.25.1
-pkgrel=1
-pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
-arch=('any')
-url=https://github.com/Nefelim4ag/systemd-swap;
-license=('GPL3')
-conflicts=(systemd-loop-swapfile zramswap zram)
-depends=('systemd' 'bash')
-makedepends=('git')
-backup=(etc/systemd-swap.conf)
-install=$pkgname.install
-source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
-md5sums=('SKIP')
-
-package() {
-  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/usr/lib/modprobe.d/90-systemd-swap.conf
-  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
-  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
-  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/PKGBUILD (from rev 136987, 
systemd-swap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 09:22:47 UTC (rev 136988)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Timofey Titovets nefelim...@gmail.com
+
+pkgname=systemd-swap
+pkgver=2.25.2
+pkgrel=1
+pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
+arch=('any')
+url=https://github.com/Nefelim4ag/systemd-swap;
+license=('GPL3')
+conflicts=(systemd-loop-swapfile zramswap zram)
+depends=('systemd' 'bash')
+makedepends=('git')
+backup=(etc/systemd-swap.conf)
+install=$pkgname.install
+source=(git://github.com/Nefelim4ag/systemd-swap.git#tag=$pkgver)
+md5sums=('SKIP')
+
+package() {
+  install -Dm644 $srcdir/$pkgname/90-systemd-swap.conf 
$pkgdir/usr/lib/modprobe.d/90-systemd-swap.conf
+  install -Dm644 $srcdir/$pkgname/systemd-swap.service 
$pkgdir/usr/lib/systemd/system/systemd-swap.service
+  install -Dm755 $srcdir/$pkgname/systemd-swap.sh  
$pkgdir/usr/lib/systemd/scripts/systemd-swap.sh
+  install -Dm644 $srcdir/$pkgname/systemd-swap.conf
$pkgdir/etc/systemd-swap.conf
+}

Deleted: systemd-swap.install
===
--- systemd-swap.install2015-07-16 09:22:35 UTC (rev 136987)
+++ systemd-swap.install2015-07-16 09:22:47 UTC (rev 136988)
@@ -1,3 +0,0 @@
-post_install() {
-  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
-}

Copied: systemd-swap/repos/community-any/systemd-swap.install (from rev 136987, 
systemd-swap/trunk/systemd-swap.install)
===
--- systemd-swap.install(rev 0)
+++ systemd-swap.install2015-07-16 09:22:47 UTC (rev 136988)
@@ -0,0 +1,3 @@
+post_install() {
+  echo To enable: sudo systemctl enable systemd-swap. Config in 
/etc/systemd-swap.conf
+}


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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 11:22:35
  Author: fyan
Revision: 136987

upgpkg: systemd-swap 2.25.2-1

Modified:
  systemd-swap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 09:18:26 UTC (rev 136986)
+++ PKGBUILD2015-07-16 09:22:35 UTC (rev 136987)
@@ -3,7 +3,7 @@
 # Contributor: Timofey Titovets nefelim...@gmail.com
 
 pkgname=systemd-swap
-pkgver=2.25.1
+pkgver=2.25.2
 pkgrel=1
 pkgdesc=Script for creating hybrid swap space from zram swaps, swap files and 
swap partitions.
 arch=('any')


[arch-commits] Commit in owncloud-app-calendar/repos/community-any (PKGBUILD PKGBUILD)

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 12:20:42
  Author: spupykin
Revision: 136990

archrelease: copy trunk to community-any

Added:
  owncloud-app-calendar/repos/community-any/PKGBUILD
(from rev 136989, owncloud-app-calendar/trunk/PKGBUILD)
Deleted:
  owncloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 10:20:34 UTC (rev 136989)
+++ PKGBUILD2015-07-16 10:20:42 UTC (rev 136990)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-calendar
-pkgver=8.1.0
-pkgrel=1
-pkgdesc=Calendar app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
-md5sums=('ed1ccfe77c92c82eac618ebdb7a38c90')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
-}

Copied: owncloud-app-calendar/repos/community-any/PKGBUILD (from rev 136989, 
owncloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 10:20:42 UTC (rev 136990)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-calendar
+epoch=1
+pkgver=0.7.2
+pkgrel=1
+pkgdesc=Calendar app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
+md5sums=('0e55b0782182ecf660d06a8a56dcce55')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}


[arch-commits] Commit in owncloud-app-calendar/trunk (PKGBUILD)

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 12:20:34
  Author: spupykin
Revision: 136989

upgpkg: owncloud-app-calendar 1:0.7.2-1

upd

Modified:
  owncloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 09:22:47 UTC (rev 136988)
+++ PKGBUILD2015-07-16 10:20:34 UTC (rev 136989)
@@ -2,7 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-calendar
-pkgver=8.1.0
+epoch=1
+pkgver=0.7.2
 pkgrel=1
 pkgdesc=Calendar app for owncloud
 arch=('any')
@@ -12,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
-md5sums=('ed1ccfe77c92c82eac618ebdb7a38c90')
+md5sums=('0e55b0782182ecf660d06a8a56dcce55')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-contacts/trunk (PKGBUILD)

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 12:50:59
  Author: spupykin
Revision: 136995

upgpkg: owncloud-app-contacts 1:0.4.0.0-1

upd

Modified:
  owncloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 10:47:23 UTC (rev 136994)
+++ PKGBUILD2015-07-16 10:50:59 UTC (rev 136995)
@@ -2,7 +2,8 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=owncloud-app-contacts
-pkgver=8.1.0
+epoch=1
+pkgver=0.4.0.0
 pkgrel=1
 pkgdesc=Contacts app for owncloud
 arch=('any')
@@ -12,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('a8eeed91e93c9377e13e29de97e970b3')
+md5sums=('782717a85140827e7e016ec3dee6223b')
 
 package() {
   install -d ${pkgdir}/usr/share/webapps/owncloud/apps


[arch-commits] Commit in owncloud-app-contacts/repos/community-any (PKGBUILD PKGBUILD)

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 12:51:09
  Author: spupykin
Revision: 136996

archrelease: copy trunk to community-any

Added:
  owncloud-app-contacts/repos/community-any/PKGBUILD
(from rev 136995, owncloud-app-contacts/trunk/PKGBUILD)
Deleted:
  owncloud-app-contacts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 10:50:59 UTC (rev 136995)
+++ PKGBUILD2015-07-16 10:51:09 UTC (rev 136996)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=owncloud-app-contacts
-pkgver=8.1.0
-pkgrel=1
-pkgdesc=Contacts app for owncloud
-arch=('any')
-url=http://owncloud.org/;
-license=('GPL')
-depends=('owncloud')
-makedepends=()
-options=('!strip')
-source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
-md5sums=('a8eeed91e93c9377e13e29de97e970b3')
-
-package() {
-  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
-  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
-}

Copied: owncloud-app-contacts/repos/community-any/PKGBUILD (from rev 136995, 
owncloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 10:51:09 UTC (rev 136996)
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-contacts
+epoch=1
+pkgver=0.4.0.0
+pkgrel=1
+pkgdesc=Contacts app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('782717a85140827e7e016ec3dee6223b')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 11:08:06
  Author: svenstaro
Revision: 136977

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

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

---+
 /PKGBUILD |   80 
 /sfml.install |6 +++
 community-i686/PKGBUILD   |   40 
 community-i686/sfml.install   |3 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/sfml.install |3 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 09:07:57 UTC (rev 136976)
+++ community-i686/PKGBUILD 2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.3
-pkgrel=1
-pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'xcb-util-image')
-makedepends=('mesa' 'cmake' 'doxygen' 'git')
-install=sfml.install
-source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/SFML
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSFML_BUILD_EXAMPLES=1 \
-  -DSFML_BUILD_DOC=1 \
-  -DSFML_INSTALL_PKGCONFIG_FILES=1
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/SFML/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
-
-  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: sfml/repos/community-i686/PKGBUILD (from rev 136976, 
sfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 09:08:06 UTC (rev 136977)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Ondrej Martinak omarti...@gmail.com
+
+pkgname=sfml
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2' 
'xcb-util-image')
+makedepends=('mesa' 'cmake' 'doxygen' 'git')
+install=sfml.install
+source=(git+git://github.com/LaurentGomila/SFML.git#tag=${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/SFML
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DSFML_BUILD_EXAMPLES=1 \
+  -DSFML_BUILD_DOC=1 \
+  -DSFML_INSTALL_PKGCONFIG_FILES=1
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/SFML/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 $pkgdir/usr/share/SFML/cmake/Modules/FindSFML.cmake 
$pkgdir/usr/share/cmake-3.2/Modules/FindSFML.cmake
+
+  install -Dm644 ../license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-i686/sfml.install
===
--- community-i686/sfml.install 2015-07-16 09:07:57 UTC (rev 136976)
+++ community-i686/sfml.install 2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,3 +0,0 @@
-post_install() {
-echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
-}

Copied: sfml/repos/community-i686/sfml.install (from rev 136976, 
sfml/trunk/sfml.install)
===
--- community-i686/sfml.install (rev 0)
+++ community-i686/sfml.install 2015-07-16 09:08:06 UTC (rev 136977)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the SFML samples, go to /usr/share/SFML/examples/ and run 
them individually
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 09:07:57 UTC (rev 136976)
+++ community-x86_64/PKGBUILD   2015-07-16 09:08:06 UTC (rev 136977)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Ondrej Martinak omarti...@gmail.com
-
-pkgname=sfml
-pkgver=2.3
-pkgrel=1
-pkgdesc='A simple, 

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

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 11:16:59
  Author: spupykin
Revision: 136979

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 09:16:41 UTC (rev 136978)
+++ community-i686/PKGBUILD 2015-07-16 09:16:59 UTC (rev 136979)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.2.3
-pkgrel=1
-_pkgdata=20150627
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
-   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('4f124ea01fade58d989cb8051fc8d26c'
- 'd6bfc2cb5348f068762e66b313d9b72f'
- '080bac4145f002466b1cbd1b973bba44')
-
-prepare() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd $srcdir/usb-modeswitch-$pkgver/
-
-  mkdir -p $pkgdir/usr/lib/udev
-  mkdir -p $pkgdir/etc
-  mkdir -p $pkgdir/usr/share/man/man1
-
-  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
-
-  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
-
-  cd $srcdir/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-i686/PKGBUILD (from rev 136978, 
usb_modeswitch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 09:16:59 UTC (rev 136979)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=usb_modeswitch
+pkgver=2.2.4
+pkgrel=1
+_pkgdata=20150627
+pkgdesc=Activating switchable USB devices on Linux.
+arch=('i686' 'x86_64')
+url=http://www.draisberghof.de/usb_modeswitch/;
+license=('GPL')
+depends=('libusb' 'tcl')
+makedepends=('gcc' 'make')
+backup=(etc/$pkgname.conf)
+source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
+   
http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
+   
usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
+md5sums=('3e913a3a600d3d4dcb55de7eddb9aea4'
+ 'd6bfc2cb5348f068762e66b313d9b72f'
+ '080bac4145f002466b1cbd1b973bba44')
+
+prepare() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
+}
+
+build() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd $srcdir/usb-modeswitch-$pkgver/
+
+  mkdir -p $pkgdir/usr/lib/udev
+  mkdir -p $pkgdir/etc
+  mkdir -p $pkgdir/usr/share/man/man1
+
+  make DESTDIR=${pkgdir} UDEVDIR=${pkgdir}/usr/lib/udev 
SBINDIR=$pkgdir/usr/bin install
+
+  cp $srcdir/usb-modeswitch-${pkgver}-device_reference.txt 
$pkgdir/etc/usb_modeswitch.setup
+
+  cd $srcdir/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR=$pkgdir install RULESDIR=${pkgdir}/usr/lib/udev/rules.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 09:16:41 UTC (rev 136978)
+++ community-x86_64/PKGBUILD   2015-07-16 09:16:59 UTC (rev 136979)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=usb_modeswitch
-pkgver=2.2.3
-pkgrel=1
-_pkgdata=20150627
-pkgdesc=Activating switchable USB devices on Linux.
-arch=('i686' 'x86_64')
-url=http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=(etc/$pkgname.conf)
-source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   

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

2015-07-16 Thread Sergej Pupykin
Date: Thursday, July 16, 2015 @ 11:16:41
  Author: spupykin
Revision: 136978

upgpkg: usb_modeswitch 2.2.4-1

upd

Modified:
  usb_modeswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 09:08:06 UTC (rev 136977)
+++ PKGBUILD2015-07-16 09:16:41 UTC (rev 136978)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=usb_modeswitch
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 _pkgdata=20150627
 pkgdesc=Activating switchable USB devices on Linux.
@@ -15,7 +15,7 @@
 
source=(http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;

http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;

usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-md5sums=('4f124ea01fade58d989cb8051fc8d26c'
+md5sums=('3e913a3a600d3d4dcb55de7eddb9aea4'
  'd6bfc2cb5348f068762e66b313d9b72f'
  '080bac4145f002466b1cbd1b973bba44')
 


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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 12:47:23
  Author: svenstaro
Revision: 136994

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

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

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 10:47:17 UTC (rev 136993)
+++ community-i686/PKGBUILD 2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.224
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 136993, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 10:47:23 UTC (rev 136994)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.225
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-07-16 10:47:17 UTC (rev 136993)
+++ community-i686/springlobby.install  2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 136993, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-07-16 10:47:23 UTC (rev 136994)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 10:47:17 UTC (rev 136993)
+++ community-x86_64/PKGBUILD   2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.224
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 12:47:17
  Author: svenstaro
Revision: 136993

upgpkg: springlobby 0.225-1

upstream release 0.225

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 10:47:14 UTC (rev 136992)
+++ PKGBUILD2015-07-16 10:47:17 UTC (rev 136993)
@@ -3,7 +3,7 @@
 # Contributor: DuGi d...@irc.pl
 
 pkgname=springlobby
-pkgver=0.224
+pkgver=0.225
 pkgrel=1
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')


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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 12:47:14
  Author: svenstaro
Revision: 136992

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

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

-+
 /PKGBUILD   |   90 ++
 /spring.install |   24 ++
 community-i686/PKGBUILD |   45 ---
 community-i686/spring.install   |   12 -
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/spring.install |   12 -
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 10:47:08 UTC (rev 136991)
+++ community-i686/PKGBUILD 2015-07-16 10:47:14 UTC (rev 136992)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgname=spring
-pkgver=99.0
-pkgrel=1
-pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('i686' 'x86_64')
-url=http://springrts.com/;
-license=('GPL')
-depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
-optdepends=('python2: python-based bots'
-'java-runtime: java-based bots')
-install=spring.install
-source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma)
-md5sums=('3c9d8e0f7616060550e6452236d7626f')
-
-prepare() {
-  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
-}
-
-build() {
-  cd spring_${pkgver}
-
-  cmake. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDATADIR=share/spring \
--DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd spring_${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/etc/spring
-  echo '$HOME/.spring'  $pkgdir/etc/spring/datadir
-}
-
-# vim sw=2:ts=2 et:

Copied: spring/repos/community-i686/PKGBUILD (from rev 136991, 
spring/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 10:47:14 UTC (rev 136992)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=spring
+pkgver=100.0
+pkgrel=1
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url=http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2' 
'libunwind'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+install=spring.install
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma)
+md5sums=('d4d4a4f928b0004c3165d373526f958e')
+
+prepare() {
+  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
+}
+
+build() {
+  cd spring_${pkgver}
+
+  cmake. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DDATADIR=share/spring \
+-DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd spring_${pkgver}
+
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/etc/spring
+  echo '$HOME/.spring'  $pkgdir/etc/spring/datadir
+}
+
+# vim sw=2:ts=2 et:

Deleted: community-i686/spring.install
===
--- community-i686/spring.install   2015-07-16 10:47:08 UTC (rev 136991)
+++ community-i686/spring.install   2015-07-16 10:47:14 UTC (rev 136992)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: spring/repos/community-i686/spring.install (from rev 136991, 
spring/trunk/spring.install)
===
--- community-i686/spring.install   (rev 0)
+++ community-i686/spring.install   2015-07-16 10:47:14 

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

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 12:47:08
  Author: svenstaro
Revision: 136991

upgpkg: spring 100.0-1

upstream release 0.100

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 10:20:42 UTC (rev 136990)
+++ PKGBUILD2015-07-16 10:47:08 UTC (rev 136991)
@@ -4,7 +4,7 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=99.0
+pkgver=100.0
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma)
-md5sums=('3c9d8e0f7616060550e6452236d7626f')
+md5sums=('d4d4a4f928b0004c3165d373526f958e')
 
 prepare() {
   bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma


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

2015-07-16 Thread Maxime Gauduin
Date: Thursday, July 16, 2015 @ 09:53:17
  Author: alucryd
Revision: 136974

upgpkg: elementary-icon-theme 3.2.1-2

Modified:
  elementary-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 03:40:16 UTC (rev 136973)
+++ PKGBUILD2015-07-16 07:53:17 UTC (rev 136974)
@@ -6,7 +6,7 @@
 
 pkgname=elementary-icon-theme
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
 arch=('any')
 url='https://launchpad.net/elementaryicons'
@@ -27,6 +27,9 @@
 package() {
   install -dm 755 ${pkgdir}/usr/share/icons
   cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
${pkgdir}/usr/share/icons/elementary
+
+  find ${pkgdir} -type d -exec chmod 755 {} +
+  find ${pkgdir} -type f -exec chmod 644 {} +
 }
 
 # vim: ts=2 sw=2 et:


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

2015-07-16 Thread Maxime Gauduin
Date: Thursday, July 16, 2015 @ 09:53:33
  Author: alucryd
Revision: 136975

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 136974, elementary-icon-theme/trunk/PKGBUILD)
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install
(from rev 136974, elementary-icon-theme/trunk/elementary-icon-theme.install)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD
  elementary-icon-theme/repos/community-any/elementary-icon-theme.install

---+
 PKGBUILD  |   67 
 elementary-icon-theme.install |   26 +++
 2 files changed, 48 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 07:53:17 UTC (rev 136974)
+++ PKGBUILD2015-07-16 07:53:33 UTC (rev 136975)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin aluc...@archlinux.org
-# Contributor: Diego Principe cdprinc...@gmail.com
-# Contributor: paterbrown paterbr...@silberhelme.de
-# Contributor: Josip josipponja...@gmail.com
-
-pkgname=elementary-icon-theme
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
-arch=('any')
-url='https://launchpad.net/elementaryicons'
-license=('GPL3')
-depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!emptydirs' '!strip')
-install='elementary-icon-theme.install'
-source=(https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tgz;)
-sha256sums=('3877a80c1428da9e6a3c97327ad17510271f729a2d7c162f13aafca225a1672f')
-
-prepare() {
-  cd elementary-icon-theme-${pkgver}
-
-  rm AUTHORS CONTRIBUTORS COPYING
-  sed '/Name/a Inherits=gnome,hicolor' -i index.theme
-}
-
-package() {
-  install -dm 755 ${pkgdir}/usr/share/icons
-  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
${pkgdir}/usr/share/icons/elementary
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 136974, 
elementary-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 07:53:33 UTC (rev 136975)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Diego Principe cdprinc...@gmail.com
+# Contributor: paterbrown paterbr...@silberhelme.de
+# Contributor: Josip josipponja...@gmail.com
+
+pkgname=elementary-icon-theme
+pkgver=3.2.1
+pkgrel=2
+pkgdesc='An icon theme designed to be smooth, sexy, clear, and efficient'
+arch=('any')
+url='https://launchpad.net/elementaryicons'
+license=('GPL3')
+depends=('gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!emptydirs' '!strip')
+install='elementary-icon-theme.install'
+source=(https://launchpad.net/elementaryicons/${pkgver%%.*}.x/${pkgver}/+download/elementary-icon-theme-${pkgver}.tgz;)
+sha256sums=('3877a80c1428da9e6a3c97327ad17510271f729a2d7c162f13aafca225a1672f')
+
+prepare() {
+  cd elementary-icon-theme-${pkgver}
+
+  rm AUTHORS CONTRIBUTORS COPYING
+  sed '/Name/a Inherits=gnome,hicolor' -i index.theme
+}
+
+package() {
+  install -dm 755 ${pkgdir}/usr/share/icons
+  cp -dr --no-preserve='ownership' elementary-icon-theme-${pkgver} 
${pkgdir}/usr/share/icons/elementary
+
+  find ${pkgdir} -type d -exec chmod 755 {} +
+  find ${pkgdir} -type f -exec chmod 644 {} +
+}
+
+# vim: ts=2 sw=2 et:

Deleted: elementary-icon-theme.install
===
--- elementary-icon-theme.install   2015-07-16 07:53:17 UTC (rev 136974)
+++ elementary-icon-theme.install   2015-07-16 07:53:33 UTC (rev 136975)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/elementary
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/elementary-icon-theme.install 
(from rev 136974, elementary-icon-theme/trunk/elementary-icon-theme.install)
===
--- elementary-icon-theme.install   (rev 0)
+++ elementary-icon-theme.install   2015-07-16 07:53:33 UTC (rev 136975)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -ftq usr/share/icons/elementary
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 13:37:49
  Author: heftig
Revision: 242277

1.0.4

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 11:32:05 UTC (rev 242276)
+++ PKGBUILD2015-07-16 11:37:49 UTC (rev 242277)
@@ -8,8 +8,8 @@
 
 pkgbase=network-manager-applet
 pkgname=(nm-connection-editor network-manager-applet)
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=Applet for managing network connections
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -18,7 +18,7 @@
  libnotify libmm-glib intltool gobject-introspection libgudev)
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('760af85b43fa5bcf74b96f899a6d4c1d5e9445e5eb63088c49e5164bbf88d9a9')
+sha256sums=('2cc26f03d0011d2a067bd5205dc0c17d5aa0470020a8c36d319ae10e5728af72')
 
 prepare() {
   mkdir -p nma/etc/xdg nma/usr/bin \


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 13:40:40
  Author: heftig
Revision: 242278

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 242277, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 242277, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-i686/disable_set_hostname.patch
(from rev 242277, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-i686/networkmanager.install
(from rev 242277, networkmanager/trunk/networkmanager.install)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 242277, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 242277, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
(from rev 242277, networkmanager/trunk/disable_set_hostname.patch)
  networkmanager/repos/extra-x86_64/networkmanager.install
(from rev 242277, networkmanager/trunk/networkmanager.install)
Deleted:
  
networkmanager/repos/extra-i686/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-i686/disable_set_hostname.patch
  networkmanager/repos/extra-i686/networkmanager.install
  
networkmanager/repos/extra-x86_64/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD
  networkmanager/repos/extra-x86_64/disable_set_hostname.patch
  networkmanager/repos/extra-x86_64/networkmanager.install

-+
 /NetworkManager.conf|   26 
+
 /PKGBUILD   |  222 
++
 /disable_set_hostname.patch |   38 
+
 /networkmanager.install |   18 
 extra-i686/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch   |   34 
-
 extra-i686/NetworkManager.conf  |   13 
 extra-i686/PKGBUILD |  114 
-
 extra-i686/disable_set_hostname.patch   |   19 
 extra-i686/networkmanager.install   |9 
 extra-x86_64/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch |   34 
-
 extra-x86_64/NetworkManager.conf|   13 
 extra-x86_64/PKGBUILD   |  114 
-
 extra-x86_64/disable_set_hostname.patch |   19 
 extra-x86_64/networkmanager.install |9 
 14 files changed, 304 insertions(+), 378 deletions(-)

Deleted: extra-i686/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch
===
--- extra-i686/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch   
2015-07-16 11:37:49 UTC (rev 242277)
+++ extra-i686/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch   
2015-07-16 11:40:40 UTC (rev 242278)
@@ -1,34 +0,0 @@
-From 35c9e8d5321b6451fb74f8e7231a690c940a6e69 Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Wed, 6 May 2015 20:49:57 +0200
-Subject: [PATCH] dns: Fix falling back in the resolv.conf methods
-

- src/dns-manager/nm-dns-manager.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/dns-manager/nm-dns-manager.c 
b/src/dns-manager/nm-dns-manager.c
-index 2f8ceab..eade2a0 100644
 a/src/dns-manager/nm-dns-manager.c
-+++ b/src/dns-manager/nm-dns-manager.c
-@@ -782,13 +782,16 @@ update_dns (NMDnsManager *self,
- 
- #ifdef NETCONFIG_PATH
-   if (success == FALSE) {
-+  g_clear_error (error);
-   success = dispatch_netconfig (searches, nameservers,
- nis_domain, nis_servers, error);
-   }
- #endif
- 
--  if (success == FALSE)
-+  if (success == FALSE) {
-+  g_clear_error (error);
-   success = update_resolv_conf (searches, nameservers, error);
-+  }
- 
-   /* signal that resolv.conf was changed */
-   if (success)
--- 
-2.4.0
-

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2015-07-16 11:37:49 UTC (rev 242277)
+++ extra-i686/NetworkManager.conf  2015-07-16 11:40:40 UTC (rev 242278)
@@ -1,13 +0,0 @@
-[main]
-plugins=keyfile
-dhcp=dhclient
-dns=default
-
-## Set static hostname
-#[keyfile]
-#hostname=foobar
-
-## HTTP-based connectivity check
-#[connectivity]

[arch-commits] Commit in mate-themes-extras/repos/community-any (PKGBUILD PKGBUILD)

2015-07-16 Thread Balló György
Date: Thursday, July 16, 2015 @ 14:37:04
  Author: bgyorgy
Revision: 136999

archrelease: copy trunk to community-any

Added:
  mate-themes-extras/repos/community-any/PKGBUILD
(from rev 136998, mate-themes-extras/trunk/PKGBUILD)
Deleted:
  mate-themes-extras/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 12:36:59 UTC (rev 136998)
+++ PKGBUILD2015-07-16 12:37:04 UTC (rev 136999)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-
-pkgname=mate-themes-extras
-pkgver=3.16.3
-pkgrel=1
-pkgdesc=Collection of GTK2/3 desktop themes for MATE.
-url=https://github.com/NiceandGently/mate-themes-extras;
-arch=('any')
-license=('GPL')
-depends=('gtk-engine-murrine')
-makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('1ba476b24409dada28b53fc315143aec5ef99c03e4c31d79c51d4acd8b82aa07')
-
-prepare() {
-cd ${srcdir}/${pkgname}-${pkgver}
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---enable-Blue-Submarine \
---enable-DeLorean \
---enable-DeLorean-Dark \
---enable-GnomishBeige \
---enable-Green-Submarine \
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-themes-extras/repos/community-any/PKGBUILD (from rev 136998, 
mate-themes-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 12:37:04 UTC (rev 136999)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-themes-extras
+pkgver=3.16.3
+pkgrel=2
+pkgdesc=Collection of GTK2/3 desktop themes for MATE.
+url=https://github.com/NiceandGently/mate-themes-extras;
+arch=('any')
+license=('GPL')
+depends=('gtk-engine-murrine')
+makedepends=('mate-common' 'icon-naming-utils' 'perl-xml-parser')
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('1ba476b24409dada28b53fc315143aec5ef99c03e4c31d79c51d4acd8b82aa07')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--enable-DeLorean \
+--enable-DeLorean-Dark \
+--enable-GnomishBeige
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in network-manager-applet/repos (12 files)

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 13:41:41
  Author: heftig
Revision: 242279

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

Added:
  network-manager-applet/repos/extra-i686/PKGBUILD
(from rev 242278, network-manager-applet/trunk/PKGBUILD)
  network-manager-applet/repos/extra-i686/network-manager-applet.install
(from rev 242278, 
network-manager-applet/trunk/network-manager-applet.install)
  network-manager-applet/repos/extra-i686/nm-connection-editor.install
(from rev 242278, network-manager-applet/trunk/nm-connection-editor.install)
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 242278, network-manager-applet/trunk/PKGBUILD)
  network-manager-applet/repos/extra-x86_64/network-manager-applet.install
(from rev 242278, 
network-manager-applet/trunk/network-manager-applet.install)
  network-manager-applet/repos/extra-x86_64/nm-connection-editor.install
(from rev 242278, network-manager-applet/trunk/nm-connection-editor.install)
Deleted:
  network-manager-applet/repos/extra-i686/PKGBUILD
  network-manager-applet/repos/extra-i686/network-manager-applet.install
  network-manager-applet/repos/extra-i686/nm-connection-editor.install
  network-manager-applet/repos/extra-x86_64/PKGBUILD
  network-manager-applet/repos/extra-x86_64/network-manager-applet.install
  network-manager-applet/repos/extra-x86_64/nm-connection-editor.install

-+
 /PKGBUILD   |  168 ++
 /network-manager-applet.install |   34 +
 /nm-connection-editor.install   |   24 +++
 extra-i686/PKGBUILD |   84 -
 extra-i686/network-manager-applet.install   |   17 --
 extra-i686/nm-connection-editor.install |   12 -
 extra-x86_64/PKGBUILD   |   84 -
 extra-x86_64/network-manager-applet.install |   17 --
 extra-x86_64/nm-connection-editor.install   |   12 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 11:40:40 UTC (rev 242278)
+++ extra-i686/PKGBUILD 2015-07-16 11:41:41 UTC (rev 242279)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Arjan Timmerman ar...@archlinux.org
-# Contributor: Wael Nasreddine gand...@siemens-mobiles.org
-# Contributor: Tor Krill t...@krill.nu
-# Contributor: Will Rea sillywi...@gmail.com
-
-pkgbase=network-manager-applet
-pkgname=(nm-connection-editor network-manager-applet)
-pkgver=1.0.2
-pkgrel=3
-pkgdesc=Applet for managing network connections
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url=http://www.gnome.org/projects/NetworkManager/;
-makedepends=(libnm-glib libsecret gtk3 mobile-broadband-provider-info iso-codes
- libnotify libmm-glib intltool gobject-introspection libgudev)
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('760af85b43fa5bcf74b96f899a6d4c1d5e9445e5eb63088c49e5164bbf88d9a9')
-
-prepare() {
-  mkdir -p nma/etc/xdg nma/usr/bin \
-nma/usr/share/{applications,icons/hicolor/22x22/apps,man/man1,nm-applet}
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/networkmanager \
-  --disable-static \
-  --disable-maintainer-mode \
-  --disable-migration \
-  --with-modem-manager-1
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make -k check
-}
-
-package_nm-connection-editor() {
-  pkgdesc=NetworkManager GUI connection editor
-  depends=(libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes)
-  provides=(libnm-gtk=$pkgver-$pkgrel)
-  conflicts=(libnm-gtk)
-  replaces=(libnm-gtk)
-  install=nm-connection-editor.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split network-manager-applet
-  cd ../nma
-  mv $pkgdir/etc/xdg/autostart etc/xdg/
-  mv $pkgdir/usr/bin/nm-applet usr/bin/
-  mv $pkgdir/usr/share/GConf usr/share/
-
-  cd usr/share
-  mv $pkgdir/usr/share/applications/nm-applet.desktop applications/
-  mv $pkgdir/usr/share/man/man1/nm-applet.1 man/man1/
-  mv $pkgdir/usr/share/nm-applet/{{8021x,gsm-unlock,info}.ui,keyring.png} 
nm-applet/
-  
-  cd icons/hicolor/22x22
-  mv 
$pkgdir/usr/share/icons/hicolor/22x22/apps/nm-{adhoc,mb-roam,wwan-tower}.png 
apps/
-  mv 
$pkgdir/usr/share/icons/hicolor/22x22/apps/nm-{secure,vpn-active}-lock.png 
apps/
-  mv $pkgdir/usr/share/icons/hicolor/22x22/apps/nm-{signal,tech}-*.png apps/
-  mv $pkgdir/usr/share/icons/hicolor/22x22/apps/nm-*connecting*.png apps/
-}
-
-package_network-manager-applet() {
-  

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

2015-07-16 Thread Evangelos Foutras
Date: Thursday, July 16, 2015 @ 14:42:20
  Author: foutrelis
Revision: 137000

upgpkg: lib32-flashplugin 11.2.202.491-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 12:37:04 UTC (rev 136999)
+++ PKGBUILD2015-07-16 12:42:20 UTC (rev 137000)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.481
+pkgver=11.2.202.491
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -13,7 +13,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
+md5sums=('40eba6f56b9d52d5328967d830bb0e3b')
 
 package() {
   install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so


[arch-commits] Commit in mate-themes-extras/trunk (PKGBUILD)

2015-07-16 Thread Balló György
Date: Thursday, July 16, 2015 @ 14:36:59
  Author: bgyorgy
Revision: 136998

upgpkg: mate-themes-extras 3.16.3-2

Remove Blue-Submarine and Green-Submarine themes, they are now in the 
mate-themes package (FS#45654)

Modified:
  mate-themes-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 11:01:15 UTC (rev 136997)
+++ PKGBUILD2015-07-16 12:36:59 UTC (rev 136998)
@@ -3,7 +3,7 @@
 
 pkgname=mate-themes-extras
 pkgver=3.16.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Collection of GTK2/3 desktop themes for MATE.
 url=https://github.com/NiceandGently/mate-themes-extras;
 arch=('any')
@@ -23,11 +23,9 @@
 cd ${srcdir}/${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr \
---enable-Blue-Submarine \
 --enable-DeLorean \
 --enable-DeLorean-Dark \
---enable-GnomishBeige \
---enable-Green-Submarine \
+--enable-GnomishBeige
 make
 }
 


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

2015-07-16 Thread Evangelos Foutras
Date: Thursday, July 16, 2015 @ 14:42:30
  Author: foutrelis
Revision: 137001

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 12:42:20 UTC (rev 137000)
+++ PKGBUILD2015-07-16 12:42:30 UTC (rev 137001)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-
-pkgname=lib32-flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.481
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url=http://get.adobe.com/flashplayer;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
-md5sums=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
-
-package() {
-  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
-  install -d $pkgdir/usr/share/licenses
-  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 137000, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 12:42:30 UTC (rev 137001)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+
+pkgname=lib32-flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.491
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url=http://get.adobe.com/flashplayer;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;)
+md5sums=('40eba6f56b9d52d5328967d830bb0e3b')
+
+package() {
+  install -Dm644 ${srcdir}/libflashplayer.so 
${pkgdir}/usr/lib32/mozilla/plugins/libflashplayer.so
+  install -d $pkgdir/usr/share/licenses
+  ln -s ${pkgname#*-} $pkgdir/usr/share/licenses/$pkgname
+}


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

2015-07-16 Thread Evangelos Foutras
Date: Thursday, July 16, 2015 @ 14:42:58
  Author: foutrelis
Revision: 242280

upgpkg: flashplugin 11.2.202.491-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 11:41:41 UTC (rev 242279)
+++ PKGBUILD2015-07-16 12:42:58 UTC (rev 242280)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.481
+pkgver=11.2.202.491
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -22,8 +22,8 @@
 
source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
 md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
-md5sums_x86_64=('a41c1a9519ea4e3009c1e89934fe0bf6')
+md5sums_i686=('40eba6f56b9d52d5328967d830bb0e3b')
+md5sums_x86_64=('36f4a6a0ceceea15e80c2138170b39e3')
 
 package () {
 install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 16:48:57
  Author: heftig
Revision: 242285

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

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

---+
 /PKGBUILD |   68 
 /libinput.install |   22 
 extra-i686/PKGBUILD   |   39 --
 extra-i686/libinput.install   |   11 --
 extra-x86_64/PKGBUILD |   39 --
 extra-x86_64/libinput.install |   11 --
 6 files changed, 90 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-i686/PKGBUILD 2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.19.0
-pkgrel=1
-pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libinput/;
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev')
-install=libinput.install
-options=('!libtool')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d'
-'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libinput/repos/extra-i686/PKGBUILD (from rev 242284, 
libinput/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 14:48:57 UTC (rev 242285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.20.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev')
+install=libinput.install
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-i686/libinput.install
===
--- extra-i686/libinput.install 2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-i686/libinput.install 2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,11 +0,0 @@
-post_install() {
-  udevadm hwdb --update /dev/null 21
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libinput/repos/extra-i686/libinput.install (from rev 242284, 
libinput/trunk/libinput.install)
===
--- extra-i686/libinput.install (rev 0)
+++ extra-i686/libinput.install 2015-07-16 14:48:57 UTC (rev 242285)
@@ -0,0 +1,11 @@
+post_install() {
+  udevadm hwdb --update /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-16 14:47:55 UTC (rev 242284)
+++ extra-x86_64/PKGBUILD   2015-07-16 14:48:57 UTC (rev 242285)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=0.19.0
-pkgrel=1

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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 16:43:48
  Author: heftig
Revision: 242283

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 242282, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
(from rev 242282, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-i686/gtk3.install
(from rev 242282, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/mousewheels-fs45666.patch
(from rev 242282, gtk3/trunk/mousewheels-fs45666.patch)
  gtk3/repos/extra-i686/settings.ini
(from rev 242282, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 242282, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
(from rev 242282, gtk3/trunk/gtk-update-icon-cache.install)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 242282, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/mousewheels-fs45666.patch
(from rev 242282, gtk3/trunk/mousewheels-fs45666.patch)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 242282, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

+
 /PKGBUILD  |  136 +++
 /gtk-update-icon-cache.install |6 +
 /gtk3.install  |   36 ++
 /settings.ini  |8 +
 extra-i686/PKGBUILD|   65 ---
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk3.install|   18 ---
 extra-i686/mousewheels-fs45666.patch   |  157 +++
 extra-i686/settings.ini|4 
 extra-x86_64/PKGBUILD  |   65 ---
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk3.install  |   18 ---
 extra-x86_64/mousewheels-fs45666.patch |  157 +++
 extra-x86_64/settings.ini  |4 
 14 files changed, 500 insertions(+), 180 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 14:40:30 UTC (rev 242282)
+++ extra-i686/PKGBUILD 2015-07-16 14:43:48 UTC (rev 242283)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.16.5
-pkgrel=1
-pkgdesc=GObject-based multi-platform GUI toolkit
-arch=(i686 x86_64)
-url=http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest)
-makedepends=(gobject-introspection libcanberra)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini)
-sha256sums=('b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
-
-prepare() {
-cd gtk+-$pkgver
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk3() {
-depends+=(gtk-update-icon-cache)
-optdepends=('libcanberra: gtk3-widget-factory demo')
-install=gtk3.install
-
-cd gtk+-$pkgver
-make DESTDIR=$pkgdir install
-install -Dm644 ../settings.ini $pkgdir/usr/share/gtk-3.0/settings.ini
-
-# split this out to use with gtk2 too
-rm $pkgdir/usr/bin/gtk-update-icon-cache
-}
-
-package_gtk-update-icon-cache() {
-pkgdesc=GTK+ icon cache updater
-depends=(gdk-pixbuf2 hicolor-icon-theme)
-install=gtk-update-icon-cache.install
-
-cd gtk+-$pkgver/gtk
-install -Dm755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
-}
-
-# vim:set noet sw=4:

Copied: gtk3/repos/extra-i686/PKGBUILD (from rev 242282, gtk3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 14:43:48 UTC (rev 242283)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Jan Alexander Steffens (heftig) 

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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 16:47:55
  Author: heftig
Revision: 242284

0.20.0

Checks cannot be run without configuring the host kernel and udev to allow 
debugging.

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 14:43:48 UTC (rev 242283)
+++ PKGBUILD2015-07-16 14:47:55 UTC (rev 242284)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.19.0
+pkgver=0.20.0
 pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 install=libinput.install
 options=('!libtool')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('69a97da47ef8fa9debadaa8ee11005b9b5183bd2b87c5aa7827b7c388a5acc5d'
+sha256sums=('175bdfce97cfab13a2a0d02c3138fcf02f60c8fcd098835a97128ff114d7125d'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
 
@@ -27,11 +27,6 @@
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 16:40:30
  Author: heftig
Revision: 242282

FS#45666

Added:
  gtk3/trunk/mousewheels-fs45666.patch
Modified:
  gtk3/trunk/PKGBUILD

---+
 PKGBUILD  |7 +
 mousewheels-fs45666.patch |  157 
 2 files changed, 162 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 12:43:10 UTC (rev 242281)
+++ PKGBUILD2015-07-16 14:40:30 UTC (rev 242282)
@@ -5,7 +5,7 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
 pkgver=3.16.5
-pkgrel=1
+pkgrel=2
 pkgdesc=GObject-based multi-platform GUI toolkit
 arch=(i686 x86_64)
 url=http://www.gtk.org/;
@@ -15,12 +15,15 @@
 makedepends=(gobject-introspection libcanberra)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
+mousewheels-fs45666.patch
 settings.ini)
 sha256sums=('b87c99d127eb962fc857c246b77a65322cdffd7dcbcf46a83bce2040e0f4bc31'
+'c103076f4f648e20ef8da7ea6a48fda8012ecaec6987008c08f2bfdd4f5101f4'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202')
 
 prepare() {
 cd gtk+-$pkgver
+patch -Np1 -i ../mousewheels-fs45666.patch
 }
 
 build() {
@@ -62,4 +65,4 @@
 install -Dm755 gtk-update-icon-cache 
$pkgdir/usr/bin/gtk-update-icon-cache
 }
 
-# vim:set noet sw=4:
+# vim:set et sw=4:

Added: mousewheels-fs45666.patch
===
--- mousewheels-fs45666.patch   (rev 0)
+++ mousewheels-fs45666.patch   2015-07-16 14:40:30 UTC (rev 242282)
@@ -0,0 +1,157 @@
+From 7c35d52f3c3b0079cd6c9b188ec36e732b998720 Mon Sep 17 00:00:00 2001
+From: Carlos Garnacho carl...@gnome.org
+Date: Wed, 15 Jul 2015 23:45:49 +0200
+Subject: Revert x11: Query pointer devices' scroll valuators on toplevel
+ enter events
+
+This reverts commit 3d9cce79cf16bce335599b3b78b6bd0a04e37560.
+
+The commit broke more scenarios than fixed, better to go back to square one.
+
+diff --git a/gdk/x11/gdkdevice-xi2.c b/gdk/x11/gdkdevice-xi2.c
+index f5e06f1..6d49b9a 100644
+--- a/gdk/x11/gdkdevice-xi2.c
 b/gdk/x11/gdkdevice-xi2.c
+@@ -40,6 +40,7 @@ struct _ScrollValuator
+ {
+   guint n_valuator   : 4;
+   guint direction: 4;
++  guint last_value_valid : 1;
+   gdouble last_value;
+   gdouble increment;
+ };
+@@ -818,8 +819,8 @@ _gdk_x11_device_xi2_add_scroll_valuator (GdkX11DeviceXI2   
 *device,
+ 
+   scroll.n_valuator = n_valuator;
+   scroll.direction = direction;
++  scroll.last_value_valid = FALSE;
+   scroll.increment = increment;
+-  scroll.last_value = 0;
+ 
+   g_array_append_val (device-scroll_valuators, scroll);
+ }
+@@ -850,10 +851,18 @@ _gdk_x11_device_xi2_get_scroll_delta (GdkX11DeviceXI2
*device,
+   if (delta_ret)
+ *delta_ret = 0;
+ 
+-  if (delta_ret)
+-*delta_ret = (valuator_value - scroll-last_value) / 
scroll-increment;
++  if (scroll-last_value_valid)
++{
++  if (delta_ret)
++*delta_ret = (valuator_value - scroll-last_value) / 
scroll-increment;
+ 
+-  scroll-last_value = valuator_value;
++  scroll-last_value = valuator_value;
++}
++  else
++{
++  scroll-last_value = valuator_value;
++  scroll-last_value_valid = TRUE;
++}
+ 
+   return TRUE;
+ }
+@@ -863,33 +872,17 @@ _gdk_x11_device_xi2_get_scroll_delta (GdkX11DeviceXI2
*device,
+ }
+ 
+ void
+-_gdk_device_xi2_revalidate_scroll_valuators (GdkX11DeviceXI2 *device)
++_gdk_device_xi2_reset_scroll_valuators (GdkX11DeviceXI2 *device)
+ {
+-  GdkDisplay *display;
+-  XIDeviceInfo *info;
+-  gint i, ndevices;
+-
+-  display = gdk_device_get_display (GDK_DEVICE (device));
+-
+-  gdk_x11_display_error_trap_push (display);
+-  info = XIQueryDevice (GDK_DISPLAY_XDISPLAY (display),
+-device-device_id, ndevices);
+-  gdk_x11_display_error_trap_pop_ignored (display);
+-
+-  if (!info)
+-return;
++  guint i;
+ 
+   for (i = 0; i  device-scroll_valuators-len; i++)
+ {
+-  XIValuatorClassInfo *valuator;
+   ScrollValuator *scroll;
+ 
+   scroll = g_array_index (device-scroll_valuators, ScrollValuator, i);
+-  valuator = (XIValuatorClassInfo *) info-classes[scroll-n_valuator + 
1];
+-  scroll-last_value = valuator-value;
++  scroll-last_value_valid = FALSE;
+ }
+-
+-  XIFreeDeviceInfo (info);
+ }
+ 
+ void
+diff --git a/gdk/x11/gdkdevicemanager-xi2.c b/gdk/x11/gdkdevicemanager-xi2.c
+index 72dfff2..a57ecaf 100644
+--- a/gdk/x11/gdkdevicemanager-xi2.c
 b/gdk/x11/gdkdevicemanager-xi2.c
+@@ -825,11 +825,13 @@ handle_device_changed (GdkX11DeviceManagerXI2 
*device_manager,
+XIDeviceChangedEvent   *ev)
+ {
+   GdkDisplay *display;
+-  GdkDevice *device;
++  

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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 17:41:58
  Author: fyan
Revision: 137003

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 15:41:42 UTC (rev 137002)
+++ PKGBUILD2015-07-16 15:41:58 UTC (rev 137003)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=shadowsocks
-pkgver=2.6.11
-pkgrel=1
-pkgdesc=A lightweight tunnel proxy
-license=('Apache')
-url=http://pypi.python.org/pypi/shadowsocks;
-arch=('any')
-depends=('python' 'python-setuptools')
-optdepends=('libsodium: For salsa20 and chacha20 support')
-install=${pkgname}.install
-source=(https://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
-shadowsocks@.service
-shadowsocks-server@.service)
-sha512sums=('a3827f10c1826b565950079729456b6b8df4766a5d5bedff5410dfa854ba027cf5cdef5aa6c4e9babf964dee426ff124d09d568fa9353378b3da41199f249693'
-
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
-
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
-
-check() {
-  cd shadowsocks-$pkgver
-
-  # Tests not included
-  return
-  python tests/test.py -c tests/table.json
-  python tests/test.py -c tests/aes.json
-  python tests/test.py -c tests/rc4-md5.json
-  python tests/test.py -c tests/salsa20.json
-  python tests/test.py -c tests/server-multi-ports.json
-  python tests/test.py -c tests/server-multi-passwd.json
-  python tests/test.py -c tests/server-multi-passwd-table.json
-  python tests/test.py -c tests/workers.json
-}
-
-package() {
-  cd $srcdir/shadowsocks-$pkgver
-
-  python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
-  install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
-  install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
-}

Copied: shadowsocks/repos/community-any/PKGBUILD (from rev 137002, 
shadowsocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-16 15:41:58 UTC (rev 137003)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=shadowsocks
+pkgver=2.6.11
+pkgrel=2
+pkgdesc=A lightweight tunnel proxy
+license=('Apache')
+url=http://pypi.python.org/pypi/shadowsocks;
+arch=('any')
+depends=('python' 'python-setuptools')
+optdepends=('libsodium: For salsa20 and chacha20 support')
+makedepends=('git')
+#checkdepends=('dante' 'bind-tools')
+install=${pkgname}.install
+source=(git+https://github.com/shadowsocks/shadowsocks.git#tag=$pkgver;
+shadowsocks@.service
+shadowsocks-server@.service)
+sha512sums=('SKIP'
+
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
+
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
+
+check() {
+  cd shadowsocks
+
+  # Tests require internet access
+  return
+
+  python tests/test.py -c tests/table.json
+  python tests/test.py -c tests/aes.json
+  python tests/test.py -c tests/rc4-md5.json
+  python tests/test.py -c tests/salsa20.json
+  python tests/test.py -c tests/server-multi-ports.json
+  python tests/test.py -c tests/server-multi-passwd.json
+  python tests/test.py -c tests/server-multi-passwd-table.json
+  python tests/test.py -c tests/workers.json
+}
+
+package() {
+  cd shadowsocks
+
+  python setup.py install -O1 --root=$pkgdir
+
+  install -dm755 $pkgdir/usr/share/man/man1
+  install -m644 debian/{ssserver.1,sslocal.1} $pkgdir/usr/share/man/man1
+  install -Dm644 debian/config.json 

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

2015-07-16 Thread Felix Yan
Date: Thursday, July 16, 2015 @ 17:41:42
  Author: fyan
Revision: 137002

upgpkg: shadowsocks 2.6.11-2

add manpages and example configuration

Modified:
  shadowsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 12:42:30 UTC (rev 137001)
+++ PKGBUILD2015-07-16 15:41:42 UTC (rev 137002)
@@ -3,7 +3,7 @@
 
 pkgname=shadowsocks
 pkgver=2.6.11
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight tunnel proxy
 license=('Apache')
 url=http://pypi.python.org/pypi/shadowsocks;
@@ -10,19 +10,22 @@
 arch=('any')
 depends=('python' 'python-setuptools')
 optdepends=('libsodium: For salsa20 and chacha20 support')
+makedepends=('git')
+#checkdepends=('dante' 'bind-tools')
 install=${pkgname}.install
-source=(https://pypi.python.org/packages/source/s/shadowsocks/shadowsocks-${pkgver}.tar.gz;
+source=(git+https://github.com/shadowsocks/shadowsocks.git#tag=$pkgver;
 shadowsocks@.service
 shadowsocks-server@.service)
-sha512sums=('a3827f10c1826b565950079729456b6b8df4766a5d5bedff5410dfa854ba027cf5cdef5aa6c4e9babf964dee426ff124d09d568fa9353378b3da41199f249693'
+sha512sums=('SKIP'
 
'96ecb174a476f64dec3ec086732d93a76d27e9a1cc56b1dc3fa87bf8e00d4b3c44076a01a0d525e42174cacc58fd5c16d5c8af5d4636dae13df549dec8204f7d'
 
'f2f8240c18a4483bf3e03b3a5ac8822c3deae713224f732bf28f7fddfcc5d0b02aa91652665ff93f05731e162a9407109c18f43d732a3a9b19d9eacfc806a4df')
 
 check() {
-  cd shadowsocks-$pkgver
+  cd shadowsocks
 
-  # Tests not included
+  # Tests require internet access
   return
+
   python tests/test.py -c tests/table.json
   python tests/test.py -c tests/aes.json
   python tests/test.py -c tests/rc4-md5.json
@@ -34,11 +37,14 @@
 }
 
 package() {
-  cd $srcdir/shadowsocks-$pkgver
+  cd shadowsocks
 
   python setup.py install -O1 --root=$pkgdir
-  
-  install -d $pkgdir/etc/shadowsocks
+
+  install -dm755 $pkgdir/usr/share/man/man1
+  install -m644 debian/{ssserver.1,sslocal.1} $pkgdir/usr/share/man/man1
+  install -Dm644 debian/config.json $pkgdir/etc/shadowsocks/example.json
+
   install -Dm644 $srcdir/shadowsocks@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks@.service
   install -Dm644 $srcdir/shadowsocks-server@.service 
$pkgdir/usr/lib/systemd/system/shadowsocks-server@.service
 }


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

2015-07-16 Thread Tobias Powalowski
Date: Thursday, July 16, 2015 @ 17:07:49
  Author: tpowa
Revision: 242287

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

Added:
  efivar/repos/testing-i686/
  efivar/repos/testing-i686/PKGBUILD
(from rev 242286, efivar/trunk/PKGBUILD)
  efivar/repos/testing-x86_64/
  efivar/repos/testing-x86_64/PKGBUILD
(from rev 242286, efivar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   58 ++
 testing-x86_64/PKGBUILD |   58 ++
 2 files changed, 116 insertions(+)

Copied: efivar/repos/testing-i686/PKGBUILD (from rev 242286, 
efivar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-07-16 15:07:49 UTC (rev 242287)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efivar
+pkgdesc=Tools and library to manipulate EFI variables
+pkgver=0.21
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('strip' 'zipman' 'docs')
+
+source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
+#source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efivar/
+   echo $(git describe --tags) | sed -e 's|efivar-||g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efivar/
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efivar/
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efivar/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}

Copied: efivar/repos/testing-x86_64/PKGBUILD (from rev 242286, 
efivar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-07-16 15:07:49 UTC (rev 242287)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer : Tobias Powalowski tp...@archlinux.org
+# Contributor : Keshav Amburay (the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)
+
+pkgname=efivar
+pkgdesc=Tools and library to manipulate EFI variables
+pkgver=0.21
+pkgrel=1
+arch=('x86_64' 'i686')
+url=https://github.com/vathpela/efivar;
+license=('LGPL2.1')
+makedepends=('git')
+depends=('popt')
+conflicts=('libefivar')
+provides=(libefivar=${pkgver})
+options=('strip' 'zipman' 'docs')
+
+source=(efivar::git+https://github.com/vathpela/efivar.git#tag=${pkgver};)
+#source=(efivar::git+https://github.com/vathpela/efivar.git#commit=81d01467fac30ee0662cb86a6079745c4dfe9425;)
+sha1sums=('SKIP')
+
+pkgver() {
+   cd ${srcdir}/efivar/
+   echo $(git describe --tags) | sed -e 's|efivar-||g'
+}
+
+prepare() {
+   
+   cd ${srcdir}/efivar/
+   
+   git clean -x -d -f
+   echo
+   
+   sed 's|-O0|-Os|g' -i ${srcdir}/efivar/Make.defaults || true
+   sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i 
${srcdir}/efivar/src/test/Makefile || true
+   
+}
+
+build() {
+   
+   cd ${srcdir}/efivar/
+   
+   make libdir=/usr/lib/ bindir=/usr/bin/ mandir=/usr/share/man/ 
includedir=/usr/include/ V=1 -j1
+   echo
+   
+}
+
+package() {
+   
+   cd ${srcdir}/efivar/
+   
+   make -j1 V=1 DESTDIR=${pkgdir}/ libdir=/usr/lib/ bindir=/usr/bin/ 
mandir=/usr/share/man/ includedir=/usr/include/ install
+   echo
+   
+   install -d ${pkgdir}/usr/bin
+   install -D -m0755 ${srcdir}/efivar/src/test/tester 
${pkgdir}/usr/bin/efivar-tester
+   
+}


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

2015-07-16 Thread Tobias Powalowski
Date: Thursday, July 16, 2015 @ 17:07:40
  Author: tpowa
Revision: 242286

upgpkg: efivar 0.21-1

bump to latest version

Modified:
  efivar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 14:48:57 UTC (rev 242285)
+++ PKGBUILD2015-07-16 15:07:40 UTC (rev 242286)
@@ -4,7 +4,7 @@
 
 pkgname=efivar
 pkgdesc=Tools and library to manipulate EFI variables
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 arch=('x86_64' 'i686')
 url=https://github.com/vathpela/efivar;


[arch-commits] Commit in (4 files)

2015-07-16 Thread Timothy Redaelli
Date: Thursday, July 16, 2015 @ 17:46:10
  Author: tredaelli
Revision: 137004

New package: npapi-vlc

Added:
  npapi-vlc/
  npapi-vlc/repos/
  npapi-vlc/trunk/
  npapi-vlc/trunk/PKGBUILD

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

Added: npapi-vlc/trunk/PKGBUILD
===
--- npapi-vlc/trunk/PKGBUILD(rev 0)
+++ npapi-vlc/trunk/PKGBUILD2015-07-16 15:46:10 UTC (rev 137004)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Det nimetonmaili g-mail
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgname=npapi-vlc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=The modern VLC Mozilla (NPAPI) plugin
+arch=('i686' 'x86_64')
+url=http://git.videolan.org/?p=$pkgname.git;a=summary;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=(git://git.videolan.org/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+}


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


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 13:32:05
  Author: heftig
Revision: 242276

1.0.4

Modified:
  networkmanager/trunk/PKGBUILD
Deleted:
  
networkmanager/trunk/0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch

+
 0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch |   34 ---
 PKGBUILD   |   13 +---
 2 files changed, 5 insertions(+), 42 deletions(-)

Deleted: 0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch
===
--- 0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch  2015-07-16 
09:18:27 UTC (rev 242275)
+++ 0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch  2015-07-16 
11:32:05 UTC (rev 242276)
@@ -1,34 +0,0 @@
-From 35c9e8d5321b6451fb74f8e7231a690c940a6e69 Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Wed, 6 May 2015 20:49:57 +0200
-Subject: [PATCH] dns: Fix falling back in the resolv.conf methods
-

- src/dns-manager/nm-dns-manager.c | 5 -
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/dns-manager/nm-dns-manager.c 
b/src/dns-manager/nm-dns-manager.c
-index 2f8ceab..eade2a0 100644
 a/src/dns-manager/nm-dns-manager.c
-+++ b/src/dns-manager/nm-dns-manager.c
-@@ -782,13 +782,16 @@ update_dns (NMDnsManager *self,
- 
- #ifdef NETCONFIG_PATH
-   if (success == FALSE) {
-+  g_clear_error (error);
-   success = dispatch_netconfig (searches, nameservers,
- nis_domain, nis_servers, error);
-   }
- #endif
- 
--  if (success == FALSE)
-+  if (success == FALSE) {
-+  g_clear_error (error);
-   success = update_resolv_conf (searches, nameservers, error);
-+  }
- 
-   /* signal that resolv.conf was changed */
-   if (success)
--- 
-2.4.0
-

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 09:18:27 UTC (rev 242275)
+++ PKGBUILD2015-07-16 11:32:05 UTC (rev 242276)
@@ -8,8 +8,8 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
-pkgver=1.0.2
-pkgrel=4
+pkgver=1.0.4
+pkgrel=1
 pkgdesc=Network Management daemon
 arch=(i686 x86_64)
 license=(GPL2 LGPL2.1)
@@ -20,17 +20,14 @@
  systemd libgudev libmm-glib rp-pppoe libnewt libndp libteam vala)
 checkdepends=(libx11 python-gobject python-dbus)
 
source=(http://ftp.gnome.org/pub/gnome/sources/NetworkManager/${pkgver:0:3}/NetworkManager-$pkgver.tar.xz
-NetworkManager.conf disable_set_hostname.patch
-0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch)
-sha256sums=('359385707494bedbb48cfe0992ccfbcc4ac147dae1f7a47055c71e96439508ff'
+NetworkManager.conf disable_set_hostname.patch)
+sha256sums=('e4099fa2f4f4b8d95d0ad9fdd03ec20960845085fa500bf79aecbf54cee018c9'
 '2c6a647b5aec9f3c356d5d95251976a21297c6e64bd8d2a59339f8450a86cb3b'
-'25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460'
-'4c5cbd0871437c43c2081fe4a1e58d6464c9b960798fd57fd80a79135647e50a')
+'25056837ea92e559f09563ed817e3e0cd9333be861b8914e45f62ceaae2e0460')
 
 prepare() {
   cd NetworkManager-$pkgver
   patch -Np1 -i ../disable_set_hostname.patch
-  patch -Np1 -i ../0001-dns-Fix-falling-back-in-the-resolv.conf-methods.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2015-07-16 Thread Evangelos Foutras
Date: Thursday, July 16, 2015 @ 14:43:10
  Author: foutrelis
Revision: 242281

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 242280, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 242280, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 242280, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 242280, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 242280, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 242280, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|   88 +
 /flashplugin.install |   28 +++
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   44 --
 extra-i686/flashplugin.install   |   14 -
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   44 --
 extra-x86_64/flashplugin.install |   14 -
 extra-x86_64/mms.cfg |2 
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 12:42:58 UTC (rev 242280)
+++ extra-i686/PKGBUILD 2015-07-16 12:43:10 UTC (rev 242281)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.481
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-source=(http://www.adobe.com/products/eulas/pdfs/${_licensefile}
-mms.cfg)
-source_i686=(flashplugin_$pkgver.i386.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz)
-source_x86_64=(flashplugin_$pkgver.x86_64.tar.gz::http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz)
-md5sums=('94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-md5sums_i686=('5ab30a7c2ac4c4c7388602b16ce0c3eb')
-md5sums_x86_64=('a41c1a9519ea4e3009c1e89934fe0bf6')
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 242280, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 12:43:10 UTC (rev 242281)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.491
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')
+options=(!strip)
+install=flashplugin.install
+backup=(etc/adobe/mms.cfg)

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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:37:06
  Author: anthraxx
Revision: 137010

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |   26 --
 fish.install |6 --
 2 files changed, 16 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 16:15:51 UTC (rev 137009)
+++ PKGBUILD2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: Kaiting Chen kaitocr...@gmail.com
 # Contributor: Abhishek Dasgupta abh...@gmail.com
 # Contributor: Eric Belanger e...@archlinux.org
@@ -6,31 +6,27 @@
 # Contributor: Jan Fader jan.fa...@web.de
 
 pkgname=fish
-pkgver=2.1.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
 arch=('i686' 'x86_64')
-url='http://fishshell.com/'
 license=('GPL2')
 depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
 optdepends=('python: for manual page completion parser and web configuration 
tool')
 makedepends=('doxygen')
 install=fish.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
 
 prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
   autoconf -i
 }
 
 build() {
-  cd fish-shell-$pkgver
+  cd fish-shell-${pkgver}
   ./configure --prefix=/usr \
 --sysconfdir=/etc
   make
@@ -37,5 +33,7 @@
 }
 
 package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
 }
+
+# vim:set ts=2 sw=2 et:

Modified: fish.install
===
--- fish.install2015-07-16 16:15:51 UTC (rev 137009)
+++ fish.install2015-07-16 16:37:06 UTC (rev 137010)
@@ -1,5 +1,5 @@
 post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
 }
 
 post_upgrade() {
@@ -13,5 +13,7 @@
 }
 
 pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+  sed -ri '\|^/usr/bin/fish$|d' etc/shells
 }
+
+# vim:set ts=2 sw=2 et:


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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:38:51
  Author: anthraxx
Revision: 137012

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137011, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137011, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137011, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137011, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
  fish/repos/community-x86_64/fish.install

--+
 /PKGBUILD|   78 ++
 /fish.install|   38 
 community-i686/PKGBUILD  |   41 -
 community-i686/fish-2.1.1-grep-options-is-deprecated.patch   |   15 -
 community-i686/fish.install  |   17 --
 community-x86_64/PKGBUILD|   41 -
 community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch |   15 -
 community-x86_64/fish.install|   17 --
 8 files changed, 116 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 16:38:45 UTC (rev 137011)
+++ community-i686/PKGBUILD 2015-07-16 16:38:51 UTC (rev 137012)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz
-fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
-
-prepare() {
-  cd fish-shell-$pkgver
-  patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 137011, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 16:38:51 UTC (rev 137012)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish-2.1.1-grep-options-is-deprecated.patch
===
--- community-i686/fish-2.1.1-grep-options-is-deprecated.patch  2015-07-16 
16:38:45 UTC (rev 137011)
+++ community-i686/fish-2.1.1-grep-options-is-deprecated.patch  2015-07-16 
16:38:51 UTC (rev 137012)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
 a/share/functions/grep.fish
-+++ 

[arch-commits] Commit in fish/trunk (fish-2.1.1-grep-options-is-deprecated.patch)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:38:45
  Author: anthraxx
Revision: 137011

upgpkg: fish 2.2.0-1

updpkg fish 2.2.0-1

Deleted:
  fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch

-+
 fish-2.1.1-grep-options-is-deprecated.patch |   15 ---
 1 file changed, 15 deletions(-)

Deleted: fish-2.1.1-grep-options-is-deprecated.patch
===
--- fish-2.1.1-grep-options-is-deprecated.patch 2015-07-16 16:37:06 UTC (rev 
137010)
+++ fish-2.1.1-grep-options-is-deprecated.patch 2015-07-16 16:38:45 UTC (rev 
137011)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
 a/share/functions/grep.fish
-+++ b/share/functions/grep.fish
-@@ -6,8 +6,8 @@ if command grep --color=auto --help 1/dev/null 2/dev/null
-   if not set -q GREP_COLOR
-   set -gx GREP_COLOR '97;45'
-   end
--  if not set -q GREP_OPTIONS
--  set -gx GREP_OPTIONS --color=auto
-+  function grep
-+  command grep --color=auto $argv
-   end
- end
- 


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

2015-07-16 Thread Timothy Redaelli
Date: Thursday, July 16, 2015 @ 17:51:55
  Author: tredaelli
Revision: 137005

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

Added:
  npapi-vlc/repos/community-i686/
  npapi-vlc/repos/community-i686/PKGBUILD
(from rev 137004, npapi-vlc/trunk/PKGBUILD)
  npapi-vlc/repos/community-x86_64/
  npapi-vlc/repos/community-x86_64/PKGBUILD
(from rev 137004, npapi-vlc/trunk/PKGBUILD)

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

Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 137004, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 15:51:55 UTC (rev 137005)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Det nimetonmaili g-mail
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgname=npapi-vlc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=The modern VLC Mozilla (NPAPI) plugin
+arch=('i686' 'x86_64')
+url=http://git.videolan.org/?p=$pkgname.git;a=summary;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=(git://git.videolan.org/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+}

Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 137004, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-16 15:51:55 UTC (rev 137005)
@@ -0,0 +1,32 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Det nimetonmaili g-mail
+# Contributor: Hugo Osvaldo Barrera h...@barrera.io
+
+pkgname=npapi-vlc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=The modern VLC Mozilla (NPAPI) plugin
+arch=('i686' 'x86_64')
+url=http://git.videolan.org/?p=$pkgname.git;a=summary;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=(git://git.videolan.org/$pkgname.git#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in (4 files)

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 17:56:29
  Author: anthraxx
Revision: 137006

addpkg tetrinet 0.11-4

Added:
  tetrinet/
  tetrinet/repos/
  tetrinet/trunk/
  tetrinet/trunk/PKGBUILD

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

Added: tetrinet/trunk/PKGBUILD
===
--- tetrinet/trunk/PKGBUILD (rev 0)
+++ tetrinet/trunk/PKGBUILD 2015-07-16 15:56:29 UTC (rev 137006)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:15:51
  Author: anthraxx
Revision: 137009

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 16:15:44 UTC (rev 137008)
+++ community-i686/PKGBUILD 2015-07-16 16:15:51 UTC (rev 137009)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: MCMic come.bernig...@laposte.net
-
-pkgname=tetrinet
-pkgver=0.11
-pkgrel=4
-pkgdesc=Multiplayer online Tetris game for up to six people
-url=http://tetrinet.or.cz/;
-arch=('i686' 'x86_64')
-license=('Public domain')
-depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
-  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-i686/PKGBUILD (from rev 137008, 
tetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 16:15:51 UTC (rev 137009)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=5
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 16:15:44 UTC (rev 137008)
+++ community-x86_64/PKGBUILD   2015-07-16 16:15:51 UTC (rev 137009)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: MCMic come.bernig...@laposte.net
-
-pkgname=tetrinet
-pkgver=0.11
-pkgrel=4
-pkgdesc=Multiplayer online Tetris game for up to six people
-url=http://tetrinet.or.cz/;
-arch=('i686' 'x86_64')
-license=('Public domain')
-depends=('ncurses')
-source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
-  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
-  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
-}
-
-# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-x86_64/PKGBUILD (from rev 137008, 
tetrinet/trunk/PKGBUILD)
===
--- 

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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 17:56:53
  Author: anthraxx
Revision: 137007

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

Added:
  tetrinet/repos/community-i686/
  tetrinet/repos/community-i686/PKGBUILD
(from rev 137006, tetrinet/trunk/PKGBUILD)
  tetrinet/repos/community-x86_64/
  tetrinet/repos/community-x86_64/PKGBUILD
(from rev 137006, tetrinet/trunk/PKGBUILD)

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

Copied: tetrinet/repos/community-i686/PKGBUILD (from rev 137006, 
tetrinet/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 15:56:53 UTC (rev 137007)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:

Copied: tetrinet/repos/community-x86_64/PKGBUILD (from rev 137006, 
tetrinet/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-07-16 15:56:53 UTC (rev 137007)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: MCMic come.bernig...@laposte.net
+
+pkgname=tetrinet
+pkgver=0.11
+pkgrel=4
+pkgdesc=Multiplayer online Tetris game for up to six people
+url=http://tetrinet.or.cz/;
+arch=('i686' 'x86_64')
+license=('Public domain')
+depends=('ncurses')
+source=(${pkgname}-${pkgver}.tar.bz2::http://tetrinet.or.cz/download/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('8123a8c50a3c1b6326d3209272a60c8050afd2a9eb455814fd676d8c4de922f8b81a88df9e4825d1ff5e0c8b8a7ac46ebe9ce68994587f829e047a3d889880fa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r s|(CFLAGS = .*)|\\1 ${CFLAGS}| -i Makefile
+  sed -r s|(\\\$@)|\\1 ${LDFLAGS} | -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
+  install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
+  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+}
+
+# vim: ts=2 sw=2 et:


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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 18:15:44
  Author: anthraxx
Revision: 137008

upgpkg: tetrinet 0.11-5

updpkg tetrinet 0.11-5

Modified:
  tetrinet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 15:56:53 UTC (rev 137007)
+++ PKGBUILD2015-07-16 16:15:44 UTC (rev 137008)
@@ -3,7 +3,7 @@
 
 pkgname=tetrinet
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc=Multiplayer online Tetris game for up to six people
 url=http://tetrinet.or.cz/;
 arch=('i686' 'x86_64')
@@ -27,8 +27,8 @@
   cd ${pkgname}-${pkgver}
   install -Dm 755 tetrinet ${pkgdir}/usr/bin/tetrinet
   install -Dm 755 tetrinet-server ${pkgdir}/usr/bin/tetrinet-server
-  install -Dm 755 README ${pkgdir}/usr/share/doc/${pkgname}/README
-  install -Dm 755 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
+  install -Dm 644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+  install -Dm 644 tetrinet.txt 
${pkgdir}/usr/share/doc/${pkgname}/tetrinet.txt
 }
 
 # vim: ts=2 sw=2 et:


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

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 21:27:04
  Author: arojas
Revision: 137020

Add rankwidth (SageMath 6.8 dependency)

Added:
  rankwidth/
  rankwidth/trunk/
  rankwidth/trunk/PKGBUILD

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

Added: rankwidth/trunk/PKGBUILD
===
--- rankwidth/trunk/PKGBUILD(rev 0)
+++ rankwidth/trunk/PKGBUILD2015-07-16 19:27:04 UTC (rev 137020)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=rankwidth
+pkgver=0.7
+pkgrel=1
+pkgdesc=A program that calculates rank-width and rank-decompositions
+arch=(i686 x86_64)
+url=http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml;
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=(http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw-$pkgver.tar.gz;)
+md5sums=('58695835a1b5aaa3935143feabc8619a')
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


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


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 21:59:37
  Author: heftig
Revision: 242291

2.0.16

Modified:
  clutter-gst2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:37:17 UTC (rev 242290)
+++ PKGBUILD2015-07-16 19:59:37 UTC (rev 242291)
@@ -2,7 +2,7 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=clutter-gst2
-pkgver=2.0.14
+pkgver=2.0.16
 pkgrel=1
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection)
 conflicts=('clutter-gst=2.0.14')
 
source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
-sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
+sha256sums=('a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039')
 
 build() {
   cd clutter-gst-$pkgver


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

2015-07-16 Thread Kyle Keen
Date: Thursday, July 16, 2015 @ 22:54:38
  Author: kkeen
Revision: 137024

upgpkg: ipython 3.2.1-1

Modified:
  ipython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:33:30 UTC (rev 137023)
+++ PKGBUILD2015-07-16 20:54:38 UTC (rev 137024)
@@ -7,8 +7,8 @@
 
 pkgbase=ipython 
 pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc=An enhanced Interactive Python shell.
 arch=('any')
 url=http://ipython.org;
@@ -19,12 +19,13 @@
 python-pyqt4: for ipython qtconsole
 python-sip: for ipython qtconsole
 python-pygments: for ipython qtconsole
-python-pyzmq: for ipython qtconsole)
+python-pyzmq: for ipython qtconsole
+ipython-notebook: for the notebook)
 install=ipython.install
 #source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
 #source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
 
source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('41aa9b34f39484861e77c46ffb29b699')
+md5sums=('61c2d5665ff1bd65eceb19fa7f1b23c7')
 
 # confirm that an update does not break sage?
 
@@ -65,7 +66,8 @@
   python2-pyqt4: for ipython qtconsole
   python2-sip: for ipython qtconsole
   python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython qtconsole)
+  python2-pyzmq: for ipython qtconsole
+  ipython2-notebook: for the notebook)
 
   cd $srcdir/ipython2-$pkgver
 


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 22:01:54
  Author: heftig
Revision: 242294

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

Added:
  clutter-gst2/repos/extra-i686/PKGBUILD
(from rev 242293, clutter-gst2/trunk/PKGBUILD)
  clutter-gst2/repos/extra-x86_64/PKGBUILD
(from rev 242293, clutter-gst2/trunk/PKGBUILD)
Deleted:
  clutter-gst2/repos/extra-i686/PKGBUILD
  clutter-gst2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 20:01:21 UTC (rev 242293)
+++ extra-i686/PKGBUILD 2015-07-16 20:01:54 UTC (rev 242294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst2
-pkgver=2.0.14
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection)
-conflicts=('clutter-gst=2.0.14')
-source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
-sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
-
-build() {
-  cd clutter-gst-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd clutter-gst-$pkgver
-  make check
-}
-
-package() {
-  cd clutter-gst-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst2/repos/extra-i686/PKGBUILD (from rev 242293, 
clutter-gst2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 20:01:54 UTC (rev 242294)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst2
+pkgver=2.0.16
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+conflicts=('clutter-gst=2.0.14')
+source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
+sha256sums=('a944f84186937021aba6329c23954f6015d33bf151ba8994e13c59cefd742039')
+
+build() {
+  cd clutter-gst-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd clutter-gst-$pkgver
+  make check
+}
+
+package() {
+  cd clutter-gst-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-07-16 20:01:21 UTC (rev 242293)
+++ extra-x86_64/PKGBUILD   2015-07-16 20:01:54 UTC (rev 242294)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst2
-pkgver=2.0.14
-pkgrel=1
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage)
-makedepends=(gobject-introspection)
-conflicts=('clutter-gst=2.0.14')
-source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)
-sha256sums=('5d7d8c1a31748e9039b7ba9dae9f412ec065715008adffdfde332dd34e7d0535')
-
-build() {
-  cd clutter-gst-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd clutter-gst-$pkgver
-  make check
-}
-
-package() {
-  cd clutter-gst-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst2/repos/extra-x86_64/PKGBUILD (from rev 242293, 
clutter-gst2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-07-16 20:01:54 UTC (rev 242294)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst2
+pkgver=2.0.16
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage)
+makedepends=(gobject-introspection)
+conflicts=('clutter-gst=2.0.14')
+source=(http://download.gnome.org/sources/clutter-gst/${pkgver:0:3}/clutter-gst-$pkgver.tar.xz)

[arch-commits] Commit in clutter-gst/trunk (PKGBUILD stream-crash.patch)

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 22:00:40
  Author: heftig
Revision: 242292

Fix some spurious crashes

Added:
  clutter-gst/trunk/stream-crash.patch
Modified:
  clutter-gst/trunk/PKGBUILD

+
 PKGBUILD   |   15 +---
 stream-crash.patch |   61 +++
 2 files changed, 72 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:59:37 UTC (rev 242291)
+++ PKGBUILD2015-07-16 20:00:40 UTC (rev 242292)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=clutter-gst
 pkgver=3.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
 url=http://www.clutter-project.org/;
@@ -10,9 +10,16 @@
 license=(LGPL)
 depends=(clutter gst-plugins-base-libs libxdamage libgudev)
 makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+stream-crash.patch)
+sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76'
+'891315e34c1f8dbe7e89d78f59707b567b14953e2e5151ffcbe021ab5a0fe9c2')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../stream-crash.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure \

Added: stream-crash.patch
===
--- stream-crash.patch  (rev 0)
+++ stream-crash.patch  2015-07-16 20:00:40 UTC (rev 242292)
@@ -0,0 +1,61 @@
+From 1a60f2d443a6ce9345441220c9b847431dfefdec Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin lionel.g.landwer...@intel.com
+Date: Thu, 9 Jul 2015 16:27:10 +0100
+Subject: video-sink: force upload of video frames when creating textures
+
+https://bugzilla.gnome.org/show_bug.cgi?id=752098
+
+diff --git a/clutter-gst/clutter-gst-video-sink.c 
b/clutter-gst/clutter-gst-video-sink.c
+index 6136027..4f52762 100644
+--- a/clutter-gst/clutter-gst-video-sink.c
 b/clutter-gst/clutter-gst-video-sink.c
+@@ -1052,40 +1052,15 @@ video_texture_new_from_data (CoglContext *ctx,
+  int rowstride,
+  const uint8_t *data)
+ {
+-  CoglBitmap *bitmap;
+   CoglTexture *tex;
+   CoglError *internal_error = NULL;
+ 
+-  bitmap = cogl_bitmap_new_for_data (ctx,
+- width, height,
+- format,
+- rowstride,
+- (uint8_t *) data);
+-
+-  if ((is_pot (cogl_bitmap_get_width (bitmap)) 
+-   is_pot (cogl_bitmap_get_height (bitmap))) ||
+-  cogl_has_feature (ctx, COGL_FEATURE_ID_TEXTURE_NPOT_BASIC))
+-{
+-  tex = cogl_texture_2d_new_from_bitmap (bitmap);
+-  if (!tex)
+-{
+-  cogl_error_free (internal_error);
+-  internal_error = NULL;
+-}
+-}
+-  else
+-tex = NULL;
+-
+-  if (!tex)
+-{
+-  /* Otherwise create a sliced texture */
+-  tex = cogl_texture_2d_sliced_new_from_bitmap (bitmap,
+--1); /* no maximum waste 
*/
+-}
+-
+-  cogl_object_unref (bitmap);
+-
+-  cogl_texture_set_premultiplied (tex, FALSE);
++  tex = cogl_texture_2d_new_from_data (ctx, width, height, format,
++   rowstride, data, internal_error);
++  if (tex == NULL) {
++GST_WARNING (Cannot allocate Cogl texture : %s, 
internal_error-message);
++return NULL;
++  }
+ 
+   return tex;
+ }
+-- 
+cgit v0.10.2
+


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 22:01:21
  Author: heftig
Revision: 242293

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 242292, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-i686/stream-crash.patch
(from rev 242292, clutter-gst/trunk/stream-crash.patch)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 242292, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/stream-crash.patch
(from rev 242292, clutter-gst/trunk/stream-crash.patch)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

-+
 /PKGBUILD   |   96 ++
 extra-i686/PKGBUILD |   41 
 extra-i686/stream-crash.patch   |   61 
 extra-x86_64/PKGBUILD   |   41 
 extra-x86_64/stream-crash.patch |   61 
 5 files changed, 218 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 20:00:40 UTC (rev 242292)
+++ extra-i686/PKGBUILD 2015-07-16 20:01:21 UTC (rev 242293)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=3.0.6
-pkgrel=3
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage libgudev)
-makedepends=(gobject-introspection)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
-  rm -rf ${pkgdir}/usr/lib/gstreamer-1.0
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 242292, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 20:01:21 UTC (rev 242293)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=3.0.6
+pkgrel=4
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage libgudev)
+makedepends=(gobject-introspection)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+stream-crash.patch)
+sha256sums=('d6d5493ae57cc175deee479304569c419d2bb90de3be124e6f3350ae7e73df76'
+'891315e34c1f8dbe7e89d78f59707b567b14953e2e5151ffcbe021ab5a0fe9c2')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../stream-crash.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=746883
+  rm -rf ${pkgdir}/usr/lib/gstreamer-1.0
+}
+
+# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/stream-crash.patch (from rev 242292, 
clutter-gst/trunk/stream-crash.patch)
===
--- extra-i686/stream-crash.patch   (rev 0)
+++ extra-i686/stream-crash.patch   2015-07-16 20:01:21 UTC (rev 242293)
@@ -0,0 +1,61 @@
+From 1a60f2d443a6ce9345441220c9b847431dfefdec Mon Sep 17 00:00:00 2001
+From: Lionel Landwerlin lionel.g.landwer...@intel.com
+Date: Thu, 9 Jul 2015 16:27:10 +0100
+Subject: video-sink: force upload of video frames when creating textures
+
+https://bugzilla.gnome.org/show_bug.cgi?id=752098
+
+diff --git a/clutter-gst/clutter-gst-video-sink.c 
b/clutter-gst/clutter-gst-video-sink.c
+index 6136027..4f52762 100644
+--- a/clutter-gst/clutter-gst-video-sink.c
 b/clutter-gst/clutter-gst-video-sink.c
+@@ -1052,40 +1052,15 @@ video_texture_new_from_data (CoglContext *ctx,
+  int rowstride,
+  const uint8_t *data)
+ {
+-  CoglBitmap *bitmap;
+   CoglTexture *tex;
+   CoglError *internal_error = NULL;
+ 
+-  bitmap = cogl_bitmap_new_for_data (ctx,
+- width, height,
+- format,
+-   

[arch-commits] Commit in rankwidth (5 files)

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 21:33:30
  Author: arojas
Revision: 137023

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

Added:
  rankwidth/repos/
  rankwidth/repos/community-i686/
  rankwidth/repos/community-i686/PKGBUILD
(from rev 137022, rankwidth/trunk/PKGBUILD)
  rankwidth/repos/community-x86_64/
  rankwidth/repos/community-x86_64/PKGBUILD
(from rev 137022, rankwidth/trunk/PKGBUILD)

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

Copied: rankwidth/repos/community-i686/PKGBUILD (from rev 137022, 
rankwidth/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-07-16 19:33:30 UTC (rev 137023)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=rankwidth
+pkgver=0.7
+pkgrel=1
+pkgdesc=A program that calculates rank-width and rank-decompositions
+arch=(i686 x86_64)
+url=http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml;
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=(http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw-$pkgver.tar.gz;)
+md5sums=('58695835a1b5aaa3935143feabc8619a')
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR=$pkgdir
+}
+

Copied: rankwidth/repos/community-x86_64/PKGBUILD (from rev 137022, 
rankwidth/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-07-16 19:33:30 UTC (rev 137023)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=rankwidth
+pkgver=0.7
+pkgrel=1
+pkgdesc=A program that calculates rank-width and rank-decompositions
+arch=(i686 x86_64)
+url=http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml;
+license=(GPL2)
+depends=(igraph)
+makedepends=()
+source=(http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw-$pkgver.tar.gz;)
+md5sums=('58695835a1b5aaa3935143feabc8619a')
+
+build() {
+  cd rw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd rw-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


[arch-commits] Commit in planarity (7 files)

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 20:52:16
  Author: arojas
Revision: 137016

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

Added:
  planarity/repos/
  planarity/repos/community-i686/
  planarity/repos/community-i686/PKGBUILD
(from rev 137015, planarity/trunk/PKGBUILD)
  planarity/repos/community-i686/no-nauty.patch
(from rev 137015, planarity/trunk/no-nauty.patch)
  planarity/repos/community-x86_64/
  planarity/repos/community-x86_64/PKGBUILD
(from rev 137015, planarity/trunk/PKGBUILD)
  planarity/repos/community-x86_64/no-nauty.patch
(from rev 137015, planarity/trunk/no-nauty.patch)

-+
 community-i686/PKGBUILD |   35 +++
 community-i686/no-nauty.patch   |   27 +++
 community-x86_64/PKGBUILD   |   35 +++
 community-x86_64/no-nauty.patch |   27 +++
 4 files changed, 124 insertions(+)

Copied: planarity/repos/community-i686/PKGBUILD (from rev 137015, 
planarity/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-07-16 18:52:16 UTC (rev 137016)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=planarity
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library for implementing graph algorithms
+arch=(i686 x86_64)
+url=https://code.google.com/p/planarity/;
+license=(BSD)
+depends=(glibc)
+makedepends=()
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'no-nauty.patch')
+md5sums=('3e05f05ad8bf777e6a7ad48958a18c06'
+ 'fd0368575784dafb0e97d229494cdfc2')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# build without nauty
+  patch -p1 -i $srcdir/no-nauty.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: planarity/repos/community-i686/no-nauty.patch (from rev 137015, 
planarity/trunk/no-nauty.patch)
===
--- repos/community-i686/no-nauty.patch (rev 0)
+++ repos/community-i686/no-nauty.patch 2015-07-16 18:52:16 UTC (rev 137016)
@@ -0,0 +1,27 @@
+Minimal patch to compile planarity without Nauty
+
+--- a/c/planarityCommandLine.c 2015-05-05 14:20:57.0 +0200
 b/c/planarityCommandLine.c 2015-05-07 11:05:24.053668256 +0200
+@@ -157,6 +157,7 @@
+ extern unsigned long numErrors;
+ extern unsigned long numOKs;
+ 
++#ifdef HAVE_NAUTY
+ int callNauty(int argc, char *argv[])
+ {
+   char command;
+@@ -294,6 +295,14 @@
+   return 0;
+   }
+ }
++#else
++unsigned long numGraphs, numErrors, numOKs;
++int callNauty(int argc, char *argv[])
++{
++  fprintf(stderr, Nauty is not installed, aborting\n);
++  exit(1);
++}
++#endif
+ 
+ /
+  Quick regression test

Copied: planarity/repos/community-x86_64/PKGBUILD (from rev 137015, 
planarity/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-07-16 18:52:16 UTC (rev 137016)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=planarity
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library for implementing graph algorithms
+arch=(i686 x86_64)
+url=https://code.google.com/p/planarity/;
+license=(BSD)
+depends=(glibc)
+makedepends=()
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'no-nauty.patch')
+md5sums=('3e05f05ad8bf777e6a7ad48958a18c06'
+ 'fd0368575784dafb0e97d229494cdfc2')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# build without nauty
+  patch -p1 -i $srcdir/no-nauty.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: planarity/repos/community-x86_64/no-nauty.patch (from rev 137015, 
planarity/trunk/no-nauty.patch)
===
--- repos/community-x86_64/no-nauty.patch   (rev 0)
+++ repos/community-x86_64/no-nauty.patch   2015-07-16 18:52:16 UTC (rev 
137016)
@@ -0,0 +1,27 @@
+Minimal patch to compile planarity without Nauty
+
+--- a/c/planarityCommandLine.c 2015-05-05 14:20:57.0 +0200
 b/c/planarityCommandLine.c 2015-05-07 11:05:24.053668256 +0200
+@@ -157,6 +157,7 @@
+ extern unsigned long numErrors;
+ extern unsigned long numOKs;
+ 
++#ifdef HAVE_NAUTY
+ int callNauty(int argc, char *argv[])
+ {
+   char 

[arch-commits] Commit in arm-none-eabi-gcc/repos (6 files)

2015-07-16 Thread Anatol Pomozov
Date: Thursday, July 16, 2015 @ 21:30:20
  Author: anatolik
Revision: 137022

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

Added:
  arm-none-eabi-gcc/repos/community-testing-i686/
  arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD
(from rev 137021, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-i686/enable-with-multilib-list-for-arm.patch
(from rev 137021, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)
  arm-none-eabi-gcc/repos/community-testing-x86_64/
  arm-none-eabi-gcc/repos/community-testing-x86_64/PKGBUILD
(from rev 137021, arm-none-eabi-gcc/trunk/PKGBUILD)
  
arm-none-eabi-gcc/repos/community-testing-x86_64/enable-with-multilib-list-for-arm.patch
(from rev 137021, 
arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch)

--+
 community-testing-i686/PKGBUILD  |  127 ++
 community-testing-i686/enable-with-multilib-list-for-arm.patch   |  201 
++
 community-testing-x86_64/PKGBUILD|  127 ++
 community-testing-x86_64/enable-with-multilib-list-for-arm.patch |  201 
++
 4 files changed, 656 insertions(+)

Copied: arm-none-eabi-gcc/repos/community-testing-i686/PKGBUILD (from rev 
137021, arm-none-eabi-gcc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-07-16 19:30:20 UTC (rev 137022)
@@ -0,0 +1,127 @@
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Martin Schmölzer mschmoel...@gmail.com
+
+_target=arm-none-eabi
+pkgname=$_target-gcc
+pkgver=5.2.0
+_islver=0.14.1
+pkgrel=1
+#_snapshot=5-20150630
+pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
+arch=(i686 x86_64)
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=($_target-binutils zlib libmpc)
+makedepends=(gmp mpfr $_target-newlib)
+optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
+options=(!emptydirs !strip)
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad'
+'1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
+'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
+
+if [ -n $_snapshot ]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver  gcc/BASE-VER
+
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+  patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
+
+  mkdir $srcdir/build-{gcc,gcc-nano}
+}
+
+_build_gcc() {
+  $srcdir/$_basedir/configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-native-system-header-dir=/include \
+--libexecdir=/usr/lib \
+--enable-languages=c,c++ \
+--enable-plugins \
+--disable-decimal-float \
+--disable-libffi \
+--disable-libgomp \
+--disable-libmudflap \
+--disable-libquadmath \
+--disable-libssp \
+--disable-libstdcxx-pch \
+--disable-nls \
+--disable-shared \
+--disable-threads \
+--disable-tls \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--with-newlib \
+--with-headers=/usr/$_target/include \
+--with-python-dir=share/gcc-arm-none-eabi \
+--with-gmp \
+--with-mpfr \
+--with-mpc \
+--with-isl \
+--with-libelf \
+--enable-gnu-indirect-function \
+--with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' 
\
+--with-pkgversion='Arch Repository' \
+--with-bugurl='https://bugs.archlinux.org/' \
+--with-multilib-list=armv6-m,armv7-m,armv7e-m,armv7-r
+
+  make INHIBIT_LIBC_CFLAGS='-DUSE_TM_CLONE_REGISTRY=0'
+}
+
+build() {
+  cd $srcdir/build-gcc
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  _build_gcc
+
+  # Build libstdc++ without exceptions support (the 'nano' variant)
+  cd $srcdir/build-gcc-nano
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'
+  export CXXFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections 
-fno-exceptions'  
+  _build_gcc
+}
+
+package() {
+  cd $srcdir/build-gcc
+  make DESTDIR=$pkgdir install -j1
+
+  cd $srcdir/build-gcc-nano
+  make DESTDIR=$pkgdir.nano 

[arch-commits] Commit in planarity (5 files)

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 20:44:16
  Author: arojas
Revision: 137014

Add trunk

Added:
  planarity/trunk/
  planarity/trunk/PKGBUILD
(from rev 137013, planarity/PKGBUILD)
  planarity/trunk/no-nauty.patch
(from rev 137013, planarity/no-nauty.patch)
Deleted:
  planarity/PKGBUILD
  planarity/no-nauty.patch

--+
 PKGBUILD |   34 --
 no-nauty.patch   |   27 ---
 trunk/PKGBUILD   |   34 ++
 trunk/no-nauty.patch |   27 +++
 4 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 18:42:54 UTC (rev 137013)
+++ PKGBUILD2015-07-16 18:44:16 UTC (rev 137014)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas aro...@archlinux.org
-
-pkgname=planarity
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A library for implementing graph algorithms
-arch=(i686 x86_64)
-url=https://code.google.com/p/planarity/;
-license=(BSD)
-depends=(glibc)
-makedepends=()
-source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'no-nauty.patch')
-md5sums=('3e05f05ad8bf777e6a7ad48958a18c06'
- 'fd0368575784dafb0e97d229494cdfc2')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# build without nauty
-  patch -p1 -i $srcdir/no-nauty.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-}
-

Deleted: no-nauty.patch
===
--- no-nauty.patch  2015-07-16 18:42:54 UTC (rev 137013)
+++ no-nauty.patch  2015-07-16 18:44:16 UTC (rev 137014)
@@ -1,27 +0,0 @@
-Minimal patch to compile planarity without Nauty
-
 a/c/planarityCommandLine.c 2015-05-05 14:20:57.0 +0200
-+++ b/c/planarityCommandLine.c 2015-05-07 11:05:24.053668256 +0200
-@@ -157,6 +157,7 @@
- extern unsigned long numErrors;
- extern unsigned long numOKs;
- 
-+#ifdef HAVE_NAUTY
- int callNauty(int argc, char *argv[])
- {
-   char command;
-@@ -294,6 +295,14 @@
-   return 0;
-   }
- }
-+#else
-+unsigned long numGraphs, numErrors, numOKs;
-+int callNauty(int argc, char *argv[])
-+{
-+  fprintf(stderr, Nauty is not installed, aborting\n);
-+  exit(1);
-+}
-+#endif
- 
- /
-  Quick regression test

Copied: planarity/trunk/PKGBUILD (from rev 137013, planarity/PKGBUILD)
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2015-07-16 18:44:16 UTC (rev 137014)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=planarity
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library for implementing graph algorithms
+arch=(i686 x86_64)
+url=https://code.google.com/p/planarity/;
+license=(BSD)
+depends=(glibc)
+makedepends=()
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'no-nauty.patch')
+md5sums=('3e05f05ad8bf777e6a7ad48958a18c06'
+ 'fd0368575784dafb0e97d229494cdfc2')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# build without nauty
+  patch -p1 -i $srcdir/no-nauty.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+

Copied: planarity/trunk/no-nauty.patch (from rev 137013, 
planarity/no-nauty.patch)
===
--- trunk/no-nauty.patch(rev 0)
+++ trunk/no-nauty.patch2015-07-16 18:44:16 UTC (rev 137014)
@@ -0,0 +1,27 @@
+Minimal patch to compile planarity without Nauty
+
+--- a/c/planarityCommandLine.c 2015-05-05 14:20:57.0 +0200
 b/c/planarityCommandLine.c 2015-05-07 11:05:24.053668256 +0200
+@@ -157,6 +157,7 @@
+ extern unsigned long numErrors;
+ extern unsigned long numOKs;
+ 
++#ifdef HAVE_NAUTY
+ int callNauty(int argc, char *argv[])
+ {
+   char command;
+@@ -294,6 +295,14 @@
+   return 0;
+   }
+ }
++#else
++unsigned long numGraphs, numErrors, numOKs;
++int callNauty(int argc, char *argv[])
++{
++  fprintf(stderr, Nauty is not installed, aborting\n);
++  exit(1);
++}
++#endif
+ 
+ /
+  Quick regression test


[arch-commits] Commit in (planarity planarity/PKGBUILD planarity/no-nauty.patch)

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 20:42:54
  Author: arojas
Revision: 137013

Add planarity (SageMath 6.8 dependency)

Added:
  planarity/
  planarity/PKGBUILD
  planarity/no-nauty.patch

+
 PKGBUILD   |   34 ++
 no-nauty.patch |   27 +++
 2 files changed, 61 insertions(+)

Added: planarity/PKGBUILD
===
--- planarity/PKGBUILD  (rev 0)
+++ planarity/PKGBUILD  2015-07-16 18:42:54 UTC (rev 137013)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+
+pkgname=planarity
+pkgver=2.2.0
+pkgrel=1
+pkgdesc=A library for implementing graph algorithms
+arch=(i686 x86_64)
+url=https://code.google.com/p/planarity/;
+license=(BSD)
+depends=(glibc)
+makedepends=()
+source=(http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2;
 'no-nauty.patch')
+md5sums=('3e05f05ad8bf777e6a7ad48958a18c06'
+ 'fd0368575784dafb0e97d229494cdfc2')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# build without nauty
+  patch -p1 -i $srcdir/no-nauty.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR=$pkgdir
+}
+


Property changes on: planarity/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: planarity/no-nauty.patch
===
--- planarity/no-nauty.patch(rev 0)
+++ planarity/no-nauty.patch2015-07-16 18:42:54 UTC (rev 137013)
@@ -0,0 +1,27 @@
+Minimal patch to compile planarity without Nauty
+
+--- a/c/planarityCommandLine.c 2015-05-05 14:20:57.0 +0200
 b/c/planarityCommandLine.c 2015-05-07 11:05:24.053668256 +0200
+@@ -157,6 +157,7 @@
+ extern unsigned long numErrors;
+ extern unsigned long numOKs;
+ 
++#ifdef HAVE_NAUTY
+ int callNauty(int argc, char *argv[])
+ {
+   char command;
+@@ -294,6 +295,14 @@
+   return 0;
+   }
+ }
++#else
++unsigned long numGraphs, numErrors, numOKs;
++int callNauty(int argc, char *argv[])
++{
++  fprintf(stderr, Nauty is not installed, aborting\n);
++  exit(1);
++}
++#endif
+ 
+ /
+  Quick regression test


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

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 20:49:36
  Author: arojas
Revision: 137015

Install license

Modified:
  planarity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 18:44:16 UTC (rev 137014)
+++ PKGBUILD2015-07-16 18:49:36 UTC (rev 137015)
@@ -30,5 +30,6 @@
 package() {
   cd $pkgname-$pkgver
   make install DESTDIR=$pkgdir
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
-


[arch-commits] Commit in modemmanager/trunk (PKGBUILD bus-signals.patch)

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 21:36:04
  Author: heftig
Revision: 242289

Fix bus policy

Added:
  modemmanager/trunk/bus-signals.patch
Modified:
  modemmanager/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 bus-signals.patch |   43 +++
 2 files changed, 53 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:30:03 UTC (rev 242288)
+++ PKGBUILD2015-07-16 19:36:04 UTC (rev 242289)
@@ -5,7 +5,7 @@
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.4.10
-pkgrel=1
+pkgrel=2
 pkgdesc=Mobile broadband modem management service
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -12,9 +12,16 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
 makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63')
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz
+bus-signals.patch)
+sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63'
+'2bf544ace3e79276f8e9c113fe3468506da74eb7f4ce1de5b33ea0e955dfd09e')
 
+prepare() {
+  cd ModemManager-$pkgver
+  patch -Np1 -i ../bus-signals.patch
+}
+
 build() {
   cd ModemManager-$pkgver
   ./configure --prefix=/usr \

Added: bus-signals.patch
===
--- bus-signals.patch   (rev 0)
+++ bus-signals.patch   2015-07-16 19:36:04 UTC (rev 242289)
@@ -0,0 +1,43 @@
+From a043f8064b6d1fb1ce5ee4b1d263117ea6eac505 Mon Sep 17 00:00:00 2001
+From: David Herrmann dh.herrm...@gmail.com
+Date: Wed, 15 Jul 2015 13:49:49 +0200
+Subject: policy: don't prevent us from receiving signals
+
+By using:
+deny send_destination=org.freedesktop.ModemManager1/
+
+..we prevent anyone on the system from sending us signals, even if we
+subscribed to them. This is clearly not what this line intended. More
+importantly, we silently break mm-auth-provider-polkit, as we never
+receiver 'changed' signals via PolkitAuthority. Right now, this is not
+required by the implementation of PolkitAuthority, but ModemManager
+should not place restrictions on the implementation of external
+libraries.
+
+So make sure we only prevent Method-Calls to be sent to us. Any other
+message that we didn't expect is automatically discarded by gdbus,
+anyway.
+
+Without this change, debugging dbus policies constantly shows messages
+that Polkit couldn't send the 'changed' signal to ModemManager. This is
+suppressed in non-debugging mode. But it would make debugging a lot
+easier, if we'd avoid force-dropping those events and not clutter the
+debug-log.
+
+diff --git a/data/org.freedesktop.ModemManager1.conf.polkit 
b/data/org.freedesktop.ModemManager1.conf.polkit
+index d1ea166..6b90b4b 100644
+--- a/data/org.freedesktop.ModemManager1.conf.polkit
 b/data/org.freedesktop.ModemManager1.conf.polkit
+@@ -3,7 +3,8 @@
+  http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd;
+ busconfig
+   policy context=default
+-deny send_destination=org.freedesktop.ModemManager1/
++deny send_destination=org.freedesktop.ModemManager1
++  send_type=method_call/
+ 
+ !-- Methods listed here are explicitly allowed or PolicyKit protected.
+  The rest are restricted to root for security.
+-- 
+cgit v0.10.2
+


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

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 21:18:02
  Author: arojas
Revision: 137018

Add Id

Modified:
  igraph/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:16:51 UTC (rev 137017)
+++ PKGBUILD2015-07-16 19:18:02 UTC (rev 137018)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Antonio Rojas aro...@archlinux.org
 # Contributor: Fazlul Shahriar fshahr...@gmail.com
 # Contributor: Denis Zawada d...@bajtogrod.pl


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


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

2015-07-16 Thread Kyle Keen
Date: Thursday, July 16, 2015 @ 22:56:28
  Author: kkeen
Revision: 137025

archrelease: copy trunk to community-any

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

-+
 PKGBUILD|  252 +++---
 ipython.install |   24 ++---
 2 files changed, 139 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-16 20:54:38 UTC (rev 137024)
+++ PKGBUILD2015-07-16 20:56:28 UTC (rev 137025)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: PepeSmith
-# Contributor: Aron Asor aronasorman at gmail.com
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor : Douglas Soares de Andrade d...@aur.archlinux.org
-
-pkgbase=ipython 
-pkgname=(ipython ipython2 ipython-notebook ipython2-notebook)
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=An enhanced Interactive Python shell.
-arch=('any')
-url=http://ipython.org;
-license=('BSD')
-depends=('python' 'sqlite' 'python-setuptools')
-makedepends=('python-setuptools' 'python2-setuptools' 'sqlite')
-optdepends=(python-nose: for IPython's test suite
-python-pyqt4: for ipython qtconsole
-python-sip: for ipython qtconsole
-python-pygments: for ipython qtconsole
-python-pyzmq: for ipython qtconsole)
-install=ipython.install
-#source=(http://archive.ipython.org/release/$pkgver/ipython-$pkgver.tar.gz;)
-#source=(https://github.com/ipython/ipython/archive/rel-$pkgver.tar.gz;)
-source=(https://pypi.python.org/packages/source/i/ipython/$pkgbase-$pkgver.tar.gz;)
-md5sums=('41aa9b34f39484861e77c46ffb29b699')
-
-# confirm that an update does not break sage?
-
-build() {
-  cd $srcdir
-  cp -r ipython-$pkgver ipython2-$pkgver
-}
-
-package_ipython() {
-  provides=('ipython3')
-  replaces=('ipython3')
-  cd $srcdir/ipython-$pkgver
-
-  # see https://github.com/ipython/ipython/issues/2057
-  #export LC_ALL=en_US.UTF-8
-  python3 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  find $pkgdir/ -name '*.pyc' -delete
-  find $pkgdir/ -type d -empty -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython/LICENSE
-
-  pushd examples/IPython Kernel/
-  # FS#45120
-  sed -i 's/gnome-netstatus-idle/ipython/' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython-qtconsole.desktop
-  popd
-  pushd IPython/qt/console/resources/icon/
-  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython.svg
-  popd
-}
-
-package_ipython2() {
-  pkgdesc=An enhanced Interactive Python2 shell.
-  depends=('python2' 'sqlite' 'python2-setuptools')
-  optdepends=(wxpython: needed for ipython2 --gui=wx
-  python2-nose: for IPython's test suite
-  python2-pyqt4: for ipython qtconsole
-  python2-sip: for ipython qtconsole
-  python2-pygments: for ipython qtconsole
-  python2-pyzmq: for ipython qtconsole)
-
-  cd $srcdir/ipython2-$pkgver
-
-  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=0
-  rm -rf $pkgdir/usr/share/doc
-  find $pkgdir -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-  find $pkgdir/ -name '*.pyc' -delete
-
-  install -Dm644 docs/source/about/license_and_copyright.rst 
$pkgdir/usr/share/licenses/ipython2/LICENSE
-
-  # hack to get around ipython collision
-  pushd $pkgdir/usr/share/man/man1/
-  for i in *; do
-mv $i ${i/%.1/2.1}
-  done
-  find $pkgdir/usr/bin/ -type f -regex '.*[^2]$' -delete
-  popd
-
-  pushd examples/IPython Kernel/
-  sed -i 's/ython/ython2/g' *.desktop
-  sed -i 's/gnome-netstatus-idle/ipython2/' *.desktop
-  install -Dm644 ipython.desktop 
$pkgdir/usr/share/applications/ipython2.desktop
-  install -Dm644 ipython-qtconsole.desktop 
$pkgdir/usr/share/applications/ipython2-qtconsole.desktop
-  popd
-  pushd IPython/qt/console/resources/icon/
-  install -Dm644 IPythonConsole.svg 
$pkgdir/usr/share/icons/hicolor/scalable/apps/ipython2.svg
-  popd
-
-
-}
-
-# Nothing in these packages except dependencies because five optdeps is too 
many
-
-package_ipython-notebook() {
-  pkgdesc=Web-based environment where you can combine code, text, math, plots 
and media into a single document
-  depends=('ipython' 'python-pyzmq' 'python-tornado' 'python-terminado'
-   'python-jinja' 'python-jsonschema' 'python-mistune'
-   'python-pygments')
-  optdepends=('haskell-pandoc: ipython notebook conversion'
-  

[arch-commits] Commit in igraph (5 files)

2015-07-16 Thread Antonio Rojas
Date: Thursday, July 16, 2015 @ 21:23:29
  Author: arojas
Revision: 137019

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

Added:
  igraph/repos/
  igraph/repos/community-i686/
  igraph/repos/community-i686/PKGBUILD
(from rev 137018, igraph/trunk/PKGBUILD)
  igraph/repos/community-x86_64/
  igraph/repos/community-x86_64/PKGBUILD
(from rev 137018, igraph/trunk/PKGBUILD)

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

Copied: igraph/repos/community-i686/PKGBUILD (from rev 137018, 
igraph/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-07-16 19:23:29 UTC (rev 137019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Fazlul Shahriar fshahr...@gmail.com
+# Contributor: Denis Zawada d...@bajtogrod.pl
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A library for creating and manipulating (un)directed graphs.
+arch=(i686 x86_64)
+url=http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=(http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: igraph/repos/community-x86_64/PKGBUILD (from rev 137018, 
igraph/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-07-16 19:23:29 UTC (rev 137019)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Fazlul Shahriar fshahr...@gmail.com
+# Contributor: Denis Zawada d...@bajtogrod.pl
+
+pkgname=igraph
+pkgver=0.7.1
+pkgrel=1
+pkgdesc=A library for creating and manipulating (un)directed graphs.
+arch=(i686 x86_64)
+url=http://igraph.org/c/;
+license=(GPL2)
+depends=(glpk arpack)
+source=(http://igraph.org/nightly/get/c/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('4f6e7c16b45fce8ed423516a9786e4e8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-external-blas --with-external-lapack 
--with-external-arpack --with-external-glpk --disable-tls
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+


[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

2015-07-16 Thread Anatol Pomozov
Date: Thursday, July 16, 2015 @ 21:29:45
  Author: anatolik
Revision: 137021

upgpkg: arm-none-eabi-gcc 5.2.0-1

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 19:27:04 UTC (rev 137020)
+++ PKGBUILD2015-07-16 19:29:45 UTC (rev 137021)
@@ -3,10 +3,10 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=5.1.0
+pkgver=5.2.0
 _islver=0.14.1
-pkgrel=5
-_snapshot=5-20150630
+pkgrel=1
+#_snapshot=5-20150630
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
@@ -15,11 +15,11 @@
 makedepends=(gmp mpfr $_target-newlib)
 optdepends=('arm-none-eabi-newlib: Standard C library optimized for embedded 
systems')
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+#ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
 enable-with-multilib-list-for-arm.patch)
-sha256sums=('b20a8b7e05caaf7c688440c76e5344bc728262ec68efc39c774073bf5e69a757'
+sha256sums=('5f835b04b5f7dd4f4d2dc96190ec1621b8d89f2dc6f638f9f8bc1b1014ba8cad'
 '1f20561843eb9f6ae2076800bc45f3680ff7696520257cd5734ccfb843464cae'
 'ee8c74097c1ff01918bda9acf9b45783fd3ba3a4c493e9e9255fa3c2130bf690')
 


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

2015-07-16 Thread Jan Steffens
Date: Thursday, July 16, 2015 @ 21:37:17
  Author: heftig
Revision: 242290

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

Added:
  modemmanager/repos/extra-i686/PKGBUILD
(from rev 242289, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-i686/bus-signals.patch
(from rev 242289, modemmanager/trunk/bus-signals.patch)
  modemmanager/repos/extra-i686/modemmanager.install
(from rev 242289, modemmanager/trunk/modemmanager.install)
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 242289, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-x86_64/bus-signals.patch
(from rev 242289, modemmanager/trunk/bus-signals.patch)
  modemmanager/repos/extra-x86_64/modemmanager.install
(from rev 242289, modemmanager/trunk/modemmanager.install)
Deleted:
  modemmanager/repos/extra-i686/PKGBUILD
  modemmanager/repos/extra-i686/modemmanager.install
  modemmanager/repos/extra-x86_64/PKGBUILD
  modemmanager/repos/extra-x86_64/modemmanager.install

---+
 /PKGBUILD |  148 
 /modemmanager.install |   26 ++
 extra-i686/PKGBUILD   |   67 
 extra-i686/bus-signals.patch  |   43 ++
 extra-i686/modemmanager.install   |   13 ---
 extra-x86_64/PKGBUILD |   67 
 extra-x86_64/bus-signals.patch|   43 ++
 extra-x86_64/modemmanager.install |   13 ---
 8 files changed, 260 insertions(+), 160 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-16 19:36:04 UTC (rev 242289)
+++ extra-i686/PKGBUILD 2015-07-16 19:37:17 UTC (rev 242290)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.4.10
-pkgrel=1
-pkgdesc=Mobile broadband modem management service
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
-makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-$pkgver.tar.xz)
-sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63')
-
-build() {
-  cd ModemManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager-$pkgver
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-  install=modemmanager.install
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C libmm-glib uninstall
-  make DESTDIR=$pkgdir -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv $pkgdir/usr/include ..
-  mv $pkgdir/usr/lib/pkgconfig ..
-}
-
-package_libmm-glib() {
-  pkgdesc=ModemManager library
-  depends=(glib2)
-
-  install -d $pkgdir/usr/lib
-  mv include $pkgdir/usr
-  mv pkgconfig $pkgdir/usr/lib
-
-  cd ModemManager-$pkgver
-  make DESTDIR=$pkgdir -C libmm-glib install
-  make DESTDIR=$pkgdir -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 242289, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-16 19:37:17 UTC (rev 242290)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.4.10
+pkgrel=2
+pkgdesc=Mobile broadband modem management service
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz
+bus-signals.patch)
+sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63'
+'2bf544ace3e79276f8e9c113fe3468506da74eb7f4ce1de5b33ea0e955dfd09e')
+
+prepare() {
+  cd ModemManager-$pkgver
+  patch -Np1 -i ../bus-signals.patch
+}
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+

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

2015-07-16 Thread Balló György
Date: Friday, July 17, 2015 @ 04:46:09
  Author: bgyorgy
Revision: 137035

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 02:45:39 UTC (rev 137034)
+++ community-i686/PKGBUILD 2015-07-17 02:46:09 UTC (rev 137035)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Ner0
-
-pkgname=activity-log-manager
-pkgver=0.9.7
-pkgrel=3
-pkgdesc=A graphical user interface which lets you easily control what gets 
logged by Zeitgeist
-arch=('i686' 'x86_64')
-url=https://launchpad.net/activity-log-manager;
-license=('GPL2')
-depends=('gtk3' 'libgee' 'zeitgeist')
-makedepends=('vala' 'intltool')
-install=$pkgname.install
-source=(https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-
http://pkgbuild.com/~bgyorgy/sources/$pkgname-translations-20140812.tar.gz
-fix-build.patch
-gee-0.8.patch)
-md5sums=('d886be32db0fa351aaf0eb59912ee377'
- 'a7ddf1d853f4942ebf701256d9e5a38f'
- '243c71b429e12172691dcb748055247d'
- 'c3598a22822462d03083b3999748530d')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Install language files
-  rename $pkgname- '' ../po/$pkgname-*.po
-  mv -f -t po ../po/*
-  printf %s\n po/*.po | sed -e 's/po\///g' -e 's/\.po//g' po/LINGUAS
-
-  # Regenerate C files
-  rm src/activity_log_manager_vala.stamp
-
-  # Fix build
-  patch -Np1 -i ../fix-build.patch
-
-  # Port to gee-0.8
-  patch -Np1 -i ../gee-0.8.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: activity-log-manager/repos/community-i686/PKGBUILD (from rev 137034, 
activity-log-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 02:46:09 UTC (rev 137035)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Ner0
+
+pkgname=activity-log-manager
+pkgver=0.9.7
+pkgrel=4
+pkgdesc=A graphical user interface which lets you easily control what gets 
logged by Zeitgeist
+arch=('i686' 'x86_64')
+url=https://launchpad.net/activity-log-manager;
+license=('GPL2')
+depends=('gtk3' 'libgee' 'zeitgeist')
+makedepends=('vala' 'intltool')
+install=$pkgname.install

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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:44:09
  Author: fyan
Revision: 137032

upgpkg: python-braintree 3.18.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 02:42:35 UTC (rev 137031)
+++ PKGBUILD2015-07-17 02:44:09 UTC (rev 137032)
@@ -4,7 +4,7 @@
 pkgbase=python-braintree
 pkgname=(python-braintree python2-braintree)
 _pkgname=braintree
-pkgver=3.16.0
+pkgver=3.18.0
 pkgrel=1
 pkgdesc=Braintree Python Library
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-nose' 'python2-nose')
 
source=($pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
-sha512sums=('178d845f318a1b6d00b2fe684add03560228501f9e3e863e8491686d4fc4c17e65ec2fe59eca96bee13d16c0cda461ecd9adc4abf6f9aa84092aa0dab7223d58')
+sha512sums=('76b01c29e9d179631687a79d138a93a6f556b002f4850c746fded0b0a8aec78bdac20c9e4c47152c15a6505fdf28bea762e42d1fdff7a61a35e4b4237d9e21bf')
 
 prepare() {
   cp -a ${_pkgname}_python-$pkgver{,-py2}


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:44:31
  Author: fyan
Revision: 137033

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-17 02:44:09 UTC (rev 137032)
+++ PKGBUILD2015-07-17 02:44:31 UTC (rev 137033)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=python-braintree
-pkgname=(python-braintree python2-braintree)
-_pkgname=braintree
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=Braintree Python Library
-arch=('any')
-url=https://www.braintreepayments.com/docs/python;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-nose' 'python2-nose')
-source=($pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
-sha512sums=('178d845f318a1b6d00b2fe684add03560228501f9e3e863e8491686d4fc4c17e65ec2fe59eca96bee13d16c0cda461ecd9adc4abf6f9aa84092aa0dab7223d58')
-
-prepare() {
-  cp -a ${_pkgname}_python-$pkgver{,-py2}
-}
-
-build() {
-  cd ${_pkgname}_python-$pkgver
-  python setup.py build
-
-  cd ../${_pkgname}_python-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd ${_pkgname}_python-$pkgver
-  nosetests3 tests/unit
-
-  cd ../${_pkgname}_python-$pkgver-py2
-  nosetests2 tests/unit
-}
-
-package_python-braintree() {
-  depends=('python-requests')
-
-  cd ${_pkgname}_python-$pkgver
-  python setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-braintree() {
-  depends=('python2-requests')
-
-  cd ${_pkgname}_python-$pkgver-py2
-  python2 setup.py install -O1 --root ${pkgdir}
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 137032, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-17 02:44:31 UTC (rev 137033)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-braintree
+pkgname=(python-braintree python2-braintree)
+_pkgname=braintree
+pkgver=3.18.0
+pkgrel=1
+pkgdesc=Braintree Python Library
+arch=('any')
+url=https://www.braintreepayments.com/docs/python;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-nose' 'python2-nose')
+source=($pkgbase-$pkgver::https://github.com/braintree/braintree_python/archive/${pkgver}.tar.gz;)
+sha512sums=('76b01c29e9d179631687a79d138a93a6f556b002f4850c746fded0b0a8aec78bdac20c9e4c47152c15a6505fdf28bea762e42d1fdff7a61a35e4b4237d9e21bf')
+
+prepare() {
+  cp -a ${_pkgname}_python-$pkgver{,-py2}
+}
+
+build() {
+  cd ${_pkgname}_python-$pkgver
+  python setup.py build
+
+  cd ../${_pkgname}_python-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd ${_pkgname}_python-$pkgver
+  nosetests3 tests/unit
+
+  cd ../${_pkgname}_python-$pkgver-py2
+  nosetests2 tests/unit
+}
+
+package_python-braintree() {
+  depends=('python-requests')
+
+  cd ${_pkgname}_python-$pkgver
+  python setup.py install -O1 --root ${pkgdir}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-braintree() {
+  depends=('python2-requests')
+
+  cd ${_pkgname}_python-$pkgver-py2
+  python2 setup.py install -O1 --root ${pkgdir}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-07-16 Thread Balló György
Date: Friday, July 17, 2015 @ 04:45:39
  Author: bgyorgy
Revision: 137034

upgpkg: activity-log-manager 0.9.7-4

Fix build and the gee-0.8 patch

Modified:
  activity-log-manager/trunk/PKGBUILD
  activity-log-manager/trunk/fix-build.patch
  activity-log-manager/trunk/gee-0.8.patch

-+
 PKGBUILD|   12 ++--
 fix-build.patch |  130 +-
 gee-0.8.patch   |4 -
 3 files changed, 136 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 02:44:31 UTC (rev 137033)
+++ PKGBUILD2015-07-17 02:45:39 UTC (rev 137034)
@@ -4,7 +4,7 @@
 
 pkgname=activity-log-manager
 pkgver=0.9.7
-pkgrel=3
+pkgrel=4
 pkgdesc=A graphical user interface which lets you easily control what gets 
logged by Zeitgeist
 arch=('i686' 'x86_64')
 url=https://launchpad.net/activity-log-manager;
@@ -18,11 +18,11 @@
 gee-0.8.patch)
 md5sums=('d886be32db0fa351aaf0eb59912ee377'
  'a7ddf1d853f4942ebf701256d9e5a38f'
- '243c71b429e12172691dcb748055247d'
- 'c3598a22822462d03083b3999748530d')
+ '69de6af0fa2adc118f731f8230e6671d'
+ '7418197a6909d92ed8e9dab2c0096dbf')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   # Install language files
   rename $pkgname- '' ../po/$pkgname-*.po
@@ -40,7 +40,7 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
@@ -47,6 +47,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }

Modified: fix-build.patch
===
--- fix-build.patch 2015-07-17 02:44:31 UTC (rev 137033)
+++ fix-build.patch 2015-07-17 02:45:39 UTC (rev 137034)
@@ -1,6 +1,132 @@
+diff -Naur activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala 
activity-log-manager-0.9.7/src/blacklist-dbus.vala
+--- activity-log-manager-0.9.7.orig/src/blacklist-dbus.vala2015-07-17 
02:38:04.290396888 +
 activity-log-manager-0.9.7/src/blacklist-dbus.vala 2015-07-17 
02:38:33.883637191 +
+@@ -137,7 +137,7 @@
+   return false;
+   }
+ 
+-  public async void find_events (string id, TreeIter iter, 
ListStore store)
++  public async void find_events (string id, TreeIter iter, 
Gtk.ListStore store)
+   {
+   Event event = new Event();
+   event.manifestation = Zeitgeist.ZG.USER_ACTIVITY;
+@@ -165,7 +165,7 @@
+   store.set_value(iter, 5, counter);
+   }
+ 
+-  public void get_count_for_app (string app_id, TreeIter iter, 
ListStore store) {
++  public void get_count_for_app (string app_id, TreeIter iter, 
Gtk.ListStore store) {
+   find_events(app_id, iter, store);
+   }
+   
+diff -Naur activity-log-manager-0.9.7.orig/src/security-widget.vala 
activity-log-manager-0.9.7/src/security-widget.vala
+--- activity-log-manager-0.9.7.orig/src/security-widget.vala   2015-07-17 
02:38:04.290396888 +
 activity-log-manager-0.9.7/src/security-widget.vala2015-07-17 
02:38:33.950303649 +
+@@ -39,7 +39,7 @@
+ 
+   private void set_up_ui () {
+ 
+-  var liststore_delay = new ListStore (2, typeof 
(string), typeof (int));
++  var liststore_delay = new Gtk.ListStore (2, typeof 
(string), typeof (int));
+   TreeIter iter;
+   liststore_delay.append (out iter);
+   liststore_delay.set (iter, 0, 1 second, 1, 0);
+diff -Naur 
activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala 
activity-log-manager-0.9.7/src/unified-privacy-applications.vala
+--- activity-log-manager-0.9.7.orig/src/unified-privacy-applications.vala  
2015-07-17 02:38:04.290396888 +
 activity-log-manager-0.9.7/src/unified-privacy-applications.vala   
2015-07-17 02:38:33.936970357 +
+@@ -60,7 +60,7 @@
+   }
+   }
+ 
+-  public void get_count_for_app(string id, TreeIter iter, 
ListStore store) {
++  public void get_count_for_app(string id, TreeIter iter, 
Gtk.ListStore store) {
+   this.blacklist_interface.get_count_for_app(id, iter, 
store);
+   }
+ 
+@@ -131,7 +131,7 @@
+   private class ApplicationsTreeView : Gtk.Box {
+   
+   private ApplicationBlacklist app_blacklist;
+-  private ListStore store;
++  private Gtk.ListStore store;
+   private TreeView treeview;
+   
+   HashTablestring, AppChooseInfo blocked_apps;
+@@ -145,7 +145,7 @@
+   N_COLS
+   }
+ 
+-  public ListStore 

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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 05:00:05
  Author: fyan
Revision: 137037

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

Added:
  ibus-anthy/repos/community-i686/PKGBUILD
(from rev 137036, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-i686/ibus-anthy.install
(from rev 137036, ibus-anthy/trunk/ibus-anthy.install)
  ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 137036, ibus-anthy/trunk/PKGBUILD)
  ibus-anthy/repos/community-x86_64/ibus-anthy.install
(from rev 137036, ibus-anthy/trunk/ibus-anthy.install)
Deleted:
  ibus-anthy/repos/community-i686/PKGBUILD
  ibus-anthy/repos/community-i686/ibus-anthy.install
  ibus-anthy/repos/community-x86_64/PKGBUILD
  ibus-anthy/repos/community-x86_64/ibus-anthy.install

-+
 /PKGBUILD   |   62 ++
 /ibus-anthy.install |   22 
 community-i686/PKGBUILD |   31 -
 community-i686/ibus-anthy.install   |   11 --
 community-x86_64/PKGBUILD   |   31 -
 community-x86_64/ibus-anthy.install |   11 --
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-17 02:59:31 UTC (rev 137036)
+++ community-i686/PKGBUILD 2015-07-17 03:00:05 UTC (rev 137037)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leemars at gmail dot com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-anthy
-pkgver=1.5.6
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('swig' 'intltool' 'git')
-install=$pkgname.install
-source=(git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir/ install
-}
-

Copied: ibus-anthy/repos/community-i686/PKGBUILD (from rev 137036, 
ibus-anthy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-17 03:00:05 UTC (rev 137037)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Rainy rainylau(at)gmail(dot)com
+# Contributor: Lee.MaRS leemars at gmail dot com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=ibus-anthy
+pkgver=1.5.7
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'git' 'gobject-introspection')
+install=$pkgname.install
+source=(git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd $pkgname
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir/ install
+}
+

Deleted: community-i686/ibus-anthy.install
===
--- community-i686/ibus-anthy.install   2015-07-17 02:59:31 UTC (rev 137036)
+++ community-i686/ibus-anthy.install   2015-07-17 03:00:05 UTC (rev 137037)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ibus-anthy/repos/community-i686/ibus-anthy.install (from rev 137036, 
ibus-anthy/trunk/ibus-anthy.install)
===
--- community-i686/ibus-anthy.install   (rev 0)
+++ community-i686/ibus-anthy.install   2015-07-17 03:00:05 UTC (rev 137037)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-17 02:59:31 UTC (rev 137036)
+++ community-x86_64/PKGBUILD   2015-07-17 03:00:05 UTC (rev 137037)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Rainy rainylau(at)gmail(dot)com
-# Contributor: Lee.MaRS leemars at gmail dot com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=ibus-anthy
-pkgver=1.5.6
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')

[arch-commits] Commit in python2-ipaddress/repos/extra-any (4 files)

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:31:03
  Author: fyan
Revision: 242296

archrelease: copy trunk to extra-any

Added:
  python2-ipaddress/repos/extra-any/LICENSE
(from rev 242295, python2-ipaddress/trunk/LICENSE)
  python2-ipaddress/repos/extra-any/PKGBUILD
(from rev 242295, python2-ipaddress/trunk/PKGBUILD)
Deleted:
  python2-ipaddress/repos/extra-any/LICENSE
  python2-ipaddress/repos/extra-any/PKGBUILD

--+
 LICENSE  |  100 ++---
 PKGBUILD |   56 +-
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-07-17 02:30:42 UTC (rev 242295)
+++ LICENSE 2015-07-17 02:31:03 UTC (rev 242296)
@@ -1,50 +0,0 @@
-This package is a modified version of cpython's ipaddress module.
-It is therefore distributed under the PSF license, as follows: 
-
-PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
-
-
-1. This LICENSE AGREEMENT is between the Python Software Foundation
-(PSF), and the Individual or Organization (Licensee) accessing and
-otherwise using this software (Python) in source or binary form and
-its associated documentation.
-
-2. Subject to the terms and conditions of this License Agreement, PSF hereby
-grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
-analyze, test, perform and/or display publicly, prepare derivative works,
-distribute, and otherwise use Python alone or in any derivative version,
-provided, however, that PSF's License Agreement and PSF's notice of copyright,
-i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
-2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
-retained in Python alone or in any derivative version prepared by Licensee.
-
-3. In the event Licensee prepares a derivative work that is based on
-or incorporates Python or any part thereof, and wants to make
-the derivative work available to others as provided herein, then
-Licensee hereby agrees to include in any such work a brief summary of
-the changes made to Python.
-
-4. PSF is making Python available to Licensee on an AS IS
-basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
-IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
-DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
-FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
-INFRINGE ANY THIRD PARTY RIGHTS.
-
-5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
-FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
-A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
-OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
-
-6. This License Agreement will automatically terminate upon a material
-breach of its terms and conditions.
-
-7. Nothing in this License Agreement shall be deemed to create any
-relationship of agency, partnership, or joint venture between PSF and
-Licensee.  This License Agreement does not grant permission to use PSF
-trademarks or trade name in a trademark sense to endorse or promote
-products or services of Licensee, or any third party.
-
-8. By copying, installing or otherwise using Python, Licensee
-agrees to be bound by the terms and conditions of this License
-Agreement.

Copied: python2-ipaddress/repos/extra-any/LICENSE (from rev 242295, 
python2-ipaddress/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-07-17 02:31:03 UTC (rev 242296)
@@ -0,0 +1,50 @@
+This package is a modified version of cpython's ipaddress module.
+It is therefore distributed under the PSF license, as follows: 
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+(PSF), and the Individual or Organization (Licensee) accessing and
+otherwise using this software (Python) in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010,
+2011, 2012, 2013, 2014 Python Software Foundation; All Rights Reserved are
+retained in Python alone or in any derivative version prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as 

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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:30:42
  Author: fyan
Revision: 242295

upgpkg: python2-ipaddress 1.0.14-1

Modified:
  python2-ipaddress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 20:01:54 UTC (rev 242294)
+++ PKGBUILD2015-07-17 02:30:42 UTC (rev 242295)
@@ -3,7 +3,7 @@
 # Contributor: Nikolaus Brandt sua-aur-661bb...@brandt-n.eu
 
 pkgname=python2-ipaddress
-pkgver=1.0.13
+pkgver=1.0.14
 pkgrel=1
 pkgdesc=IPv4/IPv6 manipulation library
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('python2')
 
source=(https://pypi.python.org/packages/source/i/ipaddress/ipaddress-$pkgver.tar.gz;
 LICENSE)
-sha512sums=('70d41df9f55338bad828b3fcbf030d5c58b14f7adb024e5cdc448ea19426da685d99d9a276811d287eec90b25c2a336d11e1cf491314d4badcb6e6ab5cc60fd5'
+sha512sums=('fb33b484ca435f4e8817c735a1084f2fa749abca4643a10be644003fdb73cc9205fc28f484ef96d2db90e8b27d8a238d1d7cf20140f7942e39be12c7524e8d6f'
 
'5cc59a125412b0eb35f05d40756db050805fc1bd5729f350796644ad92b8117f8d3ed3c7cf6ab8b072518706bf95a1d40f016d065726a1296e19ea09582ec385')
 
 check() {


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:41:39
  Author: fyan
Revision: 242297

upgpkg: ibus 1.5.11-1

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 02:31:03 UTC (rev 242296)
+++ PKGBUILD2015-07-17 02:41:39 UTC (rev 242297)
@@ -3,7 +3,7 @@
 
 pkgbase=ibus
 pkgname=(ibus libibus)
-pkgver=1.5.10
+pkgver=1.5.11
 pkgrel=1
 pkgdesc=Next Generation Input Bus for Linux
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url=http://ibus.googlecode.com;
 license=('LGPL')
 depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes' 'python2-gobject2' 'python2-dbus' 
'python2-gobject' 'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base')
 options=('!emptydirs')
 source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
 


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:42:18
  Author: fyan
Revision: 242298

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

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

---+
 /PKGBUILD |  112 
 /ibus.install |   40 +++
 extra-i686/PKGBUILD   |   56 --
 extra-i686/ibus.install   |   20 ---
 extra-x86_64/PKGBUILD |   56 --
 extra-x86_64/ibus.install |   20 ---
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-17 02:41:39 UTC (rev 242297)
+++ extra-i686/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgbase=ibus
-pkgname=(ibus libibus)
-pkgver=1.5.10
-pkgrel=1
-pkgdesc=Next Generation Input Bus for Linux
-arch=('i686' 'x86_64')
-url=http://ibus.googlecode.com;
-license=('LGPL')
-depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes' 'python2-gobject2' 'python2-dbus' 
'python2-gobject' 'librsvg')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf')
-options=('!emptydirs')
-source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
-
-build() {
-  cd ${pkgbase}
-  ./autogen.sh \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---enable-wayland \
---enable-gtk-doc \
---disable-memconf \
---enable-ui \
---enable-python-library \
---with-python=python3
-  make
-}
-
-package_ibus() {
-  depends+=(libibus=$pkgver)
-  install=ibus.install
-
-  cd ${pkgbase}
-  make DESTDIR=${pkgdir} install
-  make -C src DESTDIR=${pkgdir} uninstall
-  make -C bindings DESTDIR=${pkgdir} uninstall
-  rm -r $pkgdir/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
-  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
-}
-
-package_libibus() {
-  pkgdesc=IBus support library
-  depends=('glib2')
-
-  cd ${pkgbase}
-  make -C src DESTDIR=${pkgdir} install
-  make -C bindings DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-pkgconfigDATA
-}
-
-sha512sums=('SKIP')

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 242297, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-17 02:42:18 UTC (rev 242298)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=ibus
+pkgname=(ibus libibus)
+pkgver=1.5.11
+pkgrel=1
+pkgdesc=Next Generation Input Bus for Linux
+arch=('i686' 'x86_64')
+url=http://ibus.googlecode.com;
+license=('LGPL')
+depends=('dconf' 'gtk2' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'python-dbus' 
'python-gobject' 'iso-codes' 'python2-gobject2' 'python2-dbus' 
'python2-gobject' 'librsvg')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'git' 'gnome-common' 
'gtk-doc' 'gconf' 'qt5-base')
+options=('!emptydirs')
+source=(git+https://github.com/ibus/ibus.git#tag=$pkgver;)
+
+build() {
+  cd ${pkgbase}
+  ./autogen.sh \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--enable-wayland \
+--enable-gtk-doc \
+--disable-memconf \
+--enable-ui \
+--enable-python-library \
+--with-python=python3
+  make
+}
+
+package_ibus() {
+  depends+=(libibus=$pkgver)
+  install=ibus.install
+
+  cd ${pkgbase}
+  make DESTDIR=${pkgdir} install
+  make -C src DESTDIR=${pkgdir} uninstall
+  make -C bindings DESTDIR=${pkgdir} uninstall
+  rm -r $pkgdir/usr/lib/python2.7/site-packages/gi # compiled pyc/pyo files 
were not cleaned
+  make DESTDIR=${pkgdir} uninstall-pkgconfigDATA
+}
+
+package_libibus() {
+  pkgdesc=IBus support library
+  depends=('glib2')
+
+  cd ${pkgbase}
+  make -C src DESTDIR=${pkgdir} install
+  make -C bindings DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-pkgconfigDATA
+}
+
+sha512sums=('SKIP')

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2015-07-17 02:41:39 UTC (rev 242297)
+++ extra-i686/ibus.install 2015-07-17 02:42:18 UTC (rev 242298)
@@ -1,20 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  

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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:42:35
  Author: fyan
Revision: 137031

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 137030, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-17 02:42:13 UTC (rev 137030)
+++ PKGBUILD2015-07-17 02:42:35 UTC (rev 137031)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=npm
-pkgver=2.13.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS=--prefix=\$pkgdir/usr\ install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX $pkgdir
-  
-  # Fix files owned by nobody:
-  chown -R root $pkgdir/usr/lib/node_modules 
-
-  # Fix wrong symlinks
-  for _dir in man1 man3 man5 man7; do
-rm -f $pkgdir/usr/share/man/$_dir/*
-cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
-  
-  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 137030, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-17 02:42:35 UTC (rev 137031)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=npm
+pkgver=2.13.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=(git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS=--prefix=\$pkgdir/usr\ install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX $pkgdir
+  
+  # Fix files owned by nobody:
+  chown -R root $pkgdir/usr/lib/node_modules 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f $pkgdir/usr/share/man/$_dir/*
+cd $pkgdir/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
$pkgdir/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
$pkgdir/usr/bin/node-gyp
+  
+  install -Dm644 $srcdir/npm/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:42:13
  Author: fyan
Revision: 137030

upgpkg: npm 2.13.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 23:25:49 UTC (rev 137029)
+++ PKGBUILD2015-07-17 02:42:13 UTC (rev 137030)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=npm
-pkgver=2.13.0
+pkgver=2.13.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:50:27
  Author: fyan
Revision: 242299

upgpkg: perl-anyevent 4:7.11-1

Modified:
  perl-anyevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 02:42:18 UTC (rev 242298)
+++ PKGBUILD2015-07-17 02:50:27 UTC (rev 242299)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=perl-anyevent
-pkgver=7.09
+pkgver=7.11
 pkgrel=1
 epoch=4
 pkgdesc='The DBI of event loop programming'
@@ -14,7 +14,7 @@
 'perl-json-xs: send or receive JSON with AnyEvent::Handle')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=('b5b2aa93ce7927dd0b5a21992202ab5d')
+md5sums=('1130bca8746121d035dbc13d52e14ebe')
 
 build() {
   cd AnyEvent-$pkgver


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:50:47
  Author: fyan
Revision: 242300

archrelease: copy trunk to extra-any

Added:
  perl-anyevent/repos/extra-any/PKGBUILD
(from rev 242299, perl-anyevent/trunk/PKGBUILD)
Deleted:
  perl-anyevent/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-17 02:50:27 UTC (rev 242299)
+++ PKGBUILD2015-07-17 02:50:47 UTC (rev 242300)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=perl-anyevent
-pkgver=7.09
-pkgrel=1
-epoch=4
-pkgdesc='The DBI of event loop programming'
-arch=('any')
-url=https://metacpan.org/release/AnyEvent;
-license=('PerlArtistic' 'GPL')
-depends=('perl-ev' 'perl-guard' 'perl-async-interrupt')
-optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
-'perl-json-xs: send or receive JSON with AnyEvent::Handle')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
-md5sums=('b5b2aa93ce7927dd0b5a21992202ab5d')
-
-build() {
-  cd AnyEvent-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd AnyEvent-$pkgver
-  make test
-}
-
-package() {
-  cd AnyEvent-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-anyevent/repos/extra-any/PKGBUILD (from rev 242299, 
perl-anyevent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-17 02:50:47 UTC (rev 242300)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=perl-anyevent
+pkgver=7.11
+pkgrel=1
+epoch=4
+pkgdesc='The DBI of event loop programming'
+arch=('any')
+url=https://metacpan.org/release/AnyEvent;
+license=('PerlArtistic' 'GPL')
+depends=('perl-ev' 'perl-guard' 'perl-async-interrupt')
+optdepends=('perl-net-ssleay: TLS/SSL connections with AnyEvent::Handle'
+'perl-json-xs: send or receive JSON with AnyEvent::Handle')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-$pkgver.tar.gz;)
+md5sums=('1130bca8746121d035dbc13d52e14ebe')
+
+build() {
+  cd AnyEvent-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-$pkgver
+  make test
+}
+
+package() {
+  cd AnyEvent-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2015-07-16 Thread Felix Yan
Date: Friday, July 17, 2015 @ 04:59:31
  Author: fyan
Revision: 137036

upgpkg: ibus-anthy 1.5.7-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 02:46:09 UTC (rev 137035)
+++ PKGBUILD2015-07-17 02:59:31 UTC (rev 137036)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=ibus-anthy
-pkgver=1.5.6
+pkgver=1.5.7
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('LGPL')
 url='http://ibus.googlecode.com'
 depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('swig' 'intltool' 'git')
+makedepends=('intltool' 'git' 'gobject-introspection')
 install=$pkgname.install
 source=(git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
 sha512sums=('SKIP')


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

2015-07-16 Thread Levente Polyak
Date: Friday, July 17, 2015 @ 00:26:10
  Author: anthraxx
Revision: 137027

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

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

---+
 /PKGBUILD |   86 
 /fish.install |   38 +
 community-i686/PKGBUILD   |   39 --
 community-i686/fish.install   |   19 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/fish.install |   19 
 6 files changed, 124 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137026, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/fish.install 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

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

2015-07-16 Thread Levente Polyak
Date: Thursday, July 16, 2015 @ 23:44:27
  Author: anthraxx
Revision: 137026

upgpkg: fish 2.2.0-2

updpkg fish 2.2.0-2

Modified:
  fish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 20:56:28 UTC (rev 137025)
+++ PKGBUILD2015-07-16 21:44:27 UTC (rev 137026)
@@ -7,7 +7,7 @@
 
 pkgname=fish
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -33,7 +33,11 @@
 }
 
 package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-07-16 Thread Kyle Keen
Date: Friday, July 17, 2015 @ 01:25:30
  Author: kkeen
Revision: 137028

upgpkg: jwm 2.3.1-2  enable SVG

Modified:
  jwm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-16 22:26:10 UTC (rev 137027)
+++ PKGBUILD2015-07-16 23:25:30 UTC (rev 137028)
@@ -4,12 +4,12 @@
 
 pkgname=jwm
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A lightweight window manager for the X11 Window System
 arch=('i686' 'x86_64')
 url=http://joewing.net/projects/jwm/;
 license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
+depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
 backup=('etc/system.jwmrc')
 source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
 jwm.desktop)


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

2015-07-16 Thread Kyle Keen
Date: Friday, July 17, 2015 @ 01:25:49
  Author: kkeen
Revision: 137029

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

Added:
  jwm/repos/community-i686/PKGBUILD
(from rev 137028, jwm/trunk/PKGBUILD)
  jwm/repos/community-i686/jwm.desktop
(from rev 137028, jwm/trunk/jwm.desktop)
  jwm/repos/community-x86_64/PKGBUILD
(from rev 137028, jwm/trunk/PKGBUILD)
  jwm/repos/community-x86_64/jwm.desktop
(from rev 137028, jwm/trunk/jwm.desktop)
Deleted:
  jwm/repos/community-i686/PKGBUILD
  jwm/repos/community-i686/jwm.desktop
  jwm/repos/community-x86_64/PKGBUILD
  jwm/repos/community-x86_64/jwm.desktop

--+
 /PKGBUILD|   64 +
 /jwm.desktop |   14 
 community-i686/PKGBUILD  |   32 
 community-i686/jwm.desktop   |7 
 community-x86_64/PKGBUILD|   32 
 community-x86_64/jwm.desktop |7 
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 23:25:30 UTC (rev 137028)
+++ community-i686/PKGBUILD 2015-07-16 23:25:49 UTC (rev 137029)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=jwm
-pkgver=2.3.1
-pkgrel=1
-pkgdesc=A lightweight window manager for the X11 Window System
-arch=('i686' 'x86_64')
-url=http://joewing.net/projects/jwm/;
-license=('GPL2')
-depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng')
-backup=('etc/system.jwmrc')
-source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
-jwm.desktop)
-# contacted upstream about desktop
-# no reply
-md5sums=('172aef20a5c0396c168d891e86d3e379'
- 'ad898472f7538ffc3ff511c055fee535')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
-   SYSCONF=$pkgdir/etc install
-  install -Dm644 $srcdir/jwm.desktop 
$pkgdir/usr/share/xsessions/jwm.desktop
-}

Copied: jwm/repos/community-i686/PKGBUILD (from rev 137028, jwm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 23:25:49 UTC (rev 137029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=jwm
+pkgver=2.3.1
+pkgrel=2
+pkgdesc=A lightweight window manager for the X11 Window System
+arch=('i686' 'x86_64')
+url=http://joewing.net/projects/jwm/;
+license=('GPL2')
+depends=('libx11' 'libxft' 'libjpeg=7' 'libxpm' 'libxinerama' 'libpng' 
'cairo' 'librsvg')
+backup=('etc/system.jwmrc')
+source=(http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz
+jwm.desktop)
+# contacted upstream about desktop
+# no reply
+md5sums=('172aef20a5c0396c168d891e86d3e379'
+ 'ad898472f7538ffc3ff511c055fee535')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-fribidi 
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make BINDIR=$pkgdir/usr/bin MANDIR=$pkgdir/usr/share/man \
+   SYSCONF=$pkgdir/etc install
+  install -Dm644 $srcdir/jwm.desktop 
$pkgdir/usr/share/xsessions/jwm.desktop
+}

Deleted: community-i686/jwm.desktop
===
--- community-i686/jwm.desktop  2015-07-16 23:25:30 UTC (rev 137028)
+++ community-i686/jwm.desktop  2015-07-16 23:25:49 UTC (rev 137029)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=JWM
-Comment=A lightweight window manger for the X11 Window System
-Exec=/usr/bin/jwm
-TryExec=/usr/bin/jwm
-Type=XSession

Copied: jwm/repos/community-i686/jwm.desktop (from rev 137028, 
jwm/trunk/jwm.desktop)
===
--- community-i686/jwm.desktop  (rev 0)
+++ community-i686/jwm.desktop  2015-07-16 23:25:49 UTC (rev 137029)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=JWM
+Comment=A lightweight window manger for the X11 Window System
+Exec=/usr/bin/jwm
+TryExec=/usr/bin/jwm
+Type=XSession

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 23:25:30 UTC (rev 137028)
+++ community-x86_64/PKGBUILD   2015-07-16 23:25:49 UTC (rev 137029)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=jwm
-pkgver=2.3.1
-pkgrel=1
-pkgdesc=A lightweight window manager for the X11 Window System
-arch=('i686' 'x86_64')
-url=http://joewing.net/projects/jwm/;
-license=('GPL2')