[arch-commits] Commit in nautilus/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 03:21:48
  Author: heftig
Revision: 321520

archrelease: copy trunk to extra-x86_64

Added:
  nautilus/repos/extra-x86_64/PKGBUILD
(from rev 321519, nautilus/trunk/PKGBUILD)
Deleted:
  nautilus/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 03:21:06 UTC (rev 321519)
+++ PKGBUILD2018-04-11 03:21:48 UTC (rev 321520)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.28.0.1
-pkgrel=1
-pkgdesc="Default file manager for GNOME"
-url="https://wiki.gnome.org/Apps/Nautilus;
-arch=(x86_64)
-license=(GPL)
-depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
-makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
-options=(!emptydirs)
-_commit=9f28215927d023b54d88a25e026163e9e193bcf3  # tags/3.28.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgbase build -D docs=true
-  ninja -C build
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-### Split libnautilus-extension
-
-  mkdir -p libne/{lib,share}
-  mv "$pkgdir"/usr/include libne
-  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
-  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc="Library for extending the $pkgdesc"
-  depends=(gtk3)
-  mv libne "$pkgdir/usr"
-}

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 321519, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 03:21:48 UTC (rev 321520)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Default file manager for GNOME"
+url="https://wiki.gnome.org/Apps/Nautilus;
+arch=(x86_64)
+license=(GPL)
+depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
+makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=784b3eaab6495515393e99bcbc22344bb9cd975f  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgbase build -D docs=true
+  ninja -C build
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+### Split libnautilus-extension
+
+  mkdir -p libne/{lib,share}
+  mv "$pkgdir"/usr/include libne
+  mv "$pkgdir"/usr/lib/{girepository-1.0,libnautilus-extension*,pkgconfig} 
libne/lib
+  mv "$pkgdir"/usr/share/{gir-1.0,gtk-doc} libne/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc="Library for extending the $pkgdesc"
+  depends=(gtk3)
+  mv libne "$pkgdir/usr"
+}


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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Wednesday, April 11, 2018 @ 03:21:06
  Author: heftig
Revision: 321519

3.28.1-1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:55:26 UTC (rev 321518)
+++ PKGBUILD2018-04-11 03:21:06 UTC (rev 321519)
@@ -3,7 +3,7 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.28.0.1
+pkgver=3.28.1
 pkgrel=1
 pkgdesc="Default file manager for GNOME"
 url="https://wiki.gnome.org/Apps/Nautilus;
@@ -12,7 +12,7 @@
 depends=(libgexiv2 gnome-desktop gvfs dconf tracker nautilus-sendto 
gnome-autoar)
 makedepends=(gobject-introspection packagekit git gtk-doc meson appstream-glib)
 options=(!emptydirs)
-_commit=9f28215927d023b54d88a25e026163e9e193bcf3  # tags/3.28.0.1^0
+_commit=784b3eaab6495515393e99bcbc22344bb9cd975f  # tags/3.28.1^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


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

2018-04-10 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 01:21:08
  Author: felixonmars
Revision: 315693

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 01:20:45 UTC (rev 315692)
+++ PKGBUILD2018-04-11 01:21:08 UTC (rev 315693)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-subunit2sql
-pkgname=(python-subunit2sql python2-subunit2sql)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
-arch=('any')
-url="https://pypi.python.org/pypi/subunit2sql;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
- 'python2-alembic' 'python-stevedore' 'python2-stevedore' 
'python-sqlalchemy'
- 'python2-sqlalchemy' 'python-oslo-config' 'python2-oslo-config' 
'python-dateutil'
- 'python2-dateutil' 'python-subunit' 'python2-subunit' 
'python-oslo-db'
- 'python2-oslo-db')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-testresources' 'python2-testresources' 
'python-testscenarios'
-  'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;)
-sha512sums=('af77a24237f08ab18d5118c133596de13b7a72a79895f3ef71faa12a5ef5033bd2734b592c4944fcc48b8605cb5d0904968a0b0625828631d21d3f4621502d80')
-
-prepare() {
-  cp -a subunit2sql-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/subunit2sql-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/subunit2sql-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-subunit2sql() {
-  depends=('python-six' 'python-pbr' 'python-alembic' 'python-stevedore' 
'python-sqlalchemy'
-   'python-oslo-config' 'python-dateutil' 'python-subunit' 
'python-oslo-db')
-
-  cd "$srcdir"/subunit2sql-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-subunit2sql() {
-  depends=('python2-six' 'python2-pbr' 'python2-alembic' 'python2-stevedore' 
'python2-sqlalchemy'
-   'python2-oslo-config' 'python2-dateutil' 'python2-subunit' 
'python2-oslo-db')
-
-  cd "$srcdir"/subunit2sql-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/sql2subunit{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql-db-manage{,2}
-  mv "$pkgdir"/usr/bin/subunit2sql-graph{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-subunit2sql/repos/community-any/PKGBUILD (from rev 315692, 
python-subunit2sql/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 01:21:08 UTC (rev 315693)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-subunit2sql
+pkgname=(python-subunit2sql python2-subunit2sql)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
+arch=('any')
+url="https://pypi.python.org/pypi/subunit2sql;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-alembic'
+ 'python2-alembic' 'python-stevedore' 'python2-stevedore' 
'python-sqlalchemy'
+ 'python2-sqlalchemy' 'python-oslo-config' 'python2-oslo-config' 
'python-dateutil'
+ 'python2-dateutil' 'python-subunit' 'python2-subunit' 
'python-oslo-db'
+ 'python2-oslo-db')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-testresources' 'python2-testresources' 
'python-testscenarios'
+  'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;)
+sha512sums=('5ab4e7cfa0a722a7b13ea4a9589278ab6b9b712c5a828f5a666f1a0c48f6b1c93a9af6e61c0f98cff3d3d32d62d19b13198a5a6a7ed9be6326e747e151f66e73')
+
+prepare() {
+  cp -a subunit2sql-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/subunit2sql-$pkgver
+  python setup.py build
+
+  cd 

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

2018-04-10 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 01:20:45
  Author: felixonmars
Revision: 315692

upgpkg: python-subunit2sql 1.9.0-1

Modified:
  python-subunit2sql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 01:17:13 UTC (rev 315691)
+++ PKGBUILD2018-04-11 01:20:45 UTC (rev 315692)
@@ -4,7 +4,7 @@
 
 pkgbase=python-subunit2sql
 pkgname=(python-subunit2sql python2-subunit2sql)
-pkgver=1.8.0
+pkgver=1.9.0
 pkgrel=1
 pkgdesc="Command to Read a subunit file or stream and put the data in a SQL DB"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-testresources' 'python2-testresources' 
'python-testscenarios'
   'python2-testscenarios' 'python-oslo-concurrency' 
'python2-oslo-concurrency')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack-infra/subunit2sql/archive/$pkgver.tar.gz;)
-sha512sums=('af77a24237f08ab18d5118c133596de13b7a72a79895f3ef71faa12a5ef5033bd2734b592c4944fcc48b8605cb5d0904968a0b0625828631d21d3f4621502d80')
+sha512sums=('5ab4e7cfa0a722a7b13ea4a9589278ab6b9b712c5a828f5a666f1a0c48f6b1c93a9af6e61c0f98cff3d3d32d62d19b13198a5a6a7ed9be6326e747e151f66e73')
 
 prepare() {
   cp -a subunit2sql-$pkgver{,-py2}


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

2018-04-10 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 01:17:13
  Author: felixonmars
Revision: 315691

archrelease: copy trunk to community-x86_64

Added:
  ibus-anthy/repos/community-x86_64/PKGBUILD
(from rev 315690, ibus-anthy/trunk/PKGBUILD)
Deleted:
  ibus-anthy/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   60 ++--
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 01:16:51 UTC (rev 315690)
+++ PKGBUILD2018-04-11 01:17:13 UTC (rev 315691)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-
-pkgname=ibus-anthy
-pkgver=1.5.9
-pkgrel=1
-pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
-arch=('i686' 'x86_64')
-license=('LGPL')
-url='http://ibus.googlecode.com'
-depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-build() {
-  cd $pkgname
-
-  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-anthy/repos/community-x86_64/PKGBUILD (from rev 315690, 
ibus-anthy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 01:17:13 UTC (rev 315691)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Rainy 
+# Contributor: Lee.MaRS 
+# Contributor: Daniel J Griffiths 
+
+pkgname=ibus-anthy
+pkgver=1.5.10
+pkgrel=1
+pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
+arch=('x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
+makedepends=('intltool' 'gobject-introspection')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz;)
+sha512sums=('37a9b86ebe32ea639637880fffb29a86b971534e2faa668b2f88df66568bc99c58685481e1f7ae1f05fcf85d1816e3ef3e5fbc065207ac4188e0edcae8eb4925')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-04-10 Thread Felix Yan via arch-commits
Date: Wednesday, April 11, 2018 @ 01:16:51
  Author: felixonmars
Revision: 315690

upgpkg: ibus-anthy 1.5.10-1

Modified:
  ibus-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 00:47:12 UTC (rev 315689)
+++ PKGBUILD2018-04-11 01:16:51 UTC (rev 315690)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=ibus-anthy
-pkgver=1.5.9
+pkgver=1.5.10
 pkgrel=1
 pkgdesc='Japanese input method Anthy IMEngine for IBus Framework'
 arch=('x86_64')
@@ -12,12 +12,12 @@
 license=('LGPL')
 url='http://ibus.googlecode.com'
 depends=('ibus' 'anthy' 'python' 'gtk-update-icon-cache' 'python-gobject')
-makedepends=('intltool' 'git' 'gobject-introspection')
-source=("git+https://github.com/ibus/ibus-anthy.git#tag=$pkgver;)
-sha512sums=('SKIP')
+makedepends=('intltool' 'gobject-introspection')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz;)
+sha512sums=('37a9b86ebe32ea639637880fffb29a86b971534e2faa668b2f88df66568bc99c58685481e1f7ae1f05fcf85d1816e3ef3e5fbc065207ac4188e0edcae8eb4925')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   ./autogen.sh --prefix=/usr --libexec=/usr/lib/ibus
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 


[arch-commits] Commit in xfce4-whiskermenu-plugin/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:47:12
  Author: cesura
Revision: 315689

archrelease: copy trunk to community-x86_64

Added:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 315688, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:46:48 UTC (rev 315688)
+++ PKGBUILD2018-04-11 00:47:12 UTC (rev 315689)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Graeme Gott 
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.5
-pkgrel=1
-pkgdesc='Menu for Xfce4'
-arch=('x86_64')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('garcon' 'xfce4-panel')
-makedepends=('cmake' 'ninja')
-source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
 # no https available
-sha256sums=('9b60dd29be7ce315a6a8506337bbcbfe39a401ac2beddf2a611e865cc5733de6')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "$srcdir/$pkgname-$pkgver" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin
-# vim: ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 
315688, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:47:12 UTC (rev 315689)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
+# Contributor: Graeme Gott 
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=2.1.6
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('garcon' 'xfce4-panel')
+makedepends=('cmake' 'ninja')
+source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
 # no https available
+sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "$srcdir/$pkgname-$pkgver" \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:46:48
  Author: cesura
Revision: 315688

upgpkg: xfce4-whiskermenu-plugin 2.1.6-1

Updated to version 2.1.6

Modified:
  xfce4-whiskermenu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-11 00:29:37 UTC (rev 315687)
+++ PKGBUILD2018-04-11 00:46:48 UTC (rev 315688)
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
 # Contributor: Graeme Gott 
 
 pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.5
+pkgver=2.1.6
 pkgrel=1
 pkgdesc='Menu for Xfce4'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('garcon' 'xfce4-panel')
 makedepends=('cmake' 'ninja')
 
source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2;)
 # no https available
-sha256sums=('9b60dd29be7ce315a6a8506337bbcbfe39a401ac2beddf2a611e865cc5733de6')
+sha256sums=('8b2a8ee1445df39a2cda139e353f2e9ec3720a780296dc41b7d4aebde57371fc')
 
 build() {
   mkdir -p build
@@ -29,6 +29,3 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 }
-
-# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin
-# vim: ts=2 sw=2 et:


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:29:37
  Author: cesura
Revision: 315687

archrelease: copy trunk to community-x86_64

Added:
  pluma/repos/community-x86_64/PKGBUILD
(from rev 315686, pluma/trunk/PKGBUILD)
Deleted:
  pluma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:25:16 UTC (rev 315686)
+++ PKGBUILD2018-04-11 00:29:37 UTC (rev 315687)
@@ -1,44 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=pluma
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
-optdepends=('python2-gobject: to use the python plugins')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-sed -i 's/, enchant/, enchant-2/' configure.ac
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc=no \
---enable-python
-
-#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
-}

Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 315686, 
pluma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:29:37 UTC (rev 315687)
@@ -0,0 +1,44 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
+optdepends=('python2-gobject: to use the python plugins')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+sed -i 's/, enchant/, enchant-2/' configure.ac
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc=no \
+--enable-python
+
+#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
+}


[arch-commits] Commit in mate-settings-daemon/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:25:16
  Author: cesura
Revision: 315686

archrelease: copy trunk to community-x86_64

Added:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 315685, mate-settings-daemon/trunk/PKGBUILD)
Deleted:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:22:18 UTC (rev 315685)
+++ PKGBUILD2018-04-11 00:25:16 UTC (rev 315686)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-settings-daemon
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="The MATE Settings daemon"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
- 'mate-desktop' 'nss' 'polkit')
-makedepends=('intltool' 'python')
-optdepends=('libcanberra-pulse: PulseAudio support'
-'pulseaudio-alsa: PulseAudio support')
-groups=('mate')
-conflicts=('mate-settings-daemon-gtk3')
-replaces=('mate-settings-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---enable-polkit \
---enable-pulse
-
-#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
-}

Copied: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 315685, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:25:16 UTC (rev 315686)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool' 'python')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#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
+}


[arch-commits] Commit in mate-sensors-applet/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:22:18
  Author: cesura
Revision: 315685

archrelease: copy trunk to community-x86_64

Added:
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 315684, mate-sensors-applet/trunk/PKGBUILD)
Deleted:
  mate-sensors-applet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:20:22 UTC (rev 315684)
+++ PKGBUILD2018-04-11 00:22:18 UTC (rev 315685)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-sensors-applet
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xsl' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('mate-sensors-applet-gtk3')
-replaces=('mate-sensors-applet-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname}
-
-   #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
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 315684, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:22:18 UTC (rev 315685)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-sensors-applet
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname}
+
+   #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
+}


[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:20:22
  Author: cesura
Revision: 315684

archrelease: copy trunk to community-x86_64

Added:
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 315683, mate-power-manager/trunk/PKGBUILD)
Deleted:
  mate-power-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:18:15 UTC (rev 315683)
+++ PKGBUILD2018-04-11 00:20:22 UTC (rev 315684)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-power-manager
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---disable-strict
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 315683, 
mate-power-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:20:22 UTC (rev 315684)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:18:15
  Author: cesura
Revision: 315683

archrelease: copy trunk to community-x86_64

Added:
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 315682, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:14:26 UTC (rev 315682)
+++ PKGBUILD2018-04-11 00:18:15 UTC (rev 315683)
@@ -1,37 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#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
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 315682, 
mate-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:18:15 UTC (rev 315683)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:14:26
  Author: cesura
Revision: 315682

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 315681, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:12:24 UTC (rev 315681)
+++ PKGBUILD2018-04-11 00:14:26 UTC (rev 315682)
@@ -1,35 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---disable-schemas-compile
-
-#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
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 315681, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:14:26 UTC (rev 315682)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--disable-schemas-compile
+
+#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
+}


[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:12:24
  Author: cesura
Revision: 315681

archrelease: copy trunk to community-x86_64

Added:
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 315680, mate-control-center/trunk/PKGBUILD)
Deleted:
  mate-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:08:56 UTC (rev 315680)
+++ PKGBUILD2018-04-11 00:12:24 UTC (rev 315681)
@@ -1,38 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
-
-#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
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 315680, 
mate-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:12:24 UTC (rev 315681)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#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
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:08:56
  Author: cesura
Revision: 315680

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 315679, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:06:55 UTC (rev 315679)
+++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315679, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:06:55
  Author: cesura
Revision: 315679

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 315678, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:02:31 UTC (rev 315678)
+++ PKGBUILD2018-04-11 00:06:55 UTC (rev 315679)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---enable-polkit \
---enable-ipv6
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 315678, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:06:55 UTC (rev 315679)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:02:31
  Author: cesura
Revision: 315678

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 315677, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:58:29 UTC (rev 315677)
+++ PKGBUILD2018-04-11 00:02:31 UTC (rev 315678)
@@ -1,36 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
-
-#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
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 315677, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:02:31 UTC (rev 315678)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:58:29
  Author: cesura
Revision: 315677

archrelease: copy trunk to community-x86_64

Added:
  libmatekbd/repos/community-x86_64/PKGBUILD
(from rev 315676, libmatekbd/trunk/PKGBUILD)
Deleted:
  libmatekbd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:56:12 UTC (rev 315676)
+++ PKGBUILD2018-04-10 23:58:29 UTC (rev 315677)
@@ -1,32 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=libmatekbd
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier') 
-makedepends=('intltool' 'python')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr 
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_libmatekbd() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 315676, 
libmatekbd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:58:29 UTC (rev 315677)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier') 
+makedepends=('intltool' 'python')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr 
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:56:12
  Author: cesura
Revision: 315676

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315675, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
+++ PKGBUILD2018-04-10 23:56:12 UTC (rev 315676)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#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 D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315675, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:56:12 UTC (rev 315676)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#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 D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:50:47
  Author: cesura
Revision: 315675

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 315674, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:17:43 UTC (rev 315674)
+++ PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
@@ -1,52 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
-
-#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
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 315674, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:50:47 UTC (rev 315675)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:17:43
  Author: cesura
Revision: 315674

archrelease: copy trunk to community-x86_64

Added:
  pluma/repos/community-x86_64/PKGBUILD
(from rev 315673, pluma/trunk/PKGBUILD)
Deleted:
  pluma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:17:22 UTC (rev 315673)
+++ PKGBUILD2018-04-10 23:17:43 UTC (rev 315674)
@@ -1,44 +0,0 @@
-# Maintaier:
-# Contributor: Martin Wimpress 
-
-pkgname=pluma
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
-makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
-optdepends=('python2-gobject: to use the python plugins')
-groups=('mate-extra')
-conflicts=('pluma-gtk3')
-replaces=('pluma-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('aee0072dea73135b391dd4cb192fee9cd9c7a0639e3616c4502e8760c1115d70')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-sed -i 's/, enchant/, enchant-2/' configure.ac
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-./autogen.sh
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---enable-gtk-doc=no \
---enable-python
-
-#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
-}

Copied: pluma/repos/community-x86_64/PKGBUILD (from rev 315673, 
pluma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:17:43 UTC (rev 315674)
@@ -0,0 +1,44 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=pluma
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A powerful text editor for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('iso-codes' 'mate-desktop' 'zenity' 'gtksourceview3' 'libpeas')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'python2' 
'mate-common' 'yelp-tools')
+optdepends=('python2-gobject: to use the python plugins')
+groups=('mate-extra')
+conflicts=('pluma-gtk3')
+replaces=('pluma-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+sed -i 's/, enchant/, enchant-2/' configure.ac
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-gtk-doc=no \
+--enable-python
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:17:22
  Author: cesura
Revision: 315673

upgpkg: pluma 1.20.1-1

Updated to version 1.20.1

Modified:
  pluma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 23:12:49 UTC (rev 315672)
+++ PKGBUILD2018-04-10 23:17:22 UTC (rev 315673)
@@ -1,8 +1,8 @@
-# Maintaier:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=pluma
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="A powerful text editor for MATE"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('pluma-gtk3')
 replaces=('pluma-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('aee0072dea73135b391dd4cb192fee9cd9c7a0639e3616c4502e8760c1115d70')
+sha256sums=('e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:12:28
  Author: cesura
Revision: 315671

upgpkg: mate-settings-daemon 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 23:09:07 UTC (rev 315670)
+++ PKGBUILD2018-04-10 23:12:28 UTC (rev 315671)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-settings-daemon
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="The MATE Settings daemon"
 url="https://mate-desktop.org;
@@ -17,7 +17,7 @@
 conflicts=('mate-settings-daemon-gtk3')
 replaces=('mate-settings-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c5e9918ce1623953f7cf807c659406b401316b4fa7f8366bd692c9f9b4c88e5c')
+sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-settings-daemon/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:12:49
  Author: cesura
Revision: 315672

archrelease: copy trunk to community-x86_64

Added:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 315671, mate-settings-daemon/trunk/PKGBUILD)
Deleted:
  mate-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:12:28 UTC (rev 315671)
+++ PKGBUILD2018-04-10 23:12:49 UTC (rev 315672)
@@ -1,40 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-settings-daemon
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="The MATE Settings daemon"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
- 'mate-desktop' 'nss' 'polkit')
-makedepends=('intltool' 'python')
-optdepends=('libcanberra-pulse: PulseAudio support'
-'pulseaudio-alsa: PulseAudio support')
-groups=('mate')
-conflicts=('mate-settings-daemon-gtk3')
-replaces=('mate-settings-daemon-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c5e9918ce1623953f7cf807c659406b401316b4fa7f8366bd692c9f9b4c88e5c')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---enable-polkit \
---enable-pulse
-
-#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
-}

Copied: mate-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 315671, 
mate-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:12:49 UTC (rev 315672)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-settings-daemon
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="The MATE Settings daemon"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libmatekbd' 'libmatemixer' 'libnotify'
+ 'mate-desktop' 'nss' 'polkit')
+makedepends=('intltool' 'python')
+optdepends=('libcanberra-pulse: PulseAudio support'
+'pulseaudio-alsa: PulseAudio support')
+groups=('mate')
+conflicts=('mate-settings-daemon-gtk3')
+replaces=('mate-settings-daemon-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--enable-polkit \
+--enable-pulse
+
+#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
+}


[arch-commits] Commit in mate-sensors-applet/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:09:07
  Author: cesura
Revision: 315670

archrelease: copy trunk to community-x86_64

Added:
  mate-sensors-applet/repos/community-x86_64/PKGBUILD
(from rev 315669, mate-sensors-applet/trunk/PKGBUILD)
Deleted:
  mate-sensors-applet/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:06:34 UTC (rev 315669)
+++ PKGBUILD2018-04-10 23:09:07 UTC (rev 315670)
@@ -1,34 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-sensors-applet
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
-makedepends=('docbook-xsl' 'intltool' 'itstool')
-groups=('mate-extra')
-conflicts=('mate-sensors-applet-gtk3')
-replaces=('mate-sensors-applet-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/${pkgname}
-
-   #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
-}

Copied: mate-sensors-applet/repos/community-x86_64/PKGBUILD (from rev 315669, 
mate-sensors-applet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:09:07 UTC (rev 315670)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-sensors-applet
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A MATE Panel applet to display readings from hardware sensors, 
including CPU temperature, fan speeds and voltage readings"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libatasmart' 'libnotify' 'libxnvctrl' 'lm_sensors' 'mate-panel')
+makedepends=('docbook-xsl' 'intltool' 'itstool')
+groups=('mate-extra')
+conflicts=('mate-sensors-applet-gtk3')
+replaces=('mate-sensors-applet-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bd00e792ec3948bf895c8ff590184da30fa5614bc6969d450cfc8381a51cd952')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/${pkgname}
+
+   #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
+}


[arch-commits] Commit in mate-power-manager/trunk (PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:06:13
  Author: cesura
Revision: 315668

upgpkg: mate-power-manager 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-power-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 23:03:29 UTC (rev 315667)
+++ PKGBUILD2018-04-10 23:06:13 UTC (rev 315668)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-power-manager
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Power management tool for the MATE desktop"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 groups=('mate-extra')
 conflicts=('mate-power-manager-gtk3')
 replaces=('mate-power-manager-gtk3')
-sha256sums=('9c2feb97c606e02a44d976584f4f4cca5cd4d3bde48e14c39d156f3c0b160c0d')
+sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-power-manager/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:06:34
  Author: cesura
Revision: 315669

archrelease: copy trunk to community-x86_64

Added:
  mate-power-manager/repos/community-x86_64/PKGBUILD
(from rev 315668, mate-power-manager/trunk/PKGBUILD)
Deleted:
  mate-power-manager/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:06:13 UTC (rev 315668)
+++ PKGBUILD2018-04-10 23:06:34 UTC (rev 315669)
@@ -1,36 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-power-manager
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Power management tool for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
-makedepends=('intltool' 'itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate-extra')
-conflicts=('mate-power-manager-gtk3')
-replaces=('mate-power-manager-gtk3')
-sha256sums=('9c2feb97c606e02a44d976584f4f4cca5cd4d3bde48e14c39d156f3c0b160c0d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-applets \
---disable-strict
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-power-manager/repos/community-x86_64/PKGBUILD (from rev 315668, 
mate-power-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:06:34 UTC (rev 315669)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-power-manager
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Power management tool for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libcanberra' 'libgnome-keyring' 'libnotify' 'upower')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Set brightness and inhibit power management from the 
panel')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate-extra')
+conflicts=('mate-power-manager-gtk3')
+replaces=('mate-power-manager-gtk3')
+sha256sums=('d6a965f85ef9bbf45c02a8f8010b7530a6154488c73730c5ea26aacce49686e8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-applets \
+--disable-strict
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-control-center/repos/community-x86_64 (2 files)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:03:29
  Author: cesura
Revision: 315667

archrelease: copy trunk to community-x86_64

Added:
  mate-control-center/repos/community-x86_64/PKGBUILD
(from rev 315666, mate-control-center/trunk/PKGBUILD)
Deleted:
  mate-control-center/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 23:03:05 UTC (rev 315666)
+++ PKGBUILD2018-04-10 23:03:29 UTC (rev 315667)
@@ -1,37 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-control-center
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="The Control Center for MATE"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('mate-control-center-gtk3')
-replaces=('mate-control-center-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('06b33f544ea805ea23df30df4a819f50e1f4fbf7')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---disable-update-mimedb
-
-#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
-rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
-}

Copied: mate-control-center/repos/community-x86_64/PKGBUILD (from rev 315666, 
mate-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 23:03:29 UTC (rev 315667)
@@ -0,0 +1,38 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-control-center
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="The Control Center for MATE"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('mate-menus' 'mate-settings-daemon' 'marco' 'libxss')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('mate-control-center-gtk3')
+replaces=('mate-control-center-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--disable-update-mimedb
+
+#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
+rm "${pkgdir}/usr/share/applications/mimeinfo.cache"
+}


[arch-commits] Commit in mate-control-center/trunk (PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 23:03:05
  Author: cesura
Revision: 315666

upgpkg: mate-control-center 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:58:23 UTC (rev 315665)
+++ PKGBUILD2018-04-10 23:03:05 UTC (rev 315666)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-control-center
-pkgver=1.20.0
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="The Control Center for MATE"
 url="http://mate-desktop.org;
@@ -12,8 +13,8 @@
 groups=('mate')
 conflicts=('mate-control-center-gtk3')
 replaces=('mate-control-center-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('06b33f544ea805ea23df30df4a819f50e1f4fbf7')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('7970ad85683e2cadfadf0c8158c20de2f14cde48')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:58:23
  Author: cesura
Revision: 315665

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 315664, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:58:02 UTC (rev 315664)
+++ PKGBUILD2018-04-10 22:58:23 UTC (rev 315665)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315664, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:58:23 UTC (rev 315665)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:58:02
  Author: cesura
Revision: 315664

upgpkg: mate-calc 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:55:31 UTC (rev 315663)
+++ PKGBUILD2018-04-10 22:58:02 UTC (rev 315664)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -11,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:55:05
  Author: cesura
Revision: 315662

upgpkg: mate-applets 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:50:05 UTC (rev 315661)
+++ PKGBUILD2018-04-10 22:55:05 UTC (rev 315662)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca')
+sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:55:31
  Author: cesura
Revision: 315663

archrelease: copy trunk to community-x86_64

Added:
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 315662, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:55:05 UTC (rev 315662)
+++ PKGBUILD2018-04-10 22:55:31 UTC (rev 315663)
@@ -1,34 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Applets for MATE panel"
-arch=('x86_64')
-url="https://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('5a148fd18efbc0dde8610aa8ee9b6c4a2a7f916c02965bba4a97abc51cd7b0ca')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---enable-polkit \
---enable-ipv6
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-x86_64/PKGBUILD (from rev 315662, 
mate-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:55:31 UTC (rev 315663)
@@ -0,0 +1,34 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('x86_64')
+url="https://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit' 'upower' 
'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8c0723644a49d465c616ab611e9b1e4f532cac3e7c891151cbf2649dc84b21a8')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:49:44
  Author: cesura
Revision: 315660

upgpkg: mate-panel 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:45:23 UTC (rev 315659)
+++ PKGBUILD2018-04-10 22:49:44 UTC (rev 315660)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-panel
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="The MATE Panel"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha256sums=('a7326a679ce5b472dcc9fe45988da2cf33e9538b6c20c541633257bdb9bbe133')
+sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:50:05
  Author: cesura
Revision: 315661

archrelease: copy trunk to community-x86_64

Added:
  mate-panel/repos/community-x86_64/PKGBUILD
(from rev 315660, mate-panel/trunk/PKGBUILD)
Deleted:
  mate-panel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:49:44 UTC (rev 315660)
+++ PKGBUILD2018-04-10 22:50:05 UTC (rev 315661)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-panel
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="The MATE Panel"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha256sums=('a7326a679ce5b472dcc9fe45988da2cf33e9538b6c20c541633257bdb9bbe133')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${pkgname} \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-introspection
-
-#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
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 315660, 
mate-panel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:50:05 UTC (rev 315661)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-panel
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 
'mate-menus' 'mate-desktop')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('13798eda47bf004b349989bf582dc952bfbe98cdfe0f816aca06efab46b2bbee')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${pkgname} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-introspection
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:45:23
  Author: cesura
Revision: 315659

archrelease: copy trunk to community-x86_64

Added:
  marco/repos/community-x86_64/PKGBUILD
(from rev 315658, marco/trunk/PKGBUILD)
Deleted:
  marco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:45:00 UTC (rev 315658)
+++ PKGBUILD2018-04-10 22:45:23 UTC (rev 315659)
@@ -1,36 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=marco
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="A window manager for MATE"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
-makedepends=('intltool' 'itstool')
-groups=('mate')
-conflicts=('marco-gtk3')
-replaces=('marco-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('999aae7a3535c982cb178f771b99885a7b0cc49957f972a75406c61222725a1d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-startup-notification
-
-#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
-}

Copied: marco/repos/community-x86_64/PKGBUILD (from rev 315658, 
marco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:45:23 UTC (rev 315659)
@@ -0,0 +1,36 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=marco
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="A window manager for MATE"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('libcanberra' 'libgtop' 'mate-desktop' 'zenity')
+makedepends=('intltool' 'itstool')
+groups=('mate')
+conflicts=('marco-gtk3')
+replaces=('marco-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-startup-notification
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:45:00
  Author: cesura
Revision: 315658

upgpkg: marco 1.20.1-1

Updated to version 1.20.1

Modified:
  marco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:42:19 UTC (rev 315657)
+++ PKGBUILD2018-04-10 22:45:00 UTC (rev 315658)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=marco
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="A window manager for MATE"
 url="https://mate-desktop.org;
@@ -14,7 +14,7 @@
 conflicts=('marco-gtk3')
 replaces=('marco-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('999aae7a3535c982cb178f771b99885a7b0cc49957f972a75406c61222725a1d')
+sha256sums=('a44e4983f1f3bcf6460ded1677c3599d59ce4e2133cae0140680ee15d521dde2')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:41:58
  Author: cesura
Revision: 315656

upgpkg: libmatekbd 1.20.1-1

Updated to version 1.20.1

Modified:
  libmatekbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:37:37 UTC (rev 315655)
+++ PKGBUILD2018-04-10 22:41:58 UTC (rev 315656)
@@ -1,18 +1,19 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=libmatekbd
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="MATE keyboard library"
 url="http://mate-desktop.org;
 arch=('x86_64')
 license=('LGPL')
-depends=('gtk3' 'libxklavier')
+depends=('gtk3' 'libxklavier') 
 makedepends=('intltool' 'python')
 conflicts=('libmatekbd-gtk3')
 replaces=('libmatekbd-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c3b08604efb5a915a77e778722686282941998ee')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e')
 
 build() {
 cd $pkgname-$pkgver


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:42:19
  Author: cesura
Revision: 315657

archrelease: copy trunk to community-x86_64

Added:
  libmatekbd/repos/community-x86_64/PKGBUILD
(from rev 315656, libmatekbd/trunk/PKGBUILD)
Deleted:
  libmatekbd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:41:58 UTC (rev 315656)
+++ PKGBUILD2018-04-10 22:42:19 UTC (rev 315657)
@@ -1,31 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=libmatekbd
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="MATE keyboard library"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxklavier')
-makedepends=('intltool' 'python')
-conflicts=('libmatekbd-gtk3')
-replaces=('libmatekbd-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c3b08604efb5a915a77e778722686282941998ee')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr 
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_libmatekbd() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: libmatekbd/repos/community-x86_64/PKGBUILD (from rev 315656, 
libmatekbd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:42:19 UTC (rev 315657)
@@ -0,0 +1,32 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=libmatekbd
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE keyboard library"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxklavier') 
+makedepends=('intltool' 'python')
+conflicts=('libmatekbd-gtk3')
+replaces=('libmatekbd-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('9cda8f74e5f112c4f55b7fc788f2828e7770955e')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr 
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package_libmatekbd() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:37:37
  Author: cesura
Revision: 315655

archrelease: copy trunk to community-x86_64

Added:
  atril/repos/community-x86_64/PKGBUILD
(from rev 315654, atril/trunk/PKGBUILD)
Deleted:
  atril/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:37:08 UTC (rev 315654)
+++ PKGBUILD2018-04-10 22:37:37 UTC (rev 315655)
@@ -1,52 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=atril
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="MATE document viewer"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
-makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
-optdepends=('caja: Document Properties extension'
-'texlive-bin: DVI support')
-groups=('mate-extra')
-conflicts=('atril-gtk3')
-replaces=('atril-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('36d0515675951923f1d39c37ef6d1eacb4221bb33dc947d6e6c532d858976998')
-
-prepare() {
-cd $pkgname-$pkgver
-
-# Fix mathjax path
-sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
-}
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/${_pkgbase} \
---with-gtk=2.0 \
---enable-djvu \
---enable-dvi \
---enable-epub \
---enable-t1lib \
---enable-pixbuf \
---enable-comics \
---enable-xps \
---enable-introspection
-
-#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
-}

Copied: atril/repos/community-x86_64/PKGBUILD (from rev 315654, 
atril/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:37:37 UTC (rev 315655)
@@ -0,0 +1,52 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=atril
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="MATE document viewer"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('djvulibre' 'libspectre' 'libgxps' 'mathjax' 'poppler-glib' 
'webkit2gtk')
+makedepends=('caja' 'gobject-introspection' 'intltool' 'itstool' 'texlive-bin')
+optdepends=('caja: Document Properties extension'
+'texlive-bin: DVI support')
+groups=('mate-extra')
+conflicts=('atril-gtk3')
+replaces=('atril-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# Fix mathjax path
+sed -i 's|/usr/share/javascript/mathjax|/usr/share/mathjax|' 
backend/epub/epub-document.c
+}
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/${_pkgbase} \
+--with-gtk=2.0 \
+--enable-djvu \
+--enable-dvi \
+--enable-epub \
+--enable-t1lib \
+--enable-pixbuf \
+--enable-comics \
+--enable-xps \
+--enable-introspection
+
+#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
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:37:08
  Author: cesura
Revision: 315654

upgpkg: atril 1.20.1-1

Updated to version 1.20.1

Modified:
  atril/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:31:44 UTC (rev 315653)
+++ PKGBUILD2018-04-10 22:37:08 UTC (rev 315654)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=atril
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="MATE document viewer"
 url="https://mate-desktop.org;
@@ -16,7 +16,7 @@
 conflicts=('atril-gtk3')
 replaces=('atril-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('36d0515675951923f1d39c37ef6d1eacb4221bb33dc947d6e6c532d858976998')
+sha256sums=('25f44a7cfde76d9e2e5909351f0fe445b4e00d8e6e3862befff462f52487d5c8')
 
 prepare() {
 cd $pkgname-$pkgver


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:31:44
  Author: cesura
Revision: 315653

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315652, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:30:56 UTC (rev 315652)
+++ PKGBUILD2018-04-10 22:31:44 UTC (rev 315653)
@@ -1,40 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#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 D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315652, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:31:44 UTC (rev 315653)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#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 D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:30:56
  Author: cesura
Revision: 315652

upgpkg: caja 1.20.2-1

Updated to 1.20.2, the actual newest version

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:21:24 UTC (rev 315651)
+++ PKGBUILD2018-04-10 22:30:56 UTC (rev 315652)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
+sha256sums=('8d818489f7788eccd41a2695f616d1b9f3a70ab5d41bfa5ebae49813e46d3286')
 
 build() {
 cd $pkgname-$pkgver


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:21:24
  Author: cesura
Revision: 315651

archrelease: copy trunk to community-x86_64

Added:
  caja/repos/community-x86_64/PKGBUILD
(from rev 315650, caja/trunk/PKGBUILD)
Deleted:
  caja/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:21:00 UTC (rev 315650)
+++ PKGBUILD2018-04-10 22:21:24 UTC (rev 315651)
@@ -1,40 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=caja
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="File manager for the MATE desktop"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
-makedepends=('gobject-introspection' 'intltool')
-optdepends=('gstreamer: automatic media playback when mouseover')
-groups=('mate')
-conflicts=('caja-gtk3')
-replaces=('caja-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0ff7597948d2dfe2f8c16a428024cbe77523e788a0c3f500277fe1ab30f65017')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---libexecdir=/usr/lib/$pkgname \
---enable-introspection \
---disable-update-mimedb
-
-#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 D-Bus activation file to avoid conflict with nautilus-desktop
-rm -r "$pkgdir/usr/share/dbus-1/"
-}

Copied: caja/repos/community-x86_64/PKGBUILD (from rev 315650, 
caja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:21:24 UTC (rev 315651)
@@ -0,0 +1,40 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=caja
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="File manager for the MATE desktop"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('exempi' 'gvfs' 'libexif' 'libsm' 'mate-desktop' 'libnotify')
+makedepends=('gobject-introspection' 'intltool')
+optdepends=('gstreamer: automatic media playback when mouseover')
+groups=('mate')
+conflicts=('caja-gtk3')
+replaces=('caja-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/$pkgname \
+--enable-introspection \
+--disable-update-mimedb
+
+#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 D-Bus activation file to avoid conflict with nautilus-desktop
+rm -r "$pkgdir/usr/share/dbus-1/"
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:21:00
  Author: cesura
Revision: 315650

upgpkg: caja 1.20.1-1

Updated to version 1.20.1

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:15:56 UTC (rev 315649)
+++ PKGBUILD2018-04-10 22:21:00 UTC (rev 315650)
@@ -1,8 +1,8 @@
-# Maintainer:
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=caja
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org;
@@ -15,7 +15,7 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0ff7597948d2dfe2f8c16a428024cbe77523e788a0c3f500277fe1ab30f65017')
+sha256sums=('2c6d7310d003fa4e1334311d57dae9132fd0c81f670f6fc6c312ab10ddc018e3')
 
 build() {
 cd $pkgname-$pkgver


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:15:56
  Author: cesura
Revision: 315649

archrelease: copy trunk to community-x86_64

Added:
  mate-desktop/repos/community-x86_64/PKGBUILD
(from rev 315648, mate-desktop/trunk/PKGBUILD)
Deleted:
  mate-desktop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:11:52 UTC (rev 315648)
+++ PKGBUILD2018-04-10 22:15:56 UTC (rev 315649)
@@ -1,34 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-desktop
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Library with common API for various MATE modules"
-url="http://mate-desktop.org;
-arch=('x86_64')
-license=('GPL' 'LGPL')
-depends=('gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'intltool')
-groups=('mate')
-conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
-replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('54cfd951ee5236d90828945cbc64380945b35eb5')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/usr \
---disable-schemas-compile
-
-#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
-}

Copied: mate-desktop/repos/community-x86_64/PKGBUILD (from rev 315648, 
mate-desktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:15:56 UTC (rev 315649)
@@ -0,0 +1,35 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-desktop
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Library with common API for various MATE modules"
+url="http://mate-desktop.org;
+arch=('x86_64')
+license=('GPL' 'LGPL')
+depends=('gtk3' 'startup-notification')
+makedepends=('gobject-introspection' 'intltool')
+groups=('mate')
+conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
+replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b')
+
+build() {
+cd $pkgname-$pkgver
+./configure \
+--prefix=/usr \
+--disable-schemas-compile
+
+#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
+}


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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 22:08:00
  Author: zorun
Revision: 315643

upgpkg: cryfs 0.9.9-3

Crypto++ 7.0.0 rebuild

Modified:
  cryfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:04:54 UTC (rev 315642)
+++ PKGBUILD2018-04-10 22:08:00 UTC (rev 315643)
@@ -5,7 +5,7 @@
 
 pkgname=cryfs
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Cryptographic filesystem for the cloud"
 arch=(x86_64)
 depends=(crypto++ fuse2 curl)
@@ -26,7 +26,6 @@
 
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
 -DBUILD_TESTING=OFF \
 -DCRYFS_UPDATE_CHECKS=OFF
   make


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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 22:08:15
  Author: zorun
Revision: 315644

archrelease: copy trunk to community-staging-x86_64

Added:
  cryfs/repos/community-staging-x86_64/
  cryfs/repos/community-staging-x86_64/PKGBUILD
(from rev 315643, cryfs/trunk/PKGBUILD)

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

Copied: cryfs/repos/community-staging-x86_64/PKGBUILD (from rev 315643, 
cryfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-10 22:08:15 UTC (rev 315644)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andy Weidenbaum 
+# Contributor: kaylyn
+# Contributor: Giuseppe Calà 
+
+pkgname=cryfs
+pkgver=0.9.9
+pkgrel=3
+pkgdesc="Cryptographic filesystem for the cloud"
+arch=(x86_64)
+depends=(crypto++ fuse2 curl)
+makedepends=(cmake python boost)
+url="https://www.cryfs.org;
+license=(LGPL3)
+source=("https://github.com/cryfs/cryfs/releases/download/$pkgver/cryfs-$pkgver.tar.xz"{,.asc})
+sha256sums=('aa8d90bb4c821cf8347f0f4cbc5f68a1e0f4eb461ffd8f1ee093c4d37eac2908'
+'SKIP')
+validpgpkeys=(C3111FE656732704EF6DF059017DC932549E65B2) # CryFS Team 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF \
+-DCRYFS_UPDATE_CHECKS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 "$srcdir"/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+  install -Dm 644 "$srcdir"/README.md -t "$pkgdir"/usr/share/doc/$pkgname
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:04:54
  Author: cesura
Revision: 315642

upgpkg: mate-desktop 1.20.1-1

Updated to version 1.10.1

Modified:
  mate-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:54:11 UTC (rev 315641)
+++ PKGBUILD2018-04-10 22:04:54 UTC (rev 315642)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-desktop
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Library with common API for various MATE modules"
 url="http://mate-desktop.org;
@@ -13,7 +14,7 @@
 conflicts=('mate-desktop-gtk3' 'mate-desktop-schemas')
 replaces=('mate-desktop-gtk3' 'mate-desktop-schemas')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('54cfd951ee5236d90828945cbc64380945b35eb5')
+sha1sums=('90cb6bc78c64920d7ba50954d65ab0782782032b')
 
 build() {
 cd $pkgname-$pkgver


[arch-commits] Commit in binutils/repos/testing-x86_64 (6 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 21:55:26
  Author: bpiotrowski
Revision: 321518

archrelease: copy trunk to testing-x86_64

Added:
  
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
(from rev 321517, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
  
binutils/repos/testing-x86_64/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
(from rev 321517, 
binutils/trunk/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 321517, binutils/trunk/PKGBUILD)
Deleted:
  
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
  
binutils/repos/testing-x86_64/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
  binutils/repos/testing-x86_64/PKGBUILD

-+
 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   |   58 +--
 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
 PKGBUILD|  175 
+-
 4 files changed, 263 insertions(+), 260 deletions(-)

Deleted: 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
===
--- 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-10 
21:55:03 UTC (rev 321517)
+++ 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-10 
21:55:26 UTC (rev 321518)
@@ -1,29 +0,0 @@
-From eb77f6a4621795367a39cdd30957903af9dbb815 Mon Sep 17 00:00:00 2001
-From: Alan Modra 
-Date: Sat, 27 Jan 2018 08:19:33 +1030
-Subject: [PATCH] PR22741, objcopy segfault on fuzzed COFF object
-
-   PR 22741
-   * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
-   range before converting to a symbol table pointer.

- bfd/coffgen.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/bfd/coffgen.c b/bfd/coffgen.c
-index b2410873d0..4f90eaddd9 100644
 a/bfd/coffgen.c
-+++ b/bfd/coffgen.c
-@@ -1555,7 +1555,8 @@ coff_pointerize_aux (bfd *abfd,
- }
-   /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
-  generate one, so we must be careful to ignore it.  */
--  if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
-+  if ((unsigned long) auxent->u.auxent.x_sym.x_tagndx.l
-+  < obj_raw_syment_count (abfd))
- {
-   auxent->u.auxent.x_sym.x_tagndx.p =
-   table_base + auxent->u.auxent.x_sym.x_tagndx.l;
--- 
-2.16.2
-

Copied: 
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
 (from rev 321517, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
===
--- 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   
(rev 0)
+++ 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   2018-04-10 
21:55:26 UTC (rev 321518)
@@ -0,0 +1,29 @@
+From eb77f6a4621795367a39cdd30957903af9dbb815 Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Sat, 27 Jan 2018 08:19:33 +1030
+Subject: [PATCH] PR22741, objcopy segfault on fuzzed COFF object
+
+   PR 22741
+   * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
+   range before converting to a symbol table pointer.
+---
+ bfd/coffgen.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/bfd/coffgen.c b/bfd/coffgen.c
+index b2410873d0..4f90eaddd9 100644
+--- a/bfd/coffgen.c
 b/bfd/coffgen.c
+@@ -1555,7 +1555,8 @@ coff_pointerize_aux (bfd *abfd,
+ }
+   /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
+  generate one, so we must be careful to ignore it.  */
+-  if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
++  if ((unsigned long) auxent->u.auxent.x_sym.x_tagndx.l
++  < obj_raw_syment_count (abfd))
+ {
+   auxent->u.auxent.x_sym.x_tagndx.p =
+   table_base + auxent->u.auxent.x_sym.x_tagndx.l;
+-- 
+2.16.2
+

Deleted: 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
===
--- 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-10 21:55:03 UTC (rev 321517)
+++ 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-10 21:55:26 UTC (rev 321518)
@@ -1,145 +0,0 @@
-From 3b56a1358768563d9cf320559ebdedfb30f122dd Mon Sep 17 00:00:00 2001
-From: Alan Modra 
-Date: Mon, 12 Feb 2018 13:06:07 +1030
-Subject: [PATCH] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
-
-lld lays out the relro segment differently to GNU ld, not bothering to
-include the first few bytes of .got.plt and padding out to a page at
-the end of the segment.  This patch teaches binutils to recognize the

[arch-commits] Commit in binutils/trunk (3 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 21:55:03
  Author: bpiotrowski
Revision: 321517

2.30-2: apply patches added in 2.29.1-3

Added:
  binutils/trunk/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
Modified:
  binutils/trunk/PKGBUILD
Deleted:
  binutils/trunk/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch

-+
 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
--
 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
++
 PKGBUILD|   13 
 3 files changed, 153 insertions(+), 150 deletions(-)

Deleted: 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
===
--- 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-10 21:38:53 UTC (rev 321516)
+++ 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch 
2018-04-10 21:55:03 UTC (rev 321517)
@@ -1,145 +0,0 @@
-From 3b56a1358768563d9cf320559ebdedfb30f122dd Mon Sep 17 00:00:00 2001
-From: Alan Modra 
-Date: Mon, 12 Feb 2018 13:06:07 +1030
-Subject: [PATCH] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
-
-lld lays out the relro segment differently to GNU ld, not bothering to
-include the first few bytes of .got.plt and padding out to a page at
-the end of the segment.  This patch teaches binutils to recognize the
-different (and somewhat inferior) layout as valid.
-
-bfd/
-   PR 22829
-   * elf.c (assign_file_positions_for_non_load_sections): Rewrite
-   PT_GNU_RELRO setup.
-ld/
-   * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
-
-(cherry picked from commit f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f)

- bfd/elf.c| 78 ++--
- ld/testsuite/ld-x86-64/pr14207.d |  2 +-
- 2 files changed, 52 insertions(+), 28 deletions(-)
-
-diff --git a/bfd/elf.c b/bfd/elf.c
-index bbaab26918..f5a230cd77 100644
 a/bfd/elf.c
-+++ b/bfd/elf.c
-@@ -5826,50 +5826,74 @@ assign_file_positions_for_non_load_sections (bfd *abfd,
- {
-   if (p->p_type == PT_GNU_RELRO)
-   {
--const Elf_Internal_Phdr *lp;
--struct elf_segment_map *lm;
-+bfd_vma start, end;
- 
- if (link_info != NULL)
-   {
- /* During linking the range of the RELRO segment is passed
--   in link_info.  */
-+   in link_info.  Note that there may be padding between
-+   relro_start and the first RELRO section.  */
-+start = link_info->relro_start;
-+end = link_info->relro_end;
-+  }
-+else if (m->count != 0)
-+  {
-+if (!m->p_size_valid)
-+  abort ();
-+start = m->sections[0]->vma;
-+end = start + m->p_size;
-+  }
-+else
-+  {
-+start = 0;
-+end = 0;
-+  }
-+
-+if (start < end)
-+  {
-+struct elf_segment_map *lm;
-+const Elf_Internal_Phdr *lp;
-+unsigned int i;
-+
-+/* Find a LOAD segment containing a section in the RELRO
-+   segment.  */
- for (lm = elf_seg_map (abfd), lp = phdrs;
-  lm != NULL;
-  lm = lm->next, lp++)
-   {
- if (lp->p_type == PT_LOAD
--&& lp->p_vaddr < link_info->relro_end
- && lm->count != 0
--&& lm->sections[0]->vma >= link_info->relro_start)
-+&& lm->sections[lm->count - 1]->vma >= start
-+&& lm->sections[0]->vma < end)
-   break;
-   }
--
- BFD_ASSERT (lm != NULL);
--  }
--else
--  {
--/* Otherwise we are copying an executable or shared
--   library, but we need to use the same linker logic.  */
--for (lp = phdrs; lp < phdrs + count; ++lp)
-+
-+/* Find the section starting the RELRO segment.  */
-+for (i = 0; i < lm->count; i++)
-   {
--if (lp->p_type == PT_LOAD
--&& lp->p_paddr == p->p_paddr)
-+asection *s = lm->sections[i];
-+if (s->vma >= start
-+&& s->vma < end
-+&& s->size != 0)
-   break;
-   }
--  }
-+BFD_ASSERT (i < lm->count);
-+
-+p->p_vaddr = lm->sections[i]->vma;
-+p->p_paddr = lm->sections[i]->lma;
-+p->p_offset = lm->sections[i]->filepos;
-+p->p_memsz = end - p->p_vaddr;
-+p->p_filesz = p->p_memsz;
-+
-+/* The RELRO segment typically ends a few bytes into
-+   .got.plt but other layouts are 

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

2018-04-10 Thread David Runge via arch-commits
Date: Tuesday, April 10, 2018 @ 21:54:11
  Author: dvzrv
Revision: 315641

archrelease: copy trunk to community-testing-x86_64

Added:
  sonic-pi/repos/community-testing-x86_64/
  sonic-pi/repos/community-testing-x86_64/PKGBUILD
(from rev 315640, sonic-pi/trunk/PKGBUILD)
  sonic-pi/repos/community-testing-x86_64/fix-paths-in-gui.diff
(from rev 315640, sonic-pi/trunk/fix-paths-in-gui.diff)
  sonic-pi/repos/community-testing-x86_64/fix-ruby-paths.diff
(from rev 315640, sonic-pi/trunk/fix-ruby-paths.diff)

---+
 PKGBUILD  |  153 
 fix-paths-in-gui.diff |   62 +++
 fix-ruby-paths.diff   |   96 ++
 3 files changed, 311 insertions(+)

Copied: sonic-pi/repos/community-testing-x86_64/PKGBUILD (from rev 315640, 
sonic-pi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-10 21:54:11 UTC (rev 315641)
@@ -0,0 +1,153 @@
+# Maintainer: David Runge 
+pkgname=sonic-pi
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="The Live Coding Music Synth for Everyone"
+arch=('x86_64')
+url="https://sonic-pi.net/;
+license=('MIT')
+groups=('pro-audio')
+depends=('aubio' 'boost-libs' 'erlang-nox' 'libffi' 'http-parser' 'osmid' 
'qscintilla-qt5' 'qwt' 'ruby' 'sc3-plugins' 'supercollider')
+makedepends=('boost' 'cmake' 'lua' 'qt5-tools' 'wkhtmltopdf')
+checkdepends=('ruby-rake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz;
+"fix-paths-in-gui.diff"
+"fix-ruby-paths.diff")
+sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
+
'ef3dfe52d05f085f230ee02f84b20ee615a98a0be5ec60edba28075b93a7edbd37668ebbcc30f695126515eb614ebd27cee77ab3145d06ee7ba1c10ffced2471'
+
'1c0238a2cda782de97504c81c47db71b940d89987b7fa6aad1a00c8a095a5627b2d82809d81f48f0e2bee290ad1bbeded634827511d63eed5635bd94806fcccb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
+  rm -rvf app/server/native
+  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
+  patch -Np1 -i ../fix-paths-in-gui.diff
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # OSC and pi_server
+  cd app/server/erlang
+  erlc {osc,pi_server}.erl
+
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  # ruby extensions
+  cd app/gui/qt/
+  ../../server/ruby/bin/compile-extensions.rb
+  ../../server/ruby/bin/i18n-tool.rb -t
+  # help template
+  cp -vf ruby_help.{tmpl,h}
+  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
+
+  # GUI
+  lrelease SonicPi.pro
+  qmake-qt5 SonicPi.pro
+  make
+
+  cd "${srcdir}/$pkgname-$pkgver"
+  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
+  patch -Np1 -i ../fix-ruby-paths.diff
+}
+
+## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cd app/server/ruby/test
+#  rake test
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # GUI executable
+  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # book
+  install -vDm 644 app/gui/qt/book/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/book"
+  # i18n
+  install -vDm 644 app/gui/qt/lang/*.qm \
+-t "${pkgdir}/usr/share/${pkgname}/lang"
+  # help
+  install -vDm 644 app/gui/qt/help/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/help"
+  # html
+  install -vDm 644 app/gui/qt/html/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/html"
+  # images
+  install -vDm 644 app/gui/qt/images/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images"
+  install -vDm 644 app/gui/qt/images/coreteam/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/coreteam"
+  install -vDm 644 app/gui/qt/images/toolbar/default/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/toolbar/default"
+  install -vDm 644 app/gui/qt/images/toolbar/pro/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/toolbar/pro"
+  install -vDm 644 etc/doc/images/tutorial/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/tutorial"
+  # theme
+  install -vDm 644 app/gui/qt/theme/app.qss \
+-t "${pkgdir}/usr/share/${pkgname}/theme/"
+  install -vDm 644 app/gui/qt/theme/dark/doc-styles.css \
+-t "${pkgdir}/usr/share/${pkgname}/theme/dark"
+  install -vDm 644 app/gui/qt/theme/light/doc-styles.css \
+-t "${pkgdir}/usr/share/${pkgname}/theme/light"
+  # samples
+  install -vDm 644 etc/samples/*.{flac,md} \
+-t "${pkgdir}/usr/share/${pkgname}/samples"
+  # snippets
+  install -vDm 644 etc/snippets/fx/*.sps \
+-t "${pkgdir}/usr/share/${pkgname}/snippets/fx"
+  install -vDm 644 etc/snippets/live_loop/*.sps \
+-t 

[arch-commits] Commit in (6 files)

2018-04-10 Thread David Runge via arch-commits
Date: Tuesday, April 10, 2018 @ 21:45:40
  Author: dvzrv
Revision: 315640

Adding sonic-pi 3.1.0 from AUR... shibumi made me do it.

Added:
  sonic-pi/
  sonic-pi/repos/
  sonic-pi/trunk/
  sonic-pi/trunk/PKGBUILD
  sonic-pi/trunk/fix-paths-in-gui.diff
  sonic-pi/trunk/fix-ruby-paths.diff

---+
 PKGBUILD  |  153 
 fix-paths-in-gui.diff |   62 +++
 fix-ruby-paths.diff   |   96 ++
 3 files changed, 311 insertions(+)

Added: sonic-pi/trunk/PKGBUILD
===
--- sonic-pi/trunk/PKGBUILD (rev 0)
+++ sonic-pi/trunk/PKGBUILD 2018-04-10 21:45:40 UTC (rev 315640)
@@ -0,0 +1,153 @@
+# Maintainer: David Runge 
+pkgname=sonic-pi
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="The Live Coding Music Synth for Everyone"
+arch=('x86_64')
+url="https://sonic-pi.net/;
+license=('MIT')
+groups=('pro-audio')
+depends=('aubio' 'boost-libs' 'erlang-nox' 'libffi' 'http-parser' 'osmid' 
'qscintilla-qt5' 'qwt' 'ruby' 'sc3-plugins' 'supercollider')
+makedepends=('boost' 'cmake' 'lua' 'qt5-tools' 'wkhtmltopdf')
+checkdepends=('ruby-rake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/samaaron/${pkgname}/archive/v${pkgver}.tar.gz;
+"fix-paths-in-gui.diff"
+"fix-ruby-paths.diff")
+sha512sums=('45373d3e673bc2f45bf5ccea31f6cf5e2003c9bdfc4645dec4b9fec391cb28b9e0b0823a98e9690928e116b8c40f96596bd1c8f5aefbf4f3e43e6c30ab76d41f'
+
'ef3dfe52d05f085f230ee02f84b20ee615a98a0be5ec60edba28075b93a7edbd37668ebbcc30f695126515eb614ebd27cee77ab3145d06ee7ba1c10ffced2471'
+
'1c0238a2cda782de97504c81c47db71b940d89987b7fa6aad1a00c8a095a5627b2d82809d81f48f0e2bee290ad1bbeded634827511d63eed5635bd94806fcccb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  sed -e 's/lqt5scintilla2/lqscintilla2_qt5/g' -i app/gui/qt/SonicPi.pro
+  rm -rvf app/server/native
+  # TODO: patch app/gui/qt/mainwindow.cpp to set path to external components 
in /usr/{lib,share}/sonic-pi
+  patch -Np1 -i ../fix-paths-in-gui.diff
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # OSC and pi_server
+  cd app/server/erlang
+  erlc {osc,pi_server}.erl
+
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  # ruby extensions
+  cd app/gui/qt/
+  ../../server/ruby/bin/compile-extensions.rb
+  ../../server/ruby/bin/i18n-tool.rb -t
+  # help template
+  cp -vf ruby_help.{tmpl,h}
+  ../../server/ruby/bin/qt-doc.rb -o ruby_help.h
+
+  # GUI
+  lrelease SonicPi.pro
+  qmake-qt5 SonicPi.pro
+  make
+
+  cd "${srcdir}/$pkgname-$pkgver"
+  # TODO: patch app/server/ruby/lib/sonicpi/util.rb to set proper paths to 
external components
+  patch -Np1 -i ../fix-ruby-paths.diff
+}
+
+## tests fail: https://github.com/samaaron/sonic-pi/issues/1865
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cd app/server/ruby/test
+#  rake test
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  # GUI executable
+  install -vDm 755 "app/gui/qt/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+
+  # book
+  install -vDm 644 app/gui/qt/book/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/book"
+  # i18n
+  install -vDm 644 app/gui/qt/lang/*.qm \
+-t "${pkgdir}/usr/share/${pkgname}/lang"
+  # help
+  install -vDm 644 app/gui/qt/help/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/help"
+  # html
+  install -vDm 644 app/gui/qt/html/*.html \
+-t "${pkgdir}/usr/share/${pkgname}/html"
+  # images
+  install -vDm 644 app/gui/qt/images/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images"
+  install -vDm 644 app/gui/qt/images/coreteam/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/coreteam"
+  install -vDm 644 app/gui/qt/images/toolbar/default/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/toolbar/default"
+  install -vDm 644 app/gui/qt/images/toolbar/pro/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/toolbar/pro"
+  install -vDm 644 etc/doc/images/tutorial/*.png \
+-t "${pkgdir}/usr/share/${pkgname}/images/tutorial"
+  # theme
+  install -vDm 644 app/gui/qt/theme/app.qss \
+-t "${pkgdir}/usr/share/${pkgname}/theme/"
+  install -vDm 644 app/gui/qt/theme/dark/doc-styles.css \
+-t "${pkgdir}/usr/share/${pkgname}/theme/dark"
+  install -vDm 644 app/gui/qt/theme/light/doc-styles.css \
+-t "${pkgdir}/usr/share/${pkgname}/theme/light"
+  # samples
+  install -vDm 644 etc/samples/*.{flac,md} \
+-t "${pkgdir}/usr/share/${pkgname}/samples"
+  # snippets
+  install -vDm 644 etc/snippets/fx/*.sps \
+-t "${pkgdir}/usr/share/${pkgname}/snippets/fx"
+  install -vDm 644 etc/snippets/live_loop/*.sps \
+-t "${pkgdir}/usr/share/${pkgname}/snippets/live_loop"
+  install -vDm 644 etc/snippets/syntax/*.sps \
+-t "${pkgdir}/usr/share/${pkgname}/snippets/syntax"
+  # synthdefs
+  install -vDm 644 etc/synthdefs/compiled/*.scsyndef \
+-t "${pkgdir}/usr/share/${pkgname}/synthdefs/compiled"
+  install -vDm 644 etc/synthdefs/designs/sonic_pi/synths/*.clj\
+

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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 21:38:35
  Author: bpiotrowski
Revision: 321515

2.27-2: disable static PIE

It actially requires GCC 8 to be useful.

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:58:32 UTC (rev 321514)
+++ PKGBUILD2018-04-10 21:38:35 UTC (rev 321515)
@@ -8,7 +8,7 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.27
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
@@ -56,7 +56,6 @@
   --enable-multi-arch
   --enable-stack-protector=strong
   --enable-stackguard-randomization
-  --enable-static-pie
   --disable-profile
   --disable-werror
   )


[arch-commits] Commit in glibc/repos/testing-x86_64 (12 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 21:38:53
  Author: bpiotrowski
Revision: 321516

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 321515, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz20338.patch
(from rev 321515, glibc/trunk/bz20338.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 321515, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 321515, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 321515, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 321515, glibc/trunk/locale.gen.txt)
Deleted:
  glibc/repos/testing-x86_64/PKGBUILD
  glibc/repos/testing-x86_64/bz20338.patch
  glibc/repos/testing-x86_64/glibc.install
  glibc/repos/testing-x86_64/lib32-glibc.conf
  glibc/repos/testing-x86_64/locale-gen
  glibc/repos/testing-x86_64/locale.gen.txt

--+
 PKGBUILD |  421 ++---
 bz20338.patch|  228 ++--
 glibc.install|   10 -
 lib32-glibc.conf |2 
 locale-gen   |   84 +-
 locale.gen.txt   |   46 ++---
 6 files changed, 395 insertions(+), 396 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 21:38:35 UTC (rev 321515)
+++ PKGBUILD2018-04-10 21:38:53 UTC (rev 321516)
@@ -1,211 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
-# NOTE: valgrind requires rebuilt with each major glibc version
-
-pkgbase=glibc
-pkgname=(glibc lib32-glibc)
-pkgver=2.27
-pkgrel=1
-arch=(x86_64)
-url='http://www.gnu.org/software/libc'
-license=(GPL LGPL)
-makedepends=(git gd lib32-gcc-libs)
-options=(!strip staticlibs)
-_commit=23158b08a0908f381459f273a984c6fd328363cb
-#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
-source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
-locale.gen.txt
-locale-gen
-lib32-glibc.conf
-bz20338.patch)
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8) # Carlos O'Donell
-md5sums=('898cd5656519ffbc3a03fe811dd89e82'
- 'SKIP'
- '07ac979b6ab5eeb778d55f041529d623'
- '476e9113489f93b348b21e144b6a8fcf'
- '6e052f1cb693d5d3203f50f9d4e8c33b'
- 'dc0d3ad59aeaaf591b085a77de6e03e9')
-
-prepare() {
-  mkdir -p glibc-build lib32-glibc-build
-
-  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc 
-  cd glibc
-
-  local i; for i in ${source[@]}; do
-case ${i%::*} in
-  *.patch)
-msg2 "Applying ${i}"
-patch -p1 -i "$srcdir/${i}"
-;;
-esac
-  done
-}
-
-build() {
-  local _configure_flags=(
-  --prefix=/usr
-  --with-headers=/usr/include
-  --with-bugurl=https://bugs.archlinux.org/
-  --enable-add-ons
-  --enable-bind-now
-  --enable-lock-elision
-  --enable-multi-arch
-  --enable-stack-protector=strong
-  --enable-stackguard-randomization
-  --enable-static-pie
-  --disable-profile
-  --disable-werror
-  )
-
-  cd "$srcdir/glibc-build"
-
-  echo "slibdir=/usr/lib" >> configparms
-  echo "rtlddir=/usr/lib" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  # remove fortify for building libraries
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-
-  "$srcdir/glibc/configure" \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  ${_configure_flags[@]}
-
-  # build libraries with fortify disabled
-  echo "build-programs=no" >> configparms
-  make
-
-  # re-enable fortify for programs
-  sed -i "/build-programs=/s#no#yes#" configparms
-
-  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
-  make
-
-  cd "$srcdir/lib32-glibc-build"
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-
-  echo "slibdir=/usr/lib32" >> configparms
-  echo "rtlddir=/usr/lib32" >> configparms
-  echo "sbindir=/usr/bin" >> configparms
-  echo "rootsbindir=/usr/bin" >> configparms
-
-  # remove fortify for building libraries
-  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
-  CFLAGS=${CFLAGS/-fno-plt/}
-  CXXFLAGS=${CXXFLAGS/-fno-plt/}
-
-  "$srcdir/glibc/configure" \
-  --host=i686-pc-linux-gnu \
-  --libdir=/usr/lib32 \
-  --libexecdir=/usr/lib32 \
-  ${_configure_flags[@]}
-
-  # build libraries with fortify disabled
-  echo "build-programs=no" >> configparms
-  make
-
-  # re-enable fortify for programs
-  sed -i "/build-programs=/s#no#yes#" configparms
-
-  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
-  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
-  make
-
-}
-
-check() {
-  cd glibc-build
-
-  # remove fortify in preparation to run test-suite
-  sed -i 

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

2018-04-10 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 10, 2018 @ 21:32:27
  Author: grazzolini
Revision: 315639

archrelease: copy trunk to community-any

Added:
  terminator/repos/community-any/001-custom_commands.patch
(from rev 315638, terminator/trunk/001-custom_commands.patch)
  terminator/repos/community-any/PKGBUILD
(from rev 315638, terminator/trunk/PKGBUILD)
Deleted:
  terminator/repos/community-any/PKGBUILD

---+
 001-custom_commands.patch |   12 
 PKGBUILD  |  106 +++-
 2 files changed, 68 insertions(+), 50 deletions(-)

Copied: terminator/repos/community-any/001-custom_commands.patch (from rev 
315638, terminator/trunk/001-custom_commands.patch)
===
--- 001-custom_commands.patch   (rev 0)
+++ 001-custom_commands.patch   2018-04-10 21:32:27 UTC (rev 315639)
@@ -0,0 +1,12 @@
+diff -ura terminator-1.91.orig/terminatorlib/plugins/custom_commands.py 
terminator-1.91.new/terminatorlib/plugins/custom_commands.py
+--- terminator-1.91.orig/terminatorlib/plugins/custom_commands.py  
2017-02-26 14:45:29.0 -0300
 terminator-1.91.new/terminatorlib/plugins/custom_commands.py   
2018-04-10 18:22:55.566435800 -0300
+@@ -127,7 +127,7 @@
+   if command[-1] != '\n':
+ command = command + '\n'
+   for terminal in data['terminals']:
+-terminal.vte.feed_child(command,  len(command))
++terminal.vte.feed_child(command)
+ 
+ def configure(self, widget, data = None):
+   ui = {}

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 21:31:42 UTC (rev 315638)
+++ PKGBUILD2018-04-10 21:32:27 UTC (rev 315639)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Guillaume ALAUX 
-# Contributor: Allan McRae 
-# Contributor: fancris3 
-# Contributor: Daniel J Griffiths 
-
-pkgname=terminator
-pkgver=1.91
-pkgrel=5
-pkgdesc='Terminal emulator that supports tabs and grids'
-arch=('any')
-url='https://gnometerminator.blogspot.com/p/introduction.html'
-license=('GPL2')
-depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
-makedepends=('intltool')
-source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;)
-md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
- 'SKIP')
-sha512sums=('6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d'
-'SKIP')
-validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
-
-prepare() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# python2 fix
-for file in terminatorlib/{,plugins/}*.py; do
-sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-done
-
-# fix run without gconf
-sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-python2 setup.py install --skip-build --root="${pkgdir}" --optimize=1
-
-rm -f "${pkgdir}/usr/share/icons/hicolor/icon-theme.cache"
-}

Copied: terminator/repos/community-any/PKGBUILD (from rev 315638, 
terminator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 21:32:27 UTC (rev 315639)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Guillaume ALAUX 
+# Contributor: Allan McRae 
+# Contributor: fancris3 
+# Contributor: Daniel J Griffiths 
+
+pkgname=terminator
+pkgver=1.91
+pkgrel=6
+pkgdesc='Terminal emulator that supports tabs and grids'
+arch=('any')
+url='https://gnometerminator.blogspot.com/p/introduction.html'
+license=('GPL2')
+depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
+makedepends=('intltool')
+source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;
+"001-custom_commands.patch")
+md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
+ 'SKIP'
+ 'd6c51930c0c741c327641de3adfe0aa1')

[arch-commits] Commit in terminator/trunk (001-custom_commands.patch PKGBUILD)

2018-04-10 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, April 10, 2018 @ 21:31:42
  Author: grazzolini
Revision: 315638

upgpkg: terminator 1.91-6

Added a patch to the custom commands plugin to fix the feed_child() call

Added:
  terminator/trunk/001-custom_commands.patch
Modified:
  terminator/trunk/PKGBUILD

---+
 001-custom_commands.patch |   12 
 PKGBUILD  |   14 ++
 2 files changed, 22 insertions(+), 4 deletions(-)

Added: 001-custom_commands.patch
===
--- 001-custom_commands.patch   (rev 0)
+++ 001-custom_commands.patch   2018-04-10 21:31:42 UTC (rev 315638)
@@ -0,0 +1,12 @@
+diff -ura terminator-1.91.orig/terminatorlib/plugins/custom_commands.py 
terminator-1.91.new/terminatorlib/plugins/custom_commands.py
+--- terminator-1.91.orig/terminatorlib/plugins/custom_commands.py  
2017-02-26 14:45:29.0 -0300
 terminator-1.91.new/terminatorlib/plugins/custom_commands.py   
2018-04-10 18:22:55.566435800 -0300
+@@ -127,7 +127,7 @@
+   if command[-1] != '\n':
+ command = command + '\n'
+   for terminal in data['terminals']:
+-terminal.vte.feed_child(command,  len(command))
++terminal.vte.feed_child(command)
+ 
+ def configure(self, widget, data = None):
+   ui = {}

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:26:47 UTC (rev 315637)
+++ PKGBUILD2018-04-10 21:31:42 UTC (rev 315638)
@@ -7,7 +7,7 @@
 
 pkgname=terminator
 pkgver=1.91
-pkgrel=5
+pkgrel=6
 pkgdesc='Terminal emulator that supports tabs and grids'
 arch=('any')
 url='https://gnometerminator.blogspot.com/p/introduction.html'
@@ -15,11 +15,14 @@
 depends=('gsettings-desktop-schemas' 'libkeybinder3' 'libnotify' 
'python2-cairo' 'python2-dbus' 'python2-psutil' 'python2-gobject' 'vte3' 
'xdg-utils')
 makedepends=('intltool')
 
source=("https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
-
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;)
+
"https://launchpad.net/terminator/gtk3/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz.asc;
+"001-custom_commands.patch")
 md5sums=('2eed999d7a41f2e18eaa511bbbf80f58'
- 'SKIP')
+ 'SKIP'
+ 'd6c51930c0c741c327641de3adfe0aa1')
 
sha512sums=('6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d'
-'SKIP')
+'SKIP'
+
'db1e3bbc911afaedd07dae0d34301b15ae28ecec54f7ce10a9c0fd6e2ebd6eaac643e8b6c2a01942f76ba51a41c39eb164fa83e3c78f13ef8441c253a5408d4d')
 validpgpkeys=('FE67C001C72200A71DE9EFA5DB69E1780B95EF32')
 
 prepare() {
@@ -33,6 +36,9 @@
 
 # fix run without gconf
 sed -i 's/except ImportError:/except ValueError:/' terminatorlib/config.py
+
+# patch the custom commands plugin
+patch -Np1 -i "${srcdir}/001-custom_commands.patch"
 }
 
 build() {


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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:26:47
  Author: zorun
Revision: 315637

archrelease: copy trunk to community-staging-x86_64

Added:
  clementine/repos/community-staging-x86_64/
  clementine/repos/community-staging-x86_64/PKGBUILD
(from rev 315636, clementine/trunk/PKGBUILD)
  
clementine/repos/community-staging-x86_64/add-missing-functional-includes-5630.patch
(from rev 315636, 
clementine/trunk/add-missing-functional-includes-5630.patch)
  
clementine/repos/community-staging-x86_64/clementine-1.3.1-chromaprint-1.4.0.patch
(from rev 315636, clementine/trunk/clementine-1.3.1-chromaprint-1.4.0.patch)
  clementine/repos/community-staging-x86_64/clementine-cryptopp6.patch
(from rev 315636, clementine/trunk/clementine-cryptopp6.patch)
  clementine/repos/community-staging-x86_64/clementine-gcc6.patch
(from rev 315636, clementine/trunk/clementine-gcc6.patch)

+
 PKGBUILD   |   68 +++
 add-missing-functional-includes-5630.patch |   51 
 clementine-1.3.1-chromaprint-1.4.0.patch   |   41 
 clementine-cryptopp6.patch |   25 +
 clementine-gcc6.patch  |   22 
 5 files changed, 207 insertions(+)

Copied: clementine/repos/community-staging-x86_64/PKGBUILD (from rev 315636, 
clementine/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-10 21:26:47 UTC (rev 315637)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stéphane Gaudreault 
+# Contributor: BlackEagle 
+# Contributor: Dany Martineau 
+
+pkgname=clementine
+pkgver=1.3.1
+pkgrel=15
+pkgdesc='A modern music player and library organizer'
+url='http://www.clementine-player.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('chromaprint' 'crypto++' 'fftw' 'gcc-libs' 'glew' 'glib2' 'glibc'
+ 'gst-plugins-base-libs' 'gstreamer' 'libcdio' 'libechonest' 'libgl'
+ 'libgpod' 'liblastfm' 'libmtp' 'libpulse' 'libx11' 'protobuf' 'qjson'
+ 'qt4' 'sqlite' 'taglib' 'zlib')
+makedepends=('boost' 'cmake' 'mesa' 'sparsehash')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+'gst-plugins-good: "Good" plugin libraries'
+'gst-plugins-bad: "Bad" plugin libraries'
+'gst-plugins-ugly: "Ugly" plugin libraries'
+'gst-libav: Libav plugin'
+'gvfs: Various devices support')
+source=("clementine-${pkgver}.tar.gz::https://github.com/clementine-player/Clementine/archive/${pkgver}.tar.gz;
+'clementine-gcc6.patch'
+'add-missing-functional-includes-5630.patch'
+'clementine-1.3.1-chromaprint-1.4.0.patch'
+'clementine-cryptopp6.patch')
+sha256sums=('f885931a9ab7c88607d07b50c64fcce46fc05f13dd2c0a04188c94eff938f37c'
+'05bd4dc0138eed084332fa1a688a96858418731f337f54e0d8ab0853123f40ee'
+'213a1c2eb3f3c1d2904ed855ad851c10705d04cfa20b36b843b60003469fdc1a'
+'4cc9c9df599df4a595c6acf4e129a54296c0a8e537627435e3df14e1e95447b0'
+'e9c09dca76ed8fae2ecb089571396c9293f546871fb2f27cc37010dd5cba9e46')
+
+prepare() {
+  cd Clementine-${pkgver}
+
+  # Fix build with GCC 6
+  patch -p1 -i ../clementine-gcc6.patch
+  # https://github.com/clementine-player/Clementine/pull/5630
+  patch -p1 -i ../add-missing-functional-includes-5630.patch
+  # Fix build with chromaprint 1.4.0
+  patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch
+  # Fix build with crypto++ 6.0.0 due to 
https://github.com/weidai11/cryptopp/issues/442
+  patch -p1 -i ../clementine-cryptopp6.patch
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd Clementine-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd Clementine-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: 
clementine/repos/community-staging-x86_64/add-missing-functional-includes-5630.patch
 (from rev 315636, clementine/trunk/add-missing-functional-includes-5630.patch)
===
--- community-staging-x86_64/add-missing-functional-includes-5630.patch 
(rev 0)
+++ community-staging-x86_64/add-missing-functional-includes-5630.patch 
2018-04-10 21:26:47 UTC (rev 315637)
@@ -0,0 +1,51 @@
+From 8a6cc8b5069265e1e92e22def985e22c5955e503 Mon Sep 17 00:00:00 2001
+From: Morris Hafner 
+Date: Mon, 13 Feb 2017 17:46:46 +0100
+Subject: [PATCH] Add missing  includes (#5630)
+
+---
+ src/core/mergedproxymodel.cpp | 1 +
+ src/devices/giolister.cpp | 1 +
+ src/library/groupbydialog.cpp | 2 ++
+ 3 files changed, 4 

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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:26:32
  Author: zorun
Revision: 315636

upgpkg: clementine 1.3.1-15

crypto++ 7.0.0 rebuild

Modified:
  clementine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:17:13 UTC (rev 315635)
+++ PKGBUILD2018-04-10 21:26:32 UTC (rev 315636)
@@ -6,7 +6,7 @@
 
 pkgname=clementine
 pkgver=1.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc='A modern music player and library organizer'
 url='http://www.clementine-player.org/'
 license=('GPL')
@@ -55,7 +55,6 @@
   cd Clementine-${pkgver}/build
 
   cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
 -DCMAKE_INSTALL_PREFIX='/usr'
   make
 }


[arch-commits] Commit in amule/repos (7 files)

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:17:13
  Author: zorun
Revision: 315635

archrelease: copy trunk to community-staging-x86_64

Added:
  amule/repos/community-staging-x86_64/
  amule/repos/community-staging-x86_64/PKGBUILD
(from rev 315634, amule/trunk/PKGBUILD)
  amule/repos/community-staging-x86_64/amule-cryptopp6.patch
(from rev 315634, amule/trunk/amule-cryptopp6.patch)
  amule/repos/community-staging-x86_64/amule.sysusers
(from rev 315634, amule/trunk/amule.sysusers)
  amule/repos/community-staging-x86_64/amule.tmpfiles
(from rev 315634, amule/trunk/amule.tmpfiles)
  amule/repos/community-staging-x86_64/amuled.systemd
(from rev 315634, amule/trunk/amuled.systemd)
  amule/repos/community-staging-x86_64/amuleweb.systemd
(from rev 315634, amule/trunk/amuleweb.systemd)

---+
 PKGBUILD  |   66 
 amule-cryptopp6.patch |   11 
 amule.sysusers|1 
 amule.tmpfiles|1 
 amuled.systemd|   11 
 amuleweb.systemd  |   13 +
 6 files changed, 103 insertions(+)

Copied: amule/repos/community-staging-x86_64/PKGBUILD (from rev 315634, 
amule/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-10 21:17:13 UTC (rev 315635)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Giovanni Scafora 
+# Contributor: Henrik Ronellenfitsch 
+# Contributor: Alessio Sergi 
+# Contributor: Dario 'Dax' Vilardi 
+# Contributor: Anatol Pomozov 
+
+pkgname=amule
+pkgver=10990
+pkgrel=7
+pkgdesc="An eMule-like client for ed2k p2p network"
+arch=(x86_64)
+url="http://www.amule.org;
+license=(GPL)
+depends=(wxgtk2 gd geoip libupnp crypto++ boost-libs)
+makedepends=(git ccache boost)
+source=("git://repo.or.cz/amule.git#tag=amule-svn-r$pkgver"
+amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
+amule-cryptopp6.patch)
+sha256sums=('SKIP'
+'527a2cca6d56b8269722aafc77a89734f59a929f946f342bd0f69b256f9c7522'
+'f4f43b1154ddccc9036a4291a58c6715f097b171fec62ea7aead0c9d9fa654f2'
+'c4ca658ab4105b3b90e0bb3efcc8121eca1c4d873787db1ed4f637925c16d502'
+'e9d1b7019c7075b0f8616c6507a767b87de8f899936680e9ff5829d8cbba224d'
+'84d5e913bf05c1819275f4fd27028856aeb31157debbca89f9b54132efe69575')
+
+prepare() {
+  cd amule
+
+  patch -p1 -i ../amule-cryptopp6.patch # Fix build with crypto++ 6.0
+}
+
+build() {
+  cd amule
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --enable-cas \
+  --enable-wxcas \
+  --enable-amule-daemon \
+  --enable-amulecmd \
+  --enable-amule-gui \
+  --enable-alc \
+  --enable-alcc \
+  --enable-webserver \
+  --disable-debug \
+  --enable-optimize \
+  --enable-ccache \
+  --enable-geoip \
+  --enable-upnp \
+  --with-boost
+  make
+}
+
+package() {
+  cd amule
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/amuled.systemd 
"$pkgdir"/usr/lib/systemd/system/amuled.service
+  install -Dm644 "$srcdir"/amuleweb.systemd 
"$pkgdir"/usr/lib/systemd/system/amuleweb.service
+  install -Dm644 "$srcdir"/amule.sysusers 
"$pkgdir"/usr/lib/sysusers.d/amule.conf
+  install -Dm644 "$srcdir"/amule.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/amule.conf
+
+}

Copied: amule/repos/community-staging-x86_64/amule-cryptopp6.patch (from rev 
315634, amule/trunk/amule-cryptopp6.patch)
===
--- community-staging-x86_64/amule-cryptopp6.patch  
(rev 0)
+++ community-staging-x86_64/amule-cryptopp6.patch  2018-04-10 21:17:13 UTC 
(rev 315635)
@@ -0,0 +1,11 @@
+--- amule/src/ClientCreditsList.cpp.orig   2018-01-30 22:28:29.951863645 
+
 amule/src/ClientCreditsList.cpp2018-01-30 22:30:05.725410074 +
+@@ -312,7 +312,7 @@
+   // calculate and store public key
+   CryptoPP::RSASSA_PKCS1v15_SHA_Verifier 
pubkey(*static_cast(m_pSignkey));
+   CryptoPP::ArraySink asink(m_abyMyPublicKey, 80);
+-  pubkey.DEREncode(asink);
++  pubkey.AccessMaterial().Save(asink);
+   m_nMyPublicKeyLen = asink.TotalPutLength();
+   asink.MessageEnd();
+   } catch (const CryptoPP::Exception& e) {

Copied: amule/repos/community-staging-x86_64/amule.sysusers (from rev 315634, 
amule/trunk/amule.sysusers)
===
--- community-staging-x86_64/amule.sysusers (rev 0)
+++ 

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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:16:35
  Author: zorun
Revision: 315634

upgpkg: amule 10990-7

crypto++ 7.0.0 rebuild

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:09:50 UTC (rev 315633)
+++ PKGBUILD2018-04-10 21:16:35 UTC (rev 315634)
@@ -8,7 +8,7 @@
 
 pkgname=amule
 pkgver=10990
-pkgrel=6
+pkgrel=7
 pkgdesc="An eMule-like client for ed2k p2p network"
 arch=(x86_64)
 url="http://www.amule.org;


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

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:09:50
  Author: zorun
Revision: 315633

archrelease: copy trunk to community-staging-x86_64

Added:
  crypto++/repos/community-staging-x86_64/
  crypto++/repos/community-staging-x86_64/PKGBUILD
(from rev 315632, crypto++/trunk/PKGBUILD)
  crypto++/repos/community-staging-x86_64/crypto++.install
(from rev 315632, crypto++/trunk/crypto++.install)
  crypto++/repos/community-staging-x86_64/libcrypto++.pc
(from rev 315632, crypto++/trunk/libcrypto++.pc)

--+
 PKGBUILD |   50 ++
 crypto++.install |4 
 libcrypto++.pc   |   11 +++
 3 files changed, 65 insertions(+)

Copied: crypto++/repos/community-staging-x86_64/PKGBUILD (from rev 315632, 
crypto++/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-04-10 21:09:50 UTC (rev 315633)
@@ -0,0 +1,50 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Giovanni Scafora 
+# Contributor: Alexander Rødseth 
+# Contributor: Andrea Scarpino 
+# Contributor: Kritoke 
+# Contributor: jlvsimoes 
+
+pkgname=crypto++
+pkgver=7.0.0
+_srcver=${pkgver//./}
+pkgrel=1
+pkgdesc="A free C++ class library of cryptographic schemes"
+arch=('x86_64')
+url="https://www.cryptopp.com/;
+license=('custom')
+depends=('gcc-libs')
+makedepends=('unzip')
+# Fix https://bugs.archlinux.org/task/56689
+install="crypto++.install"
+source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
+'libcrypto++.pc')
+# Checksums from https://www.cryptopp.com/release600.html
+sha1sums=('1288682ae2f3062ea3a82ca2e90bd06d147568a4'
+  'ef530175d27101dcb23a3f92d3c80a529f1d7b02')
+sha256sums=('a4bc939910edd3d29fb819a6fc0dfdc293f686fa62326f61c56d72d0a366ceb0'
+'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6')
+sha512sums=('8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec'
+
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276')
+
+build() {
+  CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe
+}
+
+check() {
+  make test
+}
+
+package() {
+  make install DESTDIR="$pkgdir" PREFIX="/usr"
+  # Install pkgconfig file
+  install -d "${pkgdir}/usr/lib/pkgconfig"
+  install -m644 "${srcdir}/libcrypto++.pc" 
"${pkgdir}/usr/lib/pkgconfig/libcrypto++.pc"
+  # Remove cryptest.exe and test files, only needed for check() and bloats the 
package
+  # because cryptest.exe is linked statically.
+  rm "${pkgdir}/usr/bin/cryptest.exe"
+  rmdir "${pkgdir}/usr/bin/"
+  rm -r "${pkgdir}/usr/share/cryptopp/"
+  # Install license
+  install -D -m644 License.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: crypto++/repos/community-staging-x86_64/crypto++.install (from rev 
315632, crypto++/trunk/crypto++.install)
===
--- community-staging-x86_64/crypto++.install   (rev 0)
+++ community-staging-x86_64/crypto++.install   2018-04-10 21:09:50 UTC (rev 
315633)
@@ -0,0 +1,4 @@
+pre_upgrade() {
+   # Up to crypto++ 5.6.5-3, libcryptopp.so.5.6 was not tracked by pacman 
(symlinked at install time)
+   [ -L /usr/lib/libcryptopp.so.5.6 ] && unlink 
/usr/lib/libcryptopp.so.5.6 || true
+}

Copied: crypto++/repos/community-staging-x86_64/libcrypto++.pc (from rev 
315632, crypto++/trunk/libcrypto++.pc)
===
--- community-staging-x86_64/libcrypto++.pc (rev 0)
+++ community-staging-x86_64/libcrypto++.pc 2018-04-10 21:09:50 UTC (rev 
315633)
@@ -0,0 +1,11 @@
+# Written by Alexander Rødseth 
+
+prefix=/usr
+libdir=${prefix}/lib
+includedir=${prefix}/include
+
+Name: libcrypto++-7.0.0
+Description: Class library of cryptographic schemes
+Version: 7.0.0
+Libs: -L${libdir} -lcryptopp
+Cflags: -I${includedir} 


[arch-commits] Commit in crypto++/trunk (PKGBUILD libcrypto++.pc)

2018-04-10 Thread Baptiste Jonglez via arch-commits
Date: Tuesday, April 10, 2018 @ 21:09:21
  Author: zorun
Revision: 315632

upgpkg: crypto++ 7.0.0-1

Modified:
  crypto++/trunk/PKGBUILD
  crypto++/trunk/libcrypto++.pc

+
 PKGBUILD   |   14 +++---
 libcrypto++.pc |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 21:07:28 UTC (rev 315631)
+++ PKGBUILD2018-04-10 21:09:21 UTC (rev 315632)
@@ -6,7 +6,7 @@
 # Contributor: jlvsimoes 
 
 pkgname=crypto++
-pkgver=6.1.0
+pkgver=7.0.0
 _srcver=${pkgver//./}
 pkgrel=1
 pkgdesc="A free C++ class library of cryptographic schemes"
@@ -20,12 +20,12 @@
 source=("https://www.cryptopp.com/cryptopp${_srcver}.zip;
 'libcrypto++.pc')
 # Checksums from https://www.cryptopp.com/release600.html
-sha1sums=('c4e7c14ad17b6fae6a1b84d0824b4365f2a779e6'
-  'f776881de464d591b33eec88b76039bc5da8c1c8')
-sha256sums=('21289d2511101a9350c87c8eb1f4982d4a266e8037b19dab79a32cc13ea108c7'
-'86370744f3191eaba9f334c293fdf1670188a4462edef98ace9389462664b01b')
-sha512sums=('cb01330ffb2f34bf51ca5a9d530b0be987c7cf36ab2be0e562a61bd39748f9fa5533be43050c7505f8be22b03a9dece829c1b27987b9c9c5cb7ecf51d75bf6a3'
-
'e15a5d1e2c3d9e0fd87028848e7174fc0589a1f492d5acc95c1b1d7073bccdfa325d515b6ef3c4aed850b48302b876a754add1a73123e4bc5416dbf0586258a1')
+sha1sums=('1288682ae2f3062ea3a82ca2e90bd06d147568a4'
+  'ef530175d27101dcb23a3f92d3c80a529f1d7b02')
+sha256sums=('a4bc939910edd3d29fb819a6fc0dfdc293f686fa62326f61c56d72d0a366ceb0'
+'8722862336f9fe0181734619c197bf4248f0e07b93bdcd693709f57b2f6aa9e6')
+sha512sums=('8fd8d680e5ceaf10b3c32cb1504bda4b32abc9fcaa2c6e61e3b5e67aca805c792579884bc6a749c29a99105304c421d03d7fe7909fc58f750b3155c7c5cec8ec'
+
'3be1569e81af1f9b35e944faae3e9962ee2e492fb38e94fe7f847b85da033a79bbfeff193e0edb2d69f2d893f6e8279be144b9395653db67374300f7feb23276')
 
 build() {
   CXXFLAGS+=" -DNDEBUG -fPIC" make dynamic cryptest.exe

Modified: libcrypto++.pc
===
--- libcrypto++.pc  2018-04-10 21:07:28 UTC (rev 315631)
+++ libcrypto++.pc  2018-04-10 21:09:21 UTC (rev 315632)
@@ -4,8 +4,8 @@
 libdir=${prefix}/lib
 includedir=${prefix}/include
 
-Name: libcrypto++-6.1.0
+Name: libcrypto++-7.0.0
 Description: Class library of cryptographic schemes
-Version: 6.1.0
+Version: 7.0.0
 Libs: -L${libdir} -lcryptopp
 Cflags: -I${includedir} 


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

2018-04-10 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 10, 2018 @ 21:07:28
  Author: jlichtblau
Revision: 315631

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   68 ++--
 newsboat.changelog |  123 ++-
 2 files changed, 97 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 21:07:16 UTC (rev 315630)
+++ PKGBUILD2018-04-10 21:07:28 UTC (rev 315631)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Sven Pfleiderer 
-
-pkgname=newsboat
-pkgver=2.11
-pkgrel=1
-pkgdesc="An RSS/Atom feed reader for text terminals"
-arch=('x86_64')
-url="https://newsboat.org/;
-license=('custom: MIT')
-depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
-makedepends=('swig' 'gettext' 'asciidoc')
-replaces=('newsbeuter')
-changelog=$pkgname.changelog
-options=('!emptydirs')
-source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
-validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('1d06e58b7fdd9fc972bafe3671b073773207792921f0e8dc2533e91266c3017a'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr
-  make doc
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make prefix=/usr DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: newsboat/repos/community-x86_64/PKGBUILD (from rev 315630, 
newsboat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 21:07:28 UTC (rev 315631)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Sven Pfleiderer 
+
+pkgname=newsboat
+pkgver=2.11.1
+pkgrel=1
+pkgdesc="An RSS/Atom feed reader for text terminals"
+arch=('x86_64')
+url="https://newsboat.org/;
+license=('custom: MIT')
+depends=('curl' 'json-c' 'libxml2' 'sqlite' 'stfl')
+makedepends=('swig' 'gettext' 'asciidoc')
+replaces=('newsbeuter')
+changelog=$pkgname.changelog
+options=('!emptydirs')
+source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

+sha256sums=('aab67dcd386a3512812e1af0fddb8e1f4dce08d2a106946fe5ad405210ed37cf'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr
+  make doc
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix=/usr DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: newsboat.changelog
===
--- newsboat.changelog  2018-04-10 21:07:16 UTC (rev 315630)
+++ newsboat.changelog  2018-04-10 21:07:28 UTC (rev 315631)
@@ -1,60 +0,0 @@
-2018-03-26 Jaroslav Lichtblau 
-   * newsboat 2.11-1
-
-2017-12-27 Jaroslav Lichtblau 
-   * newsboat 2.10.2-1
-
-2017-12-02 Jaroslav Lichtblau 
-   * newsboat 2.10.1-2 FS#56519 fixed
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10.1-1
-
-2017-10-21 Jaroslav Lichtblau 
-   * newsboat 2.10-1 moving over to the new maintained fork of newsbeuter
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-4 ncurses6 re-rebuild
-
-2015-09-13 Jaroslav Lichtblau 
-   * newsbeuter 2.9-3 segmentation fault on podcasts downloads #167 fix
-
-2015-02-19 Jaroslav Lichtblau 
-   * newsbeuter 2.9-1
-
-2014-01-27 Jaroslav Lichtblau 
-   * newsbeuter 2.8-1
-
-2013-09-02 Jaroslav Lichtblau 
-   * newsbeuter 2.7-1
-
-2013-03-28 Jaroslav Lichtblau 
-   * newsbeuter 2.6-1
-
-2013-03-07 Andrea Scarpino 
-   * ruby 2.0 rebuild
-
-2012-02-23 Jaroslav Lichtblau 
-   * newsbeuter 2.5-1
-
-2011-01-06 Jaroslav Lichtblau 
-   * newsbeuter 2.4-1
-
-2010-06-26 Jaroslav Lichtblau 
-   * Update to major release v2.3
-   * FS#19744 fixed - non-working locale
-
-2010-03-17 Jaroslav Lichtblau 
-   * Update 

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

2018-04-10 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, April 10, 2018 @ 21:07:16
  Author: jlichtblau
Revision: 315630

upgpkg: newsboat 2.11.1-1 - new upstream release

Modified:
  newsboat/trunk/PKGBUILD
  newsboat/trunk/newsboat.changelog

+
 PKGBUILD   |4 ++--
 newsboat.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:45:22 UTC (rev 315629)
+++ PKGBUILD2018-04-10 21:07:16 UTC (rev 315630)
@@ -3,7 +3,7 @@
 # Contributor: Sven Pfleiderer 
 
 pkgname=newsboat
-pkgver=2.11
+pkgver=2.11.1
 pkgrel=1
 pkgdesc="An RSS/Atom feed reader for text terminals"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 source=(https://newsboat.org/releases/$pkgver/$pkgname-$pkgver.tar.xz{,.asc})
 validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') #Newsboat project 

-sha256sums=('1d06e58b7fdd9fc972bafe3671b073773207792921f0e8dc2533e91266c3017a'
+sha256sums=('aab67dcd386a3512812e1af0fddb8e1f4dce08d2a106946fe5ad405210ed37cf'
 'SKIP')
 
 build() {

Modified: newsboat.changelog
===
--- newsboat.changelog  2018-04-10 19:45:22 UTC (rev 315629)
+++ newsboat.changelog  2018-04-10 21:07:16 UTC (rev 315630)
@@ -1,3 +1,6 @@
+2018-04-10 Jaroslav Lichtblau 
+   * newsboat 2.11.1-1
+
 2018-03-26 Jaroslav Lichtblau 
* newsboat 2.11-1
 


[arch-commits] Commit in libnss_nis/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:56:21
  Author: bpiotrowski
Revision: 321512

archrelease: copy trunk to testing-x86_64

Added:
  libnss_nis/repos/testing-x86_64/
  libnss_nis/repos/testing-x86_64/PKGBUILD
(from rev 321511, libnss_nis/trunk/PKGBUILD)

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

Copied: libnss_nis/repos/testing-x86_64/PKGBUILD (from rev 321511, 
libnss_nis/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 19:56:21 UTC (rev 321512)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnss_nis
+pkgver=3.0
+pkgrel=1
+pkgdesc='NSS NIS plugin for glibc'
+arch=(x86_64)
+url='http://github.com/thkukuk/libnss_nis'
+license=('LGPL2.1')
+depends=(libnsl libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('f155a492a08da63bdb0f860af404cbed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:56:06
  Author: bpiotrowski
Revision: 321511

libnss_nis 3.0.0-1

Added:
  libnss_nis/
  libnss_nis/repos/
  libnss_nis/trunk/
  libnss_nis/trunk/PKGBUILD

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

Added: libnss_nis/trunk/PKGBUILD
===
--- libnss_nis/trunk/PKGBUILD   (rev 0)
+++ libnss_nis/trunk/PKGBUILD   2018-04-10 19:56:06 UTC (rev 321511)
@@ -0,0 +1,28 @@
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnss_nis
+pkgver=3.0
+pkgrel=1
+pkgdesc='NSS NIS plugin for glibc'
+arch=(x86_64)
+url='http://github.com/thkukuk/libnss_nis'
+license=('LGPL2.1')
+depends=(libnsl libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('f155a492a08da63bdb0f860af404cbed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in libnsl/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:55:02
  Author: bpiotrowski
Revision: 321510

archrelease: copy trunk to testing-x86_64

Added:
  libnsl/repos/testing-x86_64/
  libnsl/repos/testing-x86_64/PKGBUILD
(from rev 321509, libnsl/trunk/PKGBUILD)

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

Copied: libnsl/repos/testing-x86_64/PKGBUILD (from rev 321509, 
libnsl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 19:55:02 UTC (rev 321510)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=(x86_64)
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=(libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('05222024777e12e2f6d48f2e7d067ac7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:54:57
  Author: bpiotrowski
Revision: 321509

fix propset

Modified:
  libnsl/trunk/PKGBUILD (properties)

Index: libnsl/trunk/PKGBUILD
===
--- libnsl/trunk/PKGBUILD   2018-04-10 19:54:20 UTC (rev 321508)
+++ libnsl/trunk/PKGBUILD   2018-04-10 19:54:57 UTC (rev 321509)

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


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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:54:20
  Author: bpiotrowski
Revision: 321508

libnsl 1.2.0-1

Added:
  libnsl/
  libnsl/repos/
  libnsl/trunk/
  libnsl/trunk/PKGBUILD

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

Added: libnsl/trunk/PKGBUILD
===
--- libnsl/trunk/PKGBUILD   (rev 0)
+++ libnsl/trunk/PKGBUILD   2018-04-10 19:54:20 UTC (rev 321508)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=libnsl
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Public client interface library for NIS(YP) and NIS+'
+arch=(x86_64)
+url='https://github.com/thkukuk/libnsl'
+license=('LGPL2.1')
+depends=(libtirpc)
+source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
+md5sums=('05222024777e12e2f6d48f2e7d067ac7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in epiphany/repos/extra-x86_64 (4 files)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 19:46:49
  Author: heftig
Revision: 321507

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 321506, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/pluginsdir.diff
(from rev 321506, epiphany/trunk/pluginsdir.diff)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/pluginsdir.diff

-+
 PKGBUILD|   78 +++---
 pluginsdir.diff |   56 +++---
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 19:46:01 UTC (rev 321506)
+++ PKGBUILD2018-04-10 19:46:49 UTC (rev 321507)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.28.0.1+14+g3ef21f143
-pkgrel=2
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr libdazzle icu)
-makedepends=(itstool docbook-xml startup-notification lsb-release
- gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
-source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
-pluginsdir.diff)
-sha256sums=('SKIP'
-'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../pluginsdir.diff
-}
-
-build() {
-  arch-meson $pkgname build \
--D distributor_name="Arch Linux®"
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 321506, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 19:46:49 UTC (rev 321507)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu)
+makedepends=(itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=eb7a411968ecb42a49a4cfd108df036d8fdb034e  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'b6c8ee6ace934c053f2fd89758e0b587cb8953c6b0246c1359aecaae4de70289')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+}
+
+build() {
+  arch-meson $pkgname build \
+-D distributor_name="Arch Linux®"
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Deleted: pluginsdir.diff
===
--- pluginsdir.diff 2018-04-10 19:46:01 UTC (rev 321506)
+++ pluginsdir.diff 2018-04-10 19:46:49 UTC (rev 321507)
@@ -1,28 +0,0 @@
- embed/ephy-embed-shell.c | 1 +
- meson.build  | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
-index b4837f834..1b5012bae 100644
 c/embed/ephy-embed-shell.c
-+++ i/embed/ephy-embed-shell.c
-@@ -910,6 +910,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
-   g_free (cache_dir);
- 
-   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
-+  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
-   g_object_unref (manager);
- }
- 
-diff --git c/meson.build i/meson.build
-index a4a8a36b7..0c98f6c36 100644
 c/meson.build
-+++ i/meson.build
-@@ -25,6 +25,7 @@ conf = configuration_data()
- conf.set_quoted('BUILD_ROOT', meson.build_root())
- conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
- conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
-+conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
- conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
- conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
- conf.set_quoted('LOCALEDIR', localedir)

Copied: epiphany/repos/extra-x86_64/pluginsdir.diff (from rev 321506, 
epiphany/trunk/pluginsdir.diff)
===
--- pluginsdir.diff (rev 0)
+++ pluginsdir.diff 2018-04-10 19:46:49 UTC (rev 321507)
@@ -0,0 +1,28 @@
+ embed/ephy-embed-shell.c | 1 +
+ meson.build  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c

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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 19:46:01
  Author: heftig
Revision: 321506

Remove libdazzle dep

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:41:34 UTC (rev 321505)
+++ PKGBUILD2018-04-10 19:46:01 UTC (rev 321506)
@@ -8,7 +8,7 @@
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)
 license=(GPL)
-depends=(webkit2gtk gcr libdazzle icu)
+depends=(webkit2gtk gcr icu)
 makedepends=(itstool docbook-xml startup-notification lsb-release
  gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)


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

2018-04-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 10, 2018 @ 19:45:22
  Author: foutrelis
Revision: 315629

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 315628, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 19:45:14 UTC (rev 315628)
+++ PKGBUILD2018-04-10 19:45:22 UTC (rev 315629)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.3.4
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
-source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('65469f9076885d106aba4e1df0502c545b15b7d435ed8b9c21c68a5c1852a48e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 315628, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 19:45:22 UTC (rev 315629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.3.5
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
+source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('30436549849438827dd850fda0bae86ace043faa5d432287b11c90602ef21c0e')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-04-10 Thread Evangelos Foutras via arch-commits
Date: Tuesday, April 10, 2018 @ 19:45:14
  Author: foutrelis
Revision: 315628

upgpkg: gbrainy 1:2.3.5-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:40:50 UTC (rev 315627)
+++ PKGBUILD2018-04-10 19:45:14 UTC (rev 315628)
@@ -3,7 +3,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.3.4
+pkgver=2.3.5
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -13,7 +13,7 @@
 depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
 source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('65469f9076885d106aba4e1df0502c545b15b7d435ed8b9c21c68a5c1852a48e')
+sha256sums=('30436549849438827dd850fda0bae86ace043faa5d432287b11c90602ef21c0e')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 19:41:34
  Author: heftig
Revision: 321505

3.28.1-1

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:40:53 UTC (rev 321504)
+++ PKGBUILD2018-04-10 19:41:34 UTC (rev 321505)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.28.0.1+14+g3ef21f143
-pkgrel=2
+pkgver=3.28.1
+pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(itstool docbook-xml startup-notification lsb-release
  gobject-introspection yelp-tools appstream-glib git meson)
 groups=(gnome)
-_commit=3ef21f143e2d799c6cfbbd660a7a8ae306632670  # gnome-3-28
+_commit=eb7a411968ecb42a49a4cfd108df036d8fdb034e  # tags/3.28.1^0
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
 pluginsdir.diff)
 sha256sums=('SKIP'


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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:40:45
  Author: bpiotrowski
Revision: 321503

7.3.1+20180406-1

Modified:
  gcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:40:33 UTC (rev 321502)
+++ PKGBUILD2018-04-10 19:40:45 UTC (rev 321503)
@@ -6,10 +6,10 @@
 # NOTE: libtool requires rebuilt with each new gcc version
 
 pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs)
-pkgver=7.3.1+20180312
+pkgver=7.3.1+20180406
 _majorver=${pkgver:0:1}
 _islver=0.18
-pkgrel=2
+pkgrel=1
 pkgdesc='The GNU Compiler Collection'
 arch=(x86_64)
 license=(GPL LGPL FDL custom)
@@ -17,14 +17,14 @@
 makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python)
 checkdepends=(dejagnu inetutils)
 options=(!emptydirs)
+#source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
-#source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
 http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
 c89 c99
 bz84080.patch)
 validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
   13975A70E63C361C73AE69EF6EEB81F8981C74C7) # 
richard.guent...@gmail.com
-sha256sums=('c52618f656f2102b3544419e7d0a8a4f4e6ff052783865202be73edf1a40e28b'
+sha256sums=('41675861b7fdb4ebfb5cbbe1bce456d4e4061ce4df95096075756eaae3263e00'
 'SKIP'
 '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
 'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
@@ -31,7 +31,7 @@
 '2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a'
 'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7')
 
-_svnrev=258469
+_svnrev=259195
 _svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
 _libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
 
@@ -45,6 +45,7 @@
 
   mv gcc-r${_svnrev} gcc-${_pkgver}
   tar cf - gcc-${_pkgver} | xz > gcc-${_pkgver}.tar.xz
+  rm -rf gcc-${_pkgver}
   gpg -b gcc-${_pkgver}.tar.xz
   scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
 
@@ -129,7 +130,7 @@
 package_gcc-libs() {
   pkgdesc='Runtime libraries shipped by GCC'
   groups=(base)
-  depends=('glibc>=2.26')
+  depends=('glibc>=2.27')
   options+=(!strip)
   provides=($pkgname-multilib libgo.so libgfortran.so)
   replaces=($pkgname-multilib)
@@ -359,7 +360,7 @@
 
 package_lib32-gcc-libs() {
   pkgdesc='32-bit runtime libraries shipped by GCC'
-  depends=('lib32-glibc>=2.26')
+  depends=('lib32-glibc>=2.27')
   groups=(multilib-devel)
   options=(!emptydirs !strip)
 


[arch-commits] Commit in linux-api-headers/repos (testing-any testing-any/PKGBUILD)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:40:33
  Author: bpiotrowski
Revision: 321502

archrelease: copy trunk to testing-any

Added:
  linux-api-headers/repos/testing-any/
  linux-api-headers/repos/testing-any/PKGBUILD
(from rev 321501, linux-api-headers/trunk/PKGBUILD)

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

Copied: linux-api-headers/repos/testing-any/PKGBUILD (from rev 321501, 
linux-api-headers/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-04-10 19:40:33 UTC (rev 321502)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=linux-api-headers
+pkgver=4.16.1
+pkgrel=1
+pkgdesc='Kernel headers sanitized for use in userspace'
+arch=(any)
+url='http://www.gnu.org/software/libc'
+license=(GPL2)
+source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver%.*}.tar.{xz,sign}
+https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign})
+md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
+ 'SKIP'
+ 'bade764e616e8283b6a620f268337651'
+ 'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+prepare() {
+  cd linux-${pkgver%.*}
+  patch -p1 -i "$srcdir/patch-$pkgver"
+}
+
+build() {
+  cd linux-${pkgver%.*}
+
+  make mrproper
+  make headers_check
+}
+
+package() {
+  cd linux-${pkgver%.*}
+  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
+
+  # use headers from libdrm
+  rm -r "$pkgdir/usr/include/drm"
+  
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -o -name ..install.cmd \) -delete
+}


[arch-commits] Commit in gcc/repos (5 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:40:53
  Author: bpiotrowski
Revision: 321504

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 321503, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/bz84080.patch
(from rev 321503, gcc/trunk/bz84080.patch)
  gcc/repos/testing-x86_64/c89
(from rev 321503, gcc/trunk/c89)
  gcc/repos/testing-x86_64/c99
(from rev 321503, gcc/trunk/c99)

---+
 PKGBUILD  |  395 
 bz84080.patch |   27 +++
 c89   |   10 +
 c99   |   10 +
 4 files changed, 442 insertions(+)

Copied: gcc/repos/testing-x86_64/PKGBUILD (from rev 321503, gcc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 19:40:53 UTC (rev 321504)
@@ -0,0 +1,395 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=(gcc gcc-libs gcc-fortran gcc-objc gcc-ada gcc-go lib32-gcc-libs)
+pkgver=7.3.1+20180406
+_majorver=${pkgver:0:1}
+_islver=0.18
+pkgrel=1
+pkgdesc='The GNU Compiler Collection'
+arch=(x86_64)
+license=(GPL LGPL FDL custom)
+url='http://gcc.gnu.org'
+makedepends=(binutils libmpc gcc-ada doxygen lib32-glibc lib32-gcc-libs python)
+checkdepends=(dejagnu inetutils)
+options=(!emptydirs)
+#source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig}
+source=(https://sources.archlinux.org/other/gcc/gcc-${pkgver/+/-}.tar.xz{,.sig}
+http://isl.gforge.inria.fr/isl-${_islver}.tar.bz2
+c89 c99
+bz84080.patch)
+validpgpkeys=(F3691687D867B81B51CE07D9BBE43771487328A9  # 
bpiotrow...@archlinux.org
+  13975A70E63C361C73AE69EF6EEB81F8981C74C7) # 
richard.guent...@gmail.com
+sha256sums=('41675861b7fdb4ebfb5cbbe1bce456d4e4061ce4df95096075756eaae3263e00'
+'SKIP'
+'6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b'
+'de48736f6e4153f03d0a5d38ceb6c6fdb7f054e8f47ddd6af0a3dbf14f27b931'
+'2513c6d9984dd0a2058557bf00f06d8d5181734e41dcfe07be7ed86f2959622a'
+'bce05807443558db55f0d6b4dae37a678ea1bb3388b541c876fe3d110e3717e7')
+
+_svnrev=259195
+_svnurl=svn://gcc.gnu.org/svn/gcc/branches/gcc-${_majorver}-branch
+_libdir=usr/lib/gcc/$CHOST/${pkgver%%+*}
+
+snapshot() {
+  svn export -r${_svnrev} ${_svnurl} gcc-r${_svnrev}
+
+  local datestamp basever _pkgver
+  basever=$(< gcc-r${_svnrev}/gcc/BASE-VER)
+  datestamp=$(< gcc-r${_svnrev}/gcc/DATESTAMP)
+  _pkgver=${basever}-${datestamp}
+
+  mv gcc-r${_svnrev} gcc-${_pkgver}
+  tar cf - gcc-${_pkgver} | xz > gcc-${_pkgver}.tar.xz
+  rm -rf gcc-${_pkgver}
+  gpg -b gcc-${_pkgver}.tar.xz
+  scp gcc-${_pkgver}.tar.xz{,.sig} sources.archlinux.org:/srv/ftp/other/gcc/
+
+  echo
+  echo "pkgver=${_pkgver/-/+}"
+}
+
+prepare() {
+  [[ ! -d gcc ]] && ln -s gcc-${pkgver/+/-} gcc
+  cd gcc
+
+  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84080
+  patch -p0 -i "$srcdir/bz84080.patch"
+
+  # link isl for in-tree build
+  ln -s ../isl-${_islver} isl
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # Arch Linux installs x86_64 libraries /lib
+  sed -i '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+  mkdir -p "$srcdir/gcc-build"
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  "$srcdir/gcc/configure" --prefix=/usr \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --mandir=/usr/share/man \
+  --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared \
+  --enable-threads=posix \
+  --enable-libmpx \
+  --with-system-zlib \
+  --with-isl \
+  --enable-__cxa_atexit \
+  --disable-libunwind-exceptions \
+  --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --disable-libssp \
+  --enable-gnu-unique-object \
+  --enable-linker-build-id \
+  --enable-lto \
+  --enable-plugin \
+  --enable-install-libiberty \
+  --with-linker-hash-style=gnu \
+  --enable-gnu-indirect-function \
+  --enable-multilib \
+  --disable-werror \
+  --enable-checking=release \
+  --enable-default-pie \
+  --enable-default-ssp
+
+  make
+
+  # make documentation
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
+}
+
+check() {

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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:40:28
  Author: bpiotrowski
Revision: 321501

4.16.1-1

Modified:
  linux-api-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:39:57 UTC (rev 321500)
+++ PKGBUILD2018-04-10 19:40:28 UTC (rev 321501)
@@ -5,29 +5,28 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=linux-api-headers
-pkgver=4.14.8
-_basever=${pkgver%.*}
+pkgver=4.16.1
 pkgrel=1
 pkgdesc='Kernel headers sanitized for use in userspace'
 arch=(any)
 url='http://www.gnu.org/software/libc'
 license=(GPL2)
-source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${_basever}.tar.{xz,sign}
+source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-${pkgver%.*}.tar.{xz,sign}
 https://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.{xz,sign})
-md5sums=('bacdb9ffdcd922aa069a5e1520160e24'
+md5sums=('1357fb4ee7c288fdeac5d4e0048f5c18'
  'SKIP'
- 'e4a4d2abd61516d4eaf4789ca5e113ff'
+ 'bade764e616e8283b6a620f268337651'
  'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
 
 prepare() {
-  cd linux-${_basever}
-  [[ $pkgver != $_basever ]] && patch -p1 -i "$srcdir/patch-$pkgver"
+  cd linux-${pkgver%.*}
+  patch -p1 -i "$srcdir/patch-$pkgver"
 }
 
 build() {
-  cd linux-${_basever}
+  cd linux-${pkgver%.*}
 
   make mrproper
   make headers_check
@@ -34,7 +33,7 @@
 }
 
 package() {
-  cd linux-${_basever}
+  cd linux-${pkgver%.*}
   make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
 
   # use headers from libdrm


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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:39:52
  Author: bpiotrowski
Revision: 321499

2.30-1

Modified:
  binutils/trunk/PKGBUILD
Deleted:
  binutils/trunk/0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch

+
 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch |   29 -
 PKGBUILD   |   50 
--
 2 files changed, 21 insertions(+), 58 deletions(-)

Deleted: 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
===
--- 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch  
2018-04-10 19:34:37 UTC (rev 321498)
+++ 0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch  
2018-04-10 19:39:52 UTC (rev 321499)
@@ -1,29 +0,0 @@
-From 7a7431ddc2332ddc3753330a8dd815bb5f7193c0 Mon Sep 17 00:00:00 2001
-From: "H.J. Lu" 
-Date: Tue, 26 Sep 2017 14:41:22 -0700
-Subject: [PATCH] x86-64: Don't pass output_bfd to info->callbacks->minfo
-
-Don't pass output_bfd to info->callbacks->minfo when dumping local IFUNC
-functions in the map file.
-
-   PR ld/22199
-   * elf64-x86-64.c (elf_x86_64_finish_dynamic_symbol): Don't pass
-   output_bfd to info->callbacks->minfo.
-
-(cherry picked from commit ac69a0d75bf472a140e5405c8a90420d5f63a998)
-
-diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
-index d9225ad..1f6dfb8 100644
 a/bfd/elf64-x86-64.c
-+++ b/bfd/elf64-x86-64.c
-@@ -6133,7 +6133,6 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
- if (SYMBOL_REFERENCES_LOCAL (info, h))
-   {
- info->callbacks->minfo (_("Local IFUNC function `%s' in 
%B\n"),
--output_bfd,
- h->root.root.string,
- h->root.u.def.section->owner);
- 
--- 
-2.9.3
-

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 19:34:37 UTC (rev 321498)
+++ PKGBUILD2018-04-10 19:39:52 UTC (rev 321499)
@@ -1,34 +1,27 @@
 # $Id$
-# Maintainer: Allan McRae 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
 
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.29.1
-pkgrel=3
+pkgver=2.30
+pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files'
 arch=(x86_64)
 url='http://www.gnu.org/software/binutils/'
 license=(GPL)
-groups=('base-devel')
-depends=('glibc>=2.26' zlib)
-makedepends=(git)
+groups=(base-devel)
+depends=(glibc zlib)
 checkdepends=(dejagnu bc)
 conflicts=(binutils-multilib)
 replaces=(binutils-multilib)
 options=(staticlibs !distcc !ccache)
-#_commit=d1a6e7195b9bb0255fa77588985b969ad8aaacf5
-#source=(git+https://sourceware.org/git/binutils-gdb.git#commit=${_commit}
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
-0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
-0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
-0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
+0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch)
 validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
-md5sums=('acc9cd826edb9954ac7cecb81c727793'
- 'SKIP'
- 'e4be936139ef46122cb3841881c432b2'
- '469164f3c93a0e92a697537b60c9806c'
- '0c679b37e90fb23de60a4d28329b956a')
+md5sums=('ffc476dd46c96f932875d1b2e27e929f'
+ 'SKIP')
 
 prepare() {
   mkdir -p binutils-build
@@ -39,14 +32,11 @@
   # hack! - libiberty configure tests for header files using "$CPP $CPPFLAGS"
   sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
 
-  # https://bugs.archlinux.org/task/55741
-  git apply ../0001-x86-64_Dont_pass_output_bfd_to_info-callbacks-minfo.patch
-
   # https://sourceware.org/bugzilla/show_bug.cgi?id=22741
-  git apply ../0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
+  #git apply ../0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
 
   # https://sourceware.org/bugzilla/show_bug.cgi?id=22829
-  git apply ../0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
+  #git apply ../0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
 }
 
 build() {
@@ -56,16 +46,18 @@
 --prefix=/usr \
 --with-lib-path=/usr/lib:/usr/local/lib \
 --with-bugurl=https://bugs.archlinux.org/ \
---enable-threads \
---enable-shared \
+--enable-deterministic-archives \
+--enable-gold \
 --enable-ld=default \
---enable-gold \
+--enable-lto \
 --enable-plugins \
 --enable-relro \
---enable-deterministic-archives \
+--enable-shared \
+--enable-targets=x86_64-pep \
+--enable-threads \
+

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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:39:57
  Author: bpiotrowski
Revision: 321500

archrelease: copy trunk to testing-x86_64

Added:
  binutils/repos/testing-x86_64/
  
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
(from rev 321499, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
  
binutils/repos/testing-x86_64/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
(from rev 321499, 
binutils/trunk/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
  binutils/repos/testing-x86_64/PKGBUILD
(from rev 321499, binutils/trunk/PKGBUILD)

-+
 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch   |   29 ++
 0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch |  145 
++
 PKGBUILD|   86 +
 3 files changed, 260 insertions(+)

Copied: 
binutils/repos/testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
 (from rev 321499, 
binutils/trunk/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch)
===
--- testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
(rev 0)
+++ testing-x86_64/0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
2018-04-10 19:39:57 UTC (rev 321500)
@@ -0,0 +1,29 @@
+From eb77f6a4621795367a39cdd30957903af9dbb815 Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Sat, 27 Jan 2018 08:19:33 +1030
+Subject: [PATCH] PR22741, objcopy segfault on fuzzed COFF object
+
+   PR 22741
+   * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
+   range before converting to a symbol table pointer.
+---
+ bfd/coffgen.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/bfd/coffgen.c b/bfd/coffgen.c
+index b2410873d0..4f90eaddd9 100644
+--- a/bfd/coffgen.c
 b/bfd/coffgen.c
+@@ -1555,7 +1555,8 @@ coff_pointerize_aux (bfd *abfd,
+ }
+   /* A negative tagndx is meaningless, but the SCO 3.2v4 cc can
+  generate one, so we must be careful to ignore it.  */
+-  if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
++  if ((unsigned long) auxent->u.auxent.x_sym.x_tagndx.l
++  < obj_raw_syment_count (abfd))
+ {
+   auxent->u.auxent.x_sym.x_tagndx.p =
+   table_base + auxent->u.auxent.x_sym.x_tagndx.l;
+-- 
+2.16.2
+

Copied: 
binutils/repos/testing-x86_64/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
 (from rev 321499, 
binutils/trunk/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch)
===
--- 
testing-x86_64/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch  
(rev 0)
+++ 
testing-x86_64/0001-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch  
2018-04-10 19:39:57 UTC (rev 321500)
@@ -0,0 +1,145 @@
+From 3b56a1358768563d9cf320559ebdedfb30f122dd Mon Sep 17 00:00:00 2001
+From: Alan Modra 
+Date: Mon, 12 Feb 2018 13:06:07 +1030
+Subject: [PATCH] PR22829, objcopy/strip removes PT_GNU_RELRO from lld binaries
+
+lld lays out the relro segment differently to GNU ld, not bothering to
+include the first few bytes of .got.plt and padding out to a page at
+the end of the segment.  This patch teaches binutils to recognize the
+different (and somewhat inferior) layout as valid.
+
+bfd/
+   PR 22829
+   * elf.c (assign_file_positions_for_non_load_sections): Rewrite
+   PT_GNU_RELRO setup.
+ld/
+   * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
+
+(cherry picked from commit f2731e0c374e5323ce4cdae2bcc7b7fe22da1a6f)
+---
+ bfd/elf.c| 78 ++--
+ ld/testsuite/ld-x86-64/pr14207.d |  2 +-
+ 2 files changed, 52 insertions(+), 28 deletions(-)
+
+diff --git a/bfd/elf.c b/bfd/elf.c
+index bbaab26918..f5a230cd77 100644
+--- a/bfd/elf.c
 b/bfd/elf.c
+@@ -5826,50 +5826,74 @@ assign_file_positions_for_non_load_sections (bfd *abfd,
+ {
+   if (p->p_type == PT_GNU_RELRO)
+   {
+-const Elf_Internal_Phdr *lp;
+-struct elf_segment_map *lm;
++bfd_vma start, end;
+ 
+ if (link_info != NULL)
+   {
+ /* During linking the range of the RELRO segment is passed
+-   in link_info.  */
++   in link_info.  Note that there may be padding between
++   relro_start and the first RELRO section.  */
++start = link_info->relro_start;
++end = link_info->relro_end;
++  }
++else if (m->count != 0)
++  {
++if (!m->p_size_valid)
++  abort ();
++start = m->sections[0]->vma;
++end = start + m->p_size;
++  }
++else
++  {
++start 

[arch-commits] Commit in glibc/repos (7 files)

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:34:37
  Author: bpiotrowski
Revision: 321498

archrelease: copy trunk to testing-x86_64

Added:
  glibc/repos/testing-x86_64/
  glibc/repos/testing-x86_64/PKGBUILD
(from rev 321497, glibc/trunk/PKGBUILD)
  glibc/repos/testing-x86_64/bz20338.patch
(from rev 321497, glibc/trunk/bz20338.patch)
  glibc/repos/testing-x86_64/glibc.install
(from rev 321497, glibc/trunk/glibc.install)
  glibc/repos/testing-x86_64/lib32-glibc.conf
(from rev 321497, glibc/trunk/lib32-glibc.conf)
  glibc/repos/testing-x86_64/locale-gen
(from rev 321497, glibc/trunk/locale-gen)
  glibc/repos/testing-x86_64/locale.gen.txt
(from rev 321497, glibc/trunk/locale.gen.txt)

--+
 PKGBUILD |  211 +
 bz20338.patch|  114 
 glibc.install|5 +
 lib32-glibc.conf |1 
 locale-gen   |   42 ++
 locale.gen.txt   |   23 +
 6 files changed, 396 insertions(+)

Copied: glibc/repos/testing-x86_64/PKGBUILD (from rev 321497, 
glibc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 19:34:37 UTC (rev 321498)
@@ -0,0 +1,211 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: valgrind requires rebuilt with each major glibc version
+
+pkgbase=glibc
+pkgname=(glibc lib32-glibc)
+pkgver=2.27
+pkgrel=1
+arch=(x86_64)
+url='http://www.gnu.org/software/libc'
+license=(GPL LGPL)
+makedepends=(git gd lib32-gcc-libs)
+options=(!strip staticlibs)
+_commit=23158b08a0908f381459f273a984c6fd328363cb
+#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
+source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
+locale.gen.txt
+locale-gen
+lib32-glibc.conf
+bz20338.patch)
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8) # Carlos O'Donell
+md5sums=('898cd5656519ffbc3a03fe811dd89e82'
+ 'SKIP'
+ '07ac979b6ab5eeb778d55f041529d623'
+ '476e9113489f93b348b21e144b6a8fcf'
+ '6e052f1cb693d5d3203f50f9d4e8c33b'
+ 'dc0d3ad59aeaaf591b085a77de6e03e9')
+
+prepare() {
+  mkdir -p glibc-build lib32-glibc-build
+
+  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc 
+  cd glibc
+
+  local i; for i in ${source[@]}; do
+case ${i%::*} in
+  *.patch)
+msg2 "Applying ${i}"
+patch -p1 -i "$srcdir/${i}"
+;;
+esac
+  done
+}
+
+build() {
+  local _configure_flags=(
+  --prefix=/usr
+  --with-headers=/usr/include
+  --with-bugurl=https://bugs.archlinux.org/
+  --enable-add-ons
+  --enable-bind-now
+  --enable-lock-elision
+  --enable-multi-arch
+  --enable-stack-protector=strong
+  --enable-stackguard-randomization
+  --enable-static-pie
+  --disable-profile
+  --disable-werror
+  )
+
+  cd "$srcdir/glibc-build"
+
+  echo "slibdir=/usr/lib" >> configparms
+  echo "rtlddir=/usr/lib" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+
+  "$srcdir/glibc/configure" \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+  cd "$srcdir/lib32-glibc-build"
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+
+  echo "slibdir=/usr/lib32" >> configparms
+  echo "rtlddir=/usr/lib32" >> configparms
+  echo "sbindir=/usr/bin" >> configparms
+  echo "rootsbindir=/usr/bin" >> configparms
+
+  # remove fortify for building libraries
+  CPPFLAGS=${CPPFLAGS/-D_FORTIFY_SOURCE=2/}
+  CFLAGS=${CFLAGS/-fno-plt/}
+  CXXFLAGS=${CXXFLAGS/-fno-plt/}
+
+  "$srcdir/glibc/configure" \
+  --host=i686-pc-linux-gnu \
+  --libdir=/usr/lib32 \
+  --libexecdir=/usr/lib32 \
+  ${_configure_flags[@]}
+
+  # build libraries with fortify disabled
+  echo "build-programs=no" >> configparms
+  make
+
+  # re-enable fortify for programs
+  sed -i "/build-programs=/s#no#yes#" configparms
+
+  echo "CC += -D_FORTIFY_SOURCE=2" >> configparms
+  echo "CXX += -D_FORTIFY_SOURCE=2" >> configparms
+  make
+
+}
+
+check() {
+  cd glibc-build
+
+  # remove fortify in preparation to run test-suite
+  sed -i '/FORTIFY/d' configparms
+
+  # some failures are "expected"
+  make check || true
+}
+
+package_glibc() {
+  pkgdesc='GNU C Library'
+  

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

2018-04-10 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, April 10, 2018 @ 19:34:29
  Author: bpiotrowski
Revision: 321497

2.27-1

Disable deprecated nsl and rpc libraries, enable static PIE.

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 18:50:52 UTC (rev 321496)
+++ PKGBUILD2018-04-10 19:34:29 UTC (rev 321497)
@@ -7,20 +7,23 @@
 
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
-pkgver=2.26
-pkgrel=11
+pkgver=2.27
+pkgrel=1
 arch=(x86_64)
 url='http://www.gnu.org/software/libc'
 license=(GPL LGPL)
 makedepends=(git gd lib32-gcc-libs)
 options=(!strip staticlibs)
-_commit=de51f431ed6226ec68ca76e578f2cbd55b6262cb
-source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
+_commit=23158b08a0908f381459f273a984c6fd328363cb
+#source=(git+https://sourceware.org/git/glibc.git#commit=$_commit
+source=(https://ftp.gnu.org/gnu/glibc/glibc-$pkgver.tar.xz{,.sig}
 locale.gen.txt
 locale-gen
 lib32-glibc.conf
 bz20338.patch)
-md5sums=('SKIP'
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8) # Carlos O'Donell
+md5sums=('898cd5656519ffbc3a03fe811dd89e82'
+ 'SKIP'
  '07ac979b6ab5eeb778d55f041529d623'
  '476e9113489f93b348b21e144b6a8fcf'
  '6e052f1cb693d5d3203f50f9d4e8c33b'
@@ -29,6 +32,7 @@
 prepare() {
   mkdir -p glibc-build lib32-glibc-build
 
+  [[ -d glibc-$pkgver ]] && ln -s glibc-$pkgver glibc 
   cd glibc
 
   local i; for i in ${source[@]}; do
@@ -50,10 +54,9 @@
   --enable-bind-now
   --enable-lock-elision
   --enable-multi-arch
-  --enable-obsolete-nsl
-  --enable-obsolete-rpc
   --enable-stack-protector=strong
   --enable-stackguard-randomization
+  --enable-static-pie
   --disable-profile
   --disable-werror
   )
@@ -155,35 +158,22 @@
 
   install -m755 "$srcdir/locale-gen" "$pkgdir/usr/bin"
 
-  # create /etc/locale.gen
+  # Create /etc/locale.gen
   install -m644 "$srcdir/locale.gen.txt" "$pkgdir/etc/locale.gen"
   sed -e '1,3d' -e 's|/| |g' -e 's|\\| |g' -e 's|^|#|g' \
 "$srcdir/glibc/localedata/SUPPORTED" >> "$pkgdir/etc/locale.gen"
 
-  # Do not strip the following files for improved debugging support
-  # ("improved" as in not breaking gdb and valgrind...):
-  #   ld-${pkgver}.so
-  #   libc-${pkgver}.so
-  #   libpthread-${pkgver}.so
-  #   libthread_db-1.0.so
-
   if check_option 'debug' n; then
-cd "$pkgdir"
-strip $STRIP_BINARIES usr/bin/{gencat,getconf,getent,iconv,iconvconfig} \
-  usr/bin/{ldconfig,locale,localedef,nscd,makedb} \
-  usr/bin/{pcprofiledump,pldd,rpcgen,sln,sprof} \
-  usr/lib/getconf/*
+find "$pkgdir"/usr/bin -type f -executable -exec strip $STRIP_BINARIES {} 
+ 2> /dev/null || true
+find "$pkgdir"/usr/lib -name '*.a' -type f -exec strip $STRIP_STATIC {} + 
2> /dev/null || true
 
-strip $STRIP_STATIC usr/lib/lib{anl,BrokenLocale,c{,_nonshared},crypt}.a \
-
usr/lib/lib{dl,g,ieee,mcheck,nsl,pthread{,_nonshared}}.a \
-usr/lib/lib{resolv,rpcsvc,rt,util}.a \
-usr/lib/lib{m-${pkgver},mvec{,_nonshared}}.a
-
-strip $STRIP_SHARED usr/lib/lib{anl,BrokenLocale,cidn,crypt}-${pkgver}.so \
-
usr/lib/libnss_{compat,db,dns,files,hesiod,nis,nisplus}-*.so \
-usr/lib/lib{dl,m,nsl,resolv,rt,util}-${pkgver}.so \
-usr/lib/lib{memusage,pcprofile,SegFault}.so \
-usr/lib/{audit,gconv}/*.so usr/lib/libmvec-*.so || true
+# Do not strip these for gdb and valgrind functionality, but strip the rest
+find "$pkgdir"/usr/lib \
+  -not -name 'ld-*.so' \
+  -not -name 'libc-*.so' \
+  -not -name 'libpthread-*.so' \
+  -not -name 'libthread_db-*.so' \
+  -name '*-*.so' -type f -exec strip $STRIP_SHARED {} + 2> /dev/null || 
true
   fi
 }
 
@@ -210,15 +200,12 @@
   ln -s ../lib/locale "$pkgdir/usr/lib32/locale"
 
   if check_option 'debug' n; then
-cd $pkgdir
-strip $STRIP_BINARIES usr/lib32/getconf/*
-strip $STRIP_STATIC usr/lib32/lib{anl,BrokenLocale,c{,_nonshared},crypt}.a 
\
-
usr/lib32/lib{dl,g,ieee,mcheck,nsl,pthread{,_nonshared}}.a \
-usr/lib32/lib{resolv,rpcsvc,rt,util,m}.a
-strip $STRIP_SHARED 
usr/lib32/lib{anl,BrokenLocale,cidn,crypt}-${pkgver}.so \
-
usr/lib32/libnss_{compat,db,dns,files,hesiod,nis,nisplus}-*.so \
-usr/lib32/lib{dl,m,nsl,resolv,rt,util}-${pkgver}.so \
-usr/lib32/lib{memusage,pcprofile,SegFault}.so \
-usr/lib32/{audit,gconv}/*.so || true
+find "$pkgdir"/usr/lib32 -name '*.a' -type f -exec strip $STRIP_STATIC {} 
+ 2> 

[arch-commits] Commit in webkit2gtk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 18:50:52
  Author: heftig
Revision: 321496

archrelease: copy trunk to extra-x86_64

Added:
  webkit2gtk/repos/extra-x86_64/PKGBUILD
(from rev 321495, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 18:47:47 UTC (rev 321495)
+++ PKGBUILD2018-04-10 18:50:52 UTC (rev 321496)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.20.0
-pkgrel=2
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
- libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
-
-prepare() {
-  mkdir build
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-}
-
-build() {
-  cd build
-  cmake \
--G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
-../webkitgtk-$pkgver
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read 
-d $'\0' -r _f
-  do
-echo "### $_f ###"
-cat "$_f"
-echo
-  done | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: webkit2gtk/repos/extra-x86_64/PKGBUILD (from rev 321495, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 18:50:52 UTC (rev 321496)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.20.1
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('43e43285fa4e393080cc4fbd5ad8644749a75b1e0b811b230b63ae56806c8959'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
+
+prepare() {
+  mkdir build
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+}
+
+build() {
+  cd build
+  cmake \
+-G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+../webkitgtk-$pkgver
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read 
-d $'\0' -r _f
+  do
+echo "### $_f ###"
+cat "$_f"
+echo
+  done | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 18:47:47
  Author: heftig
Revision: 321495

2.20.1-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:48:50 UTC (rev 321494)
+++ PKGBUILD2018-04-10 18:47:47 UTC (rev 321495)
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.20.0
-pkgrel=2
+pkgver=2.20.1
+pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
 url="https://webkitgtk.org/;
@@ -16,7 +16,7 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c'
+sha256sums=('43e43285fa4e393080cc4fbd5ad8644749a75b1e0b811b230b63ae56806c8959'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
 


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

2018-04-10 Thread Andreas Radke via arch-commits
Date: Tuesday, April 10, 2018 @ 17:48:39
  Author: andyrtr
Revision: 321493

upgpkg: libinput 1.10.4-1

upstream update 1.10.4

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:28:48 UTC (rev 321492)
+++ PKGBUILD2018-04-10 17:48:39 UTC (rev 321493)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/;
@@ -15,7 +15,7 @@
 'python-pyudev: libinput measure'
 'python-evdev: libinput measure')
 
source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('4c73673e138a7aff9d6f2d189b8afdfb51c868eca0487c8c487ffd3bb48849994a9095fbd4c5c725ee17fafc2a85298106e0cc7b59b4a8cd13ec28f65d15c01d'
+sha512sums=('b6f24f135e2396d53c0576a3b3887cd3736f2209fc448c6419cd1f1d7ee6aedff8e067f4b780f50ada5a4418d5bc47a4010cb328f366ee7fd1a2dba1ffc96c38'
 'SKIP')
 validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 


[arch-commits] Commit in libinput/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-04-10 Thread Andreas Radke via arch-commits
Date: Tuesday, April 10, 2018 @ 17:48:50
  Author: andyrtr
Revision: 321494

archrelease: copy trunk to testing-x86_64

Added:
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 321493, libinput/trunk/PKGBUILD)

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

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 321493, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 17:48:50 UTC (rev 321494)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/;
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
+optdepends=('gtk3: libinput debug-gui'
+'python-pyudev: libinput measure'
+'python-evdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('b6f24f135e2396d53c0576a3b3887cd3736f2209fc448c6419cd1f1d7ee6aedff8e067f4b780f50ada5a4418d5bc47a4010cb328f366ee7fd1a2dba1ffc96c38'
+'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Reduce docs size
+  printf '%s\n' >>doc/libinput.doxygen.in \
+HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dtests=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # install doc - no Makefile target
+  install -d "$pkgdir/usr/share/doc"
+  cp -av build/html "$pkgdir/usr/share/doc/libinput"
+}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-04-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 10, 2018 @ 17:40:50
  Author: andrewsc
Revision: 315627

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 315626, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  464 ++---
 1 file changed, 232 insertions(+), 232 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:40:19 UTC (rev 315626)
+++ PKGBUILD2018-04-10 17:40:50 UTC (rev 315627)
@@ -1,232 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b10
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'ia "Interlingua"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'ne-NP  "Nepali"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/devedition/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('337b222e2adfb1318ca4fddb646baed741e4143f1db2de52759ef328357f82aae6c627a275436b678be18ed8236dd25f662bca001eef981bc1ca34a0ec5e9809'
-
'484fb8d11d1fc3add2f13e20353697f90090750686217a37decdc3ac4ae87270c0e7fce2afee01aab2fb301ae720d6e01c6e2e94f4b43c0216225757221dc6ab'
-
'947362a62f199498dbcc0e5fdb55f0e47f3f099cdf55215df5d1061282ad83730c64cd17184bebcdae5fd8cc8aff8f028d12c62f7de14bd42317f519811cf2cc'
-
'8fd1de140039c70d1d4620b53a1f74ea88b33622f62e2445d095accffdfafb68476765c35421ebb31b56df9e6352c3abe6999c35dd1834a7955e0bef240e0ed2'
-
'32504f57f151dce03da88c20c0ce070638c8c5aaba785c9262fee4a21d01cd304a389c1dbf22731107d708db4d31056c0e4ccdfae5313139fa2924c656e675fe'
-
'94275610678bc97677354a6b7599435c7a30667aabe3595993c06aed6661c268baff8b9e86ce0b1684d50b6d8b4e1cda0a86200f00b0d2e3c97fe71bbfcadba0'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-04-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 10, 2018 @ 17:40:19
  Author: andrewsc
Revision: 315626

upgpkg: firefox-developer-edition-i18n 60.0b11-1

firefox-developer-edition-i18n: Updating to 60.0b11

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:33:14 UTC (rev 315625)
+++ PKGBUILD2018-04-10 17:40:19 UTC (rev 315626)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=60.0b10
+pkgver=60.0b11
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -133,100 +133,100 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('337b222e2adfb1318ca4fddb646baed741e4143f1db2de52759ef328357f82aae6c627a275436b678be18ed8236dd25f662bca001eef981bc1ca34a0ec5e9809'
-
'484fb8d11d1fc3add2f13e20353697f90090750686217a37decdc3ac4ae87270c0e7fce2afee01aab2fb301ae720d6e01c6e2e94f4b43c0216225757221dc6ab'
-
'947362a62f199498dbcc0e5fdb55f0e47f3f099cdf55215df5d1061282ad83730c64cd17184bebcdae5fd8cc8aff8f028d12c62f7de14bd42317f519811cf2cc'
-
'8fd1de140039c70d1d4620b53a1f74ea88b33622f62e2445d095accffdfafb68476765c35421ebb31b56df9e6352c3abe6999c35dd1834a7955e0bef240e0ed2'
-
'32504f57f151dce03da88c20c0ce070638c8c5aaba785c9262fee4a21d01cd304a389c1dbf22731107d708db4d31056c0e4ccdfae5313139fa2924c656e675fe'
-
'94275610678bc97677354a6b7599435c7a30667aabe3595993c06aed6661c268baff8b9e86ce0b1684d50b6d8b4e1cda0a86200f00b0d2e3c97fe71bbfcadba0'
-
'b1f1528376f44b7bd3b288fa6384a0f2dfa5c30feb203ad6773cd6d06b08498d4147badf89fbe0fb874fc31159229531affd2efd70c3df6c2cf43788c51f5aef'
-
'8813c64f04000d439fe7566f1b276d3f0b5c11f258ec6f41ae561ce616f05e6c7babdc044ee727bf15cb45d093198c0fcacced4b676ec5121dfd34b1c77b6750'
-
'44400fb35756e31da61f48de18126eb21c7d40f7c257c5bc83234156fa9689eca76a2c1e98e9eed4c7f956920fe8a2bea009fbd4cc07518e966422cccbcef0f4'
-
'4bbfc6902526ba3bb4898b50cc24958b9ae07032e5a97fca7e154831f69cd3d94061187669e5d85edae9485c06a4ddf46867b0194a121e5cb32d95780d5e22c5'
-
'a8197397ab4393e2d5947f324250037968e462ce6f0022456f5988c3711bc3b5240be1fd88546e392d20cd902836218b75bd6dfa442ab8aa9fefee260bcae974'
-
'1459e72b28d490663668591e75d765f65e1db929c789c7b53ba3716114bd9caac438c9d240ff7987267fa7841ac42d769babe241d397eaf9f6f297e351bc15d8'
-
'69cc3c70f1f4bc5f6f6017e92a15d7ead9958ab8224b366cd69a779b0036fd7b1a2c80c317fa5e7ba5013eb39517211f49ba0c584520cc42d369d99db85bcca1'
-
'af5d9790ffba5b45f138420b9c00ae85ef0ccbeaca16953513ef68ac55a011914d7f4d726c762d6e7318d6dbebd49f82b1e43ffdf461de1b547313b4ff103bb2'
-
'a38d6f049b27391176d04e91954b82a30754ce3c4feac64094b6f5747808a1d7b49fbd6e9831e8ad7a191df6cdf881af8abde2b078142e0c0760910f24988984'
-
'928c90e74f092cf186dfba06690b8a45bdbfca070826347036d7b7231c697c497dd5c0775e7e6a7e6c4b339912ff476b543dc8cda56ee3cadb911076e06e1fcc'
-
'5bce5fec2fbb85ecc0c37fd6c99363797ea8c81bf223ce884708692e95fdcb4b7c907b4d67d9086df45cd7cb48fdfba7f786dede5c1b63b2e03b5e0851966332'
-
'4a3135a4b1e39e3272525d6fb77db211040e8b6d2a01380312d2d662b918863486dd710a15256394985fa2d05deb7e4670f89fd68d270a207c8f386bd548133b'
-
'a48e29594d6be09b4909933d29a7c55c84da3437913af9b740ebb7738c4fef09d169a2b584b9d42a031014425e13cd2a35f60bfcc5577e051861b3cd8e36813f'
-
'8a12bb64089dce8e8877bff937e0ad8c95c4d3a12289bfde151d1cb1c6b0ad1ecbfb3151e3408898d14596271bab922bda23607dbfb3855510f64dda1c323d48'
-
'bcbd76181abbc4f6bc6eeac89e4737a27440cc97e0d9cbf38e7eba35a4cbe51ef3cc7efa0d30066b9ca74aef52599d5eb0d497d1281b7f683f11a7847ed440e8'
-
'e0cc9b808a7a817fad5e61725f27b73deaca296f48af21effdd0d6fe948c08237d8f6602f4318647a054e9ef5a53ab4c9957320d7087227a235aec0737bb889d'
-
'00e39e55d4ba69ade199d2c1f9a27d582e0eba47fa2d952d4ec64da9276e3062f9ca1bb1cd51b49dd109705ecff3ceeae00f3fe9d6fd390c3ad7244974382f2a'
-
'8811973bd155a8df4757072a52662176fda2beeb6568d03acd0157d867bcbbc919d86261e2add45b08a255f3ae02d989a1d8c75c3a001d9d068a09382f72f5df'
-
'8b40c63bd0007726c0af862be2d62ae7aaa001a796ee63ee6a1e1732346c4a4b69fe0b5cb6ec3f87eb828fea591faa77b1ed9f8b2bf183476923efc11eaba3e5'
-
'347a40d30941d0dc7c38c00740307bae97573adad69498956f4697eb39f63f540a183e26a038ae9315c697d43fbdd90417d5d4bf2415fa31740d5170395e0e5d'
-
'795d29f748298d451e5d900a279379fb729bfbf5d3176d93f086f0e0e9ea384bbdfdd704239d4b865be9264cb4c293677597fa5eb47c5eaface95cba9cf9eb14'
-
'5d09704565dfe0e90962ad1a72ddd5d16b1ab78f402f067183ac2b9f15bd101d1bb5d6d24937a3350e133fa37712fdc51f3c8cb3b906444188abebe86bb138f4'
- 

[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-04-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 10, 2018 @ 17:33:14
  Author: andrewsc
Revision: 315625

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 315624, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 315624, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 315624, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 315624, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:32:38 UTC (rev 315624)
+++ PKGBUILD2018-04-10 17:33:14 UTC (rev 315625)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=60.0b10
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-04-10 Thread Andrew Crerar via arch-commits
Date: Tuesday, April 10, 2018 @ 17:32:38
  Author: andrewsc
Revision: 315624

upgpkg: firefox-developer-edition 60.0b11-1

firefox-developer-edition: Updated to 60.0b11

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:18:21 UTC (rev 315623)
+++ PKGBUILD2018-04-10 17:32:38 UTC (rev 315624)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=60.0b10
+pkgver=60.0b11
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in gnupg/repos (3 files)

2018-04-10 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 10, 2018 @ 17:28:48
  Author: bisson
Revision: 321492

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 321491, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 321491, gnupg/trunk/install)

--+
 PKGBUILD |   68 +
 install  |   41 
 2 files changed, 109 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 321491, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-04-10 17:28:48 UTC (rev 321492)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.6
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+checkdepends=('openssh')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('e64d8c5fa2d05938a5080cb784a98ac21be0812f2a26f844b18f0d6a0e711984'
+'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   cd doc/examples/systemd-user
+   for i in *.*; do
+   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
+   done
+}

Copied: gnupg/repos/testing-x86_64/install (from rev 321491, 
gnupg/trunk/install)
===
--- testing-x86_64/install  (rev 0)
+++ testing-x86_64/install  2018-04-10 17:28:48 UTC (rev 321492)
@@ -0,0 +1,41 @@
+_global_units() {
+   _units=(dirmngr.socket gpg-agent.socket 
gpg-agent-{browser,extra,ssh}.socket)
+   _dir=/etc/systemd/user/sockets.target.wants
+
+   case $1 in
+   enable)
+   mkdir -p $_dir
+   for _u in "${_units[@]}"; do
+   ln -sf /usr/lib/systemd/user/$_u $_dir/$_u
+   done
+   ;;
+   disable)
+   for _u in "${_units[@]}"; do
+   rm -f $_dir/$_u
+   done
+   rmdir -p --ignore-fail-on-non-empty $_dir
+   ;;
+   esac
+}
+
+post_install() {
+   # See FS#42798 and FS#47371
+   dirmngr /dev/null
+
+   # Let systemd supervise daemons by default
+   _global_units enable
+}
+
+post_upgrade() {
+   if (( $(vercmp $2 2.1.13-1) < 0 )); then
+   echo "==> Please kill running gpg-agent and dirmngr processes 
before using this release."
+   fi
+
+   if (( $(vercmp $2 2.1.21-3) < 0 )); then
+   _global_units enable
+   fi
+}
+
+pre_remove() {
+   _global_units disable
+}


[arch-commits] Commit in gnupg/trunk (PKGBUILD req_usage.patch)

2018-04-10 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, April 10, 2018 @ 17:28:21
  Author: bisson
Revision: 321491

upstream update

Modified:
  gnupg/trunk/PKGBUILD
Deleted:
  gnupg/trunk/req_usage.patch

-+
 PKGBUILD|   15 +--
 req_usage.patch |   12 
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 17:22:09 UTC (rev 321490)
+++ PKGBUILD2018-04-10 17:28:21 UTC (rev 321491)
@@ -5,8 +5,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.5
-pkgrel=2
+pkgver=2.2.6
+pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')
@@ -22,11 +22,9 @@
   '46CC730865BB5C78EBABADCF04376F3EE0856959'
   '031EC2536E580D8EA286A9F22071B08A33BD3F06'
   'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'req_usage.patch')
-sha256sums=('3fa189a32d4fb62147874eb1389047c267d9ba088f57ab521cb0df46f08aef57'
-'SKIP'
-'f8bef4891c1b9f81f305753dac7780ad4cfd56ec853502ba1d9d6400c69a518e')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('e64d8c5fa2d05938a5080cb784a98ac21be0812f2a26f844b18f0d6a0e711984'
+'SKIP')
 
 install=install
 
@@ -37,9 +35,6 @@
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-
-   # See: https://dev.gnupg.org/rGa17d2d1f690ebe5d005b4589a5fe378b6487c657
-   patch -p1 -i ../req_usage.patch
 }
 
 build() {

Deleted: req_usage.patch
===
--- req_usage.patch 2018-04-10 17:22:09 UTC (rev 321490)
+++ req_usage.patch 2018-04-10 17:28:21 UTC (rev 321491)
@@ -1,12 +0,0 @@
-diff -Naur old/g10/getkey.c new/g10/getkey.c
 old/g10/getkey.c   2018-02-21 23:42:42.0 -1000
-+++ new/g10/getkey.c   2018-04-05 10:15:14.642119429 -1000
-@@ -1810,6 +1810,8 @@
-   ctx.items[0].mode = fprint_len == 16 ? KEYDB_SEARCH_MODE_FPR16
-   : KEYDB_SEARCH_MODE_FPR20;
-   memcpy (ctx.items[0].u.fpr, fprint, fprint_len);
-+  if (pk)
-+ctx.req_usage = pk->req_usage;
-   rc = lookup (ctrl, , 0, , _key);
-   if (!rc && pk)
-   pk_from_block (pk, kb, found_key);


[arch-commits] Commit in gnome-control-center/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:22:09
  Author: heftig
Revision: 321490

archrelease: copy trunk to extra-x86_64

Added:
  gnome-control-center/repos/extra-x86_64/PKGBUILD
(from rev 321489, gnome-control-center/trunk/PKGBUILD)
Deleted:
  gnome-control-center/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:21:37 UTC (rev 321489)
+++ PKGBUILD2018-04-10 17:22:09 UTC (rev 321490)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-control-center
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="GNOME's main interface to configure various aspects of the desktop"
-url="https://gitlab.gnome.org/GNOME/gnome-control-center;
-license=(GPL2)
-arch=(x86_64)
-depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
- gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
- libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
- gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
- cheese libgudev)
-makedepends=(docbook-xsl modemmanager git python meson)
-optdepends=('system-config-printer: Printer settings'
-'gnome-user-share: Bluetooth and WebDAV file sharing'
-'rygel: media sharing'
-'vino: screen sharing'
-'openssh: remote login')
-groups=(gnome)
-_commit=6b14f59eedb7005315af2690b0ed3a43334f453a  # 
tags/GNOME_CONTROL_CENTER_3_28_0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
-"git+https://git.gnome.org/browse/libgnome-volume-control;
-"git+https://git.gnome.org/browse/libgd;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
-  git submodule update
-}
-
-
-build() {
-  arch-meson $pkgname build -D documentation=true -D b_lto=false
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-control-center/repos/extra-x86_64/PKGBUILD (from rev 321489, 
gnome-control-center/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:22:09 UTC (rev 321490)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-control-center
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="GNOME's main interface to configure various aspects of the desktop"
+url="https://gitlab.gnome.org/GNOME/gnome-control-center;
+license=(GPL2)
+arch=(x86_64)
+depends=(accountsservice cups-pk-helper gnome-bluetooth gnome-desktop
+ gnome-online-accounts gnome-settings-daemon gsettings-desktop-schemas 
gtk3
+ libgtop libnm-gtk sound-theme-freedesktop upower libpwquality
+ gnome-color-manager smbclient libmm-glib libgnomekbd grilo 
clutter-gtk libibus
+ cheese libgudev)
+makedepends=(docbook-xsl modemmanager git python meson)
+optdepends=('system-config-printer: Printer settings'
+'gnome-user-share: Bluetooth and WebDAV file sharing'
+'rygel: media sharing'
+'vino: screen sharing'
+'openssh: remote login')
+groups=(gnome)
+_commit=615d481608ab74cb56fcb2876967f502fe525f90  # 
tags/GNOME_CONTROL_CENTER_3_28_1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-control-center.git#commit=$_commit;
+"git+https://git.gnome.org/browse/libgnome-volume-control;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_CONTROL_CENTER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+
+
+build() {
+  arch-meson $pkgname build -D documentation=true -D b_lto=false
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


[arch-commits] Commit in gnome-session/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:21:37
  Author: heftig
Revision: 321489

archrelease: copy trunk to extra-x86_64

Added:
  gnome-session/repos/extra-x86_64/PKGBUILD
(from rev 321488, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:21:14 UTC (rev 321488)
+++ PKGBUILD2018-04-10 17:21:37 UTC (rev 321489)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-session
-pkgver=3.28.0
-pkgrel=2
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session;
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # XTRANS support
-  git cherry-pick -n 1ece66e683258a0bfa044d074becfe207d04a748
-}
-  
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: gnome-session/repos/extra-x86_64/PKGBUILD (from rev 321488, 
gnome-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:21:37 UTC (rev 321489)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-session
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session;
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=98f8e15621006e069a4c886b6084a80aa4c27663  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


[arch-commits] Commit in gdm/repos/extra-x86_64 (7 files)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:21:14
  Author: heftig
Revision: 321488

archrelease: copy trunk to extra-x86_64

Added:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 321487, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/extra-x86_64/PKGBUILD
(from rev 321487, gdm/trunk/PKGBUILD)
  gdm/repos/extra-x86_64/gdm.sysusers
(from rev 321487, gdm/trunk/gdm.sysusers)
Deleted:
  gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
  gdm/repos/extra-x86_64/PKGBUILD
  gdm/repos/extra-x86_64/gdm.install
  gdm/repos/extra-x86_64/gdm.sysusers

--+
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   62 ++---
 PKGBUILD |  183 -
 gdm.install  |3 
 gdm.sysusers |4 
 4 files changed, 124 insertions(+), 128 deletions(-)

Deleted: 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-04-10 
17:20:39 UTC (rev 321487)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-04-10 
17:21:14 UTC (rev 321488)
@@ -1,31 +0,0 @@
-From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" 
-Date: Sat, 20 Jun 2015 17:22:38 +0200
-Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
-

- data/Xsession.in | 8 
- 1 file changed, 8 deletions(-)
-
-diff --git a/data/Xsession.in b/data/Xsession.in
-index f253375..c143b30 100755
 a/data/Xsession.in
-+++ b/data/Xsession.in
-@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
-   fi
- fi
- 
--# add ssh-agent if found
--sshagent="`gdmwhich ssh-agent`"
--if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
--command="$sshagent -- $command"
--elif [ -z "$sshagent" ] ; then
--echo "$0: ssh-agent not found!"
--fi
--
- echo "$0: Setup done, will execute: $command"
- 
- eval exec $command
--- 
-2.4.5
-

Copied: 
gdm/repos/extra-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch 
(from rev 321487, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- 0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ 0002-Xsession-Don-t-start-ssh-agent-by-default.patch2018-04-10 
17:21:14 UTC (rev 321488)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:20:39 UTC (rev 321487)
+++ PKGBUILD2018-04-10 17:21:14 UTC (rev 321488)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gdm
-pkgname=(gdm libgdm)
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Display manager and login screen"
-arch=(x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Projects/GDM;
-depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
-makedepends=(yelp-tools intltool gobject-introspection git docbook-xsl)
-checkdepends=(check)
-_commit=a510c612b4646b98167d58a699dbb9b1b95aaa8c  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/gdm#commit=$_commit;
-0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-gdm.sysusers)
-sha256sums=('SKIP'
-'9449da0b6ee58aa3fde65e6d8d1f30513e4176a7dc6d176f17f320ce82cb1d82'
-'6d9c8e38c7de85b6ec75e488585b8c451f5d9b4fabd2a42921dc3bfcc4aa3e13')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  patch -Np1 -i ../0002-Xsession-Don-t-start-ssh-agent-by-default.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \

[arch-commits] Commit in gnome-calendar/repos/extra-x86_64 (4 files)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:20:39
  Author: heftig
Revision: 321487

archrelease: copy trunk to extra-x86_64

Added:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
(from rev 321486, gnome-calendar/trunk/PKGBUILD)
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff
(from rev 321486, gnome-calendar/trunk/null-icaltime.diff)
Deleted:
  gnome-calendar/repos/extra-x86_64/PKGBUILD
  gnome-calendar/repos/extra-x86_64/null-icaltime.diff

+
 PKGBUILD   |   88 +--
 null-icaltime.diff |   28 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:20:12 UTC (rev 321486)
+++ PKGBUILD2018-04-10 17:20:39 UTC (rev 321487)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-calendar
-pkgver=3.28.0.1+2+geb41e059
-pkgrel=1
-pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
-url="https://wiki.gnome.org/Apps/Calendar;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
-makedepends=(python appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=eb41e059777f903422c73f5afd822782e178c0ef  # gnome-3-28
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
-null-icaltime.diff)
-sha256sums=('SKIP'
-'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../null-icaltime.diff
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-calendar/repos/extra-x86_64/PKGBUILD (from rev 321486, 
gnome-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:20:39 UTC (rev 321487)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas evolution 
gnome-control-center libdazzle)
+makedepends=(python appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=ac37599b49d1471bd898e244b013b3215ebd2885  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;
+null-icaltime.diff)
+sha256sums=('SKIP'
+'c1aa738a4ff275f725d0aa5406312600503b2b59270448a9e6b30b82a924dc27')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../null-icaltime.diff
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: null-icaltime.diff
===
--- null-icaltime.diff  2018-04-10 17:20:12 UTC (rev 321486)
+++ null-icaltime.diff  2018-04-10 17:20:39 UTC (rev 321487)
@@ -1,14 +0,0 @@
-diff --git i/src/gcal-utils.c w/src/gcal-utils.c
-index c7646565..8070034c 100644
 i/src/gcal-utils.c
-+++ w/src/gcal-utils.c
-@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
-   GDateTime *dt;
-   GTimeZone *tz;
- 
-+  if (!date)
-+return NULL;
-+
-   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
-   dt = g_date_time_new (tz,
- date->year,

Copied: gnome-calendar/repos/extra-x86_64/null-icaltime.diff (from rev 321486, 
gnome-calendar/trunk/null-icaltime.diff)
===
--- null-icaltime.diff  (rev 0)
+++ null-icaltime.diff  2018-04-10 17:20:39 UTC (rev 321487)
@@ -0,0 +1,14 @@
+diff --git i/src/gcal-utils.c w/src/gcal-utils.c
+index c7646565..8070034c 100644
+--- i/src/gcal-utils.c
 w/src/gcal-utils.c
+@@ -181,6 +181,9 @@ icaltime_to_datetime (const icaltimetype  *date)
+   GDateTime *dt;
+   GTimeZone *tz;
+ 
++  if (!date)
++return NULL;
++
+   tz = date->zone ? g_time_zone_new (icaltime_get_tzid (*date)) : 
g_time_zone_new_utc ();
+   dt = g_date_time_new (tz,
+ date->year,


[arch-commits] Commit in gnome-user-share/repos/extra-x86_64 (4 files)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:20:12
  Author: heftig
Revision: 321486

archrelease: copy trunk to extra-x86_64

Added:
  gnome-user-share/repos/extra-x86_64/PKGBUILD
(from rev 321485, gnome-user-share/trunk/PKGBUILD)
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch
(from rev 321485, gnome-user-share/trunk/fix-no-password-mode.patch)
Deleted:
  gnome-user-share/repos/extra-x86_64/PKGBUILD
  gnome-user-share/repos/extra-x86_64/fix-no-password-mode.patch

+
 PKGBUILD   |   84 +++---
 fix-no-password-mode.patch |  118 +--
 2 files changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:19:41 UTC (rev 321485)
+++ PKGBUILD2018-04-10 17:20:12 UTC (rev 321486)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: Roman Kyrylych 
-
-pkgname=gnome-user-share
-pkgver=3.27.90+3+g878737f
-pkgrel=1
-pkgdesc="Easy to use user-level file sharing for GNOME"
-arch=(x86_64)
-url="https://git.gnome.org/browse/gnome-user-share;
-license=(GPL)
-depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
-makedepends=(intltool libnautilus-extension itstool docbook-xsl gnome-common 
git)
-options=(!emptydirs)
-groups=(gnome)
-_commit=878737fa4c9c0c1e48db61f8af0afd02951b40ae  # master
-source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_USER_SHARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib \
-  --localstatedir=/var \
-  --with-httpd=/usr/bin/httpd \
-  --with-modules-path=/usr/lib/httpd/modules
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-user-share/repos/extra-x86_64/PKGBUILD (from rev 321485, 
gnome-user-share/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:20:12 UTC (rev 321486)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: Roman Kyrylych 
+
+pkgname=gnome-user-share
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Easy to use user-level file sharing for GNOME"
+arch=(x86_64)
+url="https://git.gnome.org/browse/gnome-user-share;
+license=(GPL)
+depends=(mod_dnssd dconf gtk3 libnotify libcanberra)
+makedepends=(intltool libnautilus-extension itstool docbook-xsl gnome-common 
git)
+options=(!emptydirs)
+groups=(gnome)
+_commit=66aa73e5a55cfc42fbad6355c8b202aaf4763cdd  # 
tags/GNOME_USER_SHARE_3_28_0^0
+source=("git+https://git.gnome.org/browse/gnome-user-share#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_USER_SHARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --with-httpd=/usr/bin/httpd \
+  --with-modules-path=/usr/lib/httpd/modules
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-no-password-mode.patch
===
--- fix-no-password-mode.patch  2018-04-10 17:19:41 UTC (rev 321485)
+++ fix-no-password-mode.patch  2018-04-10 17:20:12 UTC (rev 321486)
@@ -1,59 +0,0 @@
-From a1afc2e9aa3b86f408739e78bd23382c53df5b5c Mon Sep 17 00:00:00 2001
-From: Josselin Mouette 
-Date: Tue, 24 Jun 2014 15:00:36 +0200
-Subject: data: Fix httpd configuration with require_password=never
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The AuthType, AuthName, AuthDigestDomain, AuthDigestProvider,
-AuthUserFile and AuthGroupFile directives should be in an
- section, executed only when password authentication
-is configured, otherwise we get this error:
-"AuthType configured with no corresponding authorization directives"
-
-Thanks to scorpy...@yahoo.com and Arno Töll.
-
-diff --git a/data/dav_user_2.4.conf b/data/dav_user_2.4.conf
-index de2e885..9604637 100644
 a/data/dav_user_2.4.conf
-+++ b/data/dav_user_2.4.conf
-@@ -30,20 +30,28 @@ DNSSDAutoRegisterUserDir Off
-   
- DAV On
- 
--AuthType Digest
--AuthName "${GUS_LOGIN_LABEL}"
--AuthDigestDomain /
-+
-+  AuthType Digest
-+  AuthName "${GUS_LOGIN_LABEL}"
-+  AuthDigestDomain /
- 
--AuthDigestProvider file
--AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
--AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
-+  AuthDigestProvider file
-+  AuthUserFile ${XDG_CONFIG_HOME}/user-share/passwd
-+  AuthGroupFile /usr/share/gnome-user-share/dav_groupfile
- 

[arch-commits] Commit in gnome-todo/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 17:19:41
  Author: heftig
Revision: 321485

archrelease: copy trunk to extra-x86_64

Added:
  gnome-todo/repos/extra-x86_64/PKGBUILD
(from rev 321484, gnome-todo/trunk/PKGBUILD)
Deleted:
  gnome-todo/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 17:17:24 UTC (rev 321484)
+++ PKGBUILD2018-04-10 17:19:41 UTC (rev 321485)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-todo
-pkgver=3.28.0+3+gf86f18d
-pkgrel=1
-pkgdesc="Task manager for GNOME"
-url="https://wiki.gnome.org/Apps/Todo;
-arch=(x86_64)
-license=(GPL)
-depends=(evolution-data-server libpeas python)
-makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
-groups=(gnome)
-_commit=f86f18dd6ae06df032906172518e4321214a19bb  # gnome-3-28
-source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/extra-x86_64/PKGBUILD (from rev 321484, 
gnome-todo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 17:19:41 UTC (rev 321485)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-todo
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas python)
+makedepends=(gobject-introspection appstream-glib git meson gtk-doc)
+groups=(gnome)
+_commit=75d8d0930e2fe81e6d72f2ab3e957f31620796d0  # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-todo.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   >