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

2016-04-23 Thread Jerome Leclanche
Date: Sunday, April 24, 2016 @ 06:47:43
  Author: jleclanche
Revision: 171686

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-24 04:37:42 UTC (rev 171685)
+++ community-i686/PKGBUILD 2016-04-24 04:47:43 UTC (rev 171686)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("adfc4b64301e1ebc1c6c94f9a2ead73be0ab7232d05ae9fb20fc52e053ce2ae3")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-i686/PKGBUILD (from rev 171685, 
sassc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-24 04:47:43 UTC (rev 171686)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.3.6
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-24 04:37:42 UTC (rev 171685)
+++ community-x86_64/PKGBUILD   2016-04-24 04:47:43 UTC (rev 171686)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=sassc
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-depends=("libsass")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("adfc4b64301e1ebc1c6c94f9a2ead73be0ab7232d05ae9fb20fc52e053ce2ae3")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sassc/repos/community-x86_64/PKGBUILD (from rev 171685, 
sassc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-24 04:47:43 UTC (rev 171686)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=sassc
+pkgver=3.3.6
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+depends=("libsass")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-23 Thread Jerome Leclanche
Date: Sunday, April 24, 2016 @ 06:37:42
  Author: jleclanche
Revision: 171685

upgpkg: sassc 3.3.6-1

Upstream release 3.3.6

Modified:
  sassc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 04:29:34 UTC (rev 171684)
+++ PKGBUILD2016-04-24 04:37:42 UTC (rev 171685)
@@ -3,7 +3,7 @@
 # Contributor: Isaac Dupree 
 
 pkgname=sassc
-pkgver=3.3.4
+pkgver=3.3.6
 pkgrel=1
 pkgdesc="C implementation of Sass CSS preprocessor."
 arch=("i686" "x86_64")
@@ -11,7 +11,7 @@
 license=("MIT")
 depends=("libsass")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("adfc4b64301e1ebc1c6c94f9a2ead73be0ab7232d05ae9fb20fc52e053ce2ae3")
+sha256sums=("3d87edeacdd0f9a21cd0bdcf0e0e40c832b21f469af80eb5e11488c66bf53840")
 
 
 build() {


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

2016-04-23 Thread Felix Yan
Date: Sunday, April 24, 2016 @ 06:29:16
  Author: fyan
Revision: 171683

upgpkg: python-freezegun 0.3.7-1

Modified:
  python-freezegun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 04:03:12 UTC (rev 171682)
+++ PKGBUILD2016-04-24 04:29:16 UTC (rev 171683)
@@ -3,7 +3,7 @@
 
 pkgbase=python-freezegun
 pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.6
+pkgver=0.3.7
 pkgrel=1
 pkgdesc="Let your Python tests travel through time"
 arch=('any')
@@ -20,18 +20,18 @@
 }
 
 build() {
-  cd "$srcdir/freezegun"
+  cd "$srcdir"/freezegun
   python setup.py build
 
-  cd "$srcdir/freezegun-py2"
+  cd "$srcdir"/freezegun-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/freezegun"
+  cd "$srcdir"/freezegun
   nosetests3
 
-  cd "$srcdir/freezegun-py2"
+  cd "$srcdir"/freezegun-py2
   nosetests2
 }
 
@@ -39,7 +39,7 @@
   depends=('python-dateutil')
 
   cd freezegun
-  python setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-freezegun() {
@@ -46,5 +46,5 @@
   depends=('python2-dateutil')
 
   cd freezegun-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }


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

2016-04-23 Thread Felix Yan
Date: Sunday, April 24, 2016 @ 06:29:34
  Author: fyan
Revision: 171684

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-24 04:29:16 UTC (rev 171683)
+++ PKGBUILD2016-04-24 04:29:34 UTC (rev 171684)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-freezegun
-pkgname=('python-freezegun' 'python2-freezegun')
-pkgver=0.3.6
-pkgrel=1
-pkgdesc="Let your Python tests travel through time"
-arch=('any')
-license=('Apache')
-url="https://github.com/spulec/freezegun;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-coverage' 'python2-coverage')
-source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a freezegun{,-py2}
-}
-
-build() {
-  cd "$srcdir/freezegun"
-  python setup.py build
-
-  cd "$srcdir/freezegun-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/freezegun"
-  nosetests3
-
-  cd "$srcdir/freezegun-py2"
-  nosetests2
-}
-
-package_python-freezegun() {
-  depends=('python-dateutil')
-
-  cd freezegun
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-freezegun() {
-  depends=('python2-dateutil')
-
-  cd freezegun-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-freezegun/repos/community-any/PKGBUILD (from rev 171683, 
python-freezegun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-24 04:29:34 UTC (rev 171684)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-freezegun
+pkgname=('python-freezegun' 'python2-freezegun')
+pkgver=0.3.7
+pkgrel=1
+pkgdesc="Let your Python tests travel through time"
+arch=('any')
+license=('Apache')
+url="https://github.com/spulec/freezegun;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-coverage' 'python2-coverage')
+source=("git+https://github.com/spulec/freezegun.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a freezegun{,-py2}
+}
+
+build() {
+  cd "$srcdir"/freezegun
+  python setup.py build
+
+  cd "$srcdir"/freezegun-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/freezegun
+  nosetests3
+
+  cd "$srcdir"/freezegun-py2
+  nosetests2
+}
+
+package_python-freezegun() {
+  depends=('python-dateutil')
+
+  cd freezegun
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-freezegun() {
+  depends=('python2-dateutil')
+
+  cd freezegun-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-04-23 Thread Felix Yan
Date: Sunday, April 24, 2016 @ 06:18:03
  Author: fyan
Revision: 266102

upgpkg: python-packaging 16.7-1

Modified:
  python-packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-24 01:36:02 UTC (rev 266101)
+++ PKGBUILD2016-04-24 04:18:03 UTC (rev 266102)
@@ -3,7 +3,7 @@
 
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
-pkgver=16.6
+pkgver=16.7
 pkgrel=1
 pkgdesc="Core utilities for Python packages"
 arch=('any')


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

2016-04-23 Thread Felix Yan
Date: Sunday, April 24, 2016 @ 06:18:22
  Author: fyan
Revision: 266103

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-24 04:18:03 UTC (rev 266102)
+++ PKGBUILD2016-04-24 04:18:22 UTC (rev 266103)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-packaging
-pkgname=(python-packaging python2-packaging)
-pkgver=16.6
-pkgrel=1
-pkgdesc="Core utilities for Python packages"
-arch=('any')
-url="https://github.com/pypa/packaging;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a packaging{,-py2}
-}
-
-build() {
-  cd "$srcdir"/packaging
-  python setup.py build
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/packaging
-  python setup.py ptr
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py ptr
-}
-
-package_python-packaging() {
-  depends=('python-pyparsing' 'python-six')
-
-  cd "$srcdir"/packaging
-  python setup.py install --root "$pkgdir"
-}
-
-package_python2-packaging() {
-  depends=('python2-pyparsing' 'python2-six')
-
-  cd "$srcdir"/packaging-py2
-  python2 setup.py install --root "$pkgdir"
-}

Copied: python-packaging/repos/extra-any/PKGBUILD (from rev 266102, 
python-packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-24 04:18:22 UTC (rev 266103)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-packaging
+pkgname=(python-packaging python2-packaging)
+pkgver=16.7
+pkgrel=1
+pkgdesc="Core utilities for Python packages"
+arch=('any')
+url="https://github.com/pypa/packaging;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
+source=("git+https://github.com/pypa/packaging.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a packaging{,-py2}
+}
+
+build() {
+  cd "$srcdir"/packaging
+  python setup.py build
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/packaging
+  python setup.py ptr
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py ptr
+}
+
+package_python-packaging() {
+  depends=('python-pyparsing' 'python-six')
+
+  cd "$srcdir"/packaging
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-packaging() {
+  depends=('python2-pyparsing' 'python2-six')
+
+  cd "$srcdir"/packaging-py2
+  python2 setup.py install --root "$pkgdir"
+}


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

2016-04-23 Thread Jerome Leclanche
Date: Sunday, April 24, 2016 @ 06:03:12
  Author: jleclanche
Revision: 171682

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-24 04:02:56 UTC (rev 171681)
+++ community-i686/PKGBUILD 2016-04-24 04:03:12 UTC (rev 171682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("d40e978f141145b9d8b22065c6f1ab4e415ddcbf153eccd54f769bdb9c1160eb")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-i686/PKGBUILD (from rev 171681, 
libsass/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-24 04:03:12 UTC (rev 171682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.6
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-24 04:02:56 UTC (rev 171681)
+++ community-x86_64/PKGBUILD   2016-04-24 04:03:12 UTC (rev 171682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-# Contributor: Isaac Dupree 
-
-pkgname=libsass
-pkgver=3.3.4
-pkgrel=1
-pkgdesc="C implementation of Sass CSS preprocessor (library)."
-arch=("i686" "x86_64")
-url="http://libsass.org/;
-license=("MIT")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=("d40e978f141145b9d8b22065c6f1ab4e415ddcbf153eccd54f769bdb9c1160eb")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   autoreconf -i
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libsass/repos/community-x86_64/PKGBUILD (from rev 171681, 
libsass/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-24 04:03:12 UTC (rev 171682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jerome Leclanche 
+# Contributor: Isaac Dupree 
+
+pkgname=libsass
+pkgver=3.3.6
+pkgrel=1
+pkgdesc="C implementation of Sass CSS preprocessor (library)."
+arch=("i686" "x86_64")
+url="http://libsass.org/;
+license=("MIT")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sass/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=("4b004b0fcef55420dc916216b1961e0d86925e6bf4a6be37d0b6db42f7f25da5")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   autoreconf -i
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-23 Thread Levente Polyak
Date: Sunday, April 24, 2016 @ 01:36:34
  Author: anthraxx
Revision: 171674

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 171673, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/fix-incompetence.patch
(from rev 171673, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-i686/synergys.service
(from rev 171673, synergy/trunk/synergys.service)
  synergy/repos/community-i686/synergys.socket
(from rev 171673, synergy/trunk/synergys.socket)
  synergy/repos/community-i686/wrapper
(from rev 171673, synergy/trunk/wrapper)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 171673, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/fix-incompetence.patch
(from rev 171673, synergy/trunk/fix-incompetence.patch)
  synergy/repos/community-x86_64/synergys.service
(from rev 171673, synergy/trunk/synergys.service)
  synergy/repos/community-x86_64/synergys.socket
(from rev 171673, synergy/trunk/synergys.socket)
  synergy/repos/community-x86_64/wrapper
(from rev 171673, synergy/trunk/wrapper)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/fix-incompetence.patch
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/wrapper
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/fix-incompetence.patch
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/wrapper

-+
 /PKGBUILD   |  210 ++
 /fix-incompetence.patch |   46 ++
 /wrapper|8 +
 community-i686/PKGBUILD |  105 ---
 community-i686/fix-incompetence.patch   |   23 ---
 community-i686/synergys.service |   10 +
 community-i686/synergys.socket  |9 +
 community-i686/synergys_at.service  |   11 -
 community-i686/synergys_at.socket   |9 -
 community-i686/wrapper  |4 
 community-x86_64/PKGBUILD   |  105 ---
 community-x86_64/fix-incompetence.patch |   23 ---
 community-x86_64/synergys.service   |   10 +
 community-x86_64/synergys.socket|9 +
 community-x86_64/synergys_at.service|   11 -
 community-x86_64/synergys_at.socket |9 -
 community-x86_64/wrapper|4 
 17 files changed, 302 insertions(+), 304 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 23:36:18 UTC (rev 171673)
+++ community-i686/PKGBUILD 2016-04-23 23:36:34 UTC (rev 171674)
@@ -1,105 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Dale Blount 
-# Contributor: Michael Düll 
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.6
-pkgrel=1
-pkgdesc="Share a single mouse and keyboard between multiple computers"
-url="http://synergy-foss.org;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
-optdepends=(
-  'qt5-base: gui support'
-  'openssl: encryption support'
-)
-source=(synergy-${pkgver}.tar.gz::https://github.com/symless/synergy/archive/v${pkgver}-stable.tar.gz
-synergys_at.socket
-synergys_at.service
-fix-incompetence.patch
-wrapper)
-sha512sums=('025305fc1aca425b27c1d4f16dd0c6ee7798c048e234c8a27272b81b03c0c1cb35fab6639707c1b55d58e7676fe2abf058b6f93e994ae5b256034c32c6fe806a'
-
'f9c124533dfd01b5036b7f4b06f7f86f69165e88b9146ff17798377119eb9f1a4666f3b2ee9840bc436558d715cdbfe2fdfd7624348fae64871f785a1a62'
-
'e85cc3452bb8ba8fcccb1857386c77eb1e4cabb149a1c492c56b38e1b121ac0e7d96c6fcbd3c9b522d3a4ae9d7a9974f4a89fc32b02a56f665be92af219e371c'
-
'd598f05614d0db894781e85ecab9a1196da3df6967e3bd44f5b8246c7cba76859734cf953edddf0addf6464f62f88b99da52fb5674e8db4a58bf971d078da83a'
-
'a2e126ad3ac53fb855a331134982f86ef81ffc75b73e73b242e6f854fe7e2daec160fac2161acdc7020cd7f57ae0a8826ac7a249ad10b03db614ada0062b3e93')
-
-prepare() {
-  cd synergy-${pkgver}-stable
-  patch -p1 < "${srcdir}/fix-incompetence.patch"
-  (cd ext
-unzip gmock-1.6.0.zip -d 

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

2016-04-23 Thread Alexander Rødseth
Date: Sunday, April 24, 2016 @ 01:12:38
  Author: arodseth
Revision: 171672

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 23:12:25 UTC (rev 171671)
+++ community-i686/PKGBUILD 2016-04-23 23:12:38 UTC (rev 171672)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='NetSurf javascript binding generator'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('GPL')
-makedepends=('netsurf-buildsystem' 'git')
-source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nsgenbind/repos/community-i686/PKGBUILD (from rev 171671, 
nsgenbind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 23:12:38 UTC (rev 171672)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.3
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/nsgenbind.git/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-23 23:12:25 UTC (rev 171671)
+++ community-x86_64/PKGBUILD   2016-04-23 23:12:38 UTC (rev 171672)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.1.0
-pkgrel=1
-pkgdesc='NetSurf javascript binding generator'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('GPL')
-makedepends=('netsurf-buildsystem' 'git')
-source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 171671, 
nsgenbind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-23 23:12:38 UTC (rev 171672)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.3
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/nsgenbind.git/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:53:06
  Author: arodseth
Revision: 171664

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

Added:
  geany-plugins/repos/community-i686/PKGBUILD
(from rev 171663, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-i686/geany-plugins.install
(from rev 171663, geany-plugins/trunk/geany-plugins.install)
  geany-plugins/repos/community-x86_64/PKGBUILD
(from rev 171663, geany-plugins/trunk/PKGBUILD)
  geany-plugins/repos/community-x86_64/geany-plugins.install
(from rev 171663, geany-plugins/trunk/geany-plugins.install)
Deleted:
  geany-plugins/repos/community-i686/PKGBUILD
  geany-plugins/repos/community-i686/geany-plugins.install
  geany-plugins/repos/community-i686/libgit2-0.23.patch
  geany-plugins/repos/community-x86_64/PKGBUILD
  geany-plugins/repos/community-x86_64/geany-plugins.install
  geany-plugins/repos/community-x86_64/libgit2-0.23.patch

+
 /PKGBUILD  |   68 +++
 /geany-plugins.install |   28 
 community-i686/PKGBUILD|   34 ---
 community-i686/geany-plugins.install   |   14 --
 community-i686/libgit2-0.23.patch  |   12 -
 community-x86_64/PKGBUILD  |   34 ---
 community-x86_64/geany-plugins.install |   14 --
 community-x86_64/libgit2-0.23.patch|   12 -
 8 files changed, 96 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 21:52:53 UTC (rev 171663)
+++ community-i686/PKGBUILD 2016-04-23 21:53:06 UTC (rev 171664)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: djgera
-# Contributor: Patrick Melo 
-
-pkgname=geany-plugins
-pkgver=1.27
-pkgrel=1
-pkgdesc='Plugins for Geany'
-arch=('x86_64' 'i686')
-url='http://plugins.geany.org/'
-license=('GPL')
-depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
-makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
-optdepends=('hspell: hebrew spell checker')
-install="$pkgname.install"
-source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: plugins.geany.org/downloads.html
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/PKGBUILD (from rev 171663, 
geany-plugins/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 21:53:06 UTC (rev 171664)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: djgera
+# Contributor: Patrick Melo 
+
+pkgname=geany-plugins
+pkgver=1.27
+pkgrel=2
+pkgdesc='Plugins for Geany'
+arch=('x86_64' 'i686')
+url='http://plugins.geany.org/'
+license=('GPL')
+depends=("geany>=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51' 'libgit2')
+makedepends=('intltool' 'vala' 'gdb' 'cppcheck' 'libgit2')
+optdepends=('hspell: hebrew spell checker')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('03195a0b7a361ddb2ee4138f46fa87b6d9b9801ff00657456ab9c8b8908c0ce0')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: plugins.geany.org/downloads.html
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/geany-plugins.install
===
--- community-i686/geany-plugins.install2016-04-23 21:52:53 UTC (rev 
171663)
+++ community-i686/geany-plugins.install2016-04-23 21:53:06 UTC (rev 
171664)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geany-plugins/repos/community-i686/geany-plugins.install (from rev 
171663, geany-plugins/trunk/geany-plugins.install)
===
--- community-i686/geany-plugins.install(rev 0)
+++ 

[arch-commits] Commit in geany-plugins/trunk (PKGBUILD libgit2-0.23.patch)

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:52:53
  Author: arodseth
Revision: 171663

upgpkg: geany-plugins 1.27-2

Modified:
  geany-plugins/trunk/PKGBUILD
Deleted:
  geany-plugins/trunk/libgit2-0.23.patch

+
 PKGBUILD   |2 +-
 libgit2-0.23.patch |   12 
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 21:46:27 UTC (rev 171662)
+++ PKGBUILD2016-04-23 21:52:53 UTC (rev 171663)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.27
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'

Deleted: libgit2-0.23.patch
===
--- libgit2-0.23.patch  2016-04-23 21:46:27 UTC (rev 171662)
+++ libgit2-0.23.patch  2016-04-23 21:52:53 UTC (rev 171663)
@@ -1,12 +0,0 @@
-diff -Naur old/git-changebar/src/gcb-plugin.c 
new/git-changebar/src/gcb-plugin.c
 old/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:32.343517032 -1000
-+++ new/git-changebar/src/gcb-plugin.c 2015-08-31 09:37:56.677041414 -1000
-@@ -656,7 +656,7 @@
-   opts.flags = GIT_DIFF_FORCE_TEXT;
-   
-   ret = git_diff_buffers (old_buf->ptr, old_buf->size, NULL,
--  buf, len, NULL, , NULL, hunk_cb, NULL, 
payload);
-+  buf, len, NULL, , NULL, NULL, hunk_cb, NULL, 
payload);
-   
-   if (free_buf) {
- g_free (buf);


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

2016-04-23 Thread Laurent Carlier
Date: Saturday, April 23, 2016 @ 23:46:27
  Author: lcarlier
Revision: 171662

archrelease: copy trunk to multilib-x86_64

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

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

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

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


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

2016-04-23 Thread Laurent Carlier
Date: Saturday, April 23, 2016 @ 23:46:21
  Author: lcarlier
Revision: 171661

upgpkg: lib32-sqlite 3.12.2-1

upstream update 3.12.2

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 21:33:40 UTC (rev 171660)
+++ PKGBUILD2016-04-23 21:46:21 UTC (rev 171661)
@@ -5,9 +5,9 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_srcver=3120100
+_srcver=3120200
 _docver=${_srcver}
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=(lib32-glibc $_pkgbasename)
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip)
-sha1sums=('f3f76c0f07a37e085eb504460a5663bcff53b6ad')
+sha1sums=('d96d0c14549212d3cac9a11450109149a17065d6')
 options=('!makeflags')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:33:40
  Author: arodseth
Revision: 171660

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

Added:
  liteide/repos/community-i686/PKGBUILD
(from rev 171659, liteide/trunk/PKGBUILD)
  liteide/repos/community-i686/liteide.png
(from rev 171659, liteide/trunk/liteide.png)
  liteide/repos/community-x86_64/PKGBUILD
(from rev 171659, liteide/trunk/PKGBUILD)
  liteide/repos/community-x86_64/liteide.png
(from rev 171659, liteide/trunk/liteide.png)
Deleted:
  liteide/repos/community-i686/PKGBUILD
  liteide/repos/community-i686/liteide.png
  liteide/repos/community-x86_64/PKGBUILD
  liteide/repos/community-x86_64/liteide.png

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 21:33:28 UTC (rev 171659)
+++ community-i686/PKGBUILD 2016-04-23 21:33:40 UTC (rev 171660)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: spambanane 
-# Contributor: Matteo 
-# Contributor: Matthew Zimmerman 
-
-pkgname=liteide
-pkgver=28
-pkgrel=1
-pkgdesc='IDE for editing and building projects written in the Go programming 
language'
-license=('LGPL')
-arch=('x86_64' 'i686')
-url='https://github.com/visualfc/liteide'
-depends=('go' 'qt5-webkit')
-replaces=('golangide')
-conflicts=('golangide')
-makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
-options=('!strip' '!emptydirs')
-#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"
-source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#tag=x$pkgver"
-'liteide.png')
-md5sums=('SKIP'
- '7f459be003d754a3a2c34be91b8c0b1f')
-
-prepare() {
-  gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-  chmod +x "liteide-x$pkgver/build/"*_*.sh
-
-  cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
-  for bits in 32 64; do
-# Fix for FS#4662 until fixed by upstream
-sed -i 's/^GOROOT/#GOROOT/g' "linux$bits.env"
-  done
-}
-
-build() {
-  cd "liteide-x$pkgver/build"
-
-  mkdir -p go
-  export GOPATH=`pwd`/go
-  export QTDIR=/usr
-
-  ./update_pkg.sh
-  ./build_linux.sh
-}
-
-package() {
-  cd "liteide-x$pkgver/build/liteide"
-
-  msg2 'Creating directories...'
-  mkdir -p \
-"$pkgdir/usr/lib/liteide" \
-"$pkgdir/usr/share/liteide" \
-"$pkgdir/usr/share/doc/$pkgname"
-
-  msg2 'Packaging executables...'
-  for binary in gotools gocode liteide; do # goimports
-install -Dm755 "bin/$binary" "$pkgdir/usr/bin/$binary"
-  done
-  ln -s /usr/bin/liteide "$pkgdir/usr/bin/golangide"
-
-  cd "$srcdir/liteide-x$pkgver/liteidex"
-
-  msg2 'Packaging resources...'
-  cp -r deploy/* os_deploy/* "$pkgdir/usr/share/liteide"
-
-  msg2 'Packaging libraries and plugins...'
-  cp -r liteide/lib/liteide/* "$pkgdir/usr/lib/liteide"
-  chmod -x "$pkgdir/usr/lib/liteide/plugins/"*
-
-  msg2 'Packaging license and license exception...'
-  install -Dm644 LICENSE.LGPL \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 LGPL_EXCEPTION.TXT \
-"$pkgdir/usr/share/licenses/$pkgname/LGPL_EXCEPTION"
-
-  cd ../..
-
-  msg2 'Packaging menu entry and icon...'
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-
-  msg2 'Cleaning up...'
-  rm -rf "$pkgdir/usr/share/$pkgname/doc"
-
-  # Fix for FS#38781
-  mv "$pkgdir/usr/share/liteide/linux/liteenv" \
-"$pkgdir/usr/share/liteide/liteenv"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: liteide/repos/community-i686/PKGBUILD (from rev 171659, 
liteide/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 21:33:40 UTC (rev 171660)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: spambanane 
+# Contributor: Matteo 
+# Contributor: Matthew Zimmerman 
+
+pkgname=liteide
+pkgver=29
+pkgrel=1
+pkgdesc='IDE for editing and building projects written in the Go programming 
language'
+license=('LGPL')
+arch=('x86_64' 'i686')
+url='https://github.com/visualfc/liteide'
+depends=('go' 'qt5-webkit')
+replaces=('golangide')
+conflicts=('golangide')
+makedepends=('gendesk' 'git' 'go' 'mercurial' 'setconf')
+options=('!strip' '!emptydirs')
+#source=("$pkgname-x$pkgver::git://github.com/visualfc/liteide.git#commit=c2e2ac2301"

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:33:28
  Author: arodseth
Revision: 171659

upgpkg: liteide 29-1

Modified:
  liteide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 21:17:03 UTC (rev 171658)
+++ PKGBUILD2016-04-23 21:33:28 UTC (rev 171659)
@@ -5,7 +5,7 @@
 # Contributor: Matthew Zimmerman 
 
 pkgname=liteide
-pkgver=28
+pkgver=29
 pkgrel=1
 pkgdesc='IDE for editing and building projects written in the Go programming 
language'
 license=('LGPL')


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:16:54
  Author: arodseth
Revision: 171657

upgpkg: erlang-docs 18.3-1

Modified:
  erlang-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 21:13:49 UTC (rev 171656)
+++ PKGBUILD2016-04-23 21:16:54 UTC (rev 171657)
@@ -1,10 +1,10 @@
 # $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Lukas Fleischer 
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-docs
-pkgver=18.0
+pkgver=18.3
 pkgrel=1
 pkgdesc='HTML and PDF documentation for Erlang'
 arch=('any')
@@ -11,7 +11,7 @@
 url='http://www.erlang.org/doc/'
 license=('custom')
 source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2')
+sha256sums=('8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f')
 
 package() {
   install -d "$pkgdir/usr/share/doc/erlang"


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:17:03
  Author: arodseth
Revision: 171658

archrelease: copy trunk to community-any

Added:
  erlang-docs/repos/community-any/PKGBUILD
(from rev 171657, erlang-docs/trunk/PKGBUILD)
Deleted:
  erlang-docs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 21:16:54 UTC (rev 171657)
+++ PKGBUILD2016-04-23 21:17:03 UTC (rev 171658)
@@ -1,22 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-docs
-pkgver=18.0
-pkgrel=1
-pkgdesc='HTML and PDF documentation for Erlang'
-arch=('any')
-url='http://www.erlang.org/doc/'
-license=('custom')
-source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
-sha256sums=('e5a766f68406f5025f921ec32e8959937189ed1245e24b03a74156a8898b03b2')
-
-package() {
-  install -d "$pkgdir/usr/share/doc/erlang"
-  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
-  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-docs/repos/community-any/PKGBUILD (from rev 171657, 
erlang-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 21:17:03 UTC (rev 171658)
@@ -0,0 +1,22 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Lukas Fleischer 
+# Contributor: Ricardo Catalinas Jiménez 
+
+pkgname=erlang-docs
+pkgver=18.3
+pkgrel=1
+pkgdesc='HTML and PDF documentation for Erlang'
+arch=('any')
+url='http://www.erlang.org/doc/'
+license=('custom')
+source=("http://www.erlang.org/download/otp_doc_html_${pkgver}.tar.gz;)
+sha256sums=('8fd6980fd05367735779a487df107ace7c53733f52fbe56de7ca7844a355676f')
+
+package() {
+  install -d "$pkgdir/usr/share/doc/erlang"
+  cp -rf doc erts-* lib "$pkgdir/usr/share/doc/erlang"
+  install -Dm0644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:13:49
  Author: arodseth
Revision: 171656

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

Added:
  erlang-nox/repos/community-i686/PKGBUILD
(from rev 171655, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-i686/epmd.conf
(from rev 171655, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-i686/epmd.service
(from rev 171655, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-i686/epmd.socket
(from rev 171655, erlang-nox/trunk/epmd.socket)
  erlang-nox/repos/community-x86_64/PKGBUILD
(from rev 171655, erlang-nox/trunk/PKGBUILD)
  erlang-nox/repos/community-x86_64/epmd.conf
(from rev 171655, erlang-nox/trunk/epmd.conf)
  erlang-nox/repos/community-x86_64/epmd.service
(from rev 171655, erlang-nox/trunk/epmd.service)
  erlang-nox/repos/community-x86_64/epmd.socket
(from rev 171655, erlang-nox/trunk/epmd.socket)
Deleted:
  erlang-nox/repos/community-i686/PKGBUILD
  erlang-nox/repos/community-i686/epmd.conf
  erlang-nox/repos/community-i686/epmd.service
  erlang-nox/repos/community-i686/epmd.socket
  erlang-nox/repos/community-x86_64/PKGBUILD
  erlang-nox/repos/community-x86_64/epmd.conf
  erlang-nox/repos/community-x86_64/epmd.service
  erlang-nox/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  146 
 /epmd.conf|6 +
 /epmd.service |   22 ++
 /epmd.socket  |   18 
 community-i686/PKGBUILD   |   73 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 ---
 community-i686/epmd.socket|9 --
 community-x86_64/PKGBUILD |   73 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 ---
 community-x86_64/epmd.socket  |9 --
 12 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 21:13:31 UTC (rev 171655)
+++ community-i686/PKGBUILD 2016-04-23 21:13:49 UTC (rev 171656)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgname=erlang-nox
-pkgver=18.3
-pkgrel=1
-pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-depends=('ncurses' 'openssl')
-makedepends=('perl' 'lksctp-tools' 'unixodbc' 'git' 'libxslt' 'fop')
-conflicts=('erlang')
-optdepends=('erlang-unixodbc: database support'
-'java-environment: for Java support'
-'lksctp-tools: for SCTP support')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package() {
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Remove files that are packaged as erlang-unixodbc
-  rm -r "$pkgdir/usr/lib/erlang/"{lib/odbc*,man/man3/odbc.3.gz}
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-# getver: raw.githubusercontent.com/erlang/otp/maint/OTP_VERSION
-# vim:set ts=2 sw=2 et:

Copied: erlang-nox/repos/community-i686/PKGBUILD (from rev 171655, 
erlang-nox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 23:13:31
  Author: arodseth
Revision: 171655

upgpkg: erlang-nox 18.3.1-1

Modified:
  erlang-nox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 19:52:36 UTC (rev 171654)
+++ PKGBUILD2016-04-23 21:13:31 UTC (rev 171655)
@@ -7,7 +7,7 @@
 # Contributor: Ricardo Catalinas Jiménez 
 
 pkgname=erlang-nox
-pkgver=18.3
+pkgver=18.3.1
 pkgrel=1
 pkgdesc='General-purpose concurrent functional programming language developed 
by Ericsson (headless version)'
 arch=('x86_64' 'i686')
@@ -21,7 +21,7 @@
 'lksctp-tools: for SCTP support')
 options=('staticlibs')
 source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:55:18
  Author: arojas
Revision: 266099

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  krita/repos/kde-unstable-i686/PKGBUILD
(from rev 266098, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-i686/krita.install
(from rev 266098, krita/kde-unstable/krita.install)
  krita/repos/kde-unstable-x86_64/PKGBUILD
(from rev 266098, krita/kde-unstable/PKGBUILD)
  krita/repos/kde-unstable-x86_64/krita.install
(from rev 266098, krita/kde-unstable/krita.install)
Deleted:
  krita/repos/kde-unstable-i686/PKGBUILD
  krita/repos/kde-unstable-i686/krita.install
  krita/repos/kde-unstable-x86_64/PKGBUILD
  krita/repos/kde-unstable-x86_64/krita.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-i686/PKGBUILD  2016-04-23 19:55:18 UTC (rev 266099)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Rojas 
-
-pkgname=krita
-pkgver=2.99.89
-pkgrel=1
-pkgdesc="Edit and paint images"
-arch=(i686 x86_64)
-url="http://krita.org;
-license=(LGPL)
-depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
-optdepends=('poppler-qt5: PDF filter')
-conflicts=(calligra-krita)
-provides=(calligra-krita)
-replaces=(calligra-krita)
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
-install=$pkgname.install
-md5sums=('d16b99b0c7962db5b98365e2175015d8')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: krita/repos/kde-unstable-i686/PKGBUILD (from rev 266098, 
krita/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-23 19:55:18 UTC (rev 266099)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
+# Maintainer: Antonio Rojas 
+
+pkgname=krita
+pkgver=2.99.90
+pkgrel=1
+pkgdesc="Edit and paint images"
+arch=(i686 x86_64)
+url="http://krita.org;
+license=(LGPL)
+depends=(kio kitemmodels gsl libraw opencolorio exiv2 openexr openjpeg fftw 
curl boost-libs hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost eigen vc poppler-qt5)
+optdepends=('poppler-qt5: PDF filter')
+conflicts=(calligra-krita)
+provides=(calligra-krita)
+replaces=(calligra-krita)
+source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+install=$pkgname.install
+md5sums=('e53ed9ec7b2721a73353c1f84e70')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/krita.install
===
--- kde-unstable-i686/krita.install 2016-04-23 19:53:05 UTC (rev 266098)
+++ kde-unstable-i686/krita.install 2016-04-23 19:55:18 UTC (rev 266099)
@@ -1,13 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}
-

Copied: krita/repos/kde-unstable-i686/krita.install (from rev 266098, 
krita/kde-unstable/krita.install)
===
--- kde-unstable-i686/krita.install (rev 0)
+++ kde-unstable-i686/krita.install 2016-04-23 19:55:18 UTC (rev 266099)
@@ -0,0 +1,13 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

[arch-commits] Commit in (allegro4)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:53:05
  Author: arojas
Revision: 266098

extra2community: Moving allegro4 from extra to community

Deleted:
  allegro4/


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:52:36
  Author: arojas
Revision: 171654

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171653, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171653, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171653, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171653, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171653, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171653, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171653, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:52:36 UTC (rev 171654)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

[arch-commits] Commit in (5 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:52:22
  Author: arojas
Revision: 171653

extra2community: Moving allegro4 from extra to community

Added:
  allegro4/
  allegro4/repos/
  allegro4/trunk/
  allegro4/trunk/LICENSE
  allegro4/trunk/PKGBUILD

--+
 LICENSE  |   26 ++
 PKGBUILD |   39 +++
 2 files changed, 65 insertions(+)

Added: allegro4/trunk/LICENSE
===
--- allegro4/trunk/LICENSE  (rev 0)
+++ allegro4/trunk/LICENSE  2016-04-23 19:52:22 UTC (rev 171653)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Added: allegro4/trunk/PKGBUILD
===
--- allegro4/trunk/PKGBUILD (rev 0)
+++ allegro4/trunk/PKGBUILD 2016-04-23 19:52:22 UTC (rev 171653)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


[arch-commits] Commit in (allegro4)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:52:05
  Author: arojas
Revision: 171652

Try again

Deleted:
  allegro4/


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:50:49
  Author: arojas
Revision: 171651

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171650, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171650, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171650, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171650, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171650, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171650, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171650, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:50:49 UTC (rev 171651)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

[arch-commits] Commit in (5 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:50:35
  Author: arojas
Revision: 171650

extra2community: Moving allegro4 from extra to community

Added:
  allegro4/
  allegro4/repos/
  allegro4/trunk/
  allegro4/trunk/LICENSE
  allegro4/trunk/PKGBUILD

--+
 LICENSE  |   26 ++
 PKGBUILD |   39 +++
 2 files changed, 65 insertions(+)

Added: allegro4/trunk/LICENSE
===
--- allegro4/trunk/LICENSE  (rev 0)
+++ allegro4/trunk/LICENSE  2016-04-23 19:50:35 UTC (rev 171650)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Added: allegro4/trunk/PKGBUILD
===
--- allegro4/trunk/PKGBUILD (rev 0)
+++ allegro4/trunk/PKGBUILD 2016-04-23 19:50:35 UTC (rev 171650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=4
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:48:12
  Author: arojas
Revision: 266095

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

Added:
  allegro4/repos/extra-i686/LICENSE
(from rev 266094, allegro4/trunk/LICENSE)
  allegro4/repos/extra-i686/PKGBUILD
(from rev 266094, allegro4/trunk/PKGBUILD)
  allegro4/repos/extra-x86_64/LICENSE
(from rev 266094, allegro4/trunk/LICENSE)
  allegro4/repos/extra-x86_64/PKGBUILD
(from rev 266094, allegro4/trunk/PKGBUILD)
Deleted:
  allegro4/repos/extra-i686/LICENSE
  allegro4/repos/extra-i686/PKGBUILD
  allegro4/repos/extra-x86_64/LICENSE
  allegro4/repos/extra-x86_64/PKGBUILD

---+
 /LICENSE  |   52 
 /PKGBUILD |   78 
 extra-i686/LICENSE|   26 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/LICENSE  |   26 
 extra-x86_64/PKGBUILD |   39 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2016-04-23 19:47:35 UTC (rev 266094)
+++ extra-i686/LICENSE  2016-04-23 19:48:12 UTC (rev 266095)
@@ -1,26 +0,0 @@
-===
- Copyright 
-===
-
-   Allegro is gift-ware. It was created by a number of people working in 
-   cooperation, and is given to you freely as a gift. You may use, modify, 
-   redistribute, and generally hack it about in any way you like, and you do 
-   not have to give us anything in return. However, if you like this product 
-   you are encouraged to thank us by making a return gift to the Allegro 
-   community. This could be by writing an add-on package, providing a useful 
-   bug report, making an improvement to the library, or perhaps just 
-   releasing the sources of your program so that other people can learn from 
-   them. If you redistribute parts of this code or make a game using it, it 
-   would be nice if you mentioned Allegro somewhere in the credits, but you 
-   are not required to do this. We trust you not to abuse our generosity.
-
-   Disclaimer:
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
-   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
-   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
-   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
-   DEALINGS IN THE SOFTWARE.
-

Copied: allegro4/repos/extra-i686/LICENSE (from rev 266094, 
allegro4/trunk/LICENSE)
===
--- extra-i686/LICENSE  (rev 0)
+++ extra-i686/LICENSE  2016-04-23 19:48:12 UTC (rev 266095)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-23 19:47:35 UTC (rev 266094)
+++ extra-i686/PKGBUILD 2016-04-23 19:48:12 UTC (rev 266095)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: arjan 
-
-pkgname=allegro4
-pkgver=4.4.2
-pkgrel=3
-pkgdesc="Portable 

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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:47:35
  Author: arojas
Revision: 266094

Rebuild to add .BUILDINFO

Modified:
  allegro4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 19:45:12 UTC (rev 266093)
+++ PKGBUILD2016-04-23 19:47:35 UTC (rev 266094)
@@ -5,7 +5,7 @@
 
 pkgname=allegro4
 pkgver=4.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
 arch=('i686' 'x86_64')
 url="http://alleg.sourceforge.net/;


[arch-commits] Commit in krita/kde-unstable (PKGBUILD)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:45:12
  Author: arojas
Revision: 266093

Update to 2.99.90

Modified:
  krita/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:57:09 UTC (rev 266092)
+++ PKGBUILD2016-04-23 19:45:12 UTC (rev 266093)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=krita
-pkgver=2.99.89
+pkgver=2.99.90
 pkgrel=1
 pkgdesc="Edit and paint images"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 replaces=(calligra-krita)
 
source=("http://download.kde.org/unstable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
 install=$pkgname.install
-md5sums=('d16b99b0c7962db5b98365e2175015d8')
+md5sums=('e53ed9ec7b2721a73353c1f84e70')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in (5 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:43:32
  Author: arojas
Revision: 171647

extra2community: Moving allegro4 from extra to community

Added:
  allegro4/
  allegro4/repos/
  allegro4/trunk/
  allegro4/trunk/LICENSE
  allegro4/trunk/PKGBUILD

--+
 LICENSE  |   26 ++
 PKGBUILD |   39 +++
 2 files changed, 65 insertions(+)

Added: allegro4/trunk/LICENSE
===
--- allegro4/trunk/LICENSE  (rev 0)
+++ allegro4/trunk/LICENSE  2016-04-23 19:43:32 UTC (rev 171647)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Added: allegro4/trunk/PKGBUILD
===
--- allegro4/trunk/PKGBUILD (rev 0)
+++ allegro4/trunk/PKGBUILD 2016-04-23 19:43:32 UTC (rev 171647)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=3
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 21:43:46
  Author: arojas
Revision: 171648

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

Added:
  allegro4/repos/community-i686/
  allegro4/repos/community-i686/LICENSE
(from rev 171647, allegro4/trunk/LICENSE)
  allegro4/repos/community-i686/PKGBUILD
(from rev 171647, allegro4/trunk/PKGBUILD)
  allegro4/repos/community-x86_64/
  allegro4/repos/community-x86_64/LICENSE
(from rev 171647, allegro4/trunk/LICENSE)
  allegro4/repos/community-x86_64/PKGBUILD
(from rev 171647, allegro4/trunk/PKGBUILD)

---+
 community-i686/LICENSE|   26 ++
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/LICENSE  |   26 ++
 community-x86_64/PKGBUILD |   39 +++
 4 files changed, 130 insertions(+)

Copied: allegro4/repos/community-i686/LICENSE (from rev 171647, 
allegro4/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an improvement to the library, or perhaps just 
+   releasing the sources of your program so that other people can learn from 
+   them. If you redistribute parts of this code or make a game using it, it 
+   would be nice if you mentioned Allegro somewhere in the credits, but you 
+   are not required to do this. We trust you not to abuse our generosity.
+
+   Disclaimer:
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+   SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+   FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+   DEALINGS IN THE SOFTWARE.
+

Copied: allegro4/repos/community-i686/PKGBUILD (from rev 171647, 
allegro4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: arjan 
+
+pkgname=allegro4
+pkgver=4.4.2
+pkgrel=3
+pkgdesc="Portable library mainly aimed at video game and multimedia 
programming (legacy version)"
+arch=('i686' 'x86_64')
+url="http://alleg.sourceforge.net/;
+license=('custom')
+depends=('sh' 'jack' 'libxpm' 'libxxf86vm' 'libxxf86dga' 'libxcursor')
+makedepends=('cmake' 'libpng' 'mesa' 'glu')
+options=('staticlibs')
+source=(http://downloads.sourceforge.net/alleg/allegro-${pkgver}.tar.gz
+LICENSE)
+md5sums=('4db71b0460fc99926ae91d223199c2e6'
+ 'cd97e2992e8e66b9e6a449d832dc9c7a')
+
+build() {
+  cd "${srcdir}"
+  mkdir build && cd build
+
+  cmake "../allegro-${pkgver}" \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DWANT_DOCS=OFF
+
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: allegro4/repos/community-x86_64/LICENSE (from rev 171647, 
allegro4/trunk/LICENSE)
===
--- community-x86_64/LICENSE(rev 0)
+++ community-x86_64/LICENSE2016-04-23 19:43:46 UTC (rev 171648)
@@ -0,0 +1,26 @@
+===
+ Copyright 
+===
+
+   Allegro is gift-ware. It was created by a number of people working in 
+   cooperation, and is given to you freely as a gift. You may use, modify, 
+   redistribute, and generally hack it about in any way you like, and you do 
+   not have to give us anything in return. However, if you like this product 
+   you are encouraged to thank us by making a return gift to the Allegro 
+   community. This could be by writing an add-on package, providing a useful 
+   bug report, making an 

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 21:38:43
  Author: arodseth
Revision: 171646

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

Added:
  erlang/repos/community-i686/PKGBUILD
(from rev 171645, erlang/trunk/PKGBUILD)
  erlang/repos/community-i686/epmd.conf
(from rev 171645, erlang/trunk/epmd.conf)
  erlang/repos/community-i686/epmd.service
(from rev 171645, erlang/trunk/epmd.service)
  erlang/repos/community-i686/epmd.socket
(from rev 171645, erlang/trunk/epmd.socket)
  erlang/repos/community-x86_64/PKGBUILD
(from rev 171645, erlang/trunk/PKGBUILD)
  erlang/repos/community-x86_64/epmd.conf
(from rev 171645, erlang/trunk/epmd.conf)
  erlang/repos/community-x86_64/epmd.service
(from rev 171645, erlang/trunk/epmd.service)
  erlang/repos/community-x86_64/epmd.socket
(from rev 171645, erlang/trunk/epmd.socket)
Deleted:
  erlang/repos/community-i686/PKGBUILD
  erlang/repos/community-i686/epmd.conf
  erlang/repos/community-i686/epmd.service
  erlang/repos/community-i686/epmd.socket
  erlang/repos/community-x86_64/PKGBUILD
  erlang/repos/community-x86_64/epmd.conf
  erlang/repos/community-x86_64/epmd.service
  erlang/repos/community-x86_64/epmd.socket

---+
 /PKGBUILD |  184 
 /epmd.conf|6 +
 /epmd.service |   22 
 /epmd.socket  |   18 +++
 community-i686/PKGBUILD   |   92 
 community-i686/epmd.conf  |3 
 community-i686/epmd.service   |   11 --
 community-i686/epmd.socket|9 -
 community-x86_64/PKGBUILD |   92 
 community-x86_64/epmd.conf|3 
 community-x86_64/epmd.service |   11 --
 community-x86_64/epmd.socket  |9 -
 12 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 19:38:25 UTC (rev 171645)
+++ community-i686/PKGBUILD 2016-04-23 19:38:43 UTC (rev 171646)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Lukas Fleischer 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Sarah Hay 
-# Contributor: Tom Burdick 
-# Contributor: Ricardo Catalinas Jiménez 
-
-pkgbase=erlang
-pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.3
-pkgrel=1
-arch=('x86_64' 'i686')
-url='http://www.erlang.org/'
-license=('Apache')
-makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git' 
'libxslt' 'fop')
-options=('staticlibs')
-source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
-'epmd.service'
-'epmd.socket'
-'epmd.conf')
-sha256sums=('SKIP'
-'978be100e9016874921b3ad1a65ee46b7b6a1e597b8db2ec4b5ef436d4c9ecc2'
-'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
-'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
-'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
-
-prepare() {
-  cd otp
-  ./otp_build setup
-}
-
-build() {
-  cd otp
-  ./configure --prefix=/usr --enable-smp-support --with-odbc
-  make
-}
-
-package_erlang() {
-  pkgdesc='General-purpose concurrent functional programming language 
developed by Ericsson'
-  depends=('ncurses' 'glu' 'wxgtk' 'openssl')
-  optdepends=('erlang-unixodbc: database support'
-  'java-environment: for Java support'
-  'lksctp-tools: for SCTP support')
-  provides=('erlang-nox')
-  conflicts=('erlang-nox')
-
-  make -C otp DESTDIR="$pkgdir" install
-
-  # Documentation
-  install -d "$pkgdir/usr/share/doc/erlang"
-  install -m0644 "$srcdir/otp/README.md" \
-"$srcdir"/{README,COPYRIGHT} \
-"$pkgdir/usr/share/doc/erlang"
-
-  # Compressed man pages
-  for page in "$srcdir/man/man?/*"; do gzip $page; done
-  cp -r "$srcdir/man" "$pkgdir/usr/lib/erlang/"
-
-  # License
-  install -Dm0644 "$srcdir/otp/LICENSE.txt" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-
-  # Move over files that will be packaged as erlang-unixodbc
-  mkdir "$srcdir/unixodbc"
-  mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
-  mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
-
-  # epmd service, socket and conf
-  cd "$srcdir"
-  install -Dm644 epmd.service "$pkgdir/usr/lib/systemd/system/epmd.service"
-  install -Dm644 epmd.socket "$pkgdir/usr/lib/systemd/system/epmd.socket"
-  install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
-}
-
-package_erlang-unixodbc() {
-  pkgdesc='Unixodbc support for Erlang'
-  depends=('unixodbc' 'erlang-nox')
-
-  # Get the files that should be packaged as erlang-unixodbc
-  mkdir -p "$pkgdir/usr/lib/erlang/"{lib,man/man3}
-  mv 

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 21:38:25
  Author: arodseth
Revision: 171645

upgpkg: erlang 18.3.1-1

Modified:
  erlang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:58:03 UTC (rev 171644)
+++ PKGBUILD2016-04-23 19:38:25 UTC (rev 171645)
@@ -8,7 +8,7 @@
 
 pkgbase=erlang
 pkgname=('erlang' 'erlang-unixodbc')
-pkgver=18.3
+pkgver=18.3.1
 pkgrel=1
 arch=('x86_64' 'i686')
 url='http://www.erlang.org/'
@@ -16,7 +16,7 @@
 makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'glu' 'git' 
'libxslt' 'fop')
 options=('staticlibs')
 source=("git://github.com/erlang/otp.git#tag=OTP-$pkgver"
-"http://www.erlang.org/download/otp_doc_man_$pkgver.tar.gz;
+"http://www.erlang.org/download/otp_doc_man_${pkgver%.*}.tar.gz;
 'epmd.service'
 'epmd.socket'
 'epmd.conf')


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 20:58:03
  Author: arojas
Revision: 171644

akonadi-client -> akonadi

Modified:
  kjots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:42:38 UTC (rev 171643)
+++ PKGBUILD2016-04-23 18:58:03 UTC (rev 171644)
@@ -8,7 +8,7 @@
 url="https://www.kde.org/applications/utilities/kjots/;
 arch=(i686 x86_64)
 license=(GPL)
-depends=(kcmutils kontactinterface akonadi-client akonadi-notes 
kdelibs4support kpimtextedit hicolor-icon-theme)
+depends=(kcmutils kontactinterface akonadi akonadi-notes kdelibs4support 
kpimtextedit hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools boost)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
 conflicts=(kdepim-kjots)


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 20:57:09
  Author: arojas
Revision: 266092

akonadi-client -> akonadi

Modified:
  libkolab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:25:23 UTC (rev 266091)
+++ PKGBUILD2016-04-23 18:57:09 UTC (rev 266092)
@@ -9,8 +9,8 @@
 url='http://git.kolab.org/libkolab/'
 arch=(i686 x86_64)
 license=(GPL)
-depends=(libkolabxml akonadi-notes akonadi-client kcontacts kcalutils)
-makedepends=(extra-cmake-modules kdoctools boost)
+depends=(libkolabxml akonadi-notes akonadi kcontacts kcalutils)
+makedepends=(extra-cmake-modules kdoctools boost python swig)
 
source=("http://mirror.kolabsys.com/pub/releases/$pkgname-$pkgver.tar.gz"{,.gpg})
 md5sums=('312f35920989fd115386ee256fe78ba2'
  '9c829ce9983b3c8cbab9ce833c982924')


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 20:42:38
  Author: arodseth
Revision: 171643

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

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

-+
 /PKGBUILD   |  376 ++
 /go.install |   42 
 community-i686/PKGBUILD |  188 -
 community-i686/go.install   |   21 --
 community-x86_64/PKGBUILD   |  188 -
 community-x86_64/go.install |   21 --
 6 files changed, 418 insertions(+), 418 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 18:41:07 UTC (rev 171642)
+++ community-i686/PKGBUILD 2016-04-23 18:42:38 UTC (rev 171643)
@@ -1,188 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=('go' 'go-tools')
-pkgver=1.6.1
-pkgrel=1
-epoch=2
-arch=('x86_64' 'i686')
-url='http://golang.org/'
-license=('BSD')
-makedepends=('inetutils' 'git' 'go')
-options=('!strip' 'staticlibs')
-source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgver;)
-md5sums=('SKIP')
-_gourl=golang.org/x/tools/cmd
-
-build() {
-  cd "$pkgname-$pkgver/src"
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export GOPATH="$srcdir/"
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  #
-  # Arch Linux normally does not enable SSE2 for i686 because of older CPUs.
-  #
-  # However, exceptions are made for:
-  #  * Chromium, which is not expected to be used on older i686 CPUs
-  #  * Julia, which requires SSE2
-  #
-  # Go is so slow that it is unusable on i686 when SSE2 is not enabled,
-  # so I am also making an exception for Go.
-  #
-  # If you really want to build Go without SSE2 support, just uncomment the
-  # following export and rebuild:
-  #
-  # export GO386=387
-  #
-
-  # Crosscompilation for various platforms. This is not strictly required as 
the
-  # compiler can generate libraries on the fly. Prebuilding the libs speeds up
-  # crosscompilation time.
-  #
-  # for os in darwin freebsd linux windows; do
-  #   for arch in 386 amd64 arm; do
-  # export GOOS="$os"
-  # export GOARCH="$arch"
-  # bash make.bash --no-clean
-  #   done
-  # done
-
-  export GOOS=linux
-  case "$CARCH" in
-  x86_64) export GOARCH=amd64 ;;
-  i686) export GOARCH=386 ;;
-  esac
-
-  bash make.bash --no-clean
-
-  # System-wide tools
-  for tool in godex godoc goimports gomvpkg gorename gotype; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/bin/$tool $_gourl/$tool
-  done
-
-  # Distribution tools
-  for tool in benchcmp bundle callgraph digraph eg fiximports html2article 
oracle present ssadump stress stringer ; do
-$GOROOT/bin/go get -d golang.org/x/tools/cmd/$tool
-$GOROOT/bin/go build -v -x -o $GOPATH/pkg/tool/${GOOS}_$GOARCH/$tool 
golang.org/x/tools/cmd/$tool
-  done
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  #export GO386=387
-
-  export GOOS=linux
-  case "$CARCH" in
-x86_64) GOARCH=amd64 ;;
-i686) GOARCH=386 ;;
-  esac
-
-  export GOROOT="$srcdir/$pkgname-$pkgver"
-  export GOBIN="$GOROOT/bin"
-  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  # bundle does not compile with 1.6
-  for tool in godoc goimports gomvpkg gorename gotype \
-benchcmp callgraph digraph eg fiximports html2article oracle present 
ssadump stress stringer; do
-GOPATH="$srcdir" $GOROOT/bin/go test -v -x $_gourl/$tool
-  done
-
-  # TestSimpleMulticastListener will fail in standard chroot
-  cd src && bash run.bash --no-rebuild || true
-}
-
-package_go() {
-  pkgdesc='Compiler and tools for the Go programming language from Google'
-  optdepends=('mercurial: for fetching sources from mercurial repositories'
-  'git: for fetching sources from git repositories'
-  'bzr: for fetching sources from bazaar repositories'
-  'subversion: for fetching 

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 20:41:07
  Author: arodseth
Revision: 171642

upgpkg: go 2:1.6.2-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 18:28:52 UTC (rev 171641)
+++ PKGBUILD2016-04-23 18:41:07 UTC (rev 171642)
@@ -11,7 +11,7 @@
 # Contributor: John Luebs 
 
 pkgname=('go' 'go-tools')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 epoch=2
 arch=('x86_64' 'i686')


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

2016-04-23 Thread Jonathan Steel
Date: Saturday, April 23, 2016 @ 20:28:52
  Author: jsteel
Revision: 171641

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

Added:
  pidgin-sipe/repos/community-i686/PKGBUILD
(from rev 171640, pidgin-sipe/trunk/PKGBUILD)
  pidgin-sipe/repos/community-x86_64/PKGBUILD
(from rev 171640, pidgin-sipe/trunk/PKGBUILD)
Deleted:
  pidgin-sipe/repos/community-i686/PKGBUILD
  pidgin-sipe/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 18:28:31 UTC (rev 171640)
+++ community-i686/PKGBUILD 2016-04-23 18:28:52 UTC (rev 171641)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-optdepends=('krb5: Kerberos support')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ac91fc0f11db14ef53d22b4e7ae6ba6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-i686/PKGBUILD (from rev 171640, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 18:28:52 UTC (rev 171641)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://sipe.sourceforge.net/;
+depends=('gmime' 'libpurple')
+makedepends=('intltool')
+optdepends=('krb5: Kerberos support')
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('85037c690e991050864ea92b15d2e8a9')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --disable-telepathy
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-23 18:28:31 UTC (rev 171640)
+++ community-x86_64/PKGBUILD   2016-04-23 18:28:52 UTC (rev 171641)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Gicu Gorodenco 
-# Contributor: MaLiK 
-# Contributor: dpevp 
-# Contributor: Magnus Therning 
-# Contributor: Anthony 
-
-pkgname=pidgin-sipe
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://sipe.sourceforge.net/;
-depends=('gmime' 'libpurple')
-makedepends=('intltool')
-optdepends=('krb5: Kerberos support')
-options=('!buildflags')
-source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ac91fc0f11db14ef53d22b4e7ae6ba6')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-telepathy
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: pidgin-sipe/repos/community-x86_64/PKGBUILD (from rev 171640, 
pidgin-sipe/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-04-23 18:28:52 UTC (rev 171641)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Gicu Gorodenco 
+# Contributor: MaLiK 
+# Contributor: dpevp 
+# Contributor: Magnus Therning 
+# Contributor: Anthony 
+
+pkgname=pidgin-sipe
+pkgver=1.21.0

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

2016-04-23 Thread Jonathan Steel
Date: Saturday, April 23, 2016 @ 20:28:31
  Author: jsteel
Revision: 171640

upgpkg: pidgin-sipe 1.21.0-1

Modified:
  pidgin-sipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 17:50:32 UTC (rev 171639)
+++ PKGBUILD2016-04-23 18:28:31 UTC (rev 171640)
@@ -7,7 +7,7 @@
 # Contributor: Anthony 
 
 pkgname=pidgin-sipe
-pkgver=1.20.1
+pkgver=1.21.0
 pkgrel=1
 pkgdesc="Third-party Pidgin plugin for Microsoft Office 365/Lync/LCS/OCS"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('krb5: Kerberos support')
 options=('!buildflags')
 
source=(http://downloads.sourceforge.net/project/sipe/sipe/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ac91fc0f11db14ef53d22b4e7ae6ba6')
+md5sums=('85037c690e991050864ea92b15d2e8a9')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 20:25:23
  Author: arojas
Revision: 266091

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-23 18:24:37 UTC (rev 266090)
+++ extra-i686/PKGBUILD 2016-04-23 18:25:23 UTC (rev 266091)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'swig')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('f9840fe0c8f5e32312cc3fc3e9b982a5'
- '1d265643086c58564758add8e5eb72c7')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-i686/PKGBUILD (from rev 266090, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-23 18:25:23 UTC (rev 266091)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
+ '49b7b58fc894aaeea3c6e15405535761')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-23 18:24:37 UTC (rev 266090)
+++ extra-x86_64/PKGBUILD   2016-04-23 18:25:23 UTC (rev 266091)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkolabxml
-pkgver=1.1.2
-pkgrel=3
-pkgdesc="Kolab XML Format Schema Definitions Library"
-url='http://git.kolab.org/libkolabxml/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('xerces-c' 'boost-libs')
-makedepends=('cmake' 'boost' 'xsd' 'swig')
-source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('f9840fe0c8f5e32312cc3fc3e9b982a5'
- '1d265643086c58564758add8e5eb72c7')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkolabxml/repos/extra-x86_64/PKGBUILD (from rev 266090, 
libkolabxml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-23 18:25:23 UTC (rev 266091)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkolabxml
+pkgver=1.1.4
+pkgrel=1
+pkgdesc="Kolab XML Format Schema Definitions Library"
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'boost-libs')
+makedepends=('cmake' 'boost' 'xsd' 'swig')
+source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
+md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
+ '49b7b58fc894aaeea3c6e15405535761')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTS=OFF
+  make
+}
+

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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 20:24:37
  Author: arojas
Revision: 266090

Update to 1.1.4

Modified:
  libkolabxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 16:18:04 UTC (rev 266089)
+++ PKGBUILD2016-04-23 18:24:37 UTC (rev 266090)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libkolabxml
-pkgver=1.1.2
-pkgrel=3
+pkgver=1.1.4
+pkgrel=1
 pkgdesc="Kolab XML Format Schema Definitions Library"
 url='http://git.kolab.org/libkolabxml/'
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 depends=('xerces-c' 'boost-libs')
 makedepends=('cmake' 'boost' 'xsd' 'swig')
 
source=("http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz"{,.gpg})
-md5sums=('f9840fe0c8f5e32312cc3fc3e9b982a5'
- '1d265643086c58564758add8e5eb72c7')
+md5sums=('71b1ee00ca9288e33ebcddf614b50f89'
+ '49b7b58fc894aaeea3c6e15405535761')
 
 prepare() {
   mkdir build


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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 19:50:32
  Author: arodseth
Revision: 171639

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 17:48:31 UTC (rev 171638)
+++ community-i686/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d "$pkgdir/usr/share/bash-completion/completions"
-  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
-"$pkgdir/usr/share/bash-completion/completions/cargo"
-
-  install -d "$pkgdir/usr/share/licenses/$pkgname"
-  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
-"$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo/repos/community-i686/PKGBUILD (from rev 171638, 
cargo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 17:50:32 UTC (rev 171639)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christopher Reimer 
+
+pkgname=cargo
+pkgver=0.10.0
+pkgrel=2
+pkgdesc='Rust package manager'
+url='http://crates.io/'
+arch=('x86_64' 'i686')
+license=('APACHE' 'MIT' 'custom')
+depends=('curl' 'rust' 'clang')
+makedepends=('cmake' 'git' 'python')
+options=('!emptydirs')
+source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cd "$pkgname"
+
+  git submodule init
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --enable-optimize
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+
+  # Contains reference to $srcdir and $pkgdir
+  find "$pkgdir" -name install.log -delete
+  find "$pkgdir" -name manifest-cargo -delete
+
+  # Conflicts with the rust package
+  find "$pkgdir" -name uninstall.sh -delete
+
+  install -d "$pkgdir/usr/share/bash-completion/completions"
+  mv "$pkgdir/usr/etc/bash_completion.d/cargo" \
+"$pkgdir/usr/share/bash-completion/completions/cargo"
+
+  install -d "$pkgdir/usr/share/licenses/$pkgname"
+  mv "$pkgdir/usr/share/doc/cargo/LICENSE"* \
+"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-23 17:48:31 UTC (rev 171638)
+++ community-x86_64/PKGBUILD   2016-04-23 17:50:32 UTC (rev 171639)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christopher Reimer 
-
-pkgname=cargo
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Rust package manager'
-url='http://crates.io/'
-arch=('x86_64' 'i686')
-license=('custom')
-depends=('curl' 'rust' 'clang')
-makedepends=('cmake' 'git' 'python')
-options=('!emptydirs')
-source=("git+https://github.com/rust-lang/cargo.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cd "$pkgname"
-
-  git submodule init
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --enable-optimize
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-
-  # Contains reference to $srcdir and $pkgdir
-  find "$pkgdir" -name install.log -delete
-  find "$pkgdir" -name manifest-cargo -delete
-
-  # Conflicts with the rust package
-  find "$pkgdir" -name uninstall.sh -delete
-
-  install -d 

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

2016-04-23 Thread Alexander Rødseth
Date: Saturday, April 23, 2016 @ 19:48:31
  Author: arodseth
Revision: 171638

upgpkg: cargo 0.10.0-2

Modified:
  cargo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 17:47:16 UTC (rev 171637)
+++ PKGBUILD2016-04-23 17:48:31 UTC (rev 171638)
@@ -4,11 +4,11 @@
 
 pkgname=cargo
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Rust package manager'
 url='http://crates.io/'
 arch=('x86_64' 'i686')
-license=('custom')
+license=('APACHE' 'MIT' 'custom')
 depends=('curl' 'rust' 'clang')
 makedepends=('cmake' 'git' 'python')
 options=('!emptydirs')


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

2016-04-23 Thread Christian Hesse
Date: Saturday, April 23, 2016 @ 19:47:16
  Author: eworm
Revision: 171637

use system glfw and harfbuzz

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 17:17:30 UTC (rev 171636)
+++ PKGBUILD2016-04-23 17:47:16 UTC (rev 171637)
@@ -15,7 +15,7 @@
 license=('AGPL3')
 depends=('curl' 'desktop-file-utils' 'freetype2' 'jbig2dec' 'libjpeg' 'libxext'
  'openssl' 'openjpeg2' 'mesa' 'libgl' 'libxcursor' 'libxrandr'
-'libxinerama')
+'libxinerama' 'harfbuzz' 'glfw')
 makedepends=('mesa-libgl')
 install=mupdf.install
 # we need static libs for zathura-pdf-mupdf
@@ -31,7 +31,10 @@
 
 prepare() {
   cd $pkgname-${pkgver/_/}-source
-  rm -rf thirdparty/{curl,freetype,jpeg,zlib,jbig2dec,openjpeg}
+
+  # remove bundled packages, we want our system libraries
+  rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
+
   patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
 
   sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
@@ -40,9 +43,15 @@
 build() {
   CFLAGS+=' -fPIC'
   CXXFLAGS+=' -fPIC'
+  export CFLAGS CXXFLAGS
 
+  HAVE_GLFW='yes'
+  SYS_GLFW_CFLAGS="$(pkg-config --cflags glfw3)"
+  SYS_GLFW_LIBS="$(pkg-config --libs glfw3) -lGL"
+  export HAVE_GLFW SYS_GLFW_CFLAGS SYS_GLFW_LIBS
+
   cd $pkgname-${pkgver/_/}-source
-  make build=release CURL_LIBS='-lcurl -lpthread'
+  make build=release
 }
 
 package() {


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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 19:17:30
  Author: seblu
Revision: 171636

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

Added:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
(from rev 171635, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
(from rev 171635, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
(from rev 171635, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 171635, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
(from rev 171635, virtualbox-modules-arch/trunk/build.sh)
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install
(from rev 171635, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-testing-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-i686/build.sh
  
virtualbox-modules-arch/repos/community-testing-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-testing-x86_64/build.sh
  
virtualbox-modules-arch/repos/community-testing-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  134 +
 /build.sh|  122 +++
 /virtualbox-modules-arch.install |   46 
 community-testing-i686/PKGBUILD  |   74 ---
 community-testing-i686/build.sh  |   61 -
 community-testing-i686/virtualbox-modules-arch.install   |   23 --
 community-testing-x86_64/PKGBUILD|   74 ---
 community-testing-x86_64/build.sh|   61 -
 community-testing-x86_64/virtualbox-modules-arch.install |   23 --
 9 files changed, 302 insertions(+), 316 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-04-23 17:17:15 UTC (rev 171635)
+++ community-testing-i686/PKGBUILD 2016-04-23 17:17:30 UTC (rev 171636)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.16
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.5' 'linux<4.6'
- 'linux-headers>=4.5' 'linux-headers<4.6'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.5-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" > 

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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 19:17:15
  Author: seblu
Revision: 171635

upgpkg: virtualbox-modules-arch 5.0.18-2

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 16:20:07 UTC (rev 171634)
+++ PKGBUILD2016-04-23 17:17:15 UTC (rev 171635)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=5.0.18
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:20:07
  Author: seblu
Revision: 171634

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

Added:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
(from rev 171633, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-i686/build.sh
(from rev 171633, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
(from rev 171633, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 171633, virtualbox-modules-arch/trunk/PKGBUILD)
  virtualbox-modules-arch/repos/community-x86_64/build.sh
(from rev 171633, virtualbox-modules-arch/trunk/build.sh)
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install
(from rev 171633, 
virtualbox-modules-arch/trunk/virtualbox-modules-arch.install)
Deleted:
  virtualbox-modules-arch/repos/community-i686/PKGBUILD
  virtualbox-modules-arch/repos/community-i686/build.sh
  virtualbox-modules-arch/repos/community-i686/virtualbox-modules-arch.install
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
  virtualbox-modules-arch/repos/community-x86_64/build.sh
  virtualbox-modules-arch/repos/community-x86_64/virtualbox-modules-arch.install

--+
 /PKGBUILD|  134 +
 /build.sh|  122 +++
 /virtualbox-modules-arch.install |   46 +++
 community-i686/PKGBUILD  |   74 ---
 community-i686/build.sh  |   61 -
 community-i686/virtualbox-modules-arch.install   |   23 ---
 community-x86_64/PKGBUILD|   74 ---
 community-x86_64/build.sh|   61 -
 community-x86_64/virtualbox-modules-arch.install |   23 ---
 9 files changed, 302 insertions(+), 316 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 16:19:52 UTC (rev 171633)
+++ community-i686/PKGBUILD 2016-04-23 16:20:07 UTC (rev 171634)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.16
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.5' 'linux<4.6'
- 'linux-headers>=4.5' 'linux-headers<4.6'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.5-ARCH
-
-package_virtualbox-host-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox host kernel modules for Arch Kernel'
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-modules' 'virtualbox-host-modules')
-  conflicts=('virtualbox-modules' 'virtualbox-host-modules'
-'virtualbox-host-dkms')
-  provides=('VIRTUALBOX-HOST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxhost/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxdrv\nvboxpci\nvboxnetadp\nvboxnetflt\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-package_virtualbox-guest-modules-arch(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Virtualbox guest kernel modules for Arch Kernel'
-  license=('GPL')
-  depends=('linux>=4.5' 'linux<4.6')
-  replaces=('virtualbox-archlinux-modules' 'virtualbox-guest-modules')
-  conflicts=('virtualbox-archlinux-modules' 'virtualbox-guest-modules'
- 'virtualbox-guest-dkms')
-  provides=('VIRTUALBOX-GUEST-MODULES')
-  install=virtualbox-modules-arch.install
-
-  cd "/var/lib/dkms/vboxguest/${pkgver}_OSE/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-
-  # compress earch modules individually
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-
-  # systemd module loading
-  install -Dm644 /dev/null "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-  printf "vboxguest\nvboxsf\nvboxvideo\n" >  \
-"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-

Copied: virtualbox-modules-arch/repos/community-i686/PKGBUILD (from rev 171633, 

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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:19:52
  Author: seblu
Revision: 171633

upgpkg: virtualbox-modules-arch 5.0.18-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 16:03:25 UTC (rev 171632)
+++ PKGBUILD2016-04-23 16:19:52 UTC (rev 171633)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=5.0.16
-pkgrel=3
+pkgver=5.0.18
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -65,10 +65,3 @@
 }
 
 # vim:set ts=2 sw=2 et:
-
-
-
-
-
-
-


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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:18:04
  Author: seblu
Revision: 266089

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 266088, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep.install
(from rev 266088, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 266088, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep.install
(from rev 266088, grep/trunk/grep.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/grep.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/grep.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 266088, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-23 16:18:04 UTC (rev 266089)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.25
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('04e96b0e6f0fe6a180ae62c88fcd0af6'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 266088, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2016-04-23 16:18:04 UTC (rev 266089)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 266088, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-23 16:18:04 UTC (rev 266089)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.25
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('04e96b0e6f0fe6a180ae62c88fcd0af6'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 266088, 
grep/trunk/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2016-04-23 16:18:04 UTC (rev 266089)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:15:58
  Author: seblu
Revision: 266088

upgpkg: grep 2.25-1

Modified:
  grep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 16:09:09 UTC (rev 266087)
+++ PKGBUILD2016-04-23 16:15:58 UTC (rev 266088)
@@ -4,7 +4,7 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.24
+pkgver=2.25
 pkgrel=1
 pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('f1c980134c04692a90078e87283074b6'
+md5sums=('04e96b0e6f0fe6a180ae62c88fcd0af6'
  'SKIP')
 
 build() {


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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:09:06
  Author: seblu
Revision: 266085

db-move: moved btrfs-progs from [testing] to [core] (i686, x86_64)

Added:
  btrfs-progs/repos/core-i686/PKGBUILD
(from rev 266084, btrfs-progs/repos/testing-i686/PKGBUILD)
  btrfs-progs/repos/core-i686/btrfs-progs.install
(from rev 266084, btrfs-progs/repos/testing-i686/btrfs-progs.install)
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
(from rev 266084, btrfs-progs/repos/testing-i686/btrfs-scrub@.service)
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
(from rev 266084, btrfs-progs/repos/testing-i686/btrfs-scrub@.timer)
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
(from rev 266084, btrfs-progs/repos/testing-i686/initcpio-hook-btrfs)
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
(from rev 266084, btrfs-progs/repos/testing-i686/initcpio-install-btrfs)
  btrfs-progs/repos/core-x86_64/PKGBUILD
(from rev 266084, btrfs-progs/repos/testing-x86_64/PKGBUILD)
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
(from rev 266084, btrfs-progs/repos/testing-x86_64/btrfs-progs.install)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
(from rev 266084, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service)
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
(from rev 266084, btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer)
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
(from rev 266084, btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs)
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
(from rev 266084, btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs)
Deleted:
  btrfs-progs/repos/core-i686/PKGBUILD
  btrfs-progs/repos/core-i686/btrfs-progs.install
  btrfs-progs/repos/core-i686/btrfs-scrub@.service
  btrfs-progs/repos/core-i686/btrfs-scrub@.timer
  btrfs-progs/repos/core-i686/initcpio-hook-btrfs
  btrfs-progs/repos/core-i686/initcpio-install-btrfs
  btrfs-progs/repos/core-x86_64/PKGBUILD
  btrfs-progs/repos/core-x86_64/btrfs-progs.install
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.service
  btrfs-progs/repos/core-x86_64/btrfs-scrub@.timer
  btrfs-progs/repos/core-x86_64/initcpio-hook-btrfs
  btrfs-progs/repos/core-x86_64/initcpio-install-btrfs
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-x86_64/

+
 /PKGBUILD  |  120 +++
 /btrfs-progs.install   |   30 
 /btrfs-scrub@.service  |   14 
 /btrfs-scrub@.timer|   20 +
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +
 core-i686/PKGBUILD |   60 -
 core-i686/btrfs-progs.install  |   15 
 core-i686/btrfs-scrub@.service |7 --
 core-i686/btrfs-scrub@.timer   |   10 --
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 
 core-x86_64/PKGBUILD   |   60 -
 core-x86_64/btrfs-progs.install|   15 
 core-x86_64/btrfs-scrub@.service   |7 --
 core-x86_64/btrfs-scrub@.timer |   10 --
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 232 insertions(+), 232 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-04-23 14:35:13 UTC (rev 266084)
+++ core-i686/PKGBUILD  2016-04-23 16:09:06 UTC (rev 266085)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.4.1
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver"
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- 'a290e0ab88b7b4675cd20f5a2befc8cb')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix="$pkgdir"/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install -Dm644 

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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:09:09
  Author: seblu
Revision: 266087

db-move: moved gzip from [testing] to [core] (i686, x86_64)

Added:
  gzip/repos/core-i686/PKGBUILD
(from rev 266086, gzip/repos/testing-i686/PKGBUILD)
  gzip/repos/core-i686/gzip.install
(from rev 266086, gzip/repos/testing-i686/gzip.install)
  gzip/repos/core-x86_64/PKGBUILD
(from rev 266086, gzip/repos/testing-x86_64/PKGBUILD)
  gzip/repos/core-x86_64/gzip.install
(from rev 266086, gzip/repos/testing-x86_64/gzip.install)
Deleted:
  gzip/repos/core-i686/PKGBUILD
  gzip/repos/core-i686/gzip-1.5-yesno-declaration.patch
  gzip/repos/core-i686/gzip.install
  gzip/repos/core-x86_64/PKGBUILD
  gzip/repos/core-x86_64/gzip-1.5-yesno-declaration.patch
  gzip/repos/core-x86_64/gzip.install
  gzip/repos/testing-i686/
  gzip/repos/testing-x86_64/

--+
 /PKGBUILD|   74 +
 /gzip.install|   44 ++
 core-i686/PKGBUILD   |   33 ---
 core-i686/gzip-1.5-yesno-declaration.patch   |   36 
 core-i686/gzip.install   |   15 -
 core-x86_64/PKGBUILD |   33 ---
 core-x86_64/gzip-1.5-yesno-declaration.patch |   36 
 core-x86_64/gzip.install |   15 -
 8 files changed, 118 insertions(+), 168 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-04-23 16:09:08 UTC (rev 266086)
+++ core-i686/PKGBUILD  2016-04-23 16:09:09 UTC (rev 266087)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: judd 
-
-pkgname=gzip
-pkgver=1.6
-pkgrel=1
-pkgdesc="GNU compression utility"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gzip/;
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'bash' 'less')
-install=gzip.install
-source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
-md5sums=('da981f86677d58a106496e68de6f8995'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make prefix=${pkgdir}/usr install
-}

Copied: gzip/repos/core-i686/PKGBUILD (from rev 266086, 
gzip/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-04-23 16:09:09 UTC (rev 266087)
@@ -0,0 +1,37 @@
+# $Id$
+# Mainainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=gzip
+pkgver=1.7
+pkgrel=1
+pkgdesc='GNU compression utility'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/gzip/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'bash' 'less')
+install=gzip.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz"{,.sig})
+md5sums=('d9ae97206a703a20e6c1c868deb3eb47'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-i686/gzip-1.5-yesno-declaration.patch
===
--- core-i686/gzip-1.5-yesno-declaration.patch  2016-04-23 16:09:08 UTC (rev 
266086)
+++ core-i686/gzip-1.5-yesno-declaration.patch  2016-04-23 16:09:09 UTC (rev 
266087)
@@ -1,36 +0,0 @@
-From e40a9b65ae95ed6face7ce1336905f0ab0a4992b Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Tue, 05 Feb 2013 21:37:40 +
-Subject: gzip: fix bug where you say "n" and gzip acts as if you said "y"
-
-Problem reported for GCC 4.7 x86-64 -O2 by Allan McRae in
-.
-* NEWS: Document this.  Use consistent format in earlier note.
-* gzip.c: Include yesno.h.
-* gzip.h (yesno): Remove decl; that's yesno.h's job.

-diff --git a/gzip.c b/gzip.c
-index b9b4d64..66529e0 100644
 a/gzip.c
-+++ b/gzip.c
-@@ -74,6 +74,7 @@ static char const *const license_msg[] = {
- #include "ignore-value.h"
- #include "stat-time.h"
- #include "version.h"
-+#include "yesno.h"
- 
- /* configuration */
- 
-diff --git a/gzip.h b/gzip.h
-index bf253d0..648073e 100644
 a/gzip.h
-+++ b/gzip.h
-@@ -321,6 +321,3 @@ extern void fprint_off(FILE *, off_t, int);
- 
- /* in inflate.c */
- extern int inflate (void);
--
--/* in yesno.c */
--extern int yesno (void);
---
-cgit v0.9.0.2

Deleted: 

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

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:09:08
  Author: seblu
Revision: 266086

db-move: moved file from [testing] to [core] (i686, x86_64)

Added:
  file/repos/core-i686/PKGBUILD
(from rev 266085, file/repos/testing-i686/PKGBUILD)
  file/repos/core-x86_64/PKGBUILD
(from rev 266085, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-i686/PKGBUILD
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-i686/
  file/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-04-23 16:09:06 UTC (rev 266085)
+++ core-i686/PKGBUILD  2016-04-23 16:09:08 UTC (rev 266086)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.25
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < '001-fix-bug-with-long-options.patch'
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-i686/PKGBUILD (from rev 266085, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-04-23 16:09:08 UTC (rev 266086)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.26
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='http://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('bdd12400b90b78ce3c57e79c8d4e0e17')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -N -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  rmdir "$pkgdir/usr/share/man/man5"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2016-04-23 16:09:06 UTC (rev 266085)
+++ core-x86_64/PKGBUILD2016-04-23 16:09:08 UTC (rev 266086)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.25
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
-
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < '001-fix-bug-with-long-options.patch'
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-x86_64/PKGBUILD (from rev 266085, 
file/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2016-04-23 16:09:08 UTC (rev 266086)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 

[arch-commits] Commit in virtualbox/repos (90 files)

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:03:25
  Author: seblu
Revision: 171632

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

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 171631, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 171631, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 171631, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 171631, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 171631, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 171631, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 171631, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 171631, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 171631, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 171631, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 171631, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 171631, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 171631, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 171631, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 171631, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 171631, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-dkms.install
(from rev 171631, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 171631, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 171631, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox-host-dkms.install
(from rev 171631, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 171631, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 171631, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 171631, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 171631, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 171631, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 171631, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 171631, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 171631, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 171631, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 171631, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 171631, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 171631, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 171631, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 171631, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 171631, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 171631, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 171631, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 171631, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 171631, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 171631, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 171631, 

[arch-commits] Commit in virtualbox/trunk (11-kernel-4.5-drm-fixes.patch PKGBUILD)

2016-04-23 Thread Sébastien Luttringer
Date: Saturday, April 23, 2016 @ 18:02:08
  Author: seblu
Revision: 171631

upgpkg: virtualbox 5.0.18-1

Modified:
  virtualbox/trunk/PKGBUILD
Deleted:
  virtualbox/trunk/11-kernel-4.5-drm-fixes.patch

---+
 11-kernel-4.5-drm-fixes.patch |   55 
 PKGBUILD  |   10 ++-
 2 files changed, 4 insertions(+), 61 deletions(-)

Deleted: 11-kernel-4.5-drm-fixes.patch
===
--- 11-kernel-4.5-drm-fixes.patch   2016-04-23 15:44:43 UTC (rev 171630)
+++ 11-kernel-4.5-drm-fixes.patch   2016-04-23 16:02:08 UTC (rev 171631)
@@ -1,55 +0,0 @@
-Index: src/VBox/Additions/linux/drm/vbox_drv.h
-===
 a/src/VBox/Additions/linux/drm/vbox_drv.h  (revision 60057)
-+++ b/src/VBox/Additions/linux/drm/vbox_drv.h  (revision 60058)
-@@ -205,6 +205,9 @@
- 
- int vbox_framebuffer_init(struct drm_device *dev,
-  struct vbox_framebuffer *vbox_fb,
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
-+ const
-+#endif
-  struct DRM_MODE_FB_CMD *mode_cmd,
-  struct drm_gem_object *obj);
- 
-Index: src/VBox/Additions/linux/drm/vbox_main.c
-===
 a/src/VBox/Additions/linux/drm/vbox_main.c (revision 60057)
-+++ b/src/VBox/Additions/linux/drm/vbox_main.c (revision 60058)
-@@ -168,6 +168,9 @@
- 
- int vbox_framebuffer_init(struct drm_device *dev,
-  struct vbox_framebuffer *vbox_fb,
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
-+ const
-+#endif
-  struct DRM_MODE_FB_CMD *mode_cmd,
-  struct drm_gem_object *obj)
- {
-@@ -190,6 +193,9 @@
- static struct drm_framebuffer *
- vbox_user_framebuffer_create(struct drm_device *dev,
-struct drm_file *filp,
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
-+   const
-+#endif
-struct drm_mode_fb_cmd2 *mode_cmd)
- {
- struct drm_gem_object *obj;
-Index: src/VBox/Additions/linux/drm/vbox_mode.c
-===
 a/src/VBox/Additions/linux/drm/vbox_mode.c (revision 60057)
-+++ b/src/VBox/Additions/linux/drm/vbox_mode.c (revision 60058)
-@@ -409,7 +409,11 @@
- return NULL;
- 
- drm_encoder_init(dev, _encoder->base, _enc_funcs,
-- DRM_MODE_ENCODER_DAC);
-+ DRM_MODE_ENCODER_DAC
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)
-+ , NULL
-+#endif
-+ );
- drm_encoder_helper_add(_encoder->base, _enc_helper_funcs);
- 
- vbox_encoder->base.possible_crtcs = 1 << i;

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 15:44:43 UTC (rev 171630)
+++ PKGBUILD2016-04-23 16:02:08 UTC (rev 171631)
@@ -10,8 +10,8 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.16
-pkgrel=4
+pkgver=5.0.18
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -65,9 +65,8 @@
 '006-rdesktop-vrdp-keymap-path.patch'
 '007-python2-path.patch'
 '010-no-update.patch'
-'11-kernel-4.5-drm-fixes.patch'
 )
-md5sums=('1752a485b1cb377cee5f196918cda741'
+md5sums=('5d57e400f4ab75696510aef308f6c7a9'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -82,8 +81,7 @@
  'ecfd13297d7753ebe7b8763ca5b792d9'
  'd82a6f19be739341ed7f1cf4ee8070ca'
  '188ea65918309f737ce28216c2b07c3b'
- 'dfa08dc682c7668c8a6f0ffc3f44fece'
- '67fdd1ff4b027ea52d895183c946b962')
+ 'dfa08dc682c7668c8a6f0ffc3f44fece')
 
 prepare() {
 cd "VirtualBox-$pkgver"


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

2016-04-23 Thread Alexandre Filgueira
Date: Saturday, April 23, 2016 @ 17:44:43
  Author: faidoc
Revision: 171630

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

Added:
  muffin/repos/community-i686/PKGBUILD
(from rev 171629, muffin/trunk/PKGBUILD)
  muffin/repos/community-i686/context_menu_position_fix.patch
(from rev 171629, muffin/trunk/context_menu_position_fix.patch)
  muffin/repos/community-i686/muffin.install
(from rev 171629, muffin/trunk/muffin.install)
  muffin/repos/community-x86_64/PKGBUILD
(from rev 171629, muffin/trunk/PKGBUILD)
  muffin/repos/community-x86_64/context_menu_position_fix.patch
(from rev 171629, muffin/trunk/context_menu_position_fix.patch)
  muffin/repos/community-x86_64/muffin.install
(from rev 171629, muffin/trunk/muffin.install)
Deleted:
  muffin/repos/community-i686/PKGBUILD
  muffin/repos/community-i686/muffin.install
  muffin/repos/community-x86_64/PKGBUILD
  muffin/repos/community-x86_64/muffin.install

--+
 /PKGBUILD|  110 +
 /muffin.install  |   20 +++
 community-i686/PKGBUILD  |   50 -
 community-i686/context_menu_position_fix.patch   |   48 +
 community-i686/muffin.install|   10 -
 community-x86_64/PKGBUILD|   50 -
 community-x86_64/context_menu_position_fix.patch |   48 +
 community-x86_64/muffin.install  |   10 -
 8 files changed, 226 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 15:43:13 UTC (rev 171629)
+++ community-i686/PKGBUILD 2016-04-23 15:44:43 UTC (rev 171630)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.8.5
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin;
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 171629, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 15:44:43 UTC (rev 171630)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.8.5
+pkgrel=2
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin;
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+   "context_menu_position_fix.patch")
+sha256sums=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4'
+'228aa59317b7495abe8099e6b3ce01e037f3f045274ec4de93aad79fe4d3d6a0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # window.c: don't send configure notifies for OR windows 
(https://github.com/linuxmint/Cinnamon/issues/5202)
+  patch -Np1 -i ../context_menu_position_fix.patch
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  

[arch-commits] Commit in muffin/trunk (PKGBUILD context_menu_position_fix.patch)

2016-04-23 Thread Alexandre Filgueira
Date: Saturday, April 23, 2016 @ 17:43:13
  Author: faidoc
Revision: 171629

upgpkg: muffin 2.8.5-2

Added:
  muffin/trunk/context_menu_position_fix.patch
Modified:
  muffin/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++--
 context_menu_position_fix.patch |   48 ++
 2 files changed, 56 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 14:43:20 UTC (rev 171628)
+++ PKGBUILD2016-04-23 15:43:13 UTC (rev 171629)
@@ -5,7 +5,7 @@
 
 pkgname=muffin
 pkgver=2.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/muffin;
@@ -15,12 +15,17 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;)
-sha256sums=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz;
+   "context_menu_position_fix.patch")
+sha256sums=('0ae19de74111f222b44f7bf8d159437a83c6ae2e7ce70b327c0296365d69aba4'
+'228aa59317b7495abe8099e6b3ce01e037f3f045274ec4de93aad79fe4d3d6a0')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
+  # window.c: don't send configure notifies for OR windows 
(https://github.com/linuxmint/Cinnamon/issues/5202)
+  patch -Np1 -i ../context_menu_position_fix.patch
+
 }
 
 build() {

Added: context_menu_position_fix.patch
===
--- context_menu_position_fix.patch (rev 0)
+++ context_menu_position_fix.patch 2016-04-23 15:43:13 UTC (rev 171629)
@@ -0,0 +1,48 @@
+From 65fd5fe41436ccfa74ea37b886f96adee6f258c1 Mon Sep 17 00:00:00 2001
+From: itzexor 
+Date: Mon, 18 Apr 2016 20:46:59 -0700
+Subject: [PATCH] window.c: don't send configure notifies for OR windows this
+ causes popup placement issues with gtk 3.20 as described in the mutter commit
+ this is based on. the assertion is left out, as we still need to send
+ configure notifies for OR windows in other cases.
+
+based on:
+https://github.com/GNOME/mutter/commit/e3622275147181a2876e45397f5fc7ed063b8bb8
+---
+ src/core/window.c | 16 +---
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+diff --git a/src/core/window.c b/src/core/window.c
+index 90b0e3b..8d96cb2 100644
+--- a/src/core/window.c
 b/src/core/window.c
+@@ -1817,12 +1817,6 @@ meta_window_unmanage (MetaWindow  *window,
+   window->tile_type != META_WINDOW_TILE_TYPE_NONE)
+ unmaximize_window_before_freeing (window);
+ 
+-  /* The XReparentWindow call in meta_window_destroy_frame() moves the
+-   * window so we need to send a configure notify; see bug 399552.  (We
+-   * also do this just in case a window got unmaximized.)
+-   */
+-  send_configure_notify (window);
+-
+   meta_window_unqueue (window, META_QUEUE_CALC_SHOWING |
+META_QUEUE_MOVE_RESIZE |
+META_QUEUE_UPDATE_ICON);
+@@ -1859,7 +1853,15 @@ meta_window_unmanage (MetaWindow  *window,
+   meta_window_destroy_sync_request_alarm (window);
+ 
+   if (window->frame)
+-meta_window_destroy_frame (window);
++{
++  /* The XReparentWindow call in meta_window_destroy_frame() moves the
++   * window so we need to send a configure notify; see bug 399552.  (We
++   * also do this just in case a window got unmaximized.)
++   */
++  send_configure_notify (window);
++
++  meta_window_destroy_frame (window);
++}
+ 
+   /* If an undecorated window is being withdrawn, that will change the
+* stack as presented to the compositing manager, without actually


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

2016-04-23 Thread Sven-Hendrik Haase
Date: Saturday, April 23, 2016 @ 16:43:03
  Author: svenstaro
Revision: 171627

upgpkg: emscripten 1.36.2-1

upstream release 1.36.2

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 14:28:16 UTC (rev 171626)
+++ PKGBUILD2016-04-23 14:43:03 UTC (rev 171627)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.1
+pkgver=1.36.2
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('e0d098e78b8e0a11b3ac1719ff46b03edd32d41122184380596b572c41fc5f1e'
-'050134995da9d011fe128b61335f62424e3acbc769b78992d767733cfc9ff0d5'
-'645496a61f725b5023b44970078d642b675a8469e0cd6a1e757f90a8d11724db'
+sha256sums=('9208a34adb8142274d52b912cea448856d413d2e66f1078341914e216d46dfdc'
+'67a134de3fde8f260ed44c718cac876adc43e993da296795648b114ecd26d0b5'
+'b33835e5218d14b7fea5fe3b1910e682bfdf8e42423c8ea04b496f2154d63776'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2016-04-23 Thread Sven-Hendrik Haase
Date: Saturday, April 23, 2016 @ 16:43:20
  Author: svenstaro
Revision: 171628

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

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

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 14:43:03 UTC (rev 171627)
+++ community-i686/PKGBUILD 2016-04-23 14:43:20 UTC (rev 171628)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.1
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript in asm.js format"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure (optimized builds)'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('e0d098e78b8e0a11b3ac1719ff46b03edd32d41122184380596b572c41fc5f1e'
-'050134995da9d011fe128b61335f62424e3acbc769b78992d767733cfc9ff0d5'
-'645496a61f725b5023b44970078d642b675a8469e0cd6a1e757f90a8d11724db'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  

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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:35:13
  Author: fyan
Revision: 266084

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

Added:
  nvidia-settings/repos/extra-i686/PKGBUILD
(from rev 266083, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 266083, nvidia-settings/trunk/PKGBUILD)
Deleted:
  nvidia-settings/repos/extra-i686/PKGBUILD
  nvidia-settings/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-23 14:34:42 UTC (rev 266083)
+++ extra-i686/PKGBUILD 2016-04-23 14:35:13 UTC (rev 266084)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvidia-settings
-pkgver=364.12
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
-makedepends=('git' 'inetutils' 'gtk2')
-source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}

Copied: nvidia-settings/repos/extra-i686/PKGBUILD (from rev 266083, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-23 14:35:13 UTC (rev 266084)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvidia-settings
+pkgver=364.19
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+arch=('i686' 'x86_64')
+url="https://github.com/NVIDIA/nvidia-settings;
+license=('GPL2')
+depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
+makedepends=('git' 'inetutils' 'gtk2')
+source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
+sha1sums=('SKIP')
+
+prepare() {
+  export PREFIX=/usr
+  export NV_USE_BUNDLED_LIBJANSSON=0
+}
+
+build() {
+  cd ${pkgname}
+  make
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
+  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
+
+  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-23 14:34:42 UTC (rev 266083)
+++ extra-x86_64/PKGBUILD   2016-04-23 14:35:13 UTC (rev 266084)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvidia-settings
-pkgver=364.12
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-arch=('i686' 'x86_64')
-url="https://github.com/NVIDIA/nvidia-settings;
-license=('GPL2')
-depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils')
-makedepends=('git' 'inetutils' 'gtk2')
-source=("git+https://github.com/NVIDIA/nvidia-settings#tag=$pkgver;)
-sha1sums=('SKIP')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-}
-
-build() {
-  cd ${pkgname}
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}

Copied: nvidia-settings/repos/extra-x86_64/PKGBUILD (from rev 266083, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-23 14:35:13 UTC (rev 266084)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:34:42
  Author: fyan
Revision: 266083

upgpkg: nvidia-settings 364.19-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 09:47:20 UTC (rev 266082)
+++ PKGBUILD2016-04-23 14:34:42 UTC (rev 266083)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=nvidia-settings
-pkgver=364.12
+pkgver=364.19
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 arch=('i686' 'x86_64')


[arch-commits] Commit in lib32-gst-plugins-good/repos/multilib-x86_64 (2 files)

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:28:16
  Author: fyan
Revision: 171626

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD
(from rev 171625, lib32-gst-plugins-good/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 14:27:57 UTC (rev 171625)
+++ PKGBUILD2016-04-23 14:28:16 UTC (rev 171626)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan de Groot 
-
-_basename=gst-plugins-good
-pkgname=lib32-gst-plugins-good
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('lib32-libpulse' 'lib32-jack' 'lib32-libsoup' 
'lib32-gst-plugins-base-libs' 'lib32-wavpack'
- 'lib32-aalib' 'lib32-taglib' 'lib32-libdv' 'lib32-libshout' 
'lib32-libvpx' 'lib32-gdk-pixbuf2'
- 'lib32-libcaca' 'lib32-libavc1394' 'lib32-libiec61883' 
'lib32-libxdamage' 'lib32-v4l-utils'
- 'lib32-cairo' 'lib32-libgudev' 'gst-plugins-good')
-makedepends=('lib32-gstreamer' 'lib32-speex' 'lib32-flac' 'lib32-libraw1394' 
'python')
-options=(!emptydirs)
-source=(${url}/src/$_basename/$_basename-$pkgver.tar.xz)
-sha256sums=('c20c134d47dbc238d921707a3b66da709c2b4dd89f9d267cec13d1ddf16e9f4d')
-
-build() {
-  cd $_basename-$pkgver
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---build=i686-pc-linux-gnu --libdir=/usr/lib32 \
---disable-static --enable-experimental --disable-gtk-doc \
---with-package-name="GStreamer Good Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
-#check() {
-#  cd $_basename-$pkgver
-#  make check
-#}
-
-package() {
-  cd $_basename-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "$pkgdir"/usr/share
-}

Copied: lib32-gst-plugins-good/repos/multilib-x86_64/PKGBUILD (from rev 171625, 
lib32-gst-plugins-good/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 14:28:16 UTC (rev 171626)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan de Groot 
+
+_basename=gst-plugins-good
+pkgname=lib32-gst-plugins-good
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('lib32-libpulse' 'lib32-jack' 'lib32-libsoup' 
'lib32-gst-plugins-base-libs' 'lib32-wavpack'
+ 'lib32-aalib' 'lib32-taglib' 'lib32-libdv' 'lib32-libshout' 
'lib32-libvpx' 'lib32-gdk-pixbuf2'
+ 'lib32-libcaca' 'lib32-libavc1394' 'lib32-libiec61883' 
'lib32-libxdamage' 'lib32-v4l-utils'
+ 'lib32-cairo' 'lib32-libgudev' 'gst-plugins-good')
+makedepends=('lib32-gstreamer' 'lib32-speex' 'lib32-flac' 'lib32-libraw1394' 
'python')
+options=(!emptydirs)
+source=(${url}/src/$_basename/$_basename-$pkgver.tar.xz)
+sha256sums=('2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972')
+
+build() {
+  cd $_basename-$pkgver
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--build=i686-pc-linux-gnu --libdir=/usr/lib32 \
+--disable-static --enable-experimental --disable-gtk-doc \
+--with-package-name="GStreamer Good Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+# Disabled for now: souphttpsrc times out, and takes a damn long time to do so
+#check() {
+#  cd $_basename-$pkgver
+#  make check
+#}
+
+package() {
+  cd $_basename-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "$pkgdir"/usr/share
+}


[arch-commits] Commit in lib32-gst-plugins-good/trunk (PKGBUILD)

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:27:57
  Author: fyan
Revision: 171625

upgpkg: lib32-gst-plugins-good 1.8.1-1

Modified:
  lib32-gst-plugins-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 14:21:51 UTC (rev 171624)
+++ PKGBUILD2016-04-23 14:27:57 UTC (rev 171625)
@@ -4,7 +4,7 @@
 
 _basename=gst-plugins-good
 pkgname=lib32-gst-plugins-good
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('lib32-gstreamer' 'lib32-speex' 'lib32-flac' 'lib32-libraw1394' 
'python')
 options=(!emptydirs)
 source=(${url}/src/$_basename/$_basename-$pkgver.tar.xz)
-sha256sums=('c20c134d47dbc238d921707a3b66da709c2b4dd89f9d267cec13d1ddf16e9f4d')
+sha256sums=('2103e17921d67894e82eafdd64fb9b06518599952fd93e625bfbc83ffead0972')
 
 build() {
   cd $_basename-$pkgver


[arch-commits] Commit in lib32-gst-plugins-base/repos/multilib-x86_64 (2 files)

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:21:51
  Author: fyan
Revision: 171624

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD
(from rev 171623, lib32-gst-plugins-base/trunk/PKGBUILD)
Deleted:
  lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  160 ++---
 1 file changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 14:21:32 UTC (rev 171623)
+++ PKGBUILD2016-04-23 14:21:51 UTC (rev 171624)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Kitching 
-
-_basename=gst-plugins-base
-pkgbase=lib32-$_basename
-pkgname=('lib32-gst-plugins-base-libs' 'lib32-gst-plugins-base')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-arch=('x86_64')
-license=('LGPL')
-makedepends=('lib32-gstreamer' 'lib32-orc' 'lib32-libxv' 'lib32-alsa-lib' 
'lib32-cdparanoia' 'lib32-libvisual' 'lib32-libvorbis'
- 'lib32-libtheora' 'lib32-pango' 'gobject-introspection' 
'lib32-opus')
-options=(!emptydirs)
-url="http://gstreamer.freedesktop.org/;
-source=(${url}/src/$_basename/$_basename-${pkgver}.tar.xz)
-sha256sums=('abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522')
-
-build() {
-  cd $_basename-$pkgver
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure\
---build=i686-pc-linux-gnu\
---prefix=/usr\
---sysconfdir=/etc\
---localstatedir=/var\
---libexecdir=/usr/lib32\
---libdir=/usr/lib32\
---disable-static\
---disable-examples\
---disable-gtk-doc-html\
---enable-experimental \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/;
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-
-  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
-}
-
-check() {
-  cd $_basename-$pkgver
-  # Testsuite fails on one test. Some refcount leak
-  make check
-}
-
-package_lib32-gst-plugins-base-libs() {
-  pkgdesc="GStreamer Multimedia Framework Base Plugin libraries"
-  depends=('lib32-gstreamer' 'lib32-orc' 'lib32-libxv')
-
-  cd $_basename-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
-}
-
-package_lib32-gst-plugins-base() {
-  depends=("lib32-gst-plugins-base-libs=$pkgver" 'lib32-alsa-lib' 
'lib32-cdparanoia' 'lib32-libvisual' 'lib32-libvorbis'
-   'lib32-libtheora' 'lib32-pango' 'lib32-opus')
-
-  cd $_basename-$pkgver
-  make -C gst-libs DESTDIR="${pkgdir}" install
-  make -C ext DESTDIR="${pkgdir}" install
-  make -C gst-libs DESTDIR="${pkgdir}" uninstall
-
-  # Seems to be no build flag to turn this crap off, soo...
-  rm -Rf ${pkgdir}/usr/share
-  rm -Rf ${pkgdir}/usr/include
-  rm -Rf ${pkgdir}/usr/bin
-}

Copied: lib32-gst-plugins-base/repos/multilib-x86_64/PKGBUILD (from rev 171623, 
lib32-gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 14:21:51 UTC (rev 171624)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Kitching 
+
+_basename=gst-plugins-base
+pkgbase=lib32-$_basename
+pkgname=('lib32-gst-plugins-base-libs' 'lib32-gst-plugins-base')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+arch=('x86_64')
+license=('LGPL')
+makedepends=('lib32-gstreamer' 'lib32-orc' 'lib32-libxv' 'lib32-alsa-lib' 
'lib32-cdparanoia' 'lib32-libvisual' 'lib32-libvorbis'
+ 'lib32-libtheora' 'lib32-pango' 'gobject-introspection' 
'lib32-opus')
+options=(!emptydirs)
+url="http://gstreamer.freedesktop.org/;
+source=(${url}/src/$_basename/$_basename-${pkgver}.tar.xz)
+sha256sums=('15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f')
+
+build() {
+  cd $_basename-$pkgver
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure\
+--build=i686-pc-linux-gnu\
+--prefix=/usr\
+--sysconfdir=/etc\
+--localstatedir=/var\
+--libexecdir=/usr/lib32\
+--libdir=/usr/lib32\
+--disable-static\
+--disable-examples\
+--disable-gtk-doc-html\
+--enable-experimental \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+
+  sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile
+}
+
+check() {
+  cd $_basename-$pkgver
+  

[arch-commits] Commit in lib32-gst-plugins-base/trunk (PKGBUILD)

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 16:21:32
  Author: fyan
Revision: 171623

upgpkg: lib32-gst-plugins-base 1.8.1-1

Modified:
  lib32-gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 12:25:05 UTC (rev 171622)
+++ PKGBUILD2016-04-23 14:21:32 UTC (rev 171623)
@@ -5,7 +5,7 @@
 _basename=gst-plugins-base
 pkgbase=lib32-$_basename
 pkgname=('lib32-gst-plugins-base-libs' 'lib32-gst-plugins-base')
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 url="http://gstreamer.freedesktop.org/;
 source=(${url}/src/$_basename/$_basename-${pkgver}.tar.xz)
-sha256sums=('abc0acc1d15b4b9c97c65cd9689bd6400081853b9980ea428d3c8572dd791522')
+sha256sums=('15a9de985cd265c344e359f5b19347df4021b7611ed2c2d91917cb900f2fad6f')
 
 build() {
   cd $_basename-$pkgver


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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 14:25:05
  Author: fyan
Revision: 171622

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 12:24:44 UTC (rev 171621)
+++ PKGBUILD2016-04-23 12:25:05 UTC (rev 171622)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Chris Kitching 
-
-pkgname=lib32-gstreamer
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-url="http://gstreamer.freedesktop.org/;
-depends=('lib32-libxml2' 'lib32-glib2' 'gstreamer')
-optdepends=('sh: feedback script')
-makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
-source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('947a314a212b5d94985d89b43440dbe66b696e12bbdf9a2f78967b98d74abedc')
-
-build() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure\
---build=i686-pc-linux-gnu\
---prefix=/usr\
---sysconfdir=/etc\
---localstatedir=/var\
---libexecdir=/usr/lib32\
---libdir=/usr/lib32\
---disable-maintainer-mode\
---disable-debug\
---disable-examples\
---disable-tests\
---with-package-name="GStreamer (Arch Linux)" \
---with-package-origin="http://www.archlinux.org/; \
---disable-static\
---disable-docbook\
---disable-gtk-doc-html\
---disable-gtk-doc-pdf\
---disable-gtk-doc\
---disable-gst-debug \
---disable-benchmarks\
---disable-tools
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd "${srcdir}/gstreamer-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -R "${pkgdir}"/usr/{share,include,bin}
-}

Copied: lib32-gstreamer/repos/multilib-x86_64/PKGBUILD (from rev 171621, 
lib32-gstreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 12:25:05 UTC (rev 171622)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Chris Kitching 
+
+pkgname=lib32-gstreamer
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/;
+depends=('lib32-libxml2' 'lib32-glib2' 'gstreamer')
+optdepends=('sh: feedback script')
+makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
+source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
+sha256sums=('5a3722fb9302dd977c17ced4240293dc777cb716dc98c8cca63d75c27e5e3107')
+
+build() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure\
+--build=i686-pc-linux-gnu\
+--prefix=/usr\
+--sysconfdir=/etc\
+--localstatedir=/var\
+--libexecdir=/usr/lib32\
+--libdir=/usr/lib32\
+--disable-maintainer-mode\
+--disable-debug\
+--disable-examples\
+--disable-tests\
+--with-package-name="GStreamer (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/; \
+--disable-static\
+--disable-docbook\
+--disable-gtk-doc-html\
+--disable-gtk-doc-pdf\
+--disable-gtk-doc\
+--disable-gst-debug \
+--disable-benchmarks\
+--disable-tools
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd "${srcdir}/gstreamer-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -R "${pkgdir}"/usr/{share,include,bin}
+}


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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 14:24:44
  Author: fyan
Revision: 171621

upgpkg: lib32-gstreamer 1.8.1-1

Modified:
  lib32-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 10:28:20 UTC (rev 171620)
+++ PKGBUILD2016-04-23 12:24:44 UTC (rev 171621)
@@ -3,7 +3,7 @@
 # Contributor: Chris Kitching 
 
 pkgname=lib32-gstreamer
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 optdepends=('sh: feedback script')
 makedepends=('intltool' 'pkgconfig' 'gtk-doc' 'gobject-introspection')
 source=(${url}/src/gstreamer/gstreamer-${pkgver}.tar.xz)
-sha256sums=('947a314a212b5d94985d89b43440dbe66b696e12bbdf9a2f78967b98d74abedc')
+sha256sums=('5a3722fb9302dd977c17ced4240293dc777cb716dc98c8cca63d75c27e5e3107')
 
 build() {
   cd "${srcdir}/gstreamer-${pkgver}"


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

2016-04-23 Thread Jaroslav Lichtblau
Date: Saturday, April 23, 2016 @ 12:28:20
  Author: jlichtblau
Revision: 171620

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

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 171619, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 171619, kid3/trunk/kid3.changelog)
  kid3/repos/community-i686/kid3.install
(from rev 171619, kid3/trunk/kid3.install)
  kid3/repos/community-x86_64/PKGBUILD
(from rev 171619, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 171619, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/kid3.install
(from rev 171619, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-i686/kid3.install
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog
  kid3/repos/community-x86_64/kid3.install

-+
 /PKGBUILD   |  140 +
 /kid3.changelog |  178 ++
 /kid3.install   |   24 +
 community-i686/PKGBUILD |   70 --
 community-i686/kid3.changelog   |   86 --
 community-i686/kid3.install |   12 --
 community-x86_64/PKGBUILD   |   70 --
 community-x86_64/kid3.changelog |   86 --
 community-x86_64/kid3.install   |   12 --
 9 files changed, 342 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 10:28:06 UTC (rev 171619)
+++ community-i686/PKGBUILD 2016-04-23 10:28:20 UTC (rev 171620)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgbase=kid3
-pkgname=('kid3' 'kid3-qt')
-pkgver=3.3.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/;
-license=('GPL')
-makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules')
-install=$pkgbase.install
-changelog=$pkgbase.changelog
-source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('d54c164e38ee8ff2c35473a7158e2748cbb6a9472822a96decf6e34a15458957')
-
-prepare() {
-  cd "${srcdir}"
-  [[ ! -d build ]] && mkdir build
-  mkdir build-qt
-}
-
-build() {
-#kid3
-  cd "${srcdir}"/build
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;KDE" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-
-#kid3-qt
-  cd "$srcdir"/build-qt
-  cmake \
-../${pkgbase}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DWITH_QT5=ON \
--DWITH_APPS="CLI;Qt" \
--DWITH_MP4V2=ON \
--DWITH_FFMPEG=ON \
--DWITH_GSTREAMER=ON
-}
-
-package_kid3() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, KDE version"
-depends=('qt5-multimedia' 'phonon-qt5' 'chromaprint' 'id3lib' 'taglib'
- 'libmp4v2' 'kio' 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3-qt')
-
-  cd "$srcdir"/build
-  make DESTDIR="${pkgdir}" install
-}
-
-package_kid3-qt() {
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor, QT version"
-depends=('qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 'libmp4v2'
- 'desktop-file-utils' 'hicolor-icon-theme')
-conflicts=('kid3')
-provides=('kid3')
-
-  cd "$srcdir"/build-qt
-  make DESTDIR="${pkgdir}" install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 171619, 
kid3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 10:28:20 UTC (rev 171620)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgbase=kid3
+pkgname=('kid3' 'kid3-qt')
+pkgver=3.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/;
+license=('GPL')
+makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
+install=$pkgbase.install
+changelog=$pkgbase.changelog
+source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
+sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
+
+prepare() {
+  cd "${srcdir}"
+  [[ ! -d build ]] && mkdir build
+  mkdir build-qt
+}
+
+build() {
+#kid3
+  cd "${srcdir}"/build
+  cmake \
+../${pkgbase}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_QT5=ON \
+-DWITH_APPS="CLI;KDE" \
+

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

2016-04-23 Thread Jaroslav Lichtblau
Date: Saturday, April 23, 2016 @ 12:28:06
  Author: jlichtblau
Revision: 171619

upgpkg: kid3 3.4.0-1 - new upstream release

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 08:35:57 UTC (rev 171618)
+++ PKGBUILD2016-04-23 10:28:06 UTC (rev 171619)
@@ -4,17 +4,17 @@
 
 pkgbase=kid3
 pkgname=('kid3' 'kid3-qt')
-pkgver=3.3.2
+pkgver=3.4.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/;
 license=('GPL')
 makedepends=('qt5-tools' 'qt5-multimedia' 'chromaprint' 'id3lib' 'taglib' 
'libmp4v2' 'kio'
- 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules')
+ 'hicolor-icon-theme' 'docbook-xml' 'kdoctools' 
'extra-cmake-modules' 'python')
 install=$pkgbase.install
 changelog=$pkgbase.changelog
 source=(http://downloads.sourceforge.net/$pkgbase/$pkgbase-$pkgver.tar.gz)
-sha256sums=('d54c164e38ee8ff2c35473a7158e2748cbb6a9472822a96decf6e34a15458957')
+sha256sums=('4dd67023e047d62985339eb3ba75e95dda6cf71c30f58785b57f4823bf11bfbf')
 
 prepare() {
   cd "${srcdir}"

Modified: kid3.changelog
===
--- kid3.changelog  2016-04-23 08:35:57 UTC (rev 171618)
+++ kid3.changelog  2016-04-23 10:28:06 UTC (rev 171619)
@@ -1,3 +1,6 @@
+2016-04-23 Jaroslav Lichtblau 
+   * kid3 3.4.0-1
+
 2016-03-15 Jaroslav Lichtblau 
* kid3 3.3.2-1
 


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

2016-04-23 Thread Jan Steffens
Date: Saturday, April 23, 2016 @ 11:47:20
  Author: heftig
Revision: 266082

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

Added:
  gstreamer-vaapi/repos/testing-i686/
  gstreamer-vaapi/repos/testing-i686/PKGBUILD
(from rev 266081, gstreamer-vaapi/trunk/PKGBUILD)
  gstreamer-vaapi/repos/testing-x86_64/
  gstreamer-vaapi/repos/testing-x86_64/PKGBUILD
(from rev 266081, gstreamer-vaapi/trunk/PKGBUILD)

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

Copied: gstreamer-vaapi/repos/testing-i686/PKGBUILD (from rev 266081, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-23 09:47:20 UTC (rev 266082)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc)
+options=(!emptydirs)
+source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2580a00fc626ecc60a6fef9a6366f18b6d451db1ca3fe0daf81c6a416a4a33c1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-builtin-libvpx --enable-gtk-doc \
+--with-package-name="GStreamer VAAPI Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gstreamer-vaapi/repos/testing-x86_64/PKGBUILD (from rev 266081, 
gstreamer-vaapi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-23 09:47:20 UTC (rev 266082)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gstreamer-vaapi
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://gstreamer.freedesktop.org/;
+depends=(gst-plugins-base gst-plugins-bad libva libxrandr libvpx)
+makedepends=(gtk-doc)
+options=(!emptydirs)
+source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('2580a00fc626ecc60a6fef9a6366f18b6d451db1ca3fe0daf81c6a416a4a33c1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --disable-builtin-libvpx --enable-gtk-doc \
+--with-package-name="GStreamer VAAPI Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/;
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2016-04-23 Thread Jan Steffens
Date: Saturday, April 23, 2016 @ 11:46:31
  Author: heftig
Revision: 266081

1.8.1-1

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 09:43:17 UTC (rev 266080)
+++ PKGBUILD2016-04-23 09:46:31 UTC (rev 266081)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gstreamer-vaapi
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework VAAPI Plugins"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(gtk-doc)
 options=(!emptydirs)
 source=($url/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('3b83d405f4423ab0bdc8fbe25e72c4c37b59b7776da21f1d49b0444957595ac1')
+sha256sums=('2580a00fc626ecc60a6fef9a6366f18b6d451db1ca3fe0daf81c6a416a4a33c1')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-23 Thread Jan Steffens
Date: Saturday, April 23, 2016 @ 11:43:17
  Author: heftig
Revision: 266080

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

Added:
  gst-plugins-bad/repos/testing-i686/PKGBUILD
(from rev 266079, gst-plugins-bad/trunk/PKGBUILD)
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD
(from rev 266079, gst-plugins-bad/trunk/PKGBUILD)
Deleted:
  gst-plugins-bad/repos/testing-i686/PKGBUILD
  gst-plugins-bad/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  102 ++
 testing-i686/PKGBUILD   |   51 ---
 testing-x86_64/PKGBUILD |   51 ---
 3 files changed, 102 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-04-23 07:45:49 UTC (rev 266079)
+++ testing-i686/PKGBUILD   2016-04-23 09:43:17 UTC (rev 266080)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gst-plugins-bad
-pkgver=1.8.0
-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 faac 
celt libdca
- soundtouch spandsp libdvdnav libmodplug libgme wayland neon libofa 
fluidsynth
- openjpeg libwebp libsrtp gnutls wildmidi glu sbc rtmpdump libgudev 
graphene)
-makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
- gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
- qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader)
-options=(!emptydirs)
-source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('116376dd1085082422e0b21b0ecd3d1cb345c469c58e32463167d4675f4ca90e')
-
-prepare() {
-  cd $pkgname-$pkgver
-  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 $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 266079, 
gst-plugins-bad/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-23 09:43:17 UTC (rev 266080)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gst-plugins-bad
+pkgver=1.8.1
+pkgrel=1
+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 faac 
celt libdca
+ soundtouch spandsp libdvdnav libmodplug libgme wayland neon libofa 
fluidsynth
+ openjpeg libwebp libsrtp gnutls wildmidi glu sbc rtmpdump libgudev 
graphene)
+makedepends=(schroedinger libexif libdvdread libvdpau libmpeg2 python valgrind 
wildmidi librsvg
+ gobject-introspection gtk-doc gtk3 clutter libtiger ladspa openal 
libusb
+ qt5-declarative qt5-x11extras qt5-wayland vulkan-headers 
vulkan-icd-loader)
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('0bbd58f363734fc0c4a620b2d6fb01d427fdafdbda7b90b4e15d03b751ca40f5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  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 $pkgname-$pkgver
+  # don't have a camera for the camerabin test
+  make -k check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-04-23 07:45:49 UTC (rev 266079)
+++ testing-x86_64/PKGBUILD 2016-04-23 09:43:17 UTC (rev 266080)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander 

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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 10:35:57
  Author: fyan
Revision: 171618

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-23 08:07:28 UTC (rev 171617)
+++ community-i686/PKGBUILD 2016-04-23 08:35:57 UTC (rev 171618)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-i686/PKGBUILD (from rev 171617, 
phonegap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-23 08:35:57 UTC (rev 171618)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('5361eb5f992e64e7dc294c4349477f495751f8cc6de53cedc85fb02ae445bf16')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: 

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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 10:07:28
  Author: fyan
Revision: 171617

archrelease: copy trunk to community-x86_64

Added:
  phonegap/repos/community-x86_64/PKGBUILD
(from rev 171616, phonegap/trunk/PKGBUILD)
Deleted:
  phonegap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 08:07:06 UTC (rev 171616)
+++ PKGBUILD2016-04-23 08:07:28 UTC (rev 171617)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=phonegap
-pkgver=6.1.0
-pkgrel=1
-pkgdesc="PhoneGap command-line interface and node.js library"
-arch=('i686' 'x86_64')
-url="https://github.com/phonegap/phonegap-cli;
-license=('Apache')
-depends=('npm' 'semver' 'cordova' 'browserify')
-makedepends=('python2')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
-
-package() {
-  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver cordova npm browserify; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-
-  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: phonegap/repos/community-x86_64/PKGBUILD (from rev 171616, 
phonegap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 08:07:28 UTC (rev 171617)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=phonegap
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="PhoneGap command-line interface and node.js library"
+arch=('i686' 'x86_64')
+url="https://github.com/phonegap/phonegap-cli;
+license=('Apache')
+depends=('npm' 'semver' 'cordova' 'browserify')
+makedepends=('python2')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('5361eb5f992e64e7dc294c4349477f495751f8cc6de53cedc85fb02ae445bf16')
+
+package() {
+  PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver cordova npm browserify; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/npm-package-arg/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/normalize-package-data/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/init-package-json/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/semver-diff/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+
+  cd 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/cordova-lib/node_modules/cordova-common/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-04-23 Thread Felix Yan
Date: Saturday, April 23, 2016 @ 10:07:06
  Author: fyan
Revision: 171616

upgpkg: phonegap 6.2.0-1

Modified:
  phonegap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 05:29:36 UTC (rev 171615)
+++ PKGBUILD2016-04-23 08:07:06 UTC (rev 171616)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=phonegap
-pkgver=6.1.0
+pkgver=6.2.0
 pkgrel=1
 pkgdesc="PhoneGap command-line interface and node.js library"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('python2')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('c4b246010bdec20fc34b33f3154e4a0b2330dac1dac8dad894f9786605b86c57')
+sha256sums=('5361eb5f992e64e7dc294c4349477f495751f8cc6de53cedc85fb02ae445bf16')
 
 package() {
   PYTHON=python2 npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in (libkmahjongg4)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 09:45:49
  Author: arojas
Revision: 266079

Not needed anymore

Deleted:
  libkmahjongg4/


[arch-commits] Commit in (4 files)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 09:45:20
  Author: arojas
Revision: 266078

Cleanup

Deleted:
  kdegames-kmahjongg/
  kdegraphics-kcolorchooser/
  kdenetwork-krdc/
  kdeutils-kfloppy/


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

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 09:41:12
  Author: arojas
Revision: 266066

khelpcenter moved to KDE Applications

Modified:
  plasma-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 07:34:37 UTC (rev 266065)
+++ PKGBUILD2016-04-23 07:41:12 UTC (rev 266066)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-meta
 pkgver=5.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Meta package to install KDE Plasma'
 arch=(any)
 url='https://www.archlinux.org/'
@@ -13,7 +13,6 @@
  drkonqi
  kde-gtk-config
  kdeplasma-addons
- khelpcenter
  kinfocenter
  ksysguard
  kscreen


[arch-commits] Commit in plasma-meta/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-23 Thread Antonio Rojas
Date: Saturday, April 23, 2016 @ 09:41:44
  Author: arojas
Revision: 266067

archrelease: copy trunk to extra-any

Added:
  plasma-meta/repos/extra-any/PKGBUILD
(from rev 266066, plasma-meta/trunk/PKGBUILD)
Deleted:
  plasma-meta/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 07:41:12 UTC (rev 266066)
+++ PKGBUILD2016-04-23 07:41:44 UTC (rev 266067)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=plasma-meta
-pkgver=5.6
-pkgrel=1
-pkgdesc='Meta package to install KDE Plasma'
-arch=(any)
-url='https://www.archlinux.org/'
-license=(GPL)
-depends=(bluedevil
- drkonqi
- kde-gtk-config
- kdeplasma-addons
- khelpcenter
- kinfocenter
- ksysguard
- kscreen
- ksshaskpass
- kwrited
- oxygen
- plasma-desktop
- plasma-nm
- plasma-workspace-wallpapers
-plasma-mediacenter
-plasma-pa
-plasma-sdk
-kwayland-integration
-kwallet-pam
-kgamma5
-user-manager
-sddm-kcm
-breeze-gtk
-)

Copied: plasma-meta/repos/extra-any/PKGBUILD (from rev 266066, 
plasma-meta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 07:41:44 UTC (rev 266067)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=plasma-meta
+pkgver=5.6
+pkgrel=2
+pkgdesc='Meta package to install KDE Plasma'
+arch=(any)
+url='https://www.archlinux.org/'
+license=(GPL)
+depends=(bluedevil
+ drkonqi
+ kde-gtk-config
+ kdeplasma-addons
+ kinfocenter
+ ksysguard
+ kscreen
+ ksshaskpass
+ kwrited
+ oxygen
+ plasma-desktop
+ plasma-nm
+ plasma-workspace-wallpapers
+plasma-mediacenter
+plasma-pa
+plasma-sdk
+kwayland-integration
+kwallet-pam
+kgamma5
+user-manager
+sddm-kcm
+breeze-gtk
+)


[arch-commits] Commit in php-composer/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-23 Thread Pierre Schmitz
Date: Saturday, April 23, 2016 @ 08:08:38
  Author: pierre
Revision: 265860

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 265859, php-composer/trunk/PKGBUILD)
Deleted:
  php-composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-23 06:08:25 UTC (rev 265859)
+++ PKGBUILD2016-04-23 06:08:38 UTC (rev 265860)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=php-composer
-epoch=1
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-md5sums=('SKIP'
- '0f2075852d10873da3c79ad9df774b26')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   # check if the upstream build and ours differ
-   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install
-   vendor/bin/phpunit
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 265859, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-23 06:08:38 UTC (rev 265860)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=php-composer
+epoch=1
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+md5sums=('SKIP'
+ 'fcce0b6badce67e98b1f444946d0d6ab')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   php ${srcdir}/${pkgname}-${pkgver}.phar -n install --no-dev
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   # check if the upstream build and ours differ
+   diff -q ${srcdir}/${pkgname}-${pkgver}.phar composer.phar
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install
+   vendor/bin/phpunit
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}


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

2016-04-23 Thread Pierre Schmitz
Date: Saturday, April 23, 2016 @ 08:08:25
  Author: pierre
Revision: 265859

upgpkg: php-composer 1:1.0.2-1

Modified:
  php-composer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-23 06:05:05 UTC (rev 265858)
+++ PKGBUILD2016-04-23 06:08:25 UTC (rev 265859)
@@ -3,7 +3,7 @@
 
 pkgname=php-composer
 epoch=1
-pkgver=1.0.0
+pkgver=1.0.2
 pkgrel=1
 pkgdesc="Dependency Manager for PHP"
 arch=('any')
@@ -14,7 +14,7 @@
 
source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
 
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
 md5sums=('SKIP'
- '0f2075852d10873da3c79ad9df774b26')
+ 'fcce0b6badce67e98b1f444946d0d6ab')
 
 prepare() {
cd ${srcdir}/${pkgname}