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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:24:11
  Author: heftig
Revision: 348450

fix source

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 04:23:21 UTC (rev 348449)
+++ PKGBUILD2019-03-16 04:24:11 UTC (rev 348450)
@@ -12,8 +12,8 @@
  x264 opencore-amr)
 makedepends=(python gtk-doc autoconf-archive git)
 _commit=e1bf2aa184f83ff9fd5b7850c460129100ac6d1a  # tags/1.14.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit;
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
 sha256sums=('SKIP'
 'SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:22:58
  Author: heftig
Revision: 348446

3.24.10-1

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 04:17:09 UTC (rev 348445)
+++ PKGBUILD2019-03-16 04:22:58 UTC (rev 348446)
@@ -2,15 +2,16 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceview3
-pkgver=3.24.9
-pkgrel=2
+pkgver=3.24.10
+pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=699ce6bb876e04a0def6550c70b33599ae0f6ff7  # tags/3.24.9^0
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive
+ yelp-tools git)
+_commit=65e8cc12daa0b1d0ae08d5b0cee1a2ebbe3752b2  # tags/3.24.10^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,6 +22,10 @@
 
 prepare() {
   cd gtksourceview
+
+  # Workaround incompat with recent autoconf-archive
+  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:23:21
  Author: heftig
Revision: 348449

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview3/repos/extra-x86_64/PKGBUILD
(from rev 348447, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 04:23:21 UTC (rev 348448)
+++ PKGBUILD2019-03-16 04:23:21 UTC (rev 348449)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview3
-pkgver=3.24.9
-pkgrel=2
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive git)
-_commit=699ce6bb876e04a0def6550c70b33599ae0f6ff7  # tags/3.24.9^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 348447, 
gtksourceview3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 04:23:21 UTC (rev 348449)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview3
+pkgver=3.24.10
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive
+ yelp-tools git)
+_commit=65e8cc12daa0b1d0ae08d5b0cee1a2ebbe3752b2  # tags/3.24.10^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+
+  # Workaround incompat with recent autoconf-archive
+  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-glade-catalog --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:23:03
  Author: heftig
Revision: 348447

4.2.0-1

Modified:
  gtksourceview4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 04:22:58 UTC (rev 348446)
+++ PKGBUILD2019-03-16 04:23:03 UTC (rev 348447)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gtksourceview4
-pkgver=4.0.3
+pkgver=4.2.0
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 url="https://wiki.gnome.org/Projects/GtkSourceView;
@@ -10,8 +10,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=7abe3034d799b757e608fc1ea91dadbf3d036a66  # tags/4.0.3^0
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive glade
+ yelp-tools git)
+_commit=9d633818558ecaa18b48d4b4d59afca6f4a68fb3  # tags/4.2.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,6 +23,10 @@
 
 prepare() {
   cd gtksourceview
+
+  # Workaround incompat with recent autoconf-archive
+  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:23:21
  Author: heftig
Revision: 348448

archrelease: copy trunk to extra-x86_64

Added:
  gtksourceview4/repos/extra-x86_64/PKGBUILD
(from rev 348447, gtksourceview4/trunk/PKGBUILD)
Deleted:
  gtksourceview4/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 04:23:03 UTC (rev 348447)
+++ PKGBUILD2019-03-16 04:23:21 UTC (rev 348448)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview4
-pkgver=4.0.3
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-url="https://wiki.gnome.org/Projects/GtkSourceView;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libxml2)
-makedepends=(intltool gobject-introspection glade vala gtk-doc 
autoconf-archive git)
-_commit=7abe3034d799b757e608fc1ea91dadbf3d036a66  # tags/4.0.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gtksourceview
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtksourceview
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtksourceview
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog --enable-gtk-doc --disable-Werror
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gtksourceview
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview4/repos/extra-x86_64/PKGBUILD (from rev 348447, 
gtksourceview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 04:23:21 UTC (rev 348448)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview4
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+url="https://wiki.gnome.org/Projects/GtkSourceView;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libxml2)
+makedepends=(intltool gobject-introspection vala gtk-doc autoconf-archive glade
+ yelp-tools git)
+_commit=9d633818558ecaa18b48d4b4d59afca6f4a68fb3  # tags/4.2.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gtksourceview
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd gtksourceview
+
+  # Workaround incompat with recent autoconf-archive
+  find . -name Makefile.am -exec sed -i '/@CODE_COVERAGE_RULES@/d' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtksourceview
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog --enable-gtk-doc --disable-Werror
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd gtksourceview
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:16:57
  Author: heftig
Revision: 348444

1.14.4+18+g3cc7cc757-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:57:38 UTC (rev 348443)
+++ PKGBUILD2019-03-16 04:16:57 UTC (rev 348444)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.4
+pkgver=1.14.4+18+g3cc7cc757
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 url="https://gstreamer.freedesktop.org/;
@@ -14,9 +14,9 @@
  gobject-introspection gtk-doc autoconf-archive git)
 checkdepends=(gtk3 qt5-base clutter sdl glu)
 options=(!emptydirs)
-_commit=384ff7d0268c71e76f7328a9ca6dfe96e4a3ab23  # tags/1.14.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
+_commit=3cc7cc757627dd70550d0db485a1234d26f7e2b9  # 1.14
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
 sha256sums=('SKIP'
 'SKIP')
 


[arch-commits] Commit in gst-plugins-base/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 04:17:09
  Author: heftig
Revision: 348445

archrelease: copy trunk to extra-x86_64

Added:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD
(from rev 348444, gst-plugins-base/trunk/PKGBUILD)
Deleted:
  gst-plugins-base/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 04:16:57 UTC (rev 348444)
+++ PKGBUILD2019-03-16 04:17:09 UTC (rev 348445)
@@ -1,76 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=gst-plugins-base
-pkgname=(gst-plugins-base-libs gst-plugins-base)
-pkgver=1.14.4
-pkgrel=1
-pkgdesc="GStreamer Multimedia Framework Base Plugins"
-url="https://gstreamer.freedesktop.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(gstreamer orc libxv iso-codes libgudev mesa)
-makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
- gobject-introspection gtk-doc autoconf-archive git)
-checkdepends=(gtk3 qt5-base clutter sdl glu)
-options=(!emptydirs)
-_commit=384ff7d0268c71e76f7328a9ca6dfe96e4a3ab23  # tags/1.14.4^0
-source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit;
-"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-
-  git submodule init
-  git config --local submodule.common.url "$srcdir/gst-common"
-  git submodule update
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-package-name="GStreamer Base Plugins (Arch Linux)" \
---with-package-origin="https://www.archlinux.org/; \
---enable-experimental \
---enable-gtk-doc \
---disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  # GL tests need hardware
-  make check || :
-}
-
-package_gst-plugins-base-libs() {
-  pkgdesc="${pkgdesc/Plugins/Libraries}"
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" uninstall
-}
-
-package_gst-plugins-base() {
-  depends=("gst-plugins-base-libs=$pkgver"
-   alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg)
-
-  cd $pkgbase
-  make -C gst-libs DESTDIR="$pkgdir" install
-  make -C ext DESTDIR="$pkgdir" install
-  make -C gst-libs DESTDIR="$pkgdir" uninstall
-}

Copied: gst-plugins-base/repos/extra-x86_64/PKGBUILD (from rev 348444, 
gst-plugins-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 04:17:09 UTC (rev 348445)
@@ -0,0 +1,76 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gst-plugins-base
+pkgname=(gst-plugins-base-libs gst-plugins-base)
+pkgver=1.14.4+18+g3cc7cc757
+pkgrel=1
+pkgdesc="GStreamer Multimedia Framework Base Plugins"
+url="https://gstreamer.freedesktop.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(gstreamer orc libxv iso-codes libgudev mesa)
+makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus 
graphene libpng libjpeg
+ gobject-introspection gtk-doc autoconf-archive git)
+checkdepends=(gtk3 qt5-base clutter sdl glu)
+options=(!emptydirs)
+_commit=3cc7cc757627dd70550d0db485a1234d26f7e2b9  # 1.14
+source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit;
+"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+
+  git submodule init
+  git config --local submodule.common.url "$srcdir/gst-common"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib \
+--with-package-name="GStreamer Base Plugins (Arch Linux)" \
+--with-package-origin="https://www.archlinux.org/; \
+--enable-experimental \
+--enable-gtk-doc \
+--disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  # GL tests need hardware
+  make check || :
+}
+
+package_gst-plugins-base-libs() {
+  pkgdesc="${pkgdesc/Plugins/Libraries}"
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  make -C ext DESTDIR="$pkgdir" uninstall
+}
+
+package_gst-plugins-base() {
+  depends=("gst-plugins-base-libs=$pkgver"
+   alsa-lib cdparanoia libvisual libvorbis 

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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 03:57:38
  Author: heftig
Revision: 348443

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 03:52:47 UTC (rev 348442)
+++ PKGBUILD2019-03-16 03:57:38 UTC (rev 348443)
@@ -1,68 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.32.0
-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
- gst-plugins-base-libs)
-makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-checkdepends=(tracker-miners)
-optdepends=('tracker-miners: Global file search')
-options=(!emptydirs)
-_commit=a241f8f6f37220ccec78a40b015967188490b1df  # tags/3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-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 \
--D packagekit=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### 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"
-}
-
-# vim:set sw=2 et:

Copied: nautilus/repos/extra-x86_64/PKGBUILD (from rev 348442, 
nautilus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 03:57:38 UTC (rev 348443)
@@ -0,0 +1,66 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.32.0
+pkgrel=2
+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
+ gst-plugins-base-libs tracker-miners)
+makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
+options=(!emptydirs)
+_commit=a241f8f6f37220ccec78a40b015967188490b1df  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+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 \
+-D packagekit=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### 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"
+}
+
+# vim:set sw=2 et:


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Saturday, March 16, 2019 @ 03:52:47
  Author: heftig
Revision: 348442

3.32.0-2: tracker-miners must be a dep

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 01:20:40 UTC (rev 348441)
+++ PKGBUILD2019-03-16 03:52:47 UTC (rev 348442)
@@ -4,16 +4,14 @@
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
 pkgver=3.32.0
-pkgrel=1
+pkgrel=2
 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
- gst-plugins-base-libs)
+ gst-plugins-base-libs tracker-miners)
 makedepends=(gobject-introspection git gtk-doc meson appstream-glib)
-checkdepends=(tracker-miners)
-optdepends=('tracker-miners: Global file search')
 options=(!emptydirs)
 _commit=a241f8f6f37220ccec78a40b015967188490b1df  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit;


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:20:07
  Author: felixonmars
Revision: 442109

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 442108, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 442108, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:20:07 UTC (rev 442109)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=31
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:19:53
  Author: felixonmars
Revision: 442108

upgpkg: xmobar 0.29.4-31

rebuild with conduit 1.3.1.1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:18:38 UTC (rev 442107)
+++ PKGBUILD2019-03-16 03:19:53 UTC (rev 442108)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.4
-pkgrel=30
+pkgrel=31
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:18:38
  Author: felixonmars
Revision: 442107

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 442106, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
442106, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:18:38 UTC (rev 442107)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=34
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:18:24
  Author: felixonmars
Revision: 442106

upgpkg: tamarin-prover 1.4.1-34

rebuild with conduit 1.3.1.1

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:16:53 UTC (rev 442105)
+++ PKGBUILD2019-03-16 03:18:24 UTC (rev 442106)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=33
+pkgrel=34
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:16:53
  Author: felixonmars
Revision: 442105

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 442104, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
442104, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:16:53 UTC (rev 442105)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.1
+pkgrel=11
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('580353475fbd400bae4d7e7e4177ce3799b657601f29ad8158959ea8a40f875a9575b8b02a1a36f4e9c364ab5e266408ef2b3a004a09db6286e139e67c954d6d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:16:37
  Author: felixonmars
Revision: 442104

upgpkg: stylish-haskell 0.9.2.1-11

rebuild with conduit 1.3.1.1

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:15:33 UTC (rev 442103)
+++ PKGBUILD2019-03-16 03:16:37 UTC (rev 442104)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:15:33
  Author: felixonmars
Revision: 442103

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 442102, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 442102, stack/trunk/stack.install)

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 442102, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:15:33 UTC (rev 442103)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=78
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 442102, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-03-16 03:15:33 UTC (rev 
442103)
@@ -0,0 +1,4 @@

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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:15:19
  Author: felixonmars
Revision: 442102

upgpkg: stack 1.9.3-78

rebuild with conduit 1.3.1.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:08:23 UTC (rev 442101)
+++ PKGBUILD2019-03-16 03:15:19 UTC (rev 442102)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=77
+pkgrel=78
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:08:07
  Author: felixonmars
Revision: 442100

upgpkg: shellcheck 0.6.0-56

rebuild with conduit 1.3.1.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:04:58 UTC (rev 442099)
+++ PKGBUILD2019-03-16 03:08:07 UTC (rev 442100)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=55
+pkgrel=56
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:08:23
  Author: felixonmars
Revision: 442101

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 442100, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 442100, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:08:23 UTC (rev 442101)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=56
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:04:58
  Author: felixonmars
Revision: 442099

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 442098, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 442098, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:04:58 UTC (rev 442099)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=22
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:04:44
  Author: felixonmars
Revision: 442098

upgpkg: postgrest 5.2.0-22

rebuild with conduit 1.3.1.1

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 03:01:15 UTC (rev 442097)
+++ PKGBUILD2019-03-16 03:04:44 UTC (rev 442098)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=21
+pkgrel=22
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:01:01
  Author: felixonmars
Revision: 442096

upgpkg: pandoc-crossref 0.3.4.0-59

rebuild with conduit 1.3.1.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:59:23 UTC (rev 442095)
+++ PKGBUILD2019-03-16 03:01:01 UTC (rev 442096)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=58
+pkgrel=59
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 03:01:15
  Author: felixonmars
Revision: 442097

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 442096, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
442096, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 03:01:15 UTC (rev 442097)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=59
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:58:39
  Author: felixonmars
Revision: 442091

upgpkg: python-redis 3.2.1-1

Modified:
  python-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:58:38 UTC (rev 442090)
+++ PKGBUILD2019-03-16 02:58:39 UTC (rev 442091)
@@ -4,7 +4,7 @@
 
 pkgbase=python-redis
 pkgname=('python-redis' 'python2-redis')
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='The Python interface to the Redis key-value store'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
 source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('9620a85ab642e1b0096429873ee38a7b3adc84d3ba1dc5abd549b05ee70b081590e3c4a82e090cc2c366c8eafd122c2b075cb69eccfcc1d5f5a0bea070893b32')
+sha512sums=('be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08')
 
 prepare() {
   cp -a redis-$pkgver{,-py2}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:59:09
  Author: felixonmars
Revision: 442094

upgpkg: haskell-hakyll 4.12.5.1-25

rebuild with conduit 1.3.1.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:58:56 UTC (rev 442093)
+++ PKGBUILD2019-03-16 02:59:09 UTC (rev 442094)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:59:23
  Author: felixonmars
Revision: 442095

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 442094, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
442094, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 02:59:23 UTC (rev 442095)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=25
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:58:56
  Author: felixonmars
Revision: 442093

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 02:58:40 UTC (rev 442092)
+++ PKGBUILD2019-03-16 02:58:56 UTC (rev 442093)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Karol 'Kenji Takahashi' Woźniak 
-# Contributor: Pierre Gueth 
-
-pkgbase=python-redis
-pkgname=('python-redis' 'python2-redis')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='The Python interface to the Redis key-value store'
-arch=('any')
-url="http://github.com/andymccurdy/redis-py;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
-source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
-sha512sums=('9620a85ab642e1b0096429873ee38a7b3adc84d3ba1dc5abd549b05ee70b081590e3c4a82e090cc2c366c8eafd122c2b075cb69eccfcc1d5f5a0bea070893b32')
-
-prepare() {
-  cp -a redis-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/redis-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/redis-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/redis-$pkgver
-  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-
-  cd "$srcdir"/redis-$pkgver-py2
-  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
-}
-
-package_python-redis() {
-  depends=('python')
-
-  cd redis-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-redis() {
-  depends=('python2')
-
-  cd redis-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-redis/repos/community-any/PKGBUILD (from rev 442092, 
python-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 02:58:56 UTC (rev 442093)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Karol 'Kenji Takahashi' Woźniak 
+# Contributor: Pierre Gueth 
+
+pkgbase=python-redis
+pkgname=('python-redis' 'python2-redis')
+pkgver=3.2.1
+pkgrel=1
+pkgdesc='The Python interface to the Redis key-value store'
+arch=('any')
+url="http://github.com/andymccurdy/redis-py;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest' 'python2-pytest' 'python-mock' 'python2-mock' 
'pifpaf' 'redis')
+source=("https://pypi.io/packages/source/r/redis/redis-$pkgver.tar.gz;)
+sha512sums=('be51642a8895325c3c61993dd83c3299a9e2cefc1010e04f182833f720ff161bea43d3a57d28afba991949fcf6e967c4f778002967641bffe651d5db384f2e08')
+
+prepare() {
+  cp -a redis-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/redis-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/redis-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/redis-$pkgver
+  pifpaf run redis py.test || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
+
+  cd "$srcdir"/redis-$pkgver-py2
+  pifpaf run redis py.test2 || warning 
"https://github.com/andymccurdy/redis-py/issues/1073;
+}
+
+package_python-redis() {
+  depends=('python')
+
+  cd redis-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-redis() {
+  depends=('python2')
+
+  cd redis-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:57:28
  Author: felixonmars
Revision: 442087

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 442086, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 02:57:17 UTC (rev 442086)
+++ PKGBUILD2019-03-16 02:57:28 UTC (rev 442087)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.15.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('353726eaf43e3d380ddd406c00bc3904c8603ba8b9129223405fd76f9b48877b24f5086b15a7ee8d439ccc6cf8276e09065cd6725481f559b1f1dfbd67a6c50a')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 442086, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 02:57:28 UTC (rev 442087)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.15.2
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('23c54ce1220ba4cc14bec46df376d057021140027688f317ba7d45559fe55753879251f6b49697aa80e737376215ce9b9c2b46297bd021034fde48f578cb244b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:57:10
  Author: felixonmars
Revision: 442085

upgpkg: eslint 5.15.2-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:57:03 UTC (rev 442084)
+++ PKGBUILD2019-03-16 02:57:10 UTC (rev 442085)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=5.15.1
+pkgver=5.15.2
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('353726eaf43e3d380ddd406c00bc3904c8603ba8b9129223405fd76f9b48877b24f5086b15a7ee8d439ccc6cf8276e09065cd6725481f559b1f1dfbd67a6c50a')
+sha512sums=('23c54ce1220ba4cc14bec46df376d057021140027688f317ba7d45559fe55753879251f6b49697aa80e737376215ce9b9c2b46297bd021034fde48f578cb244b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:57:03
  Author: felixonmars
Revision: 442084

upgpkg: pandoc-citeproc 0.16.1.3-2

rebuild with conduit 1.3.1.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:53:52 UTC (rev 442083)
+++ PKGBUILD2019-03-16 02:57:03 UTC (rev 442084)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:57:17
  Author: felixonmars
Revision: 442086

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 442085, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
442085, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 02:57:17 UTC (rev 442086)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1.3
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('01e32fe8d7c75878c6aa1004badc892eef946ecf0f0e5a3f76242e18188dcf3f9b555892b97ce668de7de050daf344eeff2ee9322ac5ee44a141af88e3637d91')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:53:52
  Author: felixonmars
Revision: 442083

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 442081, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 442081, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-16 02:53:52 UTC (rev 442083)
@@ -0,0 +1,64 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7
+pkgrel=4
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('02dfb10fa1678a9d44dfd93ce3025c8bf73b36397f28c1ec22c8f8241a5eaeda55635f7170bc00ba7d221880c78ada82949c707fbe087787a7606810b45186aa')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:53:50
  Author: felixonmars
Revision: 442082

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 442081, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 442081, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   55 +---
 uglify-js.install |   16 +++
 2 files changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 02:53:38 UTC (rev 442081)
+++ PKGBUILD2019-03-16 02:53:50 UTC (rev 442082)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.4.9
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f0226c6ca3ad11b9c9b13cafe8b13a9ba64a9e2a8c8855a69bdb116e8a5b906b3780c3cf7dddc587c888038624bf93206936ea1ebe016a818b24b64d86cad6d5')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 442081, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 02:53:50 UTC (rev 442082)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.4.10
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('63656c6cf56cd0522c849cedc9cb0ed927cf93bfca005fd3ef6ab3bfdbb9129438901da14281e584d413b0dcb2eae97b950b6a24dfc0a16792db73b3122105c7')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2019-03-16 02:53:38 UTC (rev 442081)
+++ uglify-js.install   2019-03-16 02:53:50 UTC (rev 442082)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 442081, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2019-03-16 02:53:50 UTC (rev 442082)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:53:38
  Author: felixonmars
Revision: 442081

upgpkg: pandoc 2.7-4

rebuild with conduit 1.3.1.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 02:53:35 UTC (rev 442080)
+++ PKGBUILD2019-03-16 02:53:38 UTC (rev 442081)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7
-pkgrel=3
+pkgrel=4
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-03-15 Thread Felix Yan via arch-commits
Date: Saturday, March 16, 2019 @ 02:53:35
  Author: felixonmars
Revision: 442080

upgpkg: uglify-js 3.4.10-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-16 01:20:37 UTC (rev 442079)
+++ PKGBUILD2019-03-16 02:53:35 UTC (rev 442080)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.4.9
+pkgver=3.4.10
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('f0226c6ca3ad11b9c9b13cafe8b13a9ba64a9e2a8c8855a69bdb116e8a5b906b3780c3cf7dddc587c888038624bf93206936ea1ebe016a818b24b64d86cad6d5')
+sha512sums=('63656c6cf56cd0522c849cedc9cb0ed927cf93bfca005fd3ef6ab3bfdbb9129438901da14281e584d413b0dcb2eae97b950b6a24dfc0a16792db73b3122105c7')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2019-03-15 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 16, 2019 @ 01:20:37
  Author: anatolik
Revision: 442079

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 442078, android-udev/trunk/PKGBUILD)
Deleted:
  android-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-16 01:20:04 UTC (rev 442078)
+++ PKGBUILD2019-03-16 01:20:37 UTC (rev 442079)
@@ -1,19 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20190114
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('73dc23d822f73c02f09402ac1b54c67c527aedc8')
-
-package() {
-  cd android-udev-rules-$pkgver
-  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 442078, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-16 01:20:37 UTC (rev 442079)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20190315
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('72fe8d148e2c6941c25d4f3de09ad91bce86a3f9')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}


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

2019-03-15 Thread Anatol Pomozov via arch-commits
Date: Saturday, March 16, 2019 @ 01:20:04
  Author: anatolik
Revision: 442078

upgpkg: android-udev 20190315-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:37:17 UTC (rev 442077)
+++ PKGBUILD2019-03-16 01:20:04 UTC (rev 442078)
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20190114
+pkgver=20190315
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('73dc23d822f73c02f09402ac1b54c67c527aedc8')
+sha1sums=('72fe8d148e2c6941c25d4f3de09ad91bce86a3f9')
 
 package() {
   cd android-udev-rules-$pkgver


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

2019-03-15 Thread Levente Polyak via arch-commits
Date: Saturday, March 16, 2019 @ 00:04:04
  Author: anthraxx
Revision: 348438

archrelease: copy trunk to testing-x86_64

Added:
  libseccomp/repos/testing-x86_64/
  libseccomp/repos/testing-x86_64/PKGBUILD
(from rev 348437, libseccomp/trunk/PKGBUILD)

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

Copied: libseccomp/repos/testing-x86_64/PKGBUILD (from rev 348437, 
libseccomp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-16 00:04:04 UTC (rev 348438)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Tobias Powalowski 
+# Contributor: Daniel Micay 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=libseccomp
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Enhanced seccomp library'
+arch=('x86_64')
+license=('LGPL2.1')
+url="https://github.com/seccomp/libseccomp;
+depends=('glibc')
+checkdepends=('valgrind')
+provides=('libseccomp.so')
+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('2e74c7e8b54b340ad5d472e59286c6758e1e1e96c6b43c3dbdc8ddafbf0e525d'
+'SKIP')
+validpgpkeys=('7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A') # Paul Moore 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-15 Thread Levente Polyak via arch-commits
Date: Saturday, March 16, 2019 @ 00:03:47
  Author: anthraxx
Revision: 348437

upgpkg: libseccomp 2.4.0-1

Modified:
  libseccomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:03:24 UTC (rev 348436)
+++ PKGBUILD2019-03-16 00:03:47 UTC (rev 348437)
@@ -1,8 +1,10 @@
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Maintainer: Tobias Powalowski 
+# Contributor: Daniel Micay 
 # Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
 
 pkgname=libseccomp
-pkgver=2.3.3
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Enhanced seccomp library'
 arch=('x86_64')
@@ -9,18 +11,28 @@
 license=('LGPL2.1')
 url="https://github.com/seccomp/libseccomp;
 depends=('glibc')
+checkdepends=('valgrind')
+provides=('libseccomp.so')
+source=(https://github.com/seccomp/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('2e74c7e8b54b340ad5d472e59286c6758e1e1e96c6b43c3dbdc8ddafbf0e525d'
+'SKIP')
 validpgpkeys=('7100AADFAE6E6E940D2E0AD655E45A5AE8CA7C8A') # Paul Moore 

-source=("https://github.com/seccomp/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('7fc28f4294cc72e61c529bedf97e705c3acf9c479a8f1a3028d4cd2ca9f3b155'
-'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 CHANGELOG README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

2019-03-15 Thread Brad Fanella via arch-commits
Date: Friday, March 15, 2019 @ 23:37:17
  Author: cesura
Revision: 442077

archrelease: copy trunk to community-any

Added:
  mate-applet-dock/repos/community-any/PKGBUILD
(from rev 442076, mate-applet-dock/trunk/PKGBUILD)
Deleted:
  mate-applet-dock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:36:53 UTC (rev 442076)
+++ PKGBUILD2019-03-15 23:37:17 UTC (rev 442077)
@@ -1,30 +0,0 @@
-# Contriburor: Balló György 
-
-pkgname=mate-applet-dock
-_pkgname=mate-dock-applet
-pkgver=0.87
-pkgrel=1
-pkgdesc="Application dock for the MATE panel"
-arch=('any')
-url="https://github.com/robint99/dock-applet;
-license=('GPL3')
-depends=('bamf' 'libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject'
- 'python-pillow' 'python-xdg' 'python-xlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
-sha256sums=('69b8b3dc5fb9d9e4c2e2e18a7a7d5ef9daed796f3c6003ddb389e4209b29d404')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 442076, 
mate-applet-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:37:17 UTC (rev 442077)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella 
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.88
+pkgrel=1
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet;
+license=('GPL3')
+depends=('bamf' 'libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject'
+ 'python-pillow' 'python-xdg' 'python-xlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
+sha256sums=('63acc79d55e3c740a3230747a6498d3a6901fcc9412fae453e270ff8e4116023')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Brad Fanella via arch-commits
Date: Friday, March 15, 2019 @ 23:36:53
  Author: cesura
Revision: 442076

upgpkg: mate-applet-dock 0.88-1

Updated to version 0.88

Modified:
  mate-applet-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:29:09 UTC (rev 442075)
+++ PKGBUILD2019-03-15 23:36:53 UTC (rev 442076)
@@ -1,8 +1,9 @@
+# Maintainer: Brad Fanella 
 # Contriburor: Balló György 
 
 pkgname=mate-applet-dock
 _pkgname=mate-dock-applet
-pkgver=0.87
+pkgver=0.88
 pkgrel=1
 pkgdesc="Application dock for the MATE panel"
 arch=('any')
@@ -11,7 +12,7 @@
 depends=('bamf' 'libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject'
  'python-pillow' 'python-xdg' 'python-xlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz;)
-sha256sums=('69b8b3dc5fb9d9e4c2e2e18a7a7d5ef9daed796f3c6003ddb389e4209b29d404')
+sha256sums=('63acc79d55e3c740a3230747a6498d3a6901fcc9412fae453e270ff8e4116023')
 
 prepare() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in sugar-activity-terminal/trunk (PKGBUILD)

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:29:04
  Author: bgyorgy
Revision: 442074

upgpkg: sugar-activity-terminal 46-1

Update to new version

Modified:
  sugar-activity-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:20:55 UTC (rev 442073)
+++ PKGBUILD2019-03-15 23:29:04 UTC (rev 442074)
@@ -2,7 +2,7 @@
 
 pkgname=sugar-activity-terminal
 _pkgname=Terminal
-pkgver=45.4
+pkgver=46
 pkgrel=1
 pkgdesc="Terminal emulator for Sugar"
 arch=('any')
@@ -11,7 +11,7 @@
 groups=('sugar-fructose')
 depends=('sugar-toolkit-gtk3' 'vte3')
 
source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('86f76b42ecf1feea0140a5db75ef9a2d5620282a9dc7956a40d61171cee4c002')
+sha256sums=('7c9e4456802951cfc04bd1b183c2bc1927ba56e687c82be639881e53f8f2f763')
 
 prepare() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in sugar-activity-terminal/repos/community-any (2 files)

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:29:09
  Author: bgyorgy
Revision: 442075

archrelease: copy trunk to community-any

Added:
  sugar-activity-terminal/repos/community-any/PKGBUILD
(from rev 442074, sugar-activity-terminal/trunk/PKGBUILD)
Deleted:
  sugar-activity-terminal/repos/community-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:29:04 UTC (rev 442074)
+++ PKGBUILD2019-03-15 23:29:09 UTC (rev 442075)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=sugar-activity-terminal
-_pkgname=Terminal
-pkgver=45.4
-pkgrel=1
-pkgdesc="Terminal emulator for Sugar"
-arch=('any')
-url="https://wiki.sugarlabs.org/go/Activities/Terminal;
-license=('GPL')
-groups=('sugar-fructose')
-depends=('sugar-toolkit-gtk3' 'vte3')
-source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
-sha256sums=('86f76b42ecf1feea0140a5db75ef9a2d5620282a9dc7956a40d61171cee4c002')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' helpbutton.py setup.py
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
-}

Copied: sugar-activity-terminal/repos/community-any/PKGBUILD (from rev 442074, 
sugar-activity-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:29:09 UTC (rev 442075)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-terminal
+_pkgname=Terminal
+pkgver=46
+pkgrel=1
+pkgdesc="Terminal emulator for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Terminal;
+license=('GPL')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3' 'vte3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/$_pkgname/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('7c9e4456802951cfc04bd1b183c2bc1927ba56e687c82be639881e53f8f2f763')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' helpbutton.py setup.py
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+}


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

2019-03-15 Thread Brad Fanella via arch-commits
Date: Friday, March 15, 2019 @ 23:20:55
  Author: cesura
Revision: 442073

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 442072, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

--+
 PKGBUILD |  112 ++---
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:20:05 UTC (rev 442072)
+++ PKGBUILD2019-03-15 23:20:55 UTC (rev 442073)
@@ -1,56 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Alexander F Rødseth 
-# Contributor: Musikolo 
-# Contributor: Ruben Fonseca 
-# Contributor: Andreas W. Hauser 
-
-pkgname=groovy
-pkgver=2.5.4
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy-lang.org/'
-license=('Apache')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-makedepends=('gendesk')
-# .asc file is available for download, but there was no key available
-source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
-
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('b2c936069831861d89cb8cf771bfa8a739b1d03c4be01b62d94e453e4b0bc6e8'
-'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
-
-prepare() {
-   # Generate desktop shortcut
-   gendesk -f -n \
-   --pkgname "$pkgname" \
-   --pkgdesc 'Groovy programming language' \
-   --exec 'groovyConsole' \
-   --name 'Groovy Console'
-
-   # Patch the scripts
-   for f in "$pkgname-$pkgver/bin/"*; do
-   sed 's:bin/env\ sh:bin/env\ 
sh\nGROOVY_HOME=/usr/share/groovy\nexport 
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
-   done
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   # Create the directories and package the files
-   install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
-   cp -r lib conf "$pkgdir/usr/share/groovy"
-   cp bin/* "$pkgdir/usr/bin"
-   rm "$pkgdir"/usr/bin/*completion
-   install -Dm644 bin/*completion -t 
"$pkgdir"/usr/share/bash-completion/completions
-
-   # Remove all DOS/Windows batch files
-   find $pkgdir -name '*.bat' -exec rm {} \;
-
-   # Package the license file
-   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-
-   # Package the desktop shortcut for Groovy Console
-   install -Dm644 "$srcdir/$pkgname.desktop" -t 
"$pkgdir"/usr/share/applications
-   install -Dm644 "$srcdir/$pkgname.png" -t "$pkgdir"/usr/share/pixmaps
-}

Copied: groovy/repos/community-any/PKGBUILD (from rev 442072, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:20:55 UTC (rev 442073)
@@ -0,0 +1,56 @@
+# Maintainer: Brad Fanella 
+# Contributor: Alexander F Rødseth 
+# Contributor: Musikolo 
+# Contributor: Ruben Fonseca 
+# Contributor: Andreas W. Hauser 
+
+pkgname=groovy
+pkgver=2.5.6
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy-lang.org/'
+license=('Apache')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+# .asc file is available for download, but there was no key available
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
+
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
+sha256sums=('b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+   # Generate desktop shortcut
+   gendesk -f -n \
+   --pkgname "$pkgname" \
+   --pkgdesc 'Groovy programming language' \
+   --exec 'groovyConsole' \
+   --name 'Groovy Console'
+
+   # Patch the scripts
+   for f in "$pkgname-$pkgver/bin/"*; do
+   sed 's:bin/env\ sh:bin/env\ 
sh\nGROOVY_HOME=/usr/share/groovy\nexport 
_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=gasp $_JAVA_OPTIONS":' -i "$f"
+   done
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+   # Create the directories and package the files
+   install -d "$pkgdir/usr/share/groovy" "$pkgdir/usr/bin"
+   cp -r lib conf "$pkgdir/usr/share/groovy"
+   cp bin/* "$pkgdir/usr/bin"
+   rm "$pkgdir"/usr/bin/*completion
+   install -Dm644 bin/*completion -t 

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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:20:01
  Author: bgyorgy
Revision: 442071

upgpkg: sugar-artwork 0.113-2

Remove unused icon-slicer makedependency

Modified:
  sugar-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:19:23 UTC (rev 442070)
+++ PKGBUILD2019-03-15 23:20:01 UTC (rev 442071)
@@ -2,12 +2,12 @@
 
 pkgname=sugar-artwork
 pkgver=0.113
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar icons and themes"
 arch=('x86_64')
 url="https://sugarlabs.org/;
 license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python' 'xorg-xcursorgen')
 optdepends=('gtk2: GTK+ 2 theme'
 'gtk3: GTK+ 3 theme')
 
source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)


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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:20:05
  Author: bgyorgy
Revision: 442072

archrelease: copy trunk to community-x86_64

Added:
  sugar-artwork/repos/community-x86_64/PKGBUILD
(from rev 442071, sugar-artwork/trunk/PKGBUILD)
Deleted:
  sugar-artwork/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:20:01 UTC (rev 442071)
+++ PKGBUILD2019-03-15 23:20:05 UTC (rev 442072)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=sugar-artwork
-pkgver=0.113
-pkgrel=1
-pkgdesc="Sugar icons and themes"
-arch=('x86_64')
-url="https://sugarlabs.org/;
-license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python')
-optdepends=('gtk2: GTK+ 2 theme'
-'gtk3: GTK+ 3 theme')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sugar-artwork/repos/community-x86_64/PKGBUILD (from rev 442071, 
sugar-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:20:05 UTC (rev 442072)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-artwork
+pkgver=0.113
+pkgrel=2
+pkgdesc="Sugar icons and themes"
+arch=('x86_64')
+url="https://sugarlabs.org/;
+license=('LGPL')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'python' 'xorg-xcursorgen')
+optdepends=('gtk2: GTK+ 2 theme'
+'gtk3: GTK+ 3 theme')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Brad Fanella via arch-commits
Date: Friday, March 15, 2019 @ 23:19:23
  Author: cesura
Revision: 442070

upgpkg: groovy 2.5.6-1

Updated to version 2.5.6

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:12:16 UTC (rev 442069)
+++ PKGBUILD2019-03-15 23:19:23 UTC (rev 442070)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser 
 
 pkgname=groovy
-pkgver=2.5.4
+pkgver=2.5.6
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -17,7 +17,7 @@
 # .asc file is available for download, but there was no key available
 
source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip;
 
"$pkgname.png::https://raw.githubusercontent.com/apache/incubator-groovy/master/subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png;)
-sha256sums=('b2c936069831861d89cb8cf771bfa8a739b1d03c4be01b62d94e453e4b0bc6e8'
+sha256sums=('b64d0807d85857cb9d7a2137c6d5d828890598597ad0fd149faac20198ed8e92'
 '24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {


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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:12:11
  Author: bgyorgy
Revision: 442068

upgpkg: sugar-datastore 0.113-1

Update to new version

Modified:
  sugar-datastore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 23:09:55 UTC (rev 442067)
+++ PKGBUILD2019-03-15 23:12:11 UTC (rev 442068)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=sugar-datastore
-pkgver=0.112
+pkgver=0.113
 pkgrel=1
 pkgdesc="Sugar datastore service"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('python2-dbus' 'python2-gobject' 'python2-xapian')
 
source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('034946ce20b44054acdbcc47a09cccd03cf8ef29dab885f8da51f3847751775f')
+sha256sums=('9bbd9b10b0cf98bdaf68e1e36f3ddc69d73b6b17aee39cc113daa8c8700f64e8')
 
 prepare() {
   cd $pkgname-$pkgver


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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:12:16
  Author: bgyorgy
Revision: 442069

archrelease: copy trunk to community-x86_64

Added:
  sugar-datastore/repos/community-x86_64/PKGBUILD
(from rev 442068, sugar-datastore/trunk/PKGBUILD)
Deleted:
  sugar-datastore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:12:11 UTC (rev 442068)
+++ PKGBUILD2019-03-15 23:12:16 UTC (rev 442069)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-datastore
-pkgver=0.112
-pkgrel=1
-pkgdesc="Sugar datastore service"
-arch=('i686' 'x86_64')
-url="https://sugarlabs.org/;
-license=('GPL')
-depends=('python2-dbus' 'python2-gobject' 'python2-xapian')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('034946ce20b44054acdbcc47a09cccd03cf8ef29dab885f8da51f3847751775f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/copy-to-journal
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sugar-datastore/repos/community-x86_64/PKGBUILD (from rev 442068, 
sugar-datastore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:12:16 UTC (rev 442069)
@@ -0,0 +1,28 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-datastore
+pkgver=0.113
+pkgrel=1
+pkgdesc="Sugar datastore service"
+arch=('x86_64')
+url="https://sugarlabs.org/;
+license=('GPL')
+depends=('python2-dbus' 'python2-gobject' 'python2-xapian')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('9bbd9b10b0cf98bdaf68e1e36f3ddc69d73b6b17aee39cc113daa8c8700f64e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' bin/copy-to-journal
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:09:50
  Author: bgyorgy
Revision: 442066

upgpkg: sugar-artwork 0.113-1

Update to new version

Modified:
  sugar-artwork/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:46:48 UTC (rev 442065)
+++ PKGBUILD2019-03-15 23:09:50 UTC (rev 442066)
@@ -1,17 +1,17 @@
 # Maintainer: Balló György 
 
 pkgname=sugar-artwork
-pkgver=0.112
+pkgver=0.113
 pkgrel=1
 pkgdesc="Sugar icons and themes"
 arch=('x86_64')
 url="https://sugarlabs.org/;
 license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python2')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python')
 optdepends=('gtk2: GTK+ 2 theme'
 'gtk3: GTK+ 3 theme')
 
source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e30d7b14a3305bd2c18755ec0d158ca3792ef13057c2676e30b768decea4')
+sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69')
 
 build() {
   cd $pkgname-$pkgver


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

2019-03-15 Thread Balló György via arch-commits
Date: Friday, March 15, 2019 @ 23:09:55
  Author: bgyorgy
Revision: 442067

archrelease: copy trunk to community-x86_64

Added:
  sugar-artwork/repos/community-x86_64/PKGBUILD
(from rev 442066, sugar-artwork/trunk/PKGBUILD)
Deleted:
  sugar-artwork/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:09:50 UTC (rev 442066)
+++ PKGBUILD2019-03-15 23:09:55 UTC (rev 442067)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=sugar-artwork
-pkgver=0.112
-pkgrel=1
-pkgdesc="Sugar icons and themes"
-arch=('i686' 'x86_64')
-url="https://sugarlabs.org/;
-license=('LGPL')
-makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python2')
-optdepends=('gtk2: GTK+ 2 theme'
-'gtk3: GTK+ 3 theme')
-source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('e30d7b14a3305bd2c18755ec0d158ca3792ef13057c2676e30b768decea4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: sugar-artwork/repos/community-x86_64/PKGBUILD (from rev 442066, 
sugar-artwork/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:09:55 UTC (rev 442067)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-artwork
+pkgver=0.113
+pkgrel=1
+pkgdesc="Sugar icons and themes"
+arch=('x86_64')
+url="https://sugarlabs.org/;
+license=('LGPL')
+makedepends=('gtk2' 'gtk3' 'icon-naming-utils' 'icon-slicer' 'python')
+optdepends=('gtk2: GTK+ 2 theme'
+'gtk3: GTK+ 3 theme')
+source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('1a55a75335733a45f202edbaf47567eb946729f462f0fd2500040770cbb8ec69')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in prometheus/repos/extra-x86_64 (6 files)

2019-03-15 Thread Jelle van der Waa via arch-commits
Date: Friday, March 15, 2019 @ 23:03:24
  Author: jelle
Revision: 348436

archrelease: copy trunk to extra-x86_64

Added:
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 348435, prometheus/trunk/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 348435, prometheus/trunk/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 348435, prometheus/trunk/prometheus.sysusers)
Deleted:
  prometheus/repos/extra-x86_64/PKGBUILD
  prometheus/repos/extra-x86_64/prometheus.service
  prometheus/repos/extra-x86_64/prometheus.sysusers

-+
 PKGBUILD|  128 +-
 prometheus.service  |   34 ++---
 prometheus.sysusers |2 
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 23:03:15 UTC (rev 348435)
+++ PKGBUILD2019-03-15 23:03:24 UTC (rev 348436)
@@ -1,64 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=prometheus
-pkgver=2.7.1
-pkgrel=1
-
-pkgdesc='An open-source systems monitoring and alerting toolkit'
-url='https://prometheus.io'
-arch=('x86_64')
-license=('Apache')
-
-depends=('glibc')
-makedepends=('go-pie' 'git' 'bzr')
-
-backup=('etc/prometheus/prometheus.yml')
-
-source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
-prometheus.service
-prometheus.sysusers)
-
-sha256sums=('bfbeb434342a03b5849e2ec7a0cbe573067299cf59ccf59db0cacd8db8800bb0'
-'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
-'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
-
-build() {
-  cd prometheus-$pkgver
-
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/prometheus
-  go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
-./cmd/promtool
-}
-
-check() {
-  cd prometheus-$pkgver
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
-  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
-
-  cd prometheus-$pkgver
-
-  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
-  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
-
-  # Web
-  install -dm755 "$pkgdir"/usr/share/prometheus/
-  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
-
-  # Examples
-  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
-  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
-
-}

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 348435, 
prometheus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 23:03:24 UTC (rev 348436)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.8.0
+pkgrel=1
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm640 -g210 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries 

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

2019-03-15 Thread Jelle van der Waa via arch-commits
Date: Friday, March 15, 2019 @ 23:03:15
  Author: jelle
Revision: 348435

upgpkg: prometheus 2.8.0-1

Upstream release.

Modified:
  prometheus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:49:19 UTC (rev 348434)
+++ PKGBUILD2019-03-15 23:03:15 UTC (rev 348435)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus
-pkgver=2.7.1
+pkgver=2.8.0
 pkgrel=1
 
 pkgdesc='An open-source systems monitoring and alerting toolkit'
@@ -18,7 +18,7 @@
 prometheus.service
 prometheus.sysusers)
 
-sha256sums=('bfbeb434342a03b5849e2ec7a0cbe573067299cf59ccf59db0cacd8db8800bb0'
+sha256sums=('691fdadf5913c17ac0bedc1e8c2b865fd2958800b9cb118b1139e58a1963a11f'
 'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:48:58
  Author: heftig
Revision: 348433

revert rustup change

Modified:
  librsvg/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:46:50 UTC (rev 348432)
+++ PKGBUILD2019-03-15 22:48:58 UTC (rev 348433)
@@ -9,7 +9,7 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(intltool gobject-introspection vala python2 gtk-doc git rustup)
+makedepends=(gobject-introspection vala python2 gtk-doc git rust)
 _commit=031f747fbf0366d5b007f22fb27b63560e29d0cd  # tags/2.44.13^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;)
 sha256sums=('SKIP')
@@ -21,10 +21,6 @@
 
 prepare() {
   cd $pkgname
-
-  # system rust segfaults...
-  rustup default stable
-
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:49:19
  Author: heftig
Revision: 348434

remove python2

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:48:58 UTC (rev 348433)
+++ PKGBUILD2019-03-15 22:49:19 UTC (rev 348434)
@@ -9,7 +9,7 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(gdk-pixbuf2 pango libcroco)
-makedepends=(gobject-introspection vala python2 gtk-doc git rust)
+makedepends=(gobject-introspection vala gtk-doc git rust)
 _commit=031f747fbf0366d5b007f22fb27b63560e29d0cd  # tags/2.44.13^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;)
 sha256sums=('SKIP')


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:46:50
  Author: heftig
Revision: 348432

archrelease: copy trunk to extra-x86_64

Added:
  pango/repos/extra-x86_64/PKGBUILD
(from rev 348430, pango/trunk/PKGBUILD)
Deleted:
  pango/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:46:44 UTC (rev 348431)
+++ PKGBUILD2019-03-15 22:46:50 UTC (rev 348432)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.42.4
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(libthai cairo libxft harfbuzz fribidi)
-makedepends=(gobject-introspection help2man gtk-doc git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=a6a89818246b0b14c0fe3d00d6120929fc0a11d9  # tags/1.42.4^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D enable_docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: pango/repos/extra-x86_64/PKGBUILD (from rev 348430, 
pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:46:50 UTC (rev 348432)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.43.0
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable_docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:46:44
  Author: heftig
Revision: 348431

archrelease: copy trunk to extra-x86_64

Added:
  gnome-books/repos/extra-x86_64/
  gnome-books/repos/extra-x86_64/PKGBUILD
(from rev 348430, gnome-books/trunk/PKGBUILD)

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

Copied: gnome-books/repos/extra-x86_64/PKGBUILD (from rev 348430, 
gnome-books/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-03-15 22:46:44 UTC (rev 348431)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-books
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Access and organize your e-books on GNOME"
+url="https://wiki.gnome.org/Apps/Books;
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop tracker-miners webkit2gtk libgepub
+ gnome-epub-thumbnailer)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=7975d6f792c9c47fa11f6c94328073fd3c20fd49  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-books.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:46:48
  Author: heftig
Revision: 442065

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:46:08 UTC (rev 442064)
+++ PKGBUILD2019-03-15 22:46:48 UTC (rev 442065)
@@ -1,45 +0,0 @@
-# Contributor: Biru Ionut 
-# Contributor: Pierre Schmitz 
-# Contributor: Mikko Seppälä 
-
-pkgname=lib32-pango
-pkgver=1.42.4
-pkgrel=1
-epoch=1
-pkgdesc="A library for layout and rendering of text (32-bit)"
-url="https://www.pango.org/;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
-makedepends=(gobject-introspection git meson)
-checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=a6a89818246b0b14c0fe3d00d6120929fc0a11d9  # tags/1.42.4^0
-source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pango
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd pango
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  arch-meson pango build --libdir=/usr/lib32
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -r "$pkgdir"/usr/{bin,lib,share,include}
-}

Copied: lib32-pango/repos/multilib-x86_64/PKGBUILD (from rev 442064, 
lib32-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:46:48 UTC (rev 442065)
@@ -0,0 +1,45 @@
+# Contributor: Biru Ionut 
+# Contributor: Pierre Schmitz 
+# Contributor: Mikko Seppälä 
+
+pkgname=lib32-pango
+pkgver=1.43.0
+pkgrel=1
+epoch=1
+pkgdesc="A library for layout and rendering of text (32-bit)"
+url="https://www.pango.org/;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
+makedepends=(gobject-introspection git meson)
+checkdepends=(ttf-dejavu cantarell-fonts)
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pango
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd pango
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  arch-meson pango build --libdir=/usr/lib32
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  rm -r "$pkgdir"/usr/{bin,lib,share,include}
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:46:08
  Author: heftig
Revision: 442064

1.43.0-1

Modified:
  lib32-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:34:47 UTC (rev 442063)
+++ PKGBUILD2019-03-15 22:46:08 UTC (rev 442064)
@@ -3,7 +3,7 @@
 # Contributor: Mikko Seppälä 
 
 pkgname=lib32-pango
-pkgver=1.42.4
+pkgver=1.43.0
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text (32-bit)"
@@ -13,7 +13,7 @@
 depends=(lib32-libthai lib32-cairo lib32-libxft lib32-harfbuzz lib32-fribidi 
pango)
 makedepends=(gobject-introspection git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=a6a89818246b0b14c0fe3d00d6120929fc0a11d9  # tags/1.42.4^0
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:41:43
  Author: heftig
Revision: 348429

3.32.0-1

Added:
  gnome-books/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:41:43 UTC (rev 348429)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-books
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Access and organize your e-books on GNOME"
+url="https://wiki.gnome.org/Apps/Books;
+arch=(x86_64)
+license=(GPL)
+depends=(evince gjs gtk3 gnome-desktop tracker-miners webkit2gtk libgepub
+ gnome-epub-thumbnailer)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=7975d6f792c9c47fa11f6c94328073fd3c20fd49  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-books.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule update
+}
+  
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:42:21
  Author: heftig
Revision: 348430

1.43.0-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:41:43 UTC (rev 348429)
+++ PKGBUILD2019-03-15 22:42:21 UTC (rev 348430)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.42.4
+pkgver=1.43.0
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -11,7 +11,7 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man gtk-doc git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=a6a89818246b0b14c0fe3d00d6120929fc0a11d9  # tags/1.42.4^0
+_commit=26f1135f374f3ad5eb963dcdf016542fbbda361b  # tags/1.43.0^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:44
  Author: heftig
Revision: 348427

archrelease: copy trunk to extra-x86_64

Added:
  libgtop/repos/extra-x86_64/PKGBUILD
(from rev 348426, libgtop/trunk/PKGBUILD)
Deleted:
  libgtop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:34:23 UTC (rev 348426)
+++ PKGBUILD2019-03-15 22:34:44 UTC (rev 348427)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libgtop
-pkgver=2.38.0+13+gcab8791f
-pkgrel=1
-pkgdesc="A library for collecting system monitoring data"
-url="https://gitlab.gnome.org/GNOME/libgtop;
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libxau)
-makedepends=(gobject-introspection gnome-common git gtk-doc)
-_commit=cab8791fdd6a174b1aea06410214800a774a729b  # master
-source=("git+https://gitlab.gnome.org/GNOME/libgtop.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libgtop/repos/extra-x86_64/PKGBUILD (from rev 348426, 
libgtop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:34:44 UTC (rev 348427)
@@ -0,0 +1,36 @@
+# Maintainer: Jan de Groot 
+
+pkgname=libgtop
+pkgver=2.40.0
+pkgrel=1
+pkgdesc="A library for collecting system monitoring data"
+url="https://gitlab.gnome.org/GNOME/libgtop;
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libxau)
+makedepends=(gobject-introspection git gtk-doc)
+_commit=abccaf488a929de1e95e6a748485575dec52c998  # tags/2.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libgtop.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-initial-setup/repos/community-x86_64 (2 files)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:47
  Author: heftig
Revision: 442063

archrelease: copy trunk to community-x86_64

Added:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 442061, gnome-initial-setup/trunk/PKGBUILD)
Deleted:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:34:47 UTC (rev 442062)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 442063)
@@ -1,34 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=('x86_64')
-url="https://www.gnome.org/;
-license=('GPL')
-depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool' 'python2')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53cad86ce408766f0d2295cfdaf55ac9b98d7d66c66f7beeac43e2e395656951')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  # Setup system user and group
-  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: gnome-initial-setup/repos/community-x86_64/PKGBUILD (from rev 442061, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 442063)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('x86_64')
+url="https://www.gnome.org/;
+license=('GPL')
+depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
+ 'libpackagekit-glib' 'geoclue')
+makedepends=('meson')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d312fc6bb60b009e3900fd37f36e4ddf9b278c2ce490be50f8fe2a811740df13')
+
+build() {
+  arch-meson $pkgname-$pkgver build -D region-page=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:47
  Author: heftig
Revision: 442062

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   58 +--
 gtranslator.changelog |  146 
 2 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:34:03 UTC (rev 442061)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 442062)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
-
-pkgname=gtranslator
-pkgver=3.30.1
-pkgrel=1
-pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
-arch=('x86_64')
-url='http://projects.gnome.org/gtranslator/'
-license=('GPL3')
-depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/3.30/$pkgname-$pkgver.tar.xz)
-sha256sums=('c77afffa588c453fcf2241acc6d68a636975b69cc4aab8057a3382cb218cf42c')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  arch-meson . build -Dgtk_doc=true
-  ninja -C build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" ninja install -C build
-}

Copied: gtranslator/repos/community-x86_64/PKGBUILD (from rev 442061, 
gtranslator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 442062)
@@ -0,0 +1,29 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
+
+pkgname=gtranslator
+pkgver=3.32.0
+pkgrel=1
+pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
+arch=('x86_64')
+url='http://projects.gnome.org/gtranslator/'
+license=('GPL3')
+depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('aa8b6ce7a6ea199a50ee8f65258e640af80407a7433359b853039a7ea07a11b7')
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dgtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}

Deleted: gtranslator.changelog
===
--- gtranslator.changelog   2019-03-15 22:34:03 UTC (rev 442061)
+++ gtranslator.changelog   2019-03-15 22:34:47 UTC (rev 442062)
@@ -1,73 +0,0 @@
-2019-01-30 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.30.1-1
-
-2018-11-07 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.30.0-1
-
-2016-04-29 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.7-3 pacman hooks rebuild
-
-2015-03-18 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.7-1
-
-2013-03-28 Balló György 
-   * gtranslator 2.91.6-3
-   rebuild for the new gtkspell3
-
-2013-01-18 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.6-1
-
-2012-11-05 Balló György 
-   * gtranslator 2.91.5-2
-   rebuild for gdl 3.6
-   tempolary disable dockbar, because layout loading is completely broken 
with gdl 3.6
-
-2012-07-30 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.5-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.4-1
-
-2012-04-23 Jan Alexander Steffens (heftig) 
-   * gtranslator 2.91.3-2
-   rebuild for gdl 3.4.2
-
-2012-04-21 Balló György 
-   * gtranslator 2.91.3-1
-
-2012-04-09 Balló György 
-   * gtranslator 2.91.2-1
-replace gtkspell dependency with gtkspell3
-remove unused libunique dependency
-remove broken dictionary plugin
-
-2012-03-18 Jaroslav Lichtblau 
-   * gtranslator 2.90.8-1
-
-2011-10-28 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.90.7-1
-
-2011-08-20 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.90.5-1
-
-2011-05-12 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.90.3-1
-
-2011-01-09 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator-1.9.13-1
-
-2010-08-30 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator-1.9.11-1
-
-2010-02-23 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator-1.9.7-1
-
-2007-06-19 

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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:47
  Author: heftig
Revision: 348428

archrelease: copy trunk to extra-x86_64

Added:
  atomix/repos/extra-x86_64/PKGBUILD
(from rev 348426, atomix/trunk/PKGBUILD)
Deleted:
  atomix/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:34:44 UTC (rev 348427)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 348428)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=atomix
-pkgver=3.30.0.1
-pkgrel=1
-pkgdesc="Build molecules out of single atoms"
-url="https://wiki.gnome.org/Apps/Atomix;
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 libgnome-games-support)
-makedepends=(meson appstream-glib git)
-_commit=66184fb77b1ca86054e321a177eb24d916026a12  # tags/3.30.0.1^0
-source=("git+https://gitlab.gnome.org/GNOME/atomix.git#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() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: atomix/repos/extra-x86_64/PKGBUILD (from rev 348426, 
atomix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:34:47 UTC (rev 348428)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=atomix
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Build molecules out of single atoms"
+url="https://wiki.gnome.org/Apps/Atomix;
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libgnome-games-support)
+makedepends=(meson appstream-glib git)
+_commit=93934275e343384eeb54e2e8fa527318fa520f9f  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/atomix.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:03
  Author: heftig
Revision: 442061

3.32.0-1

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:22:33 UTC (rev 442060)
+++ PKGBUILD2019-03-15 22:34:03 UTC (rev 442061)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-initial-setup
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
@@ -8,22 +8,25 @@
 url="https://www.gnome.org/;
 license=('GPL')
 depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool' 'python2')
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd'
+ 'libpackagekit-glib' 'geoclue')
+makedepends=('meson')
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('53cad86ce408766f0d2295cfdaf55ac9b98d7d66c66f7beeac43e2e395656951')
+sha256sums=('d312fc6bb60b009e3900fd37f36e4ddf9b278c2ce490be50f8fe2a811740df13')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
+  arch-meson $pkgname-$pkgver build -D region-page=true
+  ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 
   # Setup system user and group


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:34:23
  Author: heftig
Revision: 348426

2.40.0-1

Modified:
  libgtop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:27:20 UTC (rev 348425)
+++ PKGBUILD2019-03-15 22:34:23 UTC (rev 348426)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libgtop
-pkgver=2.38.0+13+gcab8791f
+pkgver=2.40.0
 pkgrel=1
 pkgdesc="A library for collecting system monitoring data"
 url="https://gitlab.gnome.org/GNOME/libgtop;
@@ -8,8 +8,8 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(glib2 libxau)
-makedepends=(gobject-introspection gnome-common git gtk-doc)
-_commit=cab8791fdd6a174b1aea06410214800a774a729b  # master
+makedepends=(gobject-introspection git gtk-doc)
+_commit=abccaf488a929de1e95e6a748485575dec52c998  # tags/2.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libgtop.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in (gnome-books gnome-books/repos gnome-books/trunk)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:27:20
  Author: heftig
Revision: 348425

Add gnome-books

Added:
  gnome-books/
  gnome-books/repos/
  gnome-books/trunk/


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:22:33
  Author: heftig
Revision: 442060

3.32.0-1

Modified:
  gtranslator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:16:30 UTC (rev 442059)
+++ PKGBUILD2019-03-15 22:22:33 UTC (rev 442060)
@@ -4,7 +4,7 @@
 # Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
 
 pkgname=gtranslator
-pkgver=3.30.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
 arch=('x86_64')
@@ -12,18 +12,18 @@
 license=('GPL3')
 depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/3.30/$pkgname-$pkgver.tar.xz)
-sha256sums=('c77afffa588c453fcf2241acc6d68a636975b69cc4aab8057a3382cb218cf42c')
+source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('aa8b6ce7a6ea199a50ee8f65258e640af80407a7433359b853039a7ea07a11b7')
 
 build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  arch-meson . build -Dgtk_doc=true
+  arch-meson $pkgname-$pkgver build -Dgtk_doc=true
   ninja -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" ninja install -C build
+  DESTDIR="${pkgdir}" meson install -C build
 }


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:21:19
  Author: heftig
Revision: 348424

3.32.0-1

Modified:
  atomix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:56 UTC (rev 348423)
+++ PKGBUILD2019-03-15 22:21:19 UTC (rev 348424)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=atomix
-pkgver=3.30.0.1
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Build molecules out of single atoms"
 url="https://wiki.gnome.org/Apps/Atomix;
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(gtk3 libgnome-games-support)
 makedepends=(meson appstream-glib git)
-_commit=66184fb77b1ca86054e321a177eb24d916026a12  # tags/3.30.0.1^0
+_commit=93934275e343384eeb54e2e8fa527318fa520f9f  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/atomix.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:16:30
  Author: heftig
Revision: 442059

archrelease: copy trunk to community-x86_64

Added:
  gnome-boxes/repos/community-x86_64/PKGBUILD
(from rev 442058, gnome-boxes/trunk/PKGBUILD)
Deleted:
  gnome-boxes/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:16:15 UTC (rev 442058)
+++ PKGBUILD2019-03-15 22:16:30 UTC (rev 442059)
@@ -1,47 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=gnome-boxes
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="Simple GNOME application to access remote or virtual systems"
-arch=('x86_64')
-url="https://wiki.gnome.org/Boxes;
-license=('LGPL')
-groups=('gnome')
-depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
- 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
-makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 
'vala')
-_commit=d9253b816c8bd3df3de23e9e3ec0df187f27eb27  # tags/v3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
-"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
-  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-boxes/repos/community-x86_64/PKGBUILD (from rev 442058, 
gnome-boxes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:16:30 UTC (rev 442059)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=gnome-boxes
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Simple GNOME application to access remote or virtual systems"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Boxes;
+license=('LGPL')
+groups=('gnome')
+depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
+ 'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
+makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
+_commit=2af6543a6a3a998f87eda9c0c0b382c307bef8b0  # tags/v3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
+"git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config --local submodule.subprojects/gtk-frdp.url "$srcdir/gtk-frdp"
+  git config --local submodule.subprojects/libovf-glib.url 
"$srcdir/libovf-glib"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:16:15
  Author: heftig
Revision: 442058

3.32.0-1

Modified:
  gnome-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:59:27 UTC (rev 442057)
+++ PKGBUILD2019-03-15 22:16:15 UTC (rev 442058)
@@ -2,7 +2,7 @@
 # Contributor: Stefano Facchini 
 
 pkgname=gnome-boxes
-pkgver=3.30.3
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Simple GNOME application to access remote or virtual systems"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 groups=('gnome')
 depends=('cdrtools' 'gtk-vnc' 'libarchive' 'libgovirt' 'libgudev' 'libosinfo' 
'libsecret'
  'libvirt-glib' 'mtools' 'qemu' 'spice-gtk3' 'tracker' 'webkit2gtk' 
'freerdp')
-makedepends=('git' 'gobject-introspection' 'itstool' 'meson' 'spice-protocol' 
'vala')
-_commit=d9253b816c8bd3df3de23e9e3ec0df187f27eb27  # tags/v3.30.3^0
+makedepends=('git' 'gobject-introspection' 'yelp-tools' 'meson' 
'spice-protocol' 'vala')
+_commit=2af6543a6a3a998f87eda9c0c0b382c307bef8b0  # tags/v3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-boxes.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/gtk-frdp.git;
 "git+https://gitlab.gnome.org/felipeborges/libovf-glib.git;)


[arch-commits] Commit in gnome-getting-started-docs/repos/extra-any (2 files)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:56
  Author: heftig
Revision: 348423

archrelease: copy trunk to extra-any

Added:
  gnome-getting-started-docs/repos/extra-any/PKGBUILD
(from rev 348420, gnome-getting-started-docs/trunk/PKGBUILD)
Deleted:
  gnome-getting-started-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:56 UTC (rev 348422)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348423)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-getting-started-docs
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Help a new user get started in GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-getting-started-docs;
-license=(CCPL:by-sa)
-arch=(any)
-# gst plugins required to decode help videos
-depends=(yelp gst-plugins-base gst-plugins-good)
-makedepends=(yelp-tools git)
-groups=(gnome)
-_commit=0613c7692b1b90537b106cd58d71f840bd0e5215  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-getting-started-docs/repos/extra-any/PKGBUILD (from rev 348420, 
gnome-getting-started-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348423)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-getting-started-docs
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Help a new user get started in GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-getting-started-docs;
+license=(CCPL:by-sa)
+arch=(any)
+# gst plugins required to decode help videos
+depends=(yelp gst-plugins-base gst-plugins-good)
+makedepends=(yelp-tools git)
+groups=(gnome)
+_commit=5812e2a49abb2a740e4f4094c4984c22dc1fcf9d  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-devel-docs/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:56
  Author: heftig
Revision: 348422

archrelease: copy trunk to extra-any

Added:
  gnome-devel-docs/repos/extra-any/PKGBUILD
(from rev 348420, gnome-devel-docs/trunk/PKGBUILD)
Deleted:
  gnome-devel-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:56 UTC (rev 348421)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348422)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-devel-docs
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="Developer documentation for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git)
-groups=(gnome-extra)
-_commit=f61b49e846f67b29998c0245eb4b3aab2233100b  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-devel-docs/repos/extra-any/PKGBUILD (from rev 348420, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348422)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-devel-docs
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Developer documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome-extra)
+_commit=f62cdaec1f4de4ba00302b1ac7b059e80ec801ee  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:56
  Author: heftig
Revision: 348421

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:22 UTC (rev 348420)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348421)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Test your logic skills in this number grid puzzle"
-url="https://wiki.gnome.org/Apps/Sudoku;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gtk3 qqwing libgee json-glib)
-makedepends=(vala yelp-tools autoconf-archive appstream-glib git meson)
-groups=(gnome-extra)
-_commit=dbaef3dc05bc4d9b75cb7fdee87627a6090d9c13  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#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() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-sudoku/repos/extra-x86_64/PKGBUILD (from rev 348420, 
gnome-sudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 22:14:56 UTC (rev 348421)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Test your logic skills in this number grid puzzle"
+url="https://wiki.gnome.org/Apps/Sudoku;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gtk3 qqwing libgee json-glib)
+makedepends=(vala yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=2ecbfa7bc71a5c79716517634858eaa16b4f9957  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in gnome-getting-started-docs/trunk (PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:15
  Author: heftig
Revision: 348418

3.32.0-1

Modified:
  gnome-getting-started-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:02:32 UTC (rev 348417)
+++ PKGBUILD2019-03-15 22:14:15 UTC (rev 348418)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-getting-started-docs
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Help a new user get started in GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-getting-started-docs;
@@ -12,7 +12,7 @@
 depends=(yelp gst-plugins-base gst-plugins-good)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=0613c7692b1b90537b106cd58d71f840bd0e5215  # tags/3.30.0^0
+_commit=5812e2a49abb2a740e4f4094c4984c22dc1fcf9d  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:16
  Author: heftig
Revision: 348419

3.32.0-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:15 UTC (rev 348418)
+++ PKGBUILD2019-03-15 22:14:16 UTC (rev 348419)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-devel-docs
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Developer documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-devel-docs;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome-extra)
-_commit=f61b49e846f67b29998c0245eb4b3aab2233100b  # tags/3.30.2^0
+_commit=f62cdaec1f4de4ba00302b1ac7b059e80ec801ee  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:14:22
  Author: heftig
Revision: 348420

3.32.0-1

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 22:14:16 UTC (rev 348419)
+++ PKGBUILD2019-03-15 22:14:22 UTC (rev 348420)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 url="https://wiki.gnome.org/Apps/Sudoku;
@@ -9,9 +9,9 @@
 arch=(x86_64)
 license=(GPL)
 depends=(dconf gtk3 qqwing libgee json-glib)
-makedepends=(vala yelp-tools autoconf-archive appstream-glib git meson)
+makedepends=(vala yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=dbaef3dc05bc4d9b75cb7fdee87627a6090d9c13  # tags/3.30.0^0
+_commit=2ecbfa7bc71a5c79716517634858eaa16b4f9957  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 22:02:32
  Author: heftig
Revision: 348417

whoops, revert

Modified:
  gnome-characters/repos/extra-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:59:27 UTC (rev 348416)
+++ PKGBUILD2019-03-15 22:02:32 UTC (rev 348417)
@@ -9,7 +9,7 @@
 url="https://gitlab.gnome.org/GNOME/gnome-characters;
 license=(GPL2)
 depends=(gjs gtk3 libunistring gnome-desktop)
-makedepends=(meson gobject-introspection appstream-glib git gperf)
+makedepends=(meson intltool gobject-introspection appstream-glib git gperf)
 groups=(gnome)
 _commit=329e8a8929408086b5de72657c0d564a592e872a  # tags/v3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit;)


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:59:27
  Author: heftig
Revision: 348416

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:59:25 UTC (rev 348415)
+++ PKGBUILD2019-03-15 21:59:27 UTC (rev 348416)
@@ -1,34 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-characters
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="A character map application"
-arch=(x86_64)
-url="https://gitlab.gnome.org/GNOME/gnome-characters;
-license=(GPL2)
-depends=(gjs gtk3 libunistring gnome-desktop)
-makedepends=(meson intltool gobject-introspection appstream-glib git gperf)
-groups=(gnome)
-_commit=329e8a8929408086b5de72657c0d564a592e872a  # tags/v3.32.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-characters/repos/extra-x86_64/PKGBUILD (from rev 348414, 
gnome-characters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:59:27 UTC (rev 348416)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-characters
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A character map application"
+arch=(x86_64)
+url="https://gitlab.gnome.org/GNOME/gnome-characters;
+license=(GPL2)
+depends=(gjs gtk3 libunistring gnome-desktop)
+makedepends=(meson gobject-introspection appstream-glib git gperf)
+groups=(gnome)
+_commit=329e8a8929408086b5de72657c0d564a592e872a  # tags/v3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:59:27
  Author: heftig
Revision: 442057

archrelease: copy trunk to community-x86_64

Added:
  gnome-software/repos/community-x86_64/PKGBUILD
(from rev 442056, gnome-software/trunk/PKGBUILD)
Deleted:
  gnome-software/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:58:52 UTC (rev 442056)
+++ PKGBUILD2019-03-15 21:59:27 UTC (rev 442057)
@@ -1,60 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Yosef Or Boczko 
-
-pkgbase=gnome-software
-pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.30.6
-pkgrel=1
-pkgdesc="GNOME Software Tools"
-url="https://wiki.gnome.org/Apps/Software/;
-arch=(x86_64)
-license=(GPL2)
-makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
- docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind)
-_commit=ae42d5130a200a0fe60c011f29e4e699be639cf4  # tags/3.30.6^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build \
--D ubuntuone=false \
--D ubuntu_reviews=false
-  ninja -C build
-}
-
-check() {
-  # build container troubles
-  meson test -C build || :
-}
-
-package_gnome-software() {
-  groups=('gnome')
-  depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib)
-  optdepends=('flatpak: Flatpak support plugin'
-  'fwupd: fwupd support plugin'
-  'ostree: OSTree support plugin')
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  # Split out packagekit plugin
-  mkdir "$srcdir"/packagekit-plugin
-  mv 
"$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so 
"$srcdir"/packagekit-plugin
-}
-
-package_gnome-software-packagekit-plugin() {
-  pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(archlinux-appstream-data gnome-software packagekit)
-
-  mkdir -p "$pkgdir"/usr/lib/gs-plugins-12
-  mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/
-}

Copied: gnome-software/repos/community-x86_64/PKGBUILD (from rev 442056, 
gnome-software/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:59:27 UTC (rev 442057)
@@ -0,0 +1,68 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Yosef Or Boczko 
+
+pkgbase=gnome-software
+pkgname=(gnome-software gnome-software-packagekit-plugin)
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="GNOME Software Tools"
+url="https://wiki.gnome.org/Apps/Software/;
+arch=(x86_64)
+license=(GPL2)
+makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb)
+_commit=bed994cc6e3c41a92efd6b2847ef978d5b2cd3a3  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build
+  ninja -C build
+}
+
+check() {
+  # build container troubles
+  meson test -C build --print-errorlogs || :
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gnome-software() {
+  groups=('gnome')
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts)
+  optdepends=('flatpak: Flatpak support plugin'
+  'fwupd: fwupd support plugin'
+  'ostree: OSTree support plugin')
+
+  DESTDIR="$pkgdir" meson install -C build
+
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
+}
+
+package_gnome-software-packagekit-plugin() {
+  pkgdesc="PackageKit support plugin for GNOME Software"
+  depends=(archlinux-appstream-data gnome-software packagekit appstream-glib)
+  mv packagekit-plugin/* "$pkgdir"
+}


[arch-commits] Commit in gnome-sound-recorder/repos/extra-any (PKGBUILD PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:59:25
  Author: heftig
Revision: 348415

archrelease: copy trunk to extra-any

Added:
  gnome-sound-recorder/repos/extra-any/PKGBUILD
(from rev 348414, gnome-sound-recorder/trunk/PKGBUILD)
Deleted:
  gnome-sound-recorder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:59:05 UTC (rev 348414)
+++ PKGBUILD2019-03-15 21:59:25 UTC (rev 348415)
@@ -1,47 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-sound-recorder
-pkgver=3.28.2
-pkgrel=1
-pkgdesc="A utility to make simple audio recording from your GNOME desktop"
-url="https://wiki.gnome.org/Apps/SoundRecorder;
-arch=(any)
-license=(GPL2)
-depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
-makedepends=(intltool gobject-introspection git gnome-common)
-groups=('gnome-extra')
-_commit=2aad09e8acb9e6edfc5ec8520ad4b7684d8aee4b  # tags/3.28.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Fix for js60
-  git cherry-pick -n 455ba5f9e327b6d9495b1fd7dc5dd0a6bd95ae99
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 348414, 
gnome-sound-recorder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:59:25 UTC (rev 348415)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-sound-recorder
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder;
+arch=(any)
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(gobject-introspection git meson)
+groups=('gnome-extra')
+_commit=639ac7b18ca6bb9bcdcedb01bbd87fc9d940cd22  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:58:52
  Author: heftig
Revision: 442056

3.32.0-1

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:32 UTC (rev 442055)
+++ PKGBUILD2019-03-15 21:58:52 UTC (rev 442056)
@@ -4,7 +4,7 @@
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=3.30.6
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/;
@@ -11,8 +11,9 @@
 arch=(x86_64)
 license=(GPL2)
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
ostree
- docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind)
-_commit=ae42d5130a200a0fe60c011f29e4e699be639cf4  # tags/3.30.6^0
+ docbook-xsl git gobject-introspection gspell gtk-doc meson 
valgrind
+ gnome-online-accounts libxmlb)
+_commit=bed994cc6e3c41a92efd6b2847ef978d5b2cd3a3  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,20 +27,29 @@
 }
 
 build() {
-  arch-meson $pkgbase build \
--D ubuntuone=false \
--D ubuntu_reviews=false
+  arch-meson $pkgbase build
   ninja -C build
 }
 
 check() {
   # build container troubles
-  meson test -C build || :
+  meson test -C build --print-errorlogs || :
 }
 
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+d="$srcdir/$p/${f#$pkgdir/}"
+mkdir -p "$(dirname "$d")"
+mv "$f" "$d"
+rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
 package_gnome-software() {
   groups=('gnome')
-  depends=(appstream-glib gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib)
+  depends=(libxmlb gnome-desktop gsettings-desktop-schemas gspell 
libpackagekit-glib
+   gnome-online-accounts)
   optdepends=('flatpak: Flatpak support plugin'
   'fwupd: fwupd support plugin'
   'ostree: OSTree support plugin')
@@ -46,15 +56,13 @@
 
   DESTDIR="$pkgdir" meson install -C build
 
-  # Split out packagekit plugin
-  mkdir "$srcdir"/packagekit-plugin
-  mv 
"$pkgdir"/usr/lib/gs-plugins-12/libgs_plugin_{packagekit*,systemd-updates}.so 
"$srcdir"/packagekit-plugin
+### Split gnome-software-packagekit-plugin
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_packagekit*.so
+  _pick packagekit-plugin 
"$pkgdir"/usr/lib/gs-plugins-*/libgs_plugin_systemd-updates.so
 }
 
 package_gnome-software-packagekit-plugin() {
   pkgdesc="PackageKit support plugin for GNOME Software"
-  depends=(archlinux-appstream-data gnome-software packagekit)
-
-  mkdir -p "$pkgdir"/usr/lib/gs-plugins-12
-  mv "$srcdir"/packagekit-plugin/* "$pkgdir"/usr/lib/gs-plugins-12/
+  depends=(archlinux-appstream-data gnome-software packagekit appstream-glib)
+  mv packagekit-plugin/* "$pkgdir"
 }


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:59:05
  Author: heftig
Revision: 348414

3.32.0-1

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:52:55 UTC (rev 348413)
+++ PKGBUILD2019-03-15 21:59:05 UTC (rev 348414)
@@ -1,7 +1,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-sound-recorder
-pkgver=3.28.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder;
@@ -8,9 +8,9 @@
 arch=(any)
 license=(GPL2)
 depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
-makedepends=(intltool gobject-introspection git gnome-common)
+makedepends=(gobject-introspection git meson)
 groups=('gnome-extra')
-_commit=2aad09e8acb9e6edfc5ec8520ad4b7684d8aee4b  # tags/3.28.2^0
+_commit=639ac7b18ca6bb9bcdcedb01bbd87fc9d940cd22  # tags/3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -21,27 +21,19 @@
 
 prepare() {
   cd $pkgname
+}
 
-  # Fix for js60
-  git cherry-pick -n 455ba5f9e327b6d9495b1fd7dc5dd0a6bd95ae99
-
-  NOCONFIGURE=1 ./autogen.sh
+build() {
+  arch-meson $pkgname build
+  ninja -C build
 }
 
 check() {
-  cd $pkgname
-  make check
+  meson test -C build
 }
 
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:52:55
  Author: heftig
Revision: 348413

remove intltool

Modified:
  gnome-characters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:35 UTC (rev 348412)
+++ PKGBUILD2019-03-15 21:52:55 UTC (rev 348413)
@@ -9,7 +9,7 @@
 url="https://gitlab.gnome.org/GNOME/gnome-characters;
 license=(GPL2)
 depends=(gjs gtk3 libunistring gnome-desktop)
-makedepends=(meson intltool gobject-introspection appstream-glib git gperf)
+makedepends=(meson gobject-introspection appstream-glib git gperf)
 groups=(gnome)
 _commit=329e8a8929408086b5de72657c0d564a592e872a  # tags/v3.32.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit;)


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:25
  Author: heftig
Revision: 348406

archrelease: copy trunk to extra-x86_64

Added:
  polari/repos/extra-x86_64/PKGBUILD
(from rev 348403, polari/trunk/PKGBUILD)
Deleted:
  polari/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:23 UTC (rev 348405)
+++ PKGBUILD2019-03-15 21:48:25 UTC (rev 348406)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=polari
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="An IRC Client for GNOME"
-url="https://wiki.gnome.org/Apps/Polari;
-arch=(x86_64)
-license=(GPL)
-depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
-makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
-groups=(gnome-extra)
-_commit=6e2f747e6ec7482ce530f1df24bfa7a003278800  # tags/3.30.2^0
-source=("git+https://gitlab.gnome.org/GNOME/polari.git#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() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: polari/repos/extra-x86_64/PKGBUILD (from rev 348403, 
polari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:25 UTC (rev 348406)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="An IRC Client for GNOME"
+url="https://wiki.gnome.org/Apps/Polari;
+arch=(x86_64)
+license=(GPL)
+depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
+makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
+groups=(gnome-extra)
+_commit=76e5c38a6a72ba471bc9dc721d1ef24cf32b5b9d  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/polari.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:35
  Author: heftig
Revision: 348412

archrelease: copy trunk to extra-x86_64

Added:
  gucharmap/repos/extra-x86_64/PKGBUILD
(from rev 348411, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:28 UTC (rev 348411)
+++ PKGBUILD2019-03-15 21:48:35 UTC (rev 348412)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan De Groot 
-
-pkgname=gucharmap
-pkgver=11.0.3
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-url="https://wiki.gnome.org/Apps/Gucharmap;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gtk3)
-makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
- python2 appdata-tools unicode-character-database unzip 
gnome-common git)
-_commit=e14d0f471075d8526e4a7d960fcab39d347765d0  # tags/11.0.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
---disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/extra-x86_64/PKGBUILD (from rev 348411, 
gucharmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:35 UTC (rev 348412)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan De Groot 
+
+pkgname=gucharmap
+pkgver=12.0.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection yelp-tools docbook-xsl
+ python2 appdata-tools unicode-character-database unzip 
gnome-common git)
+_commit=f832495aeeeb6b20a598b895261a9d1853005147  # tags/12.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--disable-static \
+--disable-schemas-compile --enable-introspection 
--with-unicode-data=/usr/share/unicode
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:27
  Author: heftig
Revision: 348409

archrelease: copy trunk to extra-x86_64

Added:
  gthumb/repos/extra-x86_64/PKGBUILD
(from rev 348403, gthumb/trunk/PKGBUILD)
Deleted:
  gthumb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:27 UTC (rev 348408)
+++ PKGBUILD2019-03-15 21:48:27 UTC (rev 348409)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Image browser and viewer for the GNOME Desktop"
-url="https://wiki.gnome.org/Apps/gthumb;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
- libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
-makedepends=(intltool libchamplain exiv2 itstool brasero libraw liboauth 
docbook-xsl
- yelp-tools flex gnome-common git)
-optdepends=('libraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-_commit=28f951e14aae66b96d7a03aa887ca3844824cecb  # tags/3.6.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 348403, 
gthumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:27 UTC (rev 348409)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.7.1
+pkgrel=1
+pkgdesc="Image browser and viewer for the GNOME Desktop"
+url="https://wiki.gnome.org/Apps/gthumb;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf librsvg clutter-gtk gst-plugins-base-libs 
gsettings-desktop-schemas libwebp
+ libsecret libsoup webkit2gtk json-glib gtk3-print-backends)
+makedepends=(libchamplain exiv2 brasero libraw liboauth docbook-xsl yelp-tools 
meson git)
+optdepends=('libraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+_commit=c2a0c415679b511d5f5436d89edff3445250d63a  # tags/3.7.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D libchamplain=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:28
  Author: heftig
Revision: 348410

archrelease: copy trunk to extra-x86_64

Added:
  iagno/repos/extra-x86_64/PKGBUILD
(from rev 348403, iagno/trunk/PKGBUILD)
Deleted:
  iagno/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:27 UTC (rev 348409)
+++ PKGBUILD2019-03-15 21:48:28 UTC (rev 348410)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=iagno
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Dominate the board in a classic version of Reversi"
-url="https://wiki.gnome.org/Apps/Iagno;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libcanberra librsvg)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
vala git)
-groups=(gnome-extra)
-_commit=9cea39bd5bad0a87ea59f3c247637914a3c7ea50  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/iagno#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: iagno/repos/extra-x86_64/PKGBUILD (from rev 348403, 
iagno/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:28 UTC (rev 348410)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=iagno
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Dominate the board in a classic version of Reversi"
+url="https://wiki.gnome.org/Apps/Iagno;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=05da11a5bd239f24da67a81158cc78e3638a8185  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/iagno.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:32
  Author: heftig
Revision: 442055

archrelease: copy trunk to community-x86_64

Added:
  simple-scan/repos/community-x86_64/PKGBUILD
(from rev 442054, simple-scan/trunk/PKGBUILD)
Deleted:
  simple-scan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:44:30 UTC (rev 442054)
+++ PKGBUILD2019-03-15 21:48:32 UTC (rev 442055)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.30.2
-pkgrel=1
-pkgdesc="Simple scanning utility"
-url="https://gitlab.gnome.org/GNOME/simple-scan;
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome)
-depends=(sane dconf gtk3 colord-sane libgusb)
-makedepends=(yelp-tools meson vala git)
-_commit=7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e  # gnome-3-30
-source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # Fixup tag
-  git tag -d 3.20.2
-  git tag -f 3.30.2 7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 442054, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:32 UTC (rev 442055)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Joeny Ang 
+
+pkgname=simple-scan
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Simple scanning utility"
+url="https://gitlab.gnome.org/GNOME/simple-scan;
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome)
+depends=(sane dconf gtk3 colord-sane libgusb)
+makedepends=(yelp-tools meson vala git)
+_commit=d0580665a68b3ba1a10bb4a64cff450a56828cdf  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#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() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:26
  Author: heftig
Revision: 348407

archrelease: copy trunk to extra-x86_64

Added:
  quadrapassel/repos/extra-x86_64/PKGBUILD
(from rev 348403, quadrapassel/trunk/PKGBUILD)
Deleted:
  quadrapassel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:25 UTC (rev 348406)
+++ PKGBUILD2019-03-15 21:48:26 UTC (rev 348407)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.22.0+86+g4d059ac
-pkgrel=1
-pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
-url="https://wiki.gnome.org/Apps/Quadrapassel;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk libcanberra librsvg libmanette)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
git vala)
-groups=(gnome-extra)
-_commit=4d059ac6e5edd7212cdf4f1b624d9bd14d1c1f2b  # master
-source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: quadrapassel/repos/extra-x86_64/PKGBUILD (from rev 348403, 
quadrapassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:26 UTC (rev 348407)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
+url="https://wiki.gnome.org/Apps/Quadrapassel;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk libcanberra librsvg libmanette)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=2f82bcfaa9f972ea7a872130d469aff72e38283e  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:27
  Author: heftig
Revision: 348408

archrelease: copy trunk to extra-x86_64

Added:
  tali/repos/extra-x86_64/PKGBUILD
(from rev 348403, tali/trunk/PKGBUILD)
Deleted:
  tali/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:26 UTC (rev 348407)
+++ PKGBUILD2019-03-15 21:48:27 UTC (rev 348408)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=tali
-pkgver=3.22.0
-pkgrel=2
-pkgdesc="Beat the odds in a poker-style dice game"
-url="https://wiki.gnome.org/Apps/Tali;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
git)
-groups=(gnome-extra)
-_commit=985406dcd0f037a0dd279e2fab1a93a233220aad
-source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: tali/repos/extra-x86_64/PKGBUILD (from rev 348403, tali/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:27 UTC (rev 348408)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=tali
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Beat the odds in a poker-style dice game"
+url="https://wiki.gnome.org/Apps/Tali;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=943aeadc2c6b17da584f59a8bb7efaee8999a482  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/tali.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:28
  Author: heftig
Revision: 348411

archrelease: copy trunk to extra-x86_64

Added:
  swell-foop/repos/extra-x86_64/PKGBUILD
(from rev 348403, swell-foop/trunk/PKGBUILD)
Deleted:
  swell-foop/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:28 UTC (rev 348410)
+++ PKGBUILD2019-03-15 21:48:28 UTC (rev 348411)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=swell-foop
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
-url="https://wiki.gnome.org/Apps/Swell%20Foop;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=307b6e3dca3394d0f30078ab864936625ba09eee  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#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() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: swell-foop/repos/extra-x86_64/PKGBUILD (from rev 348403, 
swell-foop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:28 UTC (rev 348411)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=swell-foop
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
+url="https://wiki.gnome.org/Apps/Swell%20Foop;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=5b7aa1d6d50e4c4c777dd44468b8a368917b2ce5  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:23
  Author: heftig
Revision: 348405

archrelease: copy trunk to extra-x86_64

Added:
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 348403, seahorse/trunk/PKGBUILD)
Deleted:
  seahorse/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:48:22 UTC (rev 348404)
+++ PKGBUILD2019-03-15 21:48:23 UTC (rev 348405)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Michel Brabants 
-
-pkgname=seahorse
-pkgver=3.30.1.1
-pkgrel=1
-epoch=1
-pkgdesc="GNOME application for managing PGP keys."
-url="https://wiki.gnome.org/Apps/Seahorse;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
-makedepends=(libldap yelp-tools gobject-introspection vala git meson)
-provides=(x11-ssh-askpass)
-_commit=27a7fffe8a410ac9f7e0fed604907dc092639347  # tags/3.30.1.1^0
-source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#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() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: seahorse/repos/extra-x86_64/PKGBUILD (from rev 348403, 
seahorse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:23 UTC (rev 348405)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.32
+pkgrel=1
+epoch=1
+pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
+makedepends=(libldap yelp-tools gobject-introspection vala git meson)
+provides=(x11-ssh-askpass)
+_commit=12f9744bb61fd6dfdfa7c3a7a44bc7d76c55e721  # tags/3.32^0
+source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in lightsoff/repos/extra-x86_64 (PKGBUILD PKGBUILD icon.diff)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:48:22
  Author: heftig
Revision: 348404

archrelease: copy trunk to extra-x86_64

Added:
  lightsoff/repos/extra-x86_64/PKGBUILD
(from rev 348403, lightsoff/trunk/PKGBUILD)
Deleted:
  lightsoff/repos/extra-x86_64/PKGBUILD
  lightsoff/repos/extra-x86_64/icon.diff

---+
 PKGBUILD  |   79 
 icon.diff |7 -
 2 files changed, 38 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-15 21:47:33 UTC (rev 348403)
+++ PKGBUILD2019-03-15 21:48:22 UTC (rev 348404)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=lightsoff
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Turn off all the lights"
-url="https://wiki.gnome.org/Apps/Lightsoff;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=c5cf5324176f1d3eea1d1150ab752e7243b7b2db  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit;
-icon.diff)
-sha256sums=('SKIP'
-'93534780ccf018d55b529ea2f43736be3a5e29b90d5f6cf1710b219948068cca')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  patch -Np1 -i ../icon.diff
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: lightsoff/repos/extra-x86_64/PKGBUILD (from rev 348403, 
lightsoff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-15 21:48:22 UTC (rev 348404)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=lightsoff
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Turn off all the lights"
+url="https://wiki.gnome.org/Apps/Lightsoff;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=6f05d33a890c3026e2e13720f107daae54f6e505  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#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() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: icon.diff
===
--- icon.diff   2019-03-15 21:47:33 UTC (rev 348403)
+++ icon.diff   2019-03-15 21:48:22 UTC (rev 348404)
@@ -1,7 +0,0 @@
- .../hicolor/symbolic/apps/{lightsoff-symbolic => lightsoff-symbolic.svg}  | 0
- 1 file changed, 0 insertions(+), 0 deletions(-)
-
-diff --git c/data/icons/hicolor/symbolic/apps/lightsoff-symbolic 
i/data/icons/hicolor/symbolic/apps/lightsoff-symbolic.svg
-similarity index 100%
-rename from data/icons/hicolor/symbolic/apps/lightsoff-symbolic
-rename to data/icons/hicolor/symbolic/apps/lightsoff-symbolic.svg


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:47:33
  Author: heftig
Revision: 348403

3.32.0-1

Modified:
  tali/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:47:23 UTC (rev 348402)
+++ PKGBUILD2019-03-15 21:47:33 UTC (rev 348403)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=tali
-pkgver=3.22.0
-pkgrel=2
+pkgver=3.32.0
+pkgrel=1
 pkgdesc="Beat the odds in a poker-style dice game"
 url="https://wiki.gnome.org/Apps/Tali;
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 librsvg)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib 
git)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=985406dcd0f037a0dd279e2fab1a93a233220aad
+_commit=943aeadc2c6b17da584f59a8bb7efaee8999a482  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -22,17 +22,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:47:23
  Author: heftig
Revision: 348402

3.32-1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:44:25 UTC (rev 348401)
+++ PKGBUILD2019-03-15 21:47:23 UTC (rev 348402)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.30.1.1
+pkgver=3.32
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -10,10 +10,10 @@
 url="https://wiki.gnome.org/Apps/Seahorse;
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
+depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=27a7fffe8a410ac9f7e0fed604907dc092639347  # tags/3.30.1.1^0
+_commit=12f9744bb61fd6dfdfa7c3a7a44bc7d76c55e721  # tags/3.32^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:44:25
  Author: heftig
Revision: 348401

3.32.0-1

Modified:
  swell-foop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:40:43 UTC (rev 348400)
+++ PKGBUILD2019-03-15 21:44:25 UTC (rev 348401)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=swell-foop
-pkgver=3.30.0
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Clear the screen by removing groups of colored and shaped tiles"
 url="https://wiki.gnome.org/Apps/Swell%20Foop;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk librsvg)
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
 groups=(gnome-extra)
-_commit=307b6e3dca3394d0f30078ab864936625ba09eee  # tags/3.30.0^0
+_commit=5b7aa1d6d50e4c4c777dd44468b8a368917b2ce5  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/swell-foop.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:44:30
  Author: heftig
Revision: 442054

3.32.0-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:23:49 UTC (rev 442053)
+++ PKGBUILD2019-03-15 21:44:30 UTC (rev 442054)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="Simple scanning utility"
 url="https://gitlab.gnome.org/GNOME/simple-scan;
@@ -13,7 +13,7 @@
 groups=(gnome)
 depends=(sane dconf gtk3 colord-sane libgusb)
 makedepends=(yelp-tools meson vala git)
-_commit=7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e  # gnome-3-30
+_commit=d0580665a68b3ba1a10bb4a64cff450a56828cdf  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,9 +24,6 @@
 
 prepare() {
   cd $pkgname
-  # Fixup tag
-  git tag -d 3.20.2
-  git tag -f 3.30.2 7f12f192f05deb0b4d1fb675baefdd1a8d0cb40e
 }
 
 build() {
@@ -35,7 +32,7 @@
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


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

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:40:43
  Author: heftig
Revision: 348400

3.32.0-1

Modified:
  polari/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:40:31 UTC (rev 348399)
+++ PKGBUILD2019-03-15 21:40:43 UTC (rev 348400)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=polari
-pkgver=3.30.2
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="An IRC Client for GNOME"
 url="https://wiki.gnome.org/Apps/Polari;
@@ -10,7 +10,7 @@
 depends=(gjs gtk3 telepathy-glib telepathy-idle telepathy-mission-control 
telepathy-logger gspell)
 makedepends=(gobject-introspection appdata-tools yelp-tools appstream-glib git 
meson)
 groups=(gnome-extra)
-_commit=6e2f747e6ec7482ce530f1df24bfa7a003278800  # tags/3.30.2^0
+_commit=76e5c38a6a72ba471bc9dc721d1ef24cf32b5b9d  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit;)
 sha256sums=('SKIP')
 


  1   2   3   4   5   >