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

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 14:10:49
  Author: foutrelis
Revision: 241156

pam_systemd: Properly check kdbus availability

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 11:54:42 UTC (rev 241155)
+++ PKGBUILD2015-06-21 12:10:49 UTC (rev 241156)
@@ -30,7 +30,9 @@
 prepare() {
   cd $pkgname
 
-  # 'git cherry-pick -n' upstream fixes here
+  # pam_systemd: Properly check kdbus availability
+  # https://github.com/systemd/systemd/commit/c5d452bb228e
+  git cherry-pick -n c5d452bb228e
 
   ./autogen.sh
 }


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:06:04
  Author: schuay
Revision: 135654

openssh-askpass-2.0.3-1

Modified:
  openssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 13:39:49 UTC (rev 135653)
+++ PKGBUILD2015-06-21 14:06:04 UTC (rev 135654)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
 
 pkgname=openssh-askpass
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='A plasma-like passphrase dialog for ssh'
 arch=('i686' 'x86_64')
@@ -32,5 +32,5 @@
   install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
 }
 
-md5sums=('b8237a47f9145d63cd70694e3889e057'
+md5sums=('b5abdeef5f09256545f8643aca111426'
  'baec3f0499b851aca6705968fa9e0df7')


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:06:15
  Author: schuay
Revision: 135655

archrelease: copy trunk to community-i686

Added:
  openssh-askpass/repos/community-i686/PKGBUILD
(from rev 135654, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-i686/openssh-askpass.sh
(from rev 135654, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-i686/PKGBUILD
  openssh-askpass/repos/community-i686/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:06:04 UTC (rev 135654)
+++ PKGBUILD2015-06-21 14:06:15 UTC (rev 135655)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
-license=('GPL')
-depends=('openssh' 'qt4' 'xcb-util-keysyms')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('b8237a47f9145d63cd70694e3889e057'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-i686/PKGBUILD (from rev 135654, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:06:15 UTC (rev 135655)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('b5abdeef5f09256545f8643aca111426'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2015-06-21 14:06:04 UTC (rev 135654)
+++ openssh-askpass.sh  2015-06-21 14:06:15 UTC (rev 135655)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-i686/openssh-askpass.sh (from rev 
135654, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2015-06-21 14:06:15 UTC (rev 135655)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:06:21
  Author: schuay
Revision: 135656

archrelease: copy trunk to community-x86_64

Added:
  openssh-askpass/repos/community-x86_64/PKGBUILD
(from rev 135655, openssh-askpass/trunk/PKGBUILD)
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh
(from rev 135655, openssh-askpass/trunk/openssh-askpass.sh)
Deleted:
  openssh-askpass/repos/community-x86_64/PKGBUILD
  openssh-askpass/repos/community-x86_64/openssh-askpass.sh

+
 PKGBUILD   |   72 +--
 openssh-askpass.sh |2 -
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:06:15 UTC (rev 135655)
+++ PKGBUILD2015-06-21 14:06:21 UTC (rev 135656)
@@ -1,36 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-# Previous Maintainer:  TDY t...@gmx.com
-# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
-
-pkgname=openssh-askpass
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='A plasma-like passphrase dialog for ssh'
-arch=('i686' 'x86_64')
-url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
-license=('GPL')
-depends=('openssh' 'qt4' 'xcb-util-keysyms')
-makedepends=('cmake')
-provides=('x11-ssh-askpass')
-conflicts=('x11-ssh-askpass')
-source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
-$pkgname.sh)
- 
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-}
-
-md5sums=('b8237a47f9145d63cd70694e3889e057'
- 'baec3f0499b851aca6705968fa9e0df7')

Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 135655, 
openssh-askpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:06:21 UTC (rev 135656)
@@ -0,0 +1,36 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+# Previous Maintainer:  TDY t...@gmx.com
+# Contributor: Massimiliano Torromeo Massimiliano.Torromeo AT gmail DOT com
+
+pkgname=openssh-askpass
+pkgver=2.0.3
+pkgrel=1
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('i686' 'x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=packagepackage_list=software_list_qt4package=openssh-askpassfull=0'
+license=('GPL')
+depends=('openssh' 'qt4' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+conflicts=('x11-ssh-askpass')
+source=(http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz;
+$pkgname.sh)
+ 
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/$pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+}
+
+md5sums=('b5abdeef5f09256545f8643aca111426'
+ 'baec3f0499b851aca6705968fa9e0df7')

Deleted: openssh-askpass.sh
===
--- openssh-askpass.sh  2015-06-21 14:06:15 UTC (rev 135655)
+++ openssh-askpass.sh  2015-06-21 14:06:21 UTC (rev 135656)
@@ -1 +0,0 @@
-export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass

Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 
135655, openssh-askpass/trunk/openssh-askpass.sh)
===
--- openssh-askpass.sh  (rev 0)
+++ openssh-askpass.sh  2015-06-21 14:06:21 UTC (rev 135656)
@@ -0,0 +1 @@
+export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass


[arch-commits] Commit in (vte3-ng vte3-ng/repos vte3-ng/trunk vte3-ng/trunk/PKGBUILD)

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 16:44:02
  Author: thestinger
Revision: 135665

add vte3-ng package

Added:
  vte3-ng/
  vte3-ng/repos/
  vte3-ng/trunk/
  vte3-ng/trunk/PKGBUILD

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

Added: vte3-ng/trunk/PKGBUILD
===
--- vte3-ng/trunk/PKGBUILD  (rev 0)
+++ vte3-ng/trunk/PKGBUILD  2015-06-21 14:44:02 UTC (rev 135665)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=vte3-ng
+_basever=0.40.2
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc=Enhanced Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url=https://github.com/thestinger/vte-ng;
+source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
+sha256sums=('b35aa9a616d0a5f848dd1af2c66e8e46441c9703ae07bee53d5cdcb476c6414f')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd vte-ng-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+  echo BAZ  baz
+}
+
+package() {
+  cd vte-ng-$pkgver
+  echo FOOBAR  foo
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:25:10
  Author: schuay
Revision: 135664

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 135663, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 135663, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   92 
 fix-mp3-tagging.patch |   40 ++--
 2 files changed, 67 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:24:58 UTC (rev 135663)
+++ PKGBUILD2015-06-21 14:25:10 UTC (rev 135664)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=abcde
-pkgver=2.6
-pkgrel=1
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://code.google.com/p/abcde/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'eject: Eject support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=(etc/${pkgname}.conf)
-source=(http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
-http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
-'fix-mp3-tagging.patch')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np0  ${srcdir}/fix-mp3-tagging.patch
-sed -e s:normalize-audio:normalize:g -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR=${pkgdir} install
-}
-
-md5sums=('c8b91d5c53386cfc4345d9d49f67e1dd'
- 'SKIP'
- 'c3975dc8389ff2edba6684bbc378d97d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 135663, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:25:10 UTC (rev 135664)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=abcde
+pkgver=2.7
+pkgrel=1
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://abcde.einval.com'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'eject: Eject support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=(etc/${pkgname}.conf)
+source=(http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np0  ${srcdir}/fix-mp3-tagging.patch
+sed -e s:normalize-audio:normalize:g -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+}
+
+md5sums=('b947ec2b6baab8cf8388b1d6613664cb'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2015-06-21 14:24:58 UTC (rev 135663)
+++ fix-mp3-tagging.patch   2015-06-21 14:25:10 UTC (rev 135664)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A $DALBUM -a $TRACKARTIST 
-t $TRACKNAME \
-   -y $CDYEAR -g $GENREID \
-   

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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:24:58
  Author: schuay
Revision: 135663

abcde-2.7-1

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 14:15:41 UTC (rev 135662)
+++ PKGBUILD2015-06-21 14:24:58 UTC (rev 135663)
@@ -5,11 +5,11 @@
 # Maintainer: schuay jakob.gru...@gmail.com
 
 pkgname=abcde
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
-url='http://code.google.com/p/abcde/'
+url='http://abcde.einval.com'
 license=('GPL')
 depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
 optdepends=('cdparanoia: Paranoia ripping support'
@@ -26,7 +26,8 @@
 source=(http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
 http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
 'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E') # Steve McIntyre
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
@@ -41,6 +42,6 @@
 make DESTDIR=${pkgdir} install
 }
 
-md5sums=('c8b91d5c53386cfc4345d9d49f67e1dd'
+md5sums=('b947ec2b6baab8cf8388b1d6613664cb'
  'SKIP'
  'c3975dc8389ff2edba6684bbc378d97d')


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

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 15:22:18
  Author: foutrelis
Revision: 241158

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

Added:
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 241157, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-i686/fix-faad2-version-check.patch
(from rev 241157, gst-plugins-bad/trunk/fix-faad2-version-check.patch)
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 241157, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/fix-faad2-version-check.patch
(from rev 241157, gst-plugins-bad/trunk/fix-faad2-version-check.patch)
Deleted:
  gst-plugins-bad/repos/testing-i686/PKGBUILD
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD

--+
 /PKGBUILD|  106 +
 testing-i686/PKGBUILD|   42 -
 testing-i686/fix-faad2-version-check.patch   |   35 
 testing-x86_64/PKGBUILD  |   42 -
 testing-x86_64/fix-faad2-version-check.patch |   35 
 5 files changed, 176 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-06-21 13:22:01 UTC (rev 241157)
+++ testing-i686/PKGBUILD   2015-06-21 13:22:18 UTC (rev 241158)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gst-plugins-bad
-pkgver=1.4.5
-pkgrel=3
-pkgdesc=GStreamer Multimedia Framework Bad Plugins
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://gstreamer.freedesktop.org/;
-depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
-makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
- 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-static --enable-experimental --enable-gtk-doc \
---with-package-name=GStreamer Bad Plugins (Arch Linux) \
---with-package-origin=http://www.archlinux.org/; \
---with-gtk=3.0
-
-  # 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
-  # don't have a camera for the camerabin test
-  make -k check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gst-plugins-bad/repos/testing-i686/PKGBUILD (from rev 241157, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-06-21 13:22:18 UTC (rev 241158)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gst-plugins-bad
+pkgver=1.4.5
+pkgrel=4
+pkgdesc=GStreamer Multimedia Framework Bad Plugins
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://gstreamer.freedesktop.org/;
+depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 
'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 
'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 
'libwebp' 'libsrtp' 'gnutls' 'wildmidi' 'glu' 'sbc' 'rtmpdump' 'libgudev')
+makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
+ 'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz
+fix-faad2-version-check.patch)
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c'
+'741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=748571
+  patch -Np1 -i ../fix-faad2-version-check.patch
+
+  autoreconf -vi
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental --enable-gtk-doc \
+--with-package-name=GStreamer Bad Plugins (Arch Linux) \
+--with-package-origin=http://www.archlinux.org/; \
+--with-gtk=3.0
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd 

[arch-commits] Commit in gst-plugins-bad/trunk (2 files)

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 15:22:01
  Author: foutrelis
Revision: 241157

upgpkg: gst-plugins-bad 1.4.5-4

Fix faad2 version check; fixes crashes in Firefox (FS#45403).

Added:
  gst-plugins-bad/trunk/fix-faad2-version-check.patch
Modified:
  gst-plugins-bad/trunk/PKGBUILD

---+
 PKGBUILD  |   17 ++---
 fix-faad2-version-check.patch |   35 +++
 2 files changed, 49 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 12:10:49 UTC (rev 241156)
+++ PKGBUILD2015-06-21 13:22:01 UTC (rev 241157)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-bad
 pkgver=1.4.5
-pkgrel=3
+pkgrel=4
 pkgdesc=GStreamer Multimedia Framework Bad Plugins
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,9 +12,20 @@
 makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 
'python' 'valgrind' 'wildmidi' 'librsvg'
  'gobject-introspection' 'gtk-doc' 'gtk3' 'clutter' 'opencv' 
'libtiger' 'ladspa' 'openal' 'libusb')
 options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c')
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz
+fix-faad2-version-check.patch)
+sha256sums=('152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c'
+'741492ae7a9518603fc51d87ae331d882f075547ea7fdec19c60f399085f18cc')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=748571
+  patch -Np1 -i ../fix-faad2-version-check.patch
+
+  autoreconf -vi
+}
+
 build() {
   cd $pkgname-$pkgver
 

Added: fix-faad2-version-check.patch
===
--- fix-faad2-version-check.patch   (rev 0)
+++ fix-faad2-version-check.patch   2015-06-21 13:22:01 UTC (rev 241157)
@@ -0,0 +1,35 @@
+From 1f738ca5b8711ca5532a326cd646312e60484863 Mon Sep 17 00:00:00 2001
+From: Wim Taymans wtaym...@redhat.com
+Date: Wed, 13 May 2015 16:23:26 +0200
+Subject: fix faad2 version check
+
+On fedora 22, the output of cpp inserts extra debug comments, which
+makes our regexp for the faad2 version check fail. This in turn causes
+it to compile with the wrong arguments passed which then causes stack
+corruption and crashes.
+
+Fix this by only checking for the version (which should be by itself on
+a single line). This is potentially less safe, it might be possible that
+a similar string would appear in a later version in the header file.
+
+Fixes https://bugzilla.gnome.org/show_bug.cgi?id=748571
+
+diff --git a/configure.ac b/configure.ac
+index f5ce28c..d295253 100644
+--- a/configure.ac
 b/configure.ac
+@@ -2008,9 +2008,9 @@ AG_GST_CHECK_FEATURE(FAAD, [AAC decoder plug-in], faad, [
+   AC_MSG_CHECKING([Checking FAAD2 version in $faad_hdr])
+   for minor in 10 9 8 7 6 5 0; do
+ if test x$faad2_minor_version = x; then
+-  AC_EGREP_CPP([GST_CHECK_FAAD_VERSION \2\.$minor\], [
++  AC_EGREP_CPP([\2\.$minor\$], [
+   #include $faad_hdr
+-  GST_CHECK_FAAD_VERSION FAAD2_VERSION
++  FAAD2_VERSION
+ ], [
+   faad2_minor_version=$minor
+ ])
+-- 
+cgit v0.10.2
+


[arch-commits] Commit in (gnote)

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 15:39:49
  Author: bpiotrowski
Revision: 135653

community2extra: Moving gnote from community to extra

Deleted:
  gnote/


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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 15:39:24
  Author: bpiotrowski
Revision: 241162

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

Added:
  gnote/repos/extra-i686/
  gnote/repos/extra-i686/PKGBUILD
(from rev 241161, gnote/trunk/PKGBUILD)
  gnote/repos/extra-i686/gnote.install
(from rev 241161, gnote/trunk/gnote.install)
  gnote/repos/extra-x86_64/
  gnote/repos/extra-x86_64/PKGBUILD
(from rev 241161, gnote/trunk/PKGBUILD)
  gnote/repos/extra-x86_64/gnote.install
(from rev 241161, gnote/trunk/gnote.install)

+
 extra-i686/PKGBUILD|   32 
 extra-i686/gnote.install   |   21 +
 extra-x86_64/PKGBUILD  |   32 
 extra-x86_64/gnote.install |   21 +
 4 files changed, 106 insertions(+)

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 241161, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gnote/repos/extra-i686/gnote.install (from rev 241161, 
gnote/trunk/gnote.install)
===
--- extra-i686/gnote.install(rev 0)
+++ extra-i686/gnote.install2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: gnote/repos/extra-x86_64/PKGBUILD (from rev 241161, 
gnote/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Copied: gnote/repos/extra-x86_64/gnote.install (from rev 241161, 
gnote/trunk/gnote.install)
===
--- extra-x86_64/gnote.install  (rev 0)
+++ extra-x86_64/gnote.install  2015-06-21 13:39:24 UTC (rev 241162)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 17:11:50
  Author: thestinger
Revision: 135670

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

Added:
  termite/repos/community-i686/
  termite/repos/community-i686/PKGBUILD
(from rev 135669, termite/trunk/PKGBUILD)
  termite/repos/community-x86_64/
  termite/repos/community-x86_64/PKGBUILD
(from rev 135669, termite/trunk/PKGBUILD)

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

Copied: termite/repos/community-i686/PKGBUILD (from rev 135669, 
termite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-21 15:11:50 UTC (rev 135670)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=termite
+pkgver=10
+pkgrel=1
+pkgdesc=A simple VTE-based terminal
+arch=('i686' 'x86_64')
+url=https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=(git://github.com/thestinger/termite#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 config $pkgdir/etc/xdg/termite/config
+}

Copied: termite/repos/community-x86_64/PKGBUILD (from rev 135669, 
termite/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-21 15:11:50 UTC (rev 135670)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=termite
+pkgver=10
+pkgrel=1
+pkgdesc=A simple VTE-based terminal
+arch=('i686' 'x86_64')
+url=https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-ng')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=(git://github.com/thestinger/termite#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 config $pkgdir/etc/xdg/termite/config
+}


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

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 17:11:00
  Author: thestinger
Revision: 135669

upgpkg: termite 10-1

Modified:
  termite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 15:06:22 UTC (rev 135668)
+++ PKGBUILD2015-06-21 15:11:00 UTC (rev 135669)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=https://github.com/thestinger/termite/;
 license=('LGPL')
-depends=('vte3-select-text=0.38.0-1')
+depends=('vte3-ng')
 makedepends=('git')
 backup=(etc/xdg/termite/config)
 source=(git://github.com/thestinger/termite#tag=v$pkgver)


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

2015-06-21 Thread Dan McGee
Date: Sunday, June 21, 2015 @ 15:24:01
  Author: dan
Revision: 241159

upgpkg: python-nose 1.3.7-1

Modified:
  python-nose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 13:22:18 UTC (rev 241158)
+++ PKGBUILD2015-06-21 13:24:01 UTC (rev 241159)
@@ -6,7 +6,7 @@
 
 pkgbase=python-nose
 pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc=A discovery-based unittest extension
 arch=('any')
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
 source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('0ca546d81ca8309080fc80cb389e7a16')
+md5sums=('4d3ad0ff07b61373d2cefc89c5d0b20b')
 
 build() {
   cd $srcdir/nose-$pkgver


[arch-commits] Commit in (5 files)

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 15:39:14
  Author: bpiotrowski
Revision: 241161

community2extra: Moving gnote from community to extra

Added:
  gnote/
  gnote/repos/
  gnote/trunk/
  gnote/trunk/PKGBUILD
  gnote/trunk/gnote.install

---+
 PKGBUILD  |   32 
 gnote.install |   21 +
 2 files changed, 53 insertions(+)

Added: gnote/trunk/PKGBUILD
===
--- gnote/trunk/PKGBUILD(rev 0)
+++ gnote/trunk/PKGBUILD2015-06-21 13:39:14 UTC (rev 241161)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+pkgname=gnote
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=A note taking application.
+arch=('i686' 'x86_64')
+url=http://live.gnome.org/Gnote;
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}


Property changes on: gnote/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnote/trunk/gnote.install
===
--- gnote/trunk/gnote.install   (rev 0)
+++ gnote/trunk/gnote.install   2015-06-21 13:39:14 UTC (rev 241161)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:15:35
  Author: schuay
Revision: 135661

archrelease: copy trunk to community-i686

Added:
  pdfgrep/repos/community-i686/PKGBUILD
(from rev 135660, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:15:27 UTC (rev 135660)
+++ PKGBUILD2015-06-21 14:15:35 UTC (rev 135661)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Gabriel B. Casella gbc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-
-pkgname=pdfgrep
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=A tool to search text in PDF files
-arch=('i686' 'x86_64')
-url=http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('33e620a2ae3c873ca12424f900f674a3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdfgrep/repos/community-i686/PKGBUILD (from rev 135660, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:15:35 UTC (rev 135661)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Gabriel B. Casella gbc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=pdfgrep
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=A tool to search text in PDF files
+arch=('i686' 'x86_64')
+url=http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('bdac07087711c86b5ea921d805773fda')


[arch-commits] Commit in pdfgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:15:41
  Author: schuay
Revision: 135662

archrelease: copy trunk to community-x86_64

Added:
  pdfgrep/repos/community-x86_64/PKGBUILD
(from rev 135661, pdfgrep/trunk/PKGBUILD)
Deleted:
  pdfgrep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:15:35 UTC (rev 135661)
+++ PKGBUILD2015-06-21 14:15:41 UTC (rev 135662)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Gabriel B. Casella gbc...@gmail.com
-# Contributor: josephgbr rafael.f...@gmail.com
-
-pkgname=pdfgrep
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=A tool to search text in PDF files
-arch=('i686' 'x86_64')
-url=http://pdfgrep.sourceforge.net/;
-license=('GPL')
-depends=('poppler')
-source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('33e620a2ae3c873ca12424f900f674a3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pdfgrep/repos/community-x86_64/PKGBUILD (from rev 135661, 
pdfgrep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:15:41 UTC (rev 135662)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Gabriel B. Casella gbc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=pdfgrep
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=A tool to search text in PDF files
+arch=('i686' 'x86_64')
+url=http://pdfgrep.sourceforge.net/;
+license=('GPL')
+depends=('poppler')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('bdac07087711c86b5ea921d805773fda')


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

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:15:27
  Author: schuay
Revision: 135660

pdfgrep-1.3.2-1

Modified:
  pdfgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 14:13:19 UTC (rev 135659)
+++ PKGBUILD2015-06-21 14:15:27 UTC (rev 135660)
@@ -4,7 +4,7 @@
 # Contributor: josephgbr rafael.f...@gmail.com
 
 pkgname=pdfgrep
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=A tool to search text in PDF files
 arch=('i686' 'x86_64')
@@ -12,7 +12,6 @@
 license=('GPL')
 depends=('poppler')
 
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('33e620a2ae3c873ca12424f900f674a3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -30,4 +29,4 @@
   make DESTDIR=$pkgdir/ install
 }
 
-# vim:set ts=2 sw=2 et:
+md5sums=('bdac07087711c86b5ea921d805773fda')


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

2015-06-21 Thread Antonio Rojas
Date: Sunday, June 21, 2015 @ 16:52:16
  Author: arojas
Revision: 241164

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/PKGBUILD
(from rev 241163, hunspell-es/trunk/PKGBUILD)
Deleted:
  hunspell-es/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:51:17 UTC (rev 241163)
+++ PKGBUILD2015-06-21 14:52:16 UTC (rev 241164)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez an...@archlinux.org 
-# Maintainer: AndyRTR andy...@archlinux.org
-
-pkgname=hunspell-es
-pkgver=0.7
-pkgrel=2
-epoch=1
-pkgdesc=Spanish hunspell dictionaries
-arch=(any)
-url=https://forja.rediris.es/projects/rla-es/;
-license=('LGPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
-   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
-   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-   es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt'
-'http://forja.rediris.es/frs/download.php/2953/es_AR.oxt'
-'http://forja.rediris.es/frs/download.php/2952/es_BO.oxt'
-'http://forja.rediris.es/frs/download.php/2951/es_CL.oxt'
-'http://forja.rediris.es/frs/download.php/2950/es_CO.oxt'
-'http://forja.rediris.es/frs/download.php/2949/es_CR.oxt'
-'http://forja.rediris.es/frs/download.php/2948/es_CU.oxt'
-'http://forja.rediris.es/frs/download.php/2947/es_DO.oxt'
-'http://forja.rediris.es/frs/download.php/2946/es_EC.oxt'
-'http://forja.rediris.es/frs/download.php/2945/es_ES.oxt'
-'http://forja.rediris.es/frs/download.php/2944/es_GT.oxt'
-'http://forja.rediris.es/frs/download.php/2943/es_HN.oxt'
-'http://forja.rediris.es/frs/download.php/2942/es_MX.oxt'
-'http://forja.rediris.es/frs/download.php/2941/es_NI.oxt'
-'http://forja.rediris.es/frs/download.php/2940/es_PA.oxt'
-'http://forja.rediris.es/frs/download.php/2939/es_PE.oxt'
-'http://forja.rediris.es/frs/download.php/2938/es_PR.oxt'
-'http://forja.rediris.es/frs/download.php/2937/es_PY.oxt'
-'http://forja.rediris.es/frs/download.php/2936/es_SV.oxt'
-'http://forja.rediris.es/frs/download.php/2935/es_UY.oxt'
-'http://forja.rediris.es/frs/download.php/2934/es_VE.oxt')
-md5sums=('e3d4b38f280e7376178529db2ece982b'
- '68ee8f4ebc89a1fa461045d4dbb9b7be'
- '1ebf11b6094e0bfece8e95cc34e7a409'
- '092a388101350b77af4fd789668582bd'
- 'fc440fd9fc55ca2dfb9bfa34a1e63864'
- '7510fd0f4eb3c6e65523a8d0960f77dd'
- '0ab4b9638f58ddd3d95d1265918ff39e'
- '24a20fd4d887693afef539e6f1a3b58e'
- '5d7343a246323ceda58cfbbf1428e279'
- '59dd45e6785ed644adbbd73f4f126182'
- 'b1a9be80687e3117c67ac46aad6b8d66'
- 'd0db5bebd6925738b524de9709950f22'
- '0de780714f84955112f38f35fb63a894'
- 'd259d7be17c34df76c7de40c80720a39'
- '085fbdbed6a2e248630c801881563b7a'
- 'f4673063246888995d4eaa2d4a24ee3d'
- 'e67bcf891ba9eeaeb57a60ec8e57f1ac'
- 'ba98e3197c81db4c572def2c5cca942d'
- 'c68ca9d188cb23c88cdd34a069c5a013'
- 'aeb9d39e4d17e9c904c1f3567178aad6'
- '8afa9619aede2d9708e799e0f5d0fcab')
-
-package() {
-  cd $srcdir
-  for file in *.oxt; do
-LANG=en_US.utf8 bsdtar -xf $file
-  done
-
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 es_*.dic es_*.aff $pkgdir/usr/share/hunspell
-
-  # the symlinks
-  install -dm755 ${pkgdir}/usr/share/myspell/dicts
-  pushd $pkgdir/usr/share/myspell/dicts
-for file in $pkgdir/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README.txt $pkgdir/usr/share/doc/$pkgname
-}
-

Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 241163, 
hunspell-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:52:16 UTC (rev 241164)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez an...@archlinux.org 
+# Maintainer: AndyRTR andy...@archlinux.org
+
+pkgname=hunspell-es
+pkgver=0.8
+pkgrel=1
+epoch=1
+pkgdesc=Spanish hunspell dictionaries
+arch=(any)
+url=https://github.com/sbosio/rla-es;
+license=('LGPL3')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
+   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
+   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 

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

2015-06-21 Thread Antonio Rojas
Date: Sunday, June 21, 2015 @ 16:51:17
  Author: arojas
Revision: 241163

Update to 0.8

Modified:
  hunspell-es/trunk/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 13:39:24 UTC (rev 241162)
+++ PKGBUILD2015-06-21 14:51:17 UTC (rev 241163)
@@ -3,12 +3,12 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=hunspell-es
-pkgver=0.7
-pkgrel=2
+pkgver=0.8
+pkgrel=1
 epoch=1
 pkgdesc=Spanish hunspell dictionaries
 arch=(any)
-url=https://forja.rediris.es/projects/rla-es/;
+url=https://github.com/sbosio/rla-es;
 license=('LGPL3')
 makedepends=('hunspell')
 optdepends=('hunspell: the spell checking libraries and apps')
@@ -16,48 +16,48 @@
es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt'
-'http://forja.rediris.es/frs/download.php/2953/es_AR.oxt'
-'http://forja.rediris.es/frs/download.php/2952/es_BO.oxt'
-'http://forja.rediris.es/frs/download.php/2951/es_CL.oxt'
-'http://forja.rediris.es/frs/download.php/2950/es_CO.oxt'
-'http://forja.rediris.es/frs/download.php/2949/es_CR.oxt'
-'http://forja.rediris.es/frs/download.php/2948/es_CU.oxt'
-'http://forja.rediris.es/frs/download.php/2947/es_DO.oxt'
-'http://forja.rediris.es/frs/download.php/2946/es_EC.oxt'
-'http://forja.rediris.es/frs/download.php/2945/es_ES.oxt'
-'http://forja.rediris.es/frs/download.php/2944/es_GT.oxt'
-'http://forja.rediris.es/frs/download.php/2943/es_HN.oxt'
-'http://forja.rediris.es/frs/download.php/2942/es_MX.oxt'
-'http://forja.rediris.es/frs/download.php/2941/es_NI.oxt'
-'http://forja.rediris.es/frs/download.php/2940/es_PA.oxt'
-'http://forja.rediris.es/frs/download.php/2939/es_PE.oxt'
-'http://forja.rediris.es/frs/download.php/2938/es_PR.oxt'
-'http://forja.rediris.es/frs/download.php/2937/es_PY.oxt'
-'http://forja.rediris.es/frs/download.php/2936/es_SV.oxt'
-'http://forja.rediris.es/frs/download.php/2935/es_UY.oxt'
-'http://forja.rediris.es/frs/download.php/2934/es_VE.oxt')
-md5sums=('e3d4b38f280e7376178529db2ece982b'
- '68ee8f4ebc89a1fa461045d4dbb9b7be'
- '1ebf11b6094e0bfece8e95cc34e7a409'
- '092a388101350b77af4fd789668582bd'
- 'fc440fd9fc55ca2dfb9bfa34a1e63864'
- '7510fd0f4eb3c6e65523a8d0960f77dd'
- '0ab4b9638f58ddd3d95d1265918ff39e'
- '24a20fd4d887693afef539e6f1a3b58e'
- '5d7343a246323ceda58cfbbf1428e279'
- '59dd45e6785ed644adbbd73f4f126182'
- 'b1a9be80687e3117c67ac46aad6b8d66'
- 'd0db5bebd6925738b524de9709950f22'
- '0de780714f84955112f38f35fb63a894'
- 'd259d7be17c34df76c7de40c80720a39'
- '085fbdbed6a2e248630c801881563b7a'
- 'f4673063246888995d4eaa2d4a24ee3d'
- 'e67bcf891ba9eeaeb57a60ec8e57f1ac'
- 'ba98e3197c81db4c572def2c5cca942d'
- 'c68ca9d188cb23c88cdd34a069c5a013'
- 'aeb9d39e4d17e9c904c1f3567178aad6'
- '8afa9619aede2d9708e799e0f5d0fcab')
+source=(https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_AR.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_BO.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CL.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CO.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CR.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CU.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_DO.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_EC.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ES.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_GT.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_HN.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_MX.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_NI.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PA.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PE.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PR.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PY.oxt;
+https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_SV.oxt;
+

[arch-commits] Commit in open-vm-tools/trunk (PKGBUILD)

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 18:52:24
  Author: foutrelis
Revision: 135673

Update checksum for vmware-vmblock-fuse.service

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 16:50:41 UTC (rev 135672)
+++ PKGBUILD2015-06-21 16:52:24 UTC (rev 135673)
@@ -34,7 +34,7 @@
  '1b9ae908fce4c623269f100ee9bdfdef'
  '75a25d83417e683957321f97a00f8465'
  'a6c53243d31c765580f6dded7d5fa98f'
- 'ba871eedad4efb7e3cc8b1063f7dde7a')
+ '84c0e820cb053def1742ea59af9f2dec')
 
 build() {
   cd $srcdir/$pkgname-${pkgver}-${_pkgsubver}


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

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 17:06:22
  Author: thestinger
Revision: 135668

add termite package

Added:
  termite/
  termite/repos/
  termite/trunk/
  termite/trunk/PKGBUILD

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

Added: termite/trunk/PKGBUILD
===
--- termite/trunk/PKGBUILD  (rev 0)
+++ termite/trunk/PKGBUILD  2015-06-21 15:06:22 UTC (rev 135668)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=termite
+pkgver=10
+pkgrel=1
+pkgdesc=A simple VTE-based terminal
+arch=('i686' 'x86_64')
+url=https://github.com/thestinger/termite/;
+license=('LGPL')
+depends=('vte3-select-text=0.38.0-1')
+makedepends=('git')
+backup=(etc/xdg/termite/config)
+source=(git://github.com/thestinger/termite#tag=v$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  git submodule update --init
+  make
+}
+
+package() {
+  cd $pkgname
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 config $pkgdir/etc/xdg/termite/config
+}


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


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

2015-06-21 Thread Evgeniy Alekseev
Date: Sunday, June 21, 2015 @ 14:53:40
  Author: arcanis
Revision: 135650

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 135649, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 135649, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 135649, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 135649, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   45 +++--
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 86 insertions(+), 83 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-06-21 12:53:23 UTC (rev 135649)
+++ ChangeLog   2015-06-21 12:53:40 UTC (rev 135650)
@@ -1,21 +0,0 @@
-5.0.119.0-1:
-upstream update
-
-5.0.112.0-1:
-upstream update
-
-5.0.82.0-1:
-upstream update
-
-5.0.74.0-1:
-upstream update
-
-5.0.57.0-1:
-upstream update
-
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 135649, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-06-21 12:53:40 UTC (rev 135650)
@@ -0,0 +1,24 @@
+5.0.128.0-1:
+upstream update
+
+5.0.119.0-1:
+upstream update
+
+5.0.112.0-1:
+upstream update
+
+5.0.82.0-1:
+upstream update
+
+5.0.74.0-1:
+upstream update
+
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 12:53:23 UTC (rev 135649)
+++ PKGBUILD2015-06-21 12:53:40 UTC (rev 135650)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.119.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  #install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-
-md5sums=('49a06de33fcba2620e7027b80a6c201b'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 135649, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 12:53:40 UTC (rev 135650)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.128.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
+  --name=GeoGebra \
+  --categories=Education;Science;Math \
+  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
+}
+
+package() {
+  cd GeoGebra-Linux-Portable-${pkgver}
+

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

2015-06-21 Thread Evgeniy Alekseev
Date: Sunday, June 21, 2015 @ 14:53:23
  Author: arcanis
Revision: 135649

upgpkg: geogebra 5.0.128.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-06-21 02:58:12 UTC (rev 135648)
+++ ChangeLog   2015-06-21 12:53:23 UTC (rev 135649)
@@ -1,3 +1,6 @@
+5.0.128.0-1:
+upstream update
+
 5.0.119.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 02:58:12 UTC (rev 135648)
+++ PKGBUILD2015-06-21 12:53:23 UTC (rev 135649)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.119.0
+pkgver=5.0.128.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -37,5 +37,5 @@
   #install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
 }
 
-md5sums=('49a06de33fcba2620e7027b80a6c201b'
+md5sums=('077a3daf0041e371dd8c7d6703f89f5c'
  'fc4a3140ceb50967598a620eb85219f4')


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

2015-06-21 Thread Dan McGee
Date: Sunday, June 21, 2015 @ 15:24:09
  Author: dan
Revision: 241160

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 13:24:01 UTC (rev 241159)
+++ PKGBUILD2015-06-21 13:24:09 UTC (rev 241160)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Cilyan Olowen gak...@gmail.com
-
-pkgbase=python-nose
-pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
-pkgver=1.3.6
-pkgrel=1
-pkgdesc=A discovery-based unittest extension
-arch=('any')
-url='http://readthedocs.org/docs/nose/'
-license=('LGPL2.1')
-makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
-source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
-md5sums=('0ca546d81ca8309080fc80cb389e7a16')
-
-build() {
-  cd $srcdir/nose-$pkgver
-  sed -i -e s:man/man1:share/man/man1:g setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-setuptools')
-  cd $srcdir/nose-$pkgver
-  python3 setup.py install --prefix=/usr --root=${pkgdir}
-  ln -s nosetests $pkgdir/usr/bin/nosetests3
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-setuptools')
-  cd $srcdir/nose2-$pkgver
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc=Nose documentation and examples
-  cd $srcdir/nose-$pkgver/doc
-  make SPHINXBUILD=sphinx-build2 html
-  mkdir -p $pkgdir/usr/share/doc/python-nose
-  cp -r .build/html $pkgdir/usr/share/doc/python-nose
-  cp -r ../examples $pkgdir/usr/share/doc/python-nose
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 241159, 
python-nose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 13:24:09 UTC (rev 241160)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Cilyan Olowen gak...@gmail.com
+
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose' 'python-nose-doc')
+pkgver=1.3.7
+pkgrel=1
+pkgdesc=A discovery-based unittest extension
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 
'python2-sphinx')
+source=(http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz;)
+md5sums=('4d3ad0ff07b61373d2cefc89c5d0b20b')
+
+build() {
+  cd $srcdir/nose-$pkgver
+  sed -i -e s:man/man1:share/man/man1:g setup.py
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+}
+
+package_python-nose() {
+  depends=('python' 'python-setuptools')
+  cd $srcdir/nose-$pkgver
+  python3 setup.py install --prefix=/usr --root=${pkgdir}
+  ln -s nosetests $pkgdir/usr/bin/nosetests3
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-setuptools')
+  cd $srcdir/nose2-$pkgver
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+  mv $pkgdir/usr/bin/nosetests $pkgdir/usr/bin/nosetests2
+  rm -rf $pkgdir/usr/share
+}
+
+package_python-nose-doc(){
+  pkgdesc=Nose documentation and examples
+  cd $srcdir/nose-$pkgver/doc
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p $pkgdir/usr/share/doc/python-nose
+  cp -r .build/html $pkgdir/usr/share/doc/python-nose
+  cp -r ../examples $pkgdir/usr/share/doc/python-nose
+}


[arch-commits] Commit in desmume/repos/community-x86_64 (5 files)

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:13:19
  Author: schuay
Revision: 135659

archrelease: copy trunk to community-x86_64

Added:
  desmume/repos/community-x86_64/PKGBUILD
(from rev 135658, desmume/trunk/PKGBUILD)
  desmume/repos/community-x86_64/desmume.install
(from rev 135658, desmume/trunk/desmume.install)
Deleted:
  desmume/repos/community-x86_64/PKGBUILD
  desmume/repos/community-x86_64/desmume.install
  desmume/repos/community-x86_64/glx_3Demu.patch

-+
 PKGBUILD|   93 +-
 desmume.install |   22 ++--
 glx_3Demu.patch |   25 --
 3 files changed, 55 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:13:14 UTC (rev 135658)
+++ PKGBUILD2015-06-21 14:13:19 UTC (rev 135659)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Jonathan Conder jonno dot conder at gmail dot com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Nathan Jones nath...@insightbb.com
-# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
-# Contributor: angvp angvp at archlinux dot us
-# Contributor: Allan mcrae_allan at hotmail dot com
-# Contributor: w0rm w0rmtux at gmail dot com
-# Contributor: vEX vex at niechift dot com
-# Contributor: Asher256 achrafcherti at gmail dot com
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=4
-pkgdesc=Nintendo DS emulator
-arch=('i686' 'x86_64')
-url=http://desmume.org/;
-license=('GPL')
-depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa' 'clang')
-install=desmume.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-glx_3Demu.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2  $srcdir/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  # Using clang to workaround FS#41476
-  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-x86_64/PKGBUILD (from rev 135658, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:13:19 UTC (rev 135659)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jonathan Conder jonno dot conder at gmail dot com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Nathan Jones nath...@insightbb.com
+# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
+# Contributor: angvp angvp at archlinux dot us
+# Contributor: Allan mcrae_allan at hotmail dot com
+# Contributor: w0rm w0rmtux at gmail dot com
+# Contributor: vEX vex at niechift dot com
+# Contributor: Asher256 achrafcherti at gmail dot com
+
+pkgname=desmume
+pkgver=0.9.11
+pkgrel=1
+pkgdesc=Nintendo DS emulator
+arch=('i686' 'x86_64')
+url=http://desmume.org/;
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa' 'clang')
+install=desmume.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('269b5d4ddc5715720469a9d0efc53044')

Deleted: desmume.install
===
--- desmume.install 2015-06-21 14:13:14 UTC (rev 135658)
+++ desmume.install 2015-06-21 14:13:19 UTC (rev 135659)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-x86_64/desmume.install (from rev 135658, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2015-06-21 14:13:19 UTC (rev 135659)
@@ -0,0 +1,11 @@
+post_install() {
+  

[arch-commits] Commit in desmume/repos/community-i686 (5 files)

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:13:14
  Author: schuay
Revision: 135658

archrelease: copy trunk to community-i686

Added:
  desmume/repos/community-i686/PKGBUILD
(from rev 135657, desmume/trunk/PKGBUILD)
  desmume/repos/community-i686/desmume.install
(from rev 135657, desmume/trunk/desmume.install)
Deleted:
  desmume/repos/community-i686/PKGBUILD
  desmume/repos/community-i686/desmume.install
  desmume/repos/community-i686/glx_3Demu.patch

-+
 PKGBUILD|   93 +-
 desmume.install |   22 ++--
 glx_3Demu.patch |   25 --
 3 files changed, 55 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 14:13:03 UTC (rev 135657)
+++ PKGBUILD2015-06-21 14:13:14 UTC (rev 135658)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: schuay jakob.gru...@gmail.com
-# Contributor: Jonathan Conder jonno dot conder at gmail dot com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Nathan Jones nath...@insightbb.com
-# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
-# Contributor: angvp angvp at archlinux dot us
-# Contributor: Allan mcrae_allan at hotmail dot com
-# Contributor: w0rm w0rmtux at gmail dot com
-# Contributor: vEX vex at niechift dot com
-# Contributor: Asher256 achrafcherti at gmail dot com
-
-pkgname=desmume
-pkgver=0.9.10
-pkgrel=4
-pkgdesc=Nintendo DS emulator
-arch=('i686' 'x86_64')
-url=http://desmume.org/;
-license=('GPL')
-depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa' 'clang')
-install=desmume.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-glx_3Demu.patch)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2  $srcdir/glx_3Demu.patch
-
-  # See https://bugs.archlinux.org/task/35086 and
-  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
-  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
-
-  # Using clang to workaround FS#41476
-  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}
-
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')

Copied: desmume/repos/community-i686/PKGBUILD (from rev 135657, 
desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 14:13:14 UTC (rev 135658)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: schuay jakob.gru...@gmail.com
+# Contributor: Jonathan Conder jonno dot conder at gmail dot com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Nathan Jones nath...@insightbb.com
+# Contributor: Javier Phrodo_00 Aravena phrodo.00 at gmail dot com
+# Contributor: angvp angvp at archlinux dot us
+# Contributor: Allan mcrae_allan at hotmail dot com
+# Contributor: w0rm w0rmtux at gmail dot com
+# Contributor: vEX vex at niechift dot com
+# Contributor: Asher256 achrafcherti at gmail dot com
+
+pkgname=desmume
+pkgver=0.9.11
+pkgrel=1
+pkgdesc=Nintendo DS emulator
+arch=('i686' 'x86_64')
+url=http://desmume.org/;
+license=('GPL')
+depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
+makedepends=('intltool' 'mesa' 'clang')
+install=desmume.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # See https://bugs.archlinux.org/task/35086 and
+  # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
+  sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
+
+  # Using clang to workaround FS#41476
+  ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+md5sums=('269b5d4ddc5715720469a9d0efc53044')

Deleted: desmume.install
===
--- desmume.install 2015-06-21 14:13:03 UTC (rev 135657)
+++ desmume.install 2015-06-21 14:13:14 UTC (rev 135658)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: desmume/repos/community-i686/desmume.install (from rev 135657, 
desmume/trunk/desmume.install)
===
--- desmume.install (rev 0)
+++ desmume.install 2015-06-21 14:13:14 UTC (rev 135658)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q

[arch-commits] Commit in desmume/trunk (PKGBUILD glx_3Demu.patch)

2015-06-21 Thread Jakob Gruber
Date: Sunday, June 21, 2015 @ 16:13:03
  Author: schuay
Revision: 135657

desmume-0.9.11-1

Modified:
  desmume/trunk/PKGBUILD
Deleted:
  desmume/trunk/glx_3Demu.patch

-+
 PKGBUILD|   13 -
 glx_3Demu.patch |   25 -
 2 files changed, 4 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 14:06:21 UTC (rev 135656)
+++ PKGBUILD2015-06-21 14:13:03 UTC (rev 135657)
@@ -12,8 +12,8 @@
 # Contributor: Asher256 achrafcherti at gmail dot com
 
 pkgname=desmume
-pkgver=0.9.10
-pkgrel=4
+pkgver=0.9.11
+pkgrel=1
 pkgdesc=Nintendo DS emulator
 arch=('i686' 'x86_64')
 url=http://desmume.org/;
@@ -21,15 +21,11 @@
 depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 
'gtk2' 'zziplib')
 makedepends=('intltool' 'mesa' 'clang')
 install=desmume.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-glx_3Demu.patch)
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # http://sourceforge.net/p/desmume/code/4907/
-  patch -Np2  $srcdir/glx_3Demu.patch
-
   # See https://bugs.archlinux.org/task/35086 and
   # 
https://sourceforge.net/tracker/?func=detailaid=3612768group_id=164579atid=832291
   sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
@@ -45,5 +41,4 @@
   make DESTDIR=$pkgdir/ install
 }
 
-md5sums=('a6aedfe5d6437d481aa9ac5fb5aebbea'
- '352ea0ffa109f68da2fb79f30d2c85e2')
+md5sums=('269b5d4ddc5715720469a9d0efc53044')

Deleted: glx_3Demu.patch
===
--- glx_3Demu.patch 2015-06-21 14:06:21 UTC (rev 135656)
+++ glx_3Demu.patch 2015-06-21 14:13:03 UTC (rev 135657)
@@ -1,25 +0,0 @@
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:08:52.762390897 +0100
-@@ -41,11 +41,7 @@
- glXDestroyContext(dpy, ctx);
- 
- XCloseDisplay(dpy);
--
--return true;
- }
--
--return false;
- }
- 
- int init_glx_3Demu(void) 
 src/desmume-0.9.10/src/gtk/glx_3Demu.cpp   2013-11-28 01:36:53.712615822 
+0100
-+++ glx_3Demu.cpp  2013-11-28 22:14:34.529740137 +0100
-@@ -31,7 +31,7 @@
- static GLXContext ctx;
- static GLXPbuffer pbuf;
- 
--void deinit_glx_3Demu(void)
-+int deinit_glx_3Demu(void)
- {
- Display *dpy = glXGetCurrentDisplay();
- 


[arch-commits] Commit in firefox/trunk (PKGBUILD freetype26.patch)

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 13:54:42
  Author: foutrelis
Revision: 241155

Fix build with FreeType 2.6

Added:
  firefox/trunk/freetype26.patch
Modified:
  firefox/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 freetype26.patch |   30 ++
 2 files changed, 39 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 09:37:02 UTC (rev 241154)
+++ PKGBUILD2015-06-21 11:54:42 UTC (rev 241155)
@@ -22,12 +22,17 @@
 install=firefox.install
 options=('!emptydirs' '!makeflags')
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
-mozconfig firefox.desktop firefox-install-dir.patch vendor.js
+mozconfig
+firefox.desktop
+firefox-install-dir.patch
+freetype26.patch
+vendor.js
 firefox-fixed-loading-icon.png)
 sha256sums=('4f53506d1e8a724a165ee509d9448fa7c9b7203183f53ae313063eb144a403b6'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
+'b9c440406644fde5097da8717f0b5e5e973d11ec4dd6d4a0570ca7094d96dc85'
 '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
 '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213')
 validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
@@ -53,6 +58,9 @@
   cp ../mozconfig .mozconfig
   patch -Np1 -i ../firefox-install-dir.patch
 
+  # https://bugzilla.mozilla.org/show_bug.cgi?id=1143411
+  patch -Np1 -i ../freetype26.patch
+
   echo -n $_google_api_key google-api-key
   echo ac_add_options --with-google-api-keyfile=\$PWD/google-api-key\ 
.mozconfig
 

Added: freetype26.patch
===
--- freetype26.patch(rev 0)
+++ freetype26.patch2015-06-21 11:54:42 UTC (rev 241155)
@@ -0,0 +1,30 @@
+
+# HG changeset patch
+# User NiLuJe nin...@gmail.com
+# Date 1426721573 14400
+# Node ID afd840d66e6a775dc2ed35dd3add01ff07f950fe
+# Parent  35515400af363bfc141353acd474814567c43c54
+Bug 1143411 - Fix build against latest freetype code. r=glandium
+
+diff --git a/config/system-headers b/config/system-headers
+--- a/config/system-headers
 b/config/system-headers
+@@ -465,16 +465,17 @@ freetype/tttables.h
+ freetype/t1tables.h
+ freetype/ftlcdfil.h
+ freetype/ftsizes.h
+ freetype/ftadvanc.h
+ freetype/ftbitmap.h
+ freetype/ftxf86.h
+ freetype.h
+ ftcache.h
++ftfntfmt.h
+ ftglyph.h
+ ftsynth.h
+ ftoutln.h
+ ttnameid.h
+ tttables.h
+ t1tables.h
+ ftlcdfil.h
+ ftsizes.h
+


[arch-commits] Commit in (hidepid/trunk/PKGBUILD vte3-ng/trunk/PKGBUILD)

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 17:32:17
  Author: thestinger
Revision: 135671

add missing $Id$ properties

Modified:
  hidepid/trunk/PKGBUILD(properties)
  vte3-ng/trunk/PKGBUILD(properties)

Index: hidepid/trunk/PKGBUILD
===
--- hidepid/trunk/PKGBUILD  2015-06-21 15:11:50 UTC (rev 135670)
+++ hidepid/trunk/PKGBUILD  2015-06-21 15:32:17 UTC (rev 135671)

Property changes on: hidepid/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: vte3-ng/trunk/PKGBUILD
===
--- vte3-ng/trunk/PKGBUILD  2015-06-21 15:11:50 UTC (rev 135670)
+++ vte3-ng/trunk/PKGBUILD  2015-06-21 15:32:17 UTC (rev 135671)

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


[arch-commits] Commit in lmms/trunk (PKGBUILD make-werrror-optional.patch)

2015-06-21 Thread Evangelos Foutras
Date: Sunday, June 21, 2015 @ 18:50:41
  Author: foutrelis
Revision: 135672

Fix build with GCC 5.1

Added:
  lmms/trunk/make-werrror-optional.patch
Modified:
  lmms/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 make-werrror-optional.patch |   22 ++
 2 files changed, 33 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 15:32:17 UTC (rev 135671)
+++ PKGBUILD2015-06-21 16:50:41 UTC (rev 135672)
@@ -23,14 +23,22 @@
 conflicts=('lmms-extras')
 options=('!makeflags')
 install=lmms.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz;)
-md5sums=('88d9e66d240b711c37315e3c9da644a1')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LMMS/${pkgname}/archive/v${pkgver}.tar.gz;
+make-werrror-optional.patch)
+md5sums=('88d9e66d240b711c37315e3c9da644a1'
+ '2c6e51b665c34fa61dc8b23e129404a9')
 
-build() {
+prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
   sed -i 's|lib64|lib|g' cmake/modules/DetectMachine.cmake
 
+  patch -Np1 -i ../make-werrror-optional.patch
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
   cmake . -DCMAKE_INSTALL_PREFIX=/usr -USE=vst
   make
 }

Added: make-werrror-optional.patch
===
--- make-werrror-optional.patch (rev 0)
+++ make-werrror-optional.patch 2015-06-21 16:50:41 UTC (rev 135672)
@@ -0,0 +1,22 @@
+From 9cc1a5931c34535436a2fb82e51031121b3a53d1 Mon Sep 17 00:00:00 2001
+From: Lukas W lukas...@gmail.com
+Date: Thu, 22 Jan 2015 12:39:20 +0100
+Subject: [PATCH] Make -Werror optional
+
+---
+ CMakeLists.txt| 3 ++-
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 4cb7407..a526df3 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -358,7 +358,8 @@ 
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc.in ${CM
+ 
+ # set compiler flags
+ SET(WERROR_FLAGS -Wall -Werror=unused-function -Wno-sign-compare 
-Wno-strict-overflow)
+-IF(NOT LMMS_BUILD_APPLE)
++OPTION(USE_WERROR Add -werror to the build flags. Stops the build on 
warnings OFF)
++IF(${USE_WERROR})
+SET(WERROR_FLAGS ${WERROR_FLAGS} -Werror)
+ ENDIF()
+ 


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

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 16:47:33
  Author: thestinger
Revision: 135666

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

Added:
  vte3-ng/repos/community-i686/
  vte3-ng/repos/community-i686/PKGBUILD
(from rev 135665, vte3-ng/trunk/PKGBUILD)
  vte3-ng/repos/community-x86_64/
  vte3-ng/repos/community-x86_64/PKGBUILD
(from rev 135665, vte3-ng/trunk/PKGBUILD)

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

Copied: vte3-ng/repos/community-i686/PKGBUILD (from rev 135665, 
vte3-ng/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-21 14:47:33 UTC (rev 135666)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=vte3-ng
+_basever=0.40.2
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc=Enhanced Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url=https://github.com/thestinger/vte-ng;
+source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
+sha256sums=('b35aa9a616d0a5f848dd1af2c66e8e46441c9703ae07bee53d5cdcb476c6414f')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd vte-ng-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+  echo BAZ  baz
+}
+
+package() {
+  cd vte-ng-$pkgver
+  echo FOOBAR  foo
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}

Copied: vte3-ng/repos/community-x86_64/PKGBUILD (from rev 135665, 
vte3-ng/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-06-21 14:47:33 UTC (rev 135666)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+
+pkgname=vte3-ng
+_basever=0.40.2
+pkgver=$_basever.a
+pkgrel=1
+pkgdesc=Enhanced Virtual Terminal Emulator widget for use with GTK3
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gtk3' 'vte-common')
+makedepends=('intltool' 'gobject-introspection' 'gtk3' 'vala' 'gtk-doc' 
'gperf')
+url=https://github.com/thestinger/vte-ng;
+source=(https://github.com/thestinger/vte-ng/archive/$pkgver.tar.gz)
+sha256sums=('b35aa9a616d0a5f848dd1af2c66e8e46441c9703ae07bee53d5cdcb476c6414f')
+provides=(vte3=$_basever vte3-select-text=$_basever)
+conflicts=(vte3 vte3-select-text)
+replaces=(vte3-select-text)
+
+build() {
+  cd vte-ng-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection --enable-gnome-pty-helper
+  make
+  echo BAZ  baz
+}
+
+package() {
+  cd vte-ng-$pkgver
+  echo FOOBAR  foo
+  make DESTDIR=$pkgdir install
+
+  rm $pkgdir/usr/lib/vte/gnome-pty-helper
+  rm $pkgdir/etc/profile.d/vte.sh
+}


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

2015-06-21 Thread Daniel Micay
Date: Sunday, June 21, 2015 @ 17:00:34
  Author: thestinger
Revision: 135667

rm debugging stuff

Modified:
  vte3-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 14:47:33 UTC (rev 135666)
+++ PKGBUILD2015-06-21 15:00:34 UTC (rev 135667)
@@ -25,12 +25,10 @@
   --localstatedir=/var --disable-static \
   --enable-introspection --enable-gnome-pty-helper
   make
-  echo BAZ  baz
 }
 
 package() {
   cd vte-ng-$pkgver
-  echo FOOBAR  foo
   make DESTDIR=$pkgdir install
 
   rm $pkgdir/usr/lib/vte/gnome-pty-helper


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

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:43:57
  Author: fyan
Revision: 241175

archrelease: copy trunk to extra-any

Added:
  python-pyasn1-modules/repos/extra-any/PKGBUILD
(from rev 241174, python-pyasn1-modules/trunk/PKGBUILD)
Deleted:
  python-pyasn1-modules/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 03:43:37 UTC (rev 241174)
+++ PKGBUILD2015-06-22 03:43:57 UTC (rev 241175)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-
-pkgbase=python-pyasn1-modules
-pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.5
-pkgrel=1
-pkgdesc=A collection of ASN.1-based protocols modules
-arch=('any')
-license=('BSD')
-url=http://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1')
-source=(http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz;)
-md5sums=('6c5c9dd61a5784ff22695ac233cb11f8')
-
-prepare() {
-   cp -a pyasn1-modules-${pkgver}{,-python2}
-}
-
-build() {
-   # Build python 3 module
-   cd pyasn1-modules-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../pyasn1-modules-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-pyasn1-modules() {
-   depends=('python' 'python-pyopenssl' 'python-pyasn1')
- 
-   cd pyasn1-modules-${pkgver}
-   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
- 
-package_python2-pyasn1-modules() {
-   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1')
- 
-   cd pyasn1-modules-${pkgver}-python2
-   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
-   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-   
\ No newline at end of file

Copied: python-pyasn1-modules/repos/extra-any/PKGBUILD (from rev 241174, 
python-pyasn1-modules/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 03:43:57 UTC (rev 241175)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgbase=python-pyasn1-modules
+pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
+pkgver=0.0.6
+pkgrel=1
+pkgdesc=A collection of ASN.1-based protocols modules
+arch=('any')
+license=('BSD')
+url=http://pypi.python.org/pypi/pyasn1-modules;
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz;)
+md5sums=('3b94e7a4999bc7477b76c46c30a56727')
+
+prepare() {
+   cp -a pyasn1-modules-${pkgver}{,-python2}
+}
+
+build() {
+   # Build python 3 module
+   cd pyasn1-modules-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../pyasn1-modules-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-pyasn1-modules() {
+   depends=('python' 'python-pyopenssl' 'python-pyasn1')
+ 
+   cd pyasn1-modules-${pkgver}
+   python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pyasn1-modules() {
+   depends=('python2' 'python2-pyopenssl' 'python2-pyasn1')
+ 
+   cd pyasn1-modules-${pkgver}-python2
+   python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
+   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+   


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

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:43:37
  Author: fyan
Revision: 241174

upgpkg: python-pyasn1-modules 0.0.6-1

Modified:
  python-pyasn1-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 00:05:03 UTC (rev 241173)
+++ PKGBUILD2015-06-22 03:43:37 UTC (rev 241174)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-pyasn1-modules
 pkgname=('python-pyasn1-modules' 'python2-pyasn1-modules')
-pkgver=0.0.5
+pkgver=0.0.6
 pkgrel=1
 pkgdesc=A collection of ASN.1-based protocols modules
 arch=('any')
 license=('BSD')
 url=http://pypi.python.org/pypi/pyasn1-modules;
-makedepends=('python-pyasn1' 'python2-pyasn1')
+makedepends=('python-pyasn1' 'python2-pyasn1' 'python-setuptools' 
'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-${pkgver}.tar.gz;)
-md5sums=('6c5c9dd61a5784ff22695ac233cb11f8')
+md5sums=('3b94e7a4999bc7477b76c46c30a56727')
 
 prepare() {
cp -a pyasn1-modules-${pkgver}{,-python2}
@@ -42,4 +42,4 @@
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-   
\ No newline at end of file
+   


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

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:49:35
  Author: fyan
Revision: 135681

upgpkg: ponyc 0.1.7-1

Modified:
  ponyc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 03:31:41 UTC (rev 135680)
+++ PKGBUILD2015-06-22 03:49:35 UTC (rev 135681)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=ponyc
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='An actor model, capabilities, high performance programming language.'
 url='http://ponylang.org/'
@@ -13,7 +13,7 @@
 checkdepends=('pcre2')
 optdepends=('pcre2: Needed for the regex package.')
 source=(http://www.ponylang.org/releases/source/ponyc-$pkgver.tar.bz2;)
-sha512sums=('058c5f83ea4d598d84e0e3abd975a29d64e96a2617adb1774fab7052865aa8d6ca250c50f2fd280033d4d3dfdf1edf5335dc4e5c92145a24dcfd10ce26007083')
+sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
 
 build() {
   make config=release prefix=/usr


[arch-commits] Commit in ponyc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:49:55
  Author: fyan
Revision: 135682

archrelease: copy trunk to community-x86_64

Added:
  ponyc/repos/community-x86_64/PKGBUILD
(from rev 135681, ponyc/trunk/PKGBUILD)
Deleted:
  ponyc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 03:49:35 UTC (rev 135681)
+++ PKGBUILD2015-06-22 03:49:55 UTC (rev 135682)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=ponyc
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='An actor model, capabilities, high performance programming language.'
-url='http://ponylang.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('zlib' 'ncurses' 'gcc-libs')
-makedepends=('llvm')
-checkdepends=('pcre2')
-optdepends=('pcre2: Needed for the regex package.')
-source=(http://www.ponylang.org/releases/source/ponyc-$pkgver.tar.bz2;)
-sha512sums=('058c5f83ea4d598d84e0e3abd975a29d64e96a2617adb1774fab7052865aa8d6ca250c50f2fd280033d4d3dfdf1edf5335dc4e5c92145a24dcfd10ce26007083')
-
-build() {
-  make config=release prefix=/usr
-}
-
-check() {
-  make config=release prefix=/usr test
-}
-
-package() {
-  # The makefile is very strange and requires almost as much post-correction
-  # as to simply do the installation myself.  Even with patches to the
-  # makefile to stop it attempting to symlink locations it has no business
-  # touching.
-  #make config=release prefix=/usr destdir=$pkgdir/usr/lib/pony/$pkgver 
install
-
-  install -Dm755 build/release/ponyc $pkgdir/usr/lib/pony/$pkgver/ponyc
-  install -Dm644 build/release/libponyrt.a $pkgdir/usr/lib/libponyrt.a
-  install -Dm644 build/release/libponyc.a $pkgdir/usr/lib/libponyc.a
-  install -Dm644 src/libponyrt/pony.h $pkgdir/usr/include/pony.h
-
-  # Ponyc is designed to read its standard packages from the same directory.
-  install -dm755 $pkgdir/usr/bin
-  ln -sf /usr/lib/pony/$pkgver/ponyc $pkgdir/usr/bin/ponyc
-
-  cp -dr --no-preserve=ownership packages/* $pkgdir/usr/lib/pony/$pkgver
-
-  # Let's include the examples as documentation is scarce.
-  install -dm755 $pkgdir/usr/share/doc/pony
-  cp -dr --no-preserve=ownership examples $pkgdir/usr/share/doc/pony
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: ponyc/repos/community-x86_64/PKGBUILD (from rev 135681, 
ponyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 03:49:55 UTC (rev 135682)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=ponyc
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='An actor model, capabilities, high performance programming language.'
+url='http://ponylang.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('zlib' 'ncurses' 'gcc-libs')
+makedepends=('llvm')
+checkdepends=('pcre2')
+optdepends=('pcre2: Needed for the regex package.')
+source=(http://www.ponylang.org/releases/source/ponyc-$pkgver.tar.bz2;)
+sha512sums=('018c77a5848efee95f2733e54995ee2f06874b8dae45c46c93066144e00dd93b12eaa56dbf1a83b7e1d8eeaac3decf9706ebe8a56f97c8d789f8ce07a7c4da78')
+
+build() {
+  make config=release prefix=/usr
+}
+
+check() {
+  make config=release prefix=/usr test
+}
+
+package() {
+  # The makefile is very strange and requires almost as much post-correction
+  # as to simply do the installation myself.  Even with patches to the
+  # makefile to stop it attempting to symlink locations it has no business
+  # touching.
+  #make config=release prefix=/usr destdir=$pkgdir/usr/lib/pony/$pkgver 
install
+
+  install -Dm755 build/release/ponyc $pkgdir/usr/lib/pony/$pkgver/ponyc
+  install -Dm644 build/release/libponyrt.a $pkgdir/usr/lib/libponyrt.a
+  install -Dm644 build/release/libponyc.a $pkgdir/usr/lib/libponyc.a
+  install -Dm644 src/libponyrt/pony.h $pkgdir/usr/include/pony.h
+
+  # Ponyc is designed to read its standard packages from the same directory.
+  install -dm755 $pkgdir/usr/bin
+  ln -sf /usr/lib/pony/$pkgver/ponyc $pkgdir/usr/bin/ponyc
+
+  cp -dr --no-preserve=ownership packages/* $pkgdir/usr/lib/pony/$pkgver
+
+  # Let's include the examples as documentation is scarce.
+  install -dm755 $pkgdir/usr/share/doc/pony
+  cp -dr --no-preserve=ownership examples $pkgdir/usr/share/doc/pony
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:31:41
  Author: fyan
Revision: 135680

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 03:31:21 UTC (rev 135679)
+++ PKGBUILD2015-06-22 03:31:41 UTC (rev 135680)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150614
-pkgrel=1
-pkgdesc=Dictionaries for the SKK Japanese input method
-arch=('any')
-url=http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('1d49c2ccb9d59a344c7373beabcdf1b1'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd $srcdir
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 135679, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 03:31:41 UTC (rev 135680)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150621
+pkgrel=1
+pkgdesc=Dictionaries for the SKK Japanese input method
+arch=('any')
+url=http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('1094cb67fee991f1196679a83e2fad8e'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd $srcdir
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 $srcdir/SKK-JISYO.$t.$pkgver 
$pkgdir/usr/share/skk/SKK-JISYO.$t
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-06-22 03:31:21 UTC (rev 135679)
+++ skk-jisyo.install   2015-06-22 03:31:41 UTC (rev 135680)
@@ -1,10 +0,0 @@
-post_install() {
-  echo  If you want to merge dictionaries, use skktools
-  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
-  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 135679, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-06-22 03:31:41 UTC (rev 135680)
@@ -0,0 +1,10 @@
+post_install() {
+  echo  If you want to merge dictionaries, use skktools
+  echo  For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:
+  echo  % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo  SKK-JISYO.XL
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-06-21 Thread Felix Yan
Date: Monday, June 22, 2015 @ 05:31:21
  Author: fyan
Revision: 135679

upgpkg: skk-jisyo 20150621-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 21:28:52 UTC (rev 135678)
+++ PKGBUILD2015-06-22 03:31:21 UTC (rev 135679)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150614
+pkgver=20150621
 pkgrel=1
 pkgdesc=Dictionaries for the SKK Japanese input method
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('1d49c2ccb9d59a344c7373beabcdf1b1'
+md5sums=('1094cb67fee991f1196679a83e2fad8e'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-06-21 Thread Evangelos Foutras
Date: Monday, June 22, 2015 @ 07:06:11
  Author: foutrelis
Revision: 135685

Fix source URL

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 04:30:40 UTC (rev 135684)
+++ PKGBUILD2015-06-22 05:06:11 UTC (rev 135685)
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'gavl=1.0.0' 'opencv=2.4.3')
 makedepends=('doxygen')
 options=('!emptydirs')
-source=(https://files.dyne.org/.xsend.php?file=frei0r/releases/frei0r-plugins-$pkgver.tar.gz)
+source=(https://files.dyne.org/frei0r/releases/$pkgname-$pkgver.tar.gz)
 md5sums=('202375d1bcb545c1b6eb8f34e0260ec5')
 
 build() {


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

2015-06-21 Thread Gaetan Bisson
Date: Monday, June 22, 2015 @ 01:57:49
  Author: bisson
Revision: 241172

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

Added:
  mpd/repos/extra-i686/PKGBUILD
(from rev 241171, mpd/trunk/PKGBUILD)
  mpd/repos/extra-i686/conf
(from rev 241171, mpd/trunk/conf)
  mpd/repos/extra-i686/install
(from rev 241171, mpd/trunk/install)
  mpd/repos/extra-i686/tmpfiles.d
(from rev 241171, mpd/trunk/tmpfiles.d)
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 241171, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 241171, mpd/trunk/conf)
  mpd/repos/extra-x86_64/install
(from rev 241171, mpd/trunk/install)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 241171, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-i686/PKGBUILD
  mpd/repos/extra-i686/conf
  mpd/repos/extra-i686/install
  mpd/repos/extra-i686/tmpfiles.d
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/install
  mpd/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  110 ++
 /conf   |   12 +
 /install|   22 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   55 ---
 extra-i686/conf |6 --
 extra-i686/install  |   11 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   55 ---
 extra-x86_64/conf   |6 --
 extra-x86_64/install|   11 
 extra-x86_64/tmpfiles.d |1 
 12 files changed, 146 insertions(+), 146 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 23:57:00 UTC (rev 241171)
+++ extra-i686/PKGBUILD 2015-06-21 23:57:49 UTC (rev 241172)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Ben b...@benmazer.net
-
-pkgname=mpd
-pkgver=0.19.9
-pkgrel=6
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='http://www.musicpd.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
- 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
-'tmpfiles.d'
-'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
-  'f4d5922abb69abb739542d8e93f4dfd748acdad7'
-  '291fd5cda9f0845834a553017327c4586bd853f6')
-
-backup=('etc/mpd.conf')
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-libmpdclient \
-   --enable-jack \
-   --enable-soundcloud \
-   --enable-pipe-output \
-   --enable-pulse \
-   --disable-sidplay \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../conf ${pkgdir}/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/mpd.conf
-   install -d -g 45 -o 45 ${pkgdir}/var/lib/mpd{,/playlists}
-
-   install -Dm644 ${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-   sed '/\[Service\]/a User=mpd' -i 
${pkgdir}/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
${pkgdir}/usr/lib/systemd/{system,user}/mpd.service
-}

Copied: mpd/repos/extra-i686/PKGBUILD (from rev 241171, mpd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 23:57:49 UTC (rev 241172)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Ben b...@benmazer.net
+
+pkgname=mpd
+pkgver=0.19.10
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://www.musicpd.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl' 
'libmpdclient'
+ 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr' 'smbclient')
+makedepends=('boost' 'doxygen')

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

2015-06-21 Thread Gaetan Bisson
Date: Monday, June 22, 2015 @ 01:57:00
  Author: bisson
Revision: 241171

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 21:33:13 UTC (rev 241170)
+++ PKGBUILD2015-06-21 23:57:00 UTC (rev 241171)
@@ -6,8 +6,8 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=mpd
-pkgver=0.19.9
-pkgrel=6
+pkgver=0.19.10
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://www.musicpd.org/'
 license=('GPL')
@@ -20,7 +20,7 @@
 
source=(http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}
 'tmpfiles.d'
 'conf')
-sha1sums=('6683bee5f132eda318c5a61ec14b2df8d9164d60' 'SKIP'
+sha1sums=('4635b33223d3f1e67eed41f6350ef75515153213' 'SKIP'
   'f4d5922abb69abb739542d8e93f4dfd748acdad7'
   '291fd5cda9f0845834a553017327c4586bd853f6')
 


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

2015-06-21 Thread Guillaume Alaux
Date: Sunday, June 21, 2015 @ 23:33:13
  Author: guillaume
Revision: 241170

Add upstream patch to fix OOM

Added:
  
java8-openjdk/trunk/JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch
Modified:
  java8-openjdk/trunk/PKGBUILD

+
 JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch |   
46 ++
 PKGBUILD   |   
13 +-
 2 files changed, 55 insertions(+), 4 deletions(-)

Added: 
JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch
===
--- JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch  
(rev 0)
+++ JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch  
2015-06-21 21:33:13 UTC (rev 241170)
@@ -0,0 +1,46 @@
+
+# HG changeset patch
+# User sgehwolf
+# Date 1430335428 25200
+# Node ID 2a55e4998f0d28c7003a8a0f43d2c7602d89f54b
+# Parent  cd8fe1a9205aedb6b5a1fc16e664412e48aee565
+8078666: JVM fastdebug build compiled with GCC 5 asserts with widen increases
+Summary: do the math on the unsigned type where overflows are well defined
+Reviewed-by: kvn, aph
+
+diff -r cd8fe1a9205a -r 2a55e4998f0d src/share/vm/opto/type.cpp
+--- a/src/share/vm/opto/type.cpp   Wed Jun 10 20:15:29 2015 -0400
 b/src/share/vm/opto/type.cpp   Wed Apr 29 12:23:48 2015 -0700
+@@ -1180,11 +1180,11 @@
+   // Certain normalizations keep us sane when comparing types.
+   // The 'SMALLINT' covers constants and also CC and its relatives.
+   if (lo = hi) {
+-if ((juint)(hi - lo) = SMALLINT)  w = Type::WidenMin;
+-if ((juint)(hi - lo) = max_juint) w = Type::WidenMax; // TypeInt::INT
++if (((juint)hi - lo) = SMALLINT)  w = Type::WidenMin;
++if (((juint)hi - lo) = max_juint) w = Type::WidenMax; // TypeInt::INT
+   } else {
+-if ((juint)(lo - hi) = SMALLINT)  w = Type::WidenMin;
+-if ((juint)(lo - hi) = max_juint) w = Type::WidenMin; // dual 
TypeInt::INT
++if (((juint)lo - hi) = SMALLINT)  w = Type::WidenMin;
++if (((juint)lo - hi) = max_juint) w = Type::WidenMin; // dual 
TypeInt::INT
+   }
+   return w;
+ }
+@@ -1438,11 +1438,11 @@
+   // Certain normalizations keep us sane when comparing types.
+   // The 'SMALLINT' covers constants.
+   if (lo = hi) {
+-if ((julong)(hi - lo) = SMALLINT)   w = Type::WidenMin;
+-if ((julong)(hi - lo) = max_julong) w = Type::WidenMax; // TypeLong::LONG
++if (((julong)hi - lo) = SMALLINT)   w = Type::WidenMin;
++if (((julong)hi - lo) = max_julong) w = Type::WidenMax; // TypeLong::LONG
+   } else {
+-if ((julong)(lo - hi) = SMALLINT)   w = Type::WidenMin;
+-if ((julong)(lo - hi) = max_julong) w = Type::WidenMin; // dual 
TypeLong::LONG
++if (((julong)lo - hi) = SMALLINT)   w = Type::WidenMin;
++if (((julong)lo - hi) = max_julong) w = Type::WidenMin; // dual 
TypeLong::LONG
+   }
+   return w;
+ }
+

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 21:13:49 UTC (rev 241169)
+++ PKGBUILD2015-06-21 21:33:13 UTC (rev 241170)
@@ -29,7 +29,8 @@
 jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
 
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz
-JDK-8074312-hotspot.patch)
+JDK-8074312-hotspot.patch
+
JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch)
 
 sha256sums=('b3567bc0383fedb263cd0b2ba84c8716b0dc4e51cf2828c56cdfd96e2d1aa6b2'
 '6158c421b49b6c197e17e198525998505f4643c4c7a6b92278f8e700e77f99de'
@@ -39,7 +40,8 @@
 'c5e0f96dd56326598bdd5e29c16ca63f2b12becf0228b6bac6688260c08e5976'
 'eed8556576f39d6028e5ce31560b157cf956ee82367501435c5844fd2ca970b9'
 'e18987e06e448820daa49e2ea5ef6dee2f497dadba5a2488bb707ba574cf30e9'
-'95fbd155806cac22de9e6df6f4f92ae79530f86d63cea1deaf98e607953e0b50')
+'95fbd155806cac22de9e6df6f4f92ae79530f86d63cea1deaf98e607953e0b50'
+'8df4d5d78753ebc5bc425fd1c8fe788106ac8b9d3155feb162a748a96c81cc05')
 
 case ${CARCH} in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
@@ -63,9 +65,12 @@
 ln -s ../${subrepo}-${_repo_ver} ${subrepo}
   done
 
+  cd ${srcdir}/hotspot-${_repo_ver}
   # https://bugs.openjdk.java.net/browse/JDK-8074312
-  cd ${srcdir}/hotspot-${_repo_ver}
-  patch -p1  ${srcdir}/JDK-8074312-hotspot.patch
+  patch -p1  ${srcdir}/JDK-8074312-hotspot.patch
+  # https://bugs.archlinux.org/task/45386
+  # https://bugs.openjdk.java.net/browse/JDK-8078666
+  patch -p1  
${srcdir}/JVM_fastdebug_build_compiled_with_GCC_5_asserts_with_widen_increases.patch
 }
 
 build() {


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

2015-06-21 Thread Kyle Keen
Date: Sunday, June 21, 2015 @ 23:03:27
  Author: kkeen
Revision: 135674

upgpkg: pyglet 1.2.3-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 16:52:24 UTC (rev 135673)
+++ PKGBUILD2015-06-21 21:03:27 UTC (rev 135674)
@@ -6,7 +6,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc=A cross-platform windowing and multimedia library for Python
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
 optdepends=('avbin: provides audiovideo support')
 
source=(https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
-md5sums=('967c479c6d6e7b9604714114539d981a')
+md5sums=('7b5e3c8ceae30cc6e6df1f7dc777034a')
 
 prepare() {
cd $srcdir


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

2015-06-21 Thread Kyle Keen
Date: Sunday, June 21, 2015 @ 23:03:42
  Author: kkeen
Revision: 135675

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 135674, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 21:03:27 UTC (rev 135674)
+++ PKGBUILD2015-06-21 21:03:42 UTC (rev 135675)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgbase=pyglet
-pkgname=('python-pyglet' 'python2-pyglet')
-pkgver=1.2.2
-pkgrel=1
-pkgdesc=A cross-platform windowing and multimedia library for Python
-arch=('any')
-url=http://pyglet.org/;
-license=('BSD')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
-optdepends=('avbin: provides audiovideo support')
-source=(https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
-md5sums=('967c479c6d6e7b9604714114539d981a')
-
-prepare() {
-   cd $srcdir
-   cp -r $srcdir/$pkgbase-$pkgver $srcdir/${pkgbase}2-$pkgver
-}
-
-build() { 
-   cd $srcdir/${pkgbase}2-$pkgver
-   python2 setup.py build
-
-   cd $srcdir/$pkgbase-$pkgver
-   python3 setup.py build
-}
-
-package_python2-pyglet() {
-   depends=('python2')
-   conflicts=('pyglet')
-   provides=('pyglet')
-   replaces=('pyglet')
-   cd $srcdir/${pkgbase}2-$pkgver
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
-   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
-   python2 setup.py install --root=$pkgdir --optimize=0
-find $pkgdir/ -name '*.pyc' -delete
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pyglet() {
-   depends=('python')
-   cd $srcdir/$pkgbase-$pkgver
-   python3 setup.py install --root=$pkgdir --optimize=0
-find $pkgdir/ -name '*.pyc' -delete
-   find $pkgdir/ -type d -empty -delete
-   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: pyglet/repos/community-any/PKGBUILD (from rev 135674, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 21:03:42 UTC (rev 135675)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=pyglet
+pkgname=('python-pyglet' 'python2-pyglet')
+pkgver=1.2.3
+pkgrel=1
+pkgdesc=A cross-platform windowing and multimedia library for Python
+arch=('any')
+url=http://pyglet.org/;
+license=('BSD')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+optdepends=('avbin: provides audiovideo support')
+source=(https://pypi.python.org/packages/source/p/pyglet/pyglet-$pkgver.tar.gz;)
+md5sums=('7b5e3c8ceae30cc6e6df1f7dc777034a')
+
+prepare() {
+   cd $srcdir
+   cp -r $srcdir/$pkgbase-$pkgver $srcdir/${pkgbase}2-$pkgver
+}
+
+build() { 
+   cd $srcdir/${pkgbase}2-$pkgver
+   python2 setup.py build
+
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py build
+}
+
+package_python2-pyglet() {
+   depends=('python2')
+   conflicts=('pyglet')
+   provides=('pyglet')
+   replaces=('pyglet')
+   cd $srcdir/${pkgbase}2-$pkgver
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 's|/usr/bin/env 
python$|/usr/bin/env python2|'
+   find ./ -type f -name '*.py' | xargs -n 1 sed -i 
's|/usr/bin/python|/usr/bin/env python2|'
+   python2 setup.py install --root=$pkgdir --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-pyglet() {
+   depends=('python')
+   cd $srcdir/$pkgbase-$pkgver
+   python3 setup.py install --root=$pkgdir --optimize=0
+find $pkgdir/ -name '*.pyc' -delete
+   find $pkgdir/ -type d -empty -delete
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in java8-openjdk/trunk (JDK-8074312-hotspot.patch PKGBUILD)

2015-06-21 Thread Guillaume Alaux
Date: Sunday, June 21, 2015 @ 23:13:49
  Author: guillaume
Revision: 241169

Add patch to fix build with linux4

Added:
  java8-openjdk/trunk/JDK-8074312-hotspot.patch
Modified:
  java8-openjdk/trunk/PKGBUILD

---+
 JDK-8074312-hotspot.patch |   12 
 PKGBUILD  |   10 --
 2 files changed, 20 insertions(+), 2 deletions(-)

Added: JDK-8074312-hotspot.patch
===
--- JDK-8074312-hotspot.patch   (rev 0)
+++ JDK-8074312-hotspot.patch   2015-06-21 21:13:49 UTC (rev 241169)
@@ -0,0 +1,12 @@
+diff -r 61edd5c7412e make/linux/Makefile
+--- a/make/linux/Makefile  Mon Mar 02 18:12:06 2015 +
 b/make/linux/Makefile  Tue Mar 03 15:58:13 2015 +0100
+@@ -233,7 +233,7 @@
+ # Solaris 2.5.1, 2.6).
+ # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok.
+ 
+-SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3%
++SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% 4%
+ OS_VERSION := $(shell uname -r)
+ EMPTY_IF_NOT_SUPPORTED = $(filter $(SUPPORTED_OS_VERSION),$(OS_VERSION))
+ 

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 20:51:27 UTC (rev 241168)
+++ PKGBUILD2015-06-21 21:13:49 UTC (rev 241169)
@@ -28,7 +28,8 @@
 
jaxws-${_repo_ver}.tar.gz::${_url_src}/jaxws/archive/${_repo_ver}.tar.gz
 jaxp-${_repo_ver}.tar.gz::${_url_src}/jaxp/archive/${_repo_ver}.tar.gz
 
langtools-${_repo_ver}.tar.gz::${_url_src}/langtools/archive/${_repo_ver}.tar.gz
-
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz)
+
nashorn-${_repo_ver}.tar.gz::${_url_src}/nashorn/archive/${_repo_ver}.tar.gz
+JDK-8074312-hotspot.patch)
 
 sha256sums=('b3567bc0383fedb263cd0b2ba84c8716b0dc4e51cf2828c56cdfd96e2d1aa6b2'
 '6158c421b49b6c197e17e198525998505f4643c4c7a6b92278f8e700e77f99de'
@@ -37,7 +38,8 @@
 'e6f6233c26335536436de89ebf741df8b142119d8b41abc34c3287dd155a43bb'
 'c5e0f96dd56326598bdd5e29c16ca63f2b12becf0228b6bac6688260c08e5976'
 'eed8556576f39d6028e5ce31560b157cf956ee82367501435c5844fd2ca970b9'
-'e18987e06e448820daa49e2ea5ef6dee2f497dadba5a2488bb707ba574cf30e9')
+'e18987e06e448820daa49e2ea5ef6dee2f497dadba5a2488bb707ba574cf30e9'
+'95fbd155806cac22de9e6df6f4f92ae79530f86d63cea1deaf98e607953e0b50')
 
 case ${CARCH} in
   'x86_64') _JARCH=amd64 ; _DOC_ARCH=x86_64 ;;
@@ -60,6 +62,10 @@
   do
 ln -s ../${subrepo}-${_repo_ver} ${subrepo}
   done
+
+  # https://bugs.openjdk.java.net/browse/JDK-8074312
+  cd ${srcdir}/hotspot-${_repo_ver}
+  patch -p1  ${srcdir}/JDK-8074312-hotspot.patch
 }
 
 build() {


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

2015-06-21 Thread Laurent Carlier
Date: Sunday, June 21, 2015 @ 22:02:47
  Author: lcarlier
Revision: 241165

upgpkg: ocl-icd 2.2.7-1

upstream update 2.2.7

Modified:
  ocl-icd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 14:52:16 UTC (rev 241164)
+++ PKGBUILD2015-06-21 20:02:47 UTC (rev 241165)
@@ -2,13 +2,13 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 
 pkgname=ocl-icd
-pkgver=2.2.6
-_pkgver=666
+pkgver=2.2.7
+_pkgver=667
 pkgrel=1
 pkgdesc=OpenCL ICD Bindings
 arch=('i686' 'x86_64')
 url=https://forge.imag.fr/projects/ocl-icd/;
-license=('GPL')
+license=('BSD')
 depends=('glibc')
 makedepends=('ruby' 'opencl-headers=1.2')
 checkdepends=()
@@ -16,7 +16,7 @@
 conflicts=('libcl')
 replaces=('libcl')
 source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('ae564b57bb7add100a674284af9bf0bd')
+md5sums=('23dd2615d7d73257b326d3dd6c519649')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -33,6 +33,9 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
+
+  install -m755 -d $pkgdir/usr/share/licenses/ocl-icd
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/ocl-icd/
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-06-21 Thread Laurent Carlier
Date: Sunday, June 21, 2015 @ 22:02:56
  Author: lcarlier
Revision: 241166

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

Added:
  ocl-icd/repos/extra-i686/PKGBUILD
(from rev 241165, ocl-icd/trunk/PKGBUILD)
  ocl-icd/repos/extra-x86_64/PKGBUILD
(from rev 241165, ocl-icd/trunk/PKGBUILD)
Deleted:
  ocl-icd/repos/extra-i686/PKGBUILD
  ocl-icd/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   38 --
 extra-x86_64/PKGBUILD |   38 --
 3 files changed, 82 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 20:02:47 UTC (rev 241165)
+++ extra-i686/PKGBUILD 2015-06-21 20:02:56 UTC (rev 241166)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgname=ocl-icd
-pkgver=2.2.6
-_pkgver=666
-pkgrel=1
-pkgdesc=OpenCL ICD Bindings
-arch=('i686' 'x86_64')
-url=https://forge.imag.fr/projects/ocl-icd/;
-license=('GPL')
-depends=('glibc')
-makedepends=('ruby' 'opencl-headers=1.2')
-checkdepends=()
-provides=('libcl' 'opencl-icd-loader')
-conflicts=('libcl')
-replaces=('libcl')
-source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('ae564b57bb7add100a674284af9bf0bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-# fail in i686
-#check() {
-#  cd $srcdir/$pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocl-icd/repos/extra-i686/PKGBUILD (from rev 241165, 
ocl-icd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 20:02:56 UTC (rev 241166)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=ocl-icd
+pkgver=2.2.7
+_pkgver=667
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('glibc')
+makedepends=('ruby' 'opencl-headers=1.2')
+checkdepends=()
+provides=('libcl' 'opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('23dd2615d7d73257b326d3dd6c519649')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  install -m755 -d $pkgdir/usr/share/licenses/ocl-icd
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/ocl-icd/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-21 20:02:47 UTC (rev 241165)
+++ extra-x86_64/PKGBUILD   2015-06-21 20:02:56 UTC (rev 241166)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-
-pkgname=ocl-icd
-pkgver=2.2.6
-_pkgver=666
-pkgrel=1
-pkgdesc=OpenCL ICD Bindings
-arch=('i686' 'x86_64')
-url=https://forge.imag.fr/projects/ocl-icd/;
-license=('GPL')
-depends=('glibc')
-makedepends=('ruby' 'opencl-headers=1.2')
-checkdepends=()
-provides=('libcl' 'opencl-icd-loader')
-conflicts=('libcl')
-replaces=('libcl')
-source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('ae564b57bb7add100a674284af9bf0bd')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-# fail in i686
-#check() {
-#  cd $srcdir/$pkgname-$pkgver
-#  make -k check
-#}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ocl-icd/repos/extra-x86_64/PKGBUILD (from rev 241165, 
ocl-icd/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-21 20:02:56 UTC (rev 241166)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=ocl-icd
+pkgver=2.2.7
+_pkgver=667
+pkgrel=1
+pkgdesc=OpenCL ICD Bindings
+arch=('i686' 'x86_64')
+url=https://forge.imag.fr/projects/ocl-icd/;
+license=('BSD')
+depends=('glibc')
+makedepends=('ruby' 'opencl-headers=1.2')
+checkdepends=()
+provides=('libcl' 'opencl-icd-loader')
+conflicts=('libcl')
+replaces=('libcl')
+source=(http://forge.imag.fr/frs/download.php/$_pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('23dd2615d7d73257b326d3dd6c519649')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+# fail in i686
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check
+#}
+
+package() {
+  cd 

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

2015-06-21 Thread Jaroslav Lichtblau
Date: Sunday, June 21, 2015 @ 23:24:11
  Author: jlichtblau
Revision: 135676

upgpkg: syncthing 0.11.10-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 21:03:42 UTC (rev 135675)
+++ PKGBUILD2015-06-21 21:24:11 UTC (rev 135676)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.11.9
+pkgver=0.11.10
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


[arch-commits] Commit in syncthing/repos/community-x86_64 (PKGBUILD PKGBUILD)

2015-06-21 Thread Jaroslav Lichtblau
Date: Sunday, June 21, 2015 @ 23:24:24
  Author: jlichtblau
Revision: 135677

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 135676, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 21:24:11 UTC (rev 135676)
+++ PKGBUILD2015-06-21 21:24:24 UTC (rev 135677)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.9
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 135676, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 21:24:24 UTC (rev 135677)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.10
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# man pages
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
+  for file in $(find . -name '*.1' -print); do
+install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
+  

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 22:51:27
  Author: bpiotrowski
Revision: 241168

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

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

+
 /PKGBUILD  |   78 +++
 /gnote.install |   42 +++
 extra-i686/PKGBUILD|   32 -
 extra-i686/gnote.install   |   21 ---
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/gnote.install |   21 ---
 6 files changed, 120 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 20:51:11 UTC (rev 241167)
+++ extra-i686/PKGBUILD 2015-06-21 20:51:27 UTC (rev 241168)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: uastasi uast...@archlinux.us
-pkgname=gnote
-pkgver=3.16.0
-pkgrel=1
-pkgdesc=A note taking application.
-arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gnote/repos/extra-i686/PKGBUILD (from rev 241167, gnote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 20:51:27 UTC (rev 241168)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: uastasi uast...@archlinux.us
+
+pkgname=gnote
+pkgver=3.16.1
+pkgrel=1
+pkgdesc='A note taking application'
+arch=('i686' 'x86_64')
+url='http://live.gnome.org/Gnote'
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf'
+ 'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8360a8ddfbc1cddd8970a29c66965f2de4d1330145f7cc7d47831205e2b10087')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gnote.install
===
--- extra-i686/gnote.install2015-06-21 20:51:11 UTC (rev 241167)
+++ extra-i686/gnote.install2015-06-21 20:51:27 UTC (rev 241168)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/extra-i686/gnote.install (from rev 241167, 
gnote/trunk/gnote.install)
===
--- extra-i686/gnote.install(rev 0)
+++ extra-i686/gnote.install2015-06-21 20:51:27 UTC (rev 241168)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

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

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 22:51:11
  Author: bpiotrowski
Revision: 241167

upgpkg: gnote 3.16.1-1

new upstream release

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 20:02:56 UTC (rev 241166)
+++ PKGBUILD2015-06-21 20:51:11 UTC (rev 241167)
@@ -1,32 +1,39 @@
 # $Id$
 # Maintainer:  Ionut Biru ib...@archlinux.org
 # Contributor: uastasi uast...@archlinux.us
+
 pkgname=gnote
-pkgver=3.16.0
+pkgver=3.16.1
 pkgrel=1
-pkgdesc=A note taking application.
+pkgdesc='A note taking application'
 arch=('i686' 'x86_64')
-url=http://live.gnome.org/Gnote;
+url='http://live.gnome.org/Gnote'
 license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf'
+ 'libsecret')
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('acad6b711a0aa41397aa35f4eda2d44dcecd57d6a17adcb8d1d7db4018c5e2fb')
+sha256sums=('8360a8ddfbc1cddd8970a29c66965f2de4d1330145f7cc7d47831205e2b10087')
 
 build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+  make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }


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

2015-06-21 Thread Jaroslav Lichtblau
Date: Sunday, June 21, 2015 @ 23:28:52
  Author: jlichtblau
Revision: 135678

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 135677, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-21 21:24:24 UTC (rev 135677)
+++ PKGBUILD2015-06-21 21:28:52 UTC (rev 135678)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.9
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  if [ ${CARCH} == i686 ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH} == x86_64 ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-#  go run build.go -no-upgrade test
-}
-
-package() {
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file ${pkgdir}/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 135677, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-21 21:28:52 UTC (rev 135678)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.10
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  if [ ${CARCH} == i686 ] ; then
+  go run build.go -no-upgrade -goarch 386 build
+  if [ ${CARCH} == x86_64 ] ; then
+  go run build.go -no-upgrade -goarch amd64 build
+  else
+  go run build.go -no-upgrade build
+  fi
+}
+
+check() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+#  go run build.go -no-upgrade test
+}
+
+package() {
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  install -Dm755 ${pkgname} ${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
+  install -Dm644 etc/linux-systemd/system/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
+  install -Dm644 etc/linux-systemd/user/${pkgname}.service 
${pkgdir}/usr/lib/systemd/user/${pkgname}.service
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+# man pages
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}/man
+  for file in $(find . -name '*.1' -print); do
+install -Dm644 $file ${pkgdir}/usr/share/man/man1/$file
+  done
+  

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 10:43:31
  Author: bpiotrowski
Revision: 241149

upgpkg: ffmpeg 1:2.7.1-1

new upstream release

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 02:46:44 UTC (rev 241148)
+++ PKGBUILD2015-06-21 08:43:31 UTC (rev 241149)
@@ -5,7 +5,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 
 pkgname=ffmpeg
-pkgver=2.7
+pkgver=2.7.1
 pkgrel=1
 epoch=1
 pkgdesc='Complete and free Internet live audio and video broadcasting solution'
@@ -22,7 +22,7 @@
 makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5a16425b0bde1b952f58cff71b569a45'
+md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
  'SKIP')
 
 build() {


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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 10:43:48
  Author: bpiotrowski
Revision: 241150

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 08:43:31 UTC (rev 241149)
+++ extra-i686/PKGBUILD 2015-06-21 08:43:48 UTC (rev 241150)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-# Contributor: Paul Mattal p...@archlinux.org
-
-pkgname=ffmpeg
-pkgver=2.7
-pkgrel=1
-epoch=1
-pkgdesc='Complete and free Internet live audio and video broadcasting solution'
-arch=('i686' 'x86_64')
-url='http://ffmpeg.org/'
-license=('GPL')
-depends=(
-  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
-  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
-  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
-  'zlib' 'fribidi' 'libssh'
-  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
-)
-makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
-source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
-md5sums=('5a16425b0bde1b952f58cff71b569a45'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gnutls \
---enable-gpl \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libschroedinger \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvorbis \
---enable-libvpx \
---enable-libx264 \
---enable-libx265 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-x11grab \
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play,server}.1
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install install-man
-  install -Dm755 tools/qt-faststart $pkgdir/usr/bin/qt-faststart
-}

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 241149, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-21 08:43:48 UTC (rev 241150)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+# Contributor: Paul Mattal p...@archlinux.org
+
+pkgname=ffmpeg
+pkgver=2.7.1
+pkgrel=1
+epoch=1
+pkgdesc='Complete and free Internet live audio and video broadcasting solution'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL')
+depends=(
+  'alsa-lib' 'bzip2' 'fontconfig' 'gnutls' 'gsm' 'lame' 'libass' 'libvdpau'
+  'libbluray' 'libmodplug' 'libpulse' 'libtheora' 'libva' 'opencore-amr'
+  'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex' 'v4l-utils' 'xvidcore'
+  'zlib' 'fribidi' 'libssh'
+  'libvorbisenc.so' 'libvorbis.so' 'libvpx.so' 'libx264.so' 'libx265.so'
+)
+makedepends=('libvdpau' 'yasm' 'hardening-wrapper')
+source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8') # ffmpeg-devel
+md5sums=('f159c6d7eed8546b23e1a17325cbf1f8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--disable-debug \
+--disable-static \
+--disable-stripping \
+--enable-avisynth \
+--enable-avresample \
+--enable-fontconfig \
+--enable-gnutls \
+--enable-gpl \
+--enable-libass \
+--enable-libbluray \
+--enable-libfreetype \
+--enable-libfribidi \
+--enable-libgsm \
+--enable-libmodplug \
+--enable-libmp3lame \
+--enable-libopencore_amrnb \
+--enable-libopencore_amrwb \
+--enable-libopenjpeg \
+--enable-libopus \
+--enable-libpulse \
+

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 11:26:16
  Author: bpiotrowski
Revision: 241152

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

Added:
  mariadb/repos/extra-i686/PKGBUILD
(from rev 241151, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-i686/mariadb-post.sh
(from rev 241151, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
(from rev 241151, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-i686/mariadb.install
(from rev 241151, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-i686/mariadb.service
(from rev 241151, mariadb/trunk/mariadb.service)
  mariadb/repos/extra-x86_64/PKGBUILD
(from rev 241151, mariadb/trunk/PKGBUILD)
  mariadb/repos/extra-x86_64/mariadb-post.sh
(from rev 241151, mariadb/trunk/mariadb-post.sh)
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
(from rev 241151, mariadb/trunk/mariadb-tmpfile.conf)
  mariadb/repos/extra-x86_64/mariadb.install
(from rev 241151, mariadb/trunk/mariadb.install)
  mariadb/repos/extra-x86_64/mariadb.service
(from rev 241151, mariadb/trunk/mariadb.service)
Deleted:
  mariadb/repos/extra-i686/PKGBUILD
  mariadb/repos/extra-i686/mariadb-post.sh
  mariadb/repos/extra-i686/mariadb-tmpfile.conf
  mariadb/repos/extra-i686/mariadb.install
  mariadb/repos/extra-i686/mariadb.service
  mariadb/repos/extra-x86_64/PKGBUILD
  mariadb/repos/extra-x86_64/mariadb-post.sh
  mariadb/repos/extra-x86_64/mariadb-tmpfile.conf
  mariadb/repos/extra-x86_64/mariadb.install
  mariadb/repos/extra-x86_64/mariadb.service

---+
 /PKGBUILD |  320 
 /mariadb-post.sh  |   16 +
 /mariadb-tmpfile.conf |2 
 /mariadb.install  |   70 +++
 /mariadb.service  |   32 +++
 extra-i686/PKGBUILD   |  160 --
 extra-i686/mariadb-post.sh|8 
 extra-i686/mariadb-tmpfile.conf   |1 
 extra-i686/mariadb.install|   35 ---
 extra-i686/mariadb.service|   16 -
 extra-x86_64/PKGBUILD |  160 --
 extra-x86_64/mariadb-post.sh  |8 
 extra-x86_64/mariadb-tmpfile.conf |1 
 extra-x86_64/mariadb.install  |   35 ---
 extra-x86_64/mariadb.service  |   16 -
 15 files changed, 440 insertions(+), 440 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-21 09:25:50 UTC (rev 241151)
+++ extra-i686/PKGBUILD 2015-06-21 09:26:16 UTC (rev 241152)
@@ -1,160 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-
-pkgbase=mariadb
-pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.19
-_pkgver=${pkgver/.a/a}
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mariadb.org/'
-makedepends=('cmake' 'openssl' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre'
- 'jemalloc' 'lz4')
-source=(http://mariadb.kisiek.net/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz
-mariadb.service
-mariadb-post.sh
-mariadb-tmpfile.conf)
-md5sums=('aeaf101c688515dc8f73a5250e6c1df9'
- 'd488fffa9f62f9949c4aa1bb6e6db692'
- 'b79e65a5aa536e6b5bc60988eb0b78a2'
- '2fa6e456964d4ff5e6d4f9ff0126aed6')
-
-build() {
-  mkdir build
-  cd build
-
-  cmake ../$pkgbase-$_pkgver \
--DCMAKE_AR=/usr/bin/gcc-ar \
--DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
--DBUILD_CONFIG=mysql_release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/mysql \
--DMYSQL_DATADIR=/var/lib/mysql \
--DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
--DDEFAULT_CHARSET=utf8 \
--DDEFAULT_COLLATION=utf8_general_ci \
--DENABLED_LOCAL_INFILE=ON \
--DINSTALL_INFODIR=share/mysql/docs \
--DINSTALL_MANDIR=share/man \
--DINSTALL_PLUGINDIR=lib/mysql/plugin \
--DINSTALL_SCRIPTDIR=bin \
--DINSTALL_INCLUDEDIR=include/mysql \
--DINSTALL_DOCREADMEDIR=share/mysql \
--DINSTALL_SUPPORTFILESDIR=share/mysql \
--DINSTALL_MYSQLSHAREDIR=share/mysql \
--DINSTALL_DOCDIR=share/mysql/docs \
--DINSTALL_SHAREDIR=share/mysql \
--DWITH_READLINE=ON \
--DWITH_ZLIB=system \
--DWITH_SSL=system \
--DWITH_PCRE=system \
--DWITH_LIBWRAP=OFF \
--DWITH_JEMALLOC=ON \
--DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
--DWITH_EXTRA_CHARSETS=complex \
--DWITH_EMBEDDED_SERVER=ON \
--DWITH_ARCHIVE_STORAGE_ENGINE=1 \
--DWITH_BLACKHOLE_STORAGE_ENGINE=1 \
--DWITH_INNOBASE_STORAGE_ENGINE=1 \
--DWITH_PARTITION_STORAGE_ENGINE=1 \
--DWITH_TOKUDB_STORAGE_ENGINE=1 \
--DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
--DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
--DWITHOUT_PBXT_STORAGE_ENGINE=1 \
--DCMAKE_C_FLAGS=-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 
-fomit-frame-pointer -fno-delete-null-pointer-checks \
--DCMAKE_CXX_FLAGS=-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 

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

2015-06-21 Thread Bartłomiej Piotrowski
Date: Sunday, June 21, 2015 @ 11:25:50
  Author: bpiotrowski
Revision: 241151

upgpkg: mariadb 10.0.20-1

new upstream release

Modified:
  mariadb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-21 08:43:48 UTC (rev 241150)
+++ PKGBUILD2015-06-21 09:25:50 UTC (rev 241151)
@@ -3,7 +3,7 @@
 
 pkgbase=mariadb
 pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
-pkgver=10.0.19
+pkgver=10.0.20
 _pkgver=${pkgver/.a/a}
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 mariadb.service
 mariadb-post.sh
 mariadb-tmpfile.conf)
-md5sums=('aeaf101c688515dc8f73a5250e6c1df9'
+md5sums=('59d6c00827ad56f2ac76340fece32fc0'
  'd488fffa9f62f9949c4aa1bb6e6db692'
  'b79e65a5aa536e6b5bc60988eb0b78a2'
  '2fa6e456964d4ff5e6d4f9ff0126aed6')