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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:28
  Author: heftig
Revision: 591489

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-wm/repos/community-testing-x86_64/
  deepin-wm/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, deepin-wm/trunk/PKGBUILD)

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

Copied: deepin-wm/repos/community-testing-x86_64/PKGBUILD (from rev 591482, 
deepin-wm/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:28 UTC (rev 591489)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.38
+pkgrel=4
+pkgdesc='Deepin Window Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;
+vala.patch::https://github.com/linuxdeepin/deepin-wm/pull/65.patch)
+sha512sums=('3eb4e47856611e0dc257ab079eff3166ed643aa8b55686519c917c3184cd5f238d01c3c8960d715a81264ff1337aa5d7c809a6559eab82e9decb1b9b8a33917d'
+
'7cdfbbd0b42f8a132565d9e0187c821707d85fddc7664fc3f3cf48b292772289867fac72e0c3f8d55b20c143a220e0523ba01332fa18fba1bea543e5cc8aa97e')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../vala.patch
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 src/Background/BackgroundSource.vala
+}
+
+build() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in gnome-phone-manager/repos (4 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:26
  Author: heftig
Revision: 591485

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-phone-manager/repos/community-testing-x86_64/
  
gnome-phone-manager/repos/community-testing-x86_64/0001-Port-to-GSettings.patch
(from rev 591482, gnome-phone-manager/trunk/0001-Port-to-GSettings.patch)
  gnome-phone-manager/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, gnome-phone-manager/trunk/PKGBUILD)
  
gnome-phone-manager/repos/community-testing-x86_64/gnome-phone-manager-0.68-eds.patch
(from rev 591482, 
gnome-phone-manager/trunk/gnome-phone-manager-0.68-eds.patch)

+
 0001-Port-to-GSettings.patch   | 2124 +++
 PKGBUILD   |   43 
 gnome-phone-manager-0.68-eds.patch |  470 +++
 3 files changed, 2637 insertions(+)

Copied: 
gnome-phone-manager/repos/community-testing-x86_64/0001-Port-to-GSettings.patch 
(from rev 591482, gnome-phone-manager/trunk/0001-Port-to-GSettings.patch)
===
--- community-testing-x86_64/0001-Port-to-GSettings.patch   
(rev 0)
+++ community-testing-x86_64/0001-Port-to-GSettings.patch   2020-03-08 
07:58:26 UTC (rev 591485)
@@ -0,0 +1,2124 @@
+From db12bc35b7242be3cb3574aa3cd9de6b20ed040b Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sun, 2 Sep 2018 23:16:18 +0200
+Subject: [PATCH] Port to GSettings
+
+---
+ configure.in |   16 +-
+ cut-n-paste/Makefile.am  |2 +-
+ cut-n-paste/gconf-bridge/Makefile.am |   13 -
+ cut-n-paste/gconf-bridge/gconf-bridge.c  | 1259 --
+ cut-n-paste/gconf-bridge/gconf-bridge.h  |  116 --
+ data/Makefile.am |   17 +-
+ data/gnome-phone-manager.schemas.in  |  112 --
+ data/org.gnome.phone-manager.gschema.xml |   39 +
+ gnome-bluetooth/phonemgr.c   |   41 +-
+ libgsm/phonemgr-utils.c  |2 +-
+ po/POTFILES.in   |1 -
+ src/Makefile.am  |8 +-
+ src/app.h|3 +-
+ src/connection.c |   21 +-
+ src/main.c   |8 +-
+ src/phonemgr-conf.h  |4 -
+ src/ui.c |   86 +-
+ 17 files changed, 123 insertions(+), 1625 deletions(-)
+ delete mode 100644 cut-n-paste/gconf-bridge/Makefile.am
+ delete mode 100644 cut-n-paste/gconf-bridge/gconf-bridge.c
+ delete mode 100644 cut-n-paste/gconf-bridge/gconf-bridge.h
+ delete mode 100644 data/gnome-phone-manager.schemas.in
+ create mode 100644 data/org.gnome.phone-manager.gschema.xml
+
+diff --git a/configure.in b/configure.in
+index d11a2c5..b6cd958 100644
+--- a/configure.in
 b/configure.in
+@@ -35,8 +35,7 @@ AM_GLIB_GNU_GETTEXT
+ 
+ # 
+ 
+-AC_PATH_PROG(GCONFTOOL, gconftool-2)
+-AM_GCONF_SOURCE_2
++GLIB_GSETTINGS
+ 
+ dnl Evolution address book
+ PKG_CHECK_MODULES(TMP_EVO, libebook-1.2,
+@@ -46,9 +45,9 @@ PKG_CHECK_MODULES(TMP_EVO, libebook-1.2,
+ PKG_CHECK_MODULES(LIBGSM, glib-2.0 gobject-2.0 $GNOKII_REQS gthread-2.0 bluez 
$evo_pc_file)
+ 
+ PKG_CHECK_MODULES(PHONEMGR, gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0
+-  libcanberra-gtk3 gconf-2.0
++  libcanberra-gtk3
+   $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserverui-3.0
+-  gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1
++  gmodule-2.0 dbus-glib-1
+ )
+ 
+ DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`"
+@@ -96,7 +95,7 @@ AC_ARG_ENABLE(bluetooth-plugin,
+   [ENABLE_BLUETOOTH_PLUGIN=yes]) dnl Default value
+ 
+ if test x$ENABLE_BLUETOOTH_PLUGIN = "xyes" ; then
+-  PKG_CHECK_MODULES(BLUETOOTH_PLUGIN, gnome-bluetooth-1.0 >= 2.27.6 
gconf-2.0,
++  PKG_CHECK_MODULES(BLUETOOTH_PLUGIN, gnome-bluetooth-1.0 >= 2.27.6,
+   [HAVE_BLUETOOTH_PLUGIN=yes], [HAVE_BLUETOOTH_PLUGIN=no])
+ fi
+ if test x$HAVE_BLUETOOTH_PLUGIN = "xyes"; then
+@@ -107,12 +106,6 @@ AM_CONDITIONAL(HAVE_BLUETOOTH_PLUGIN, test 
x$HAVE_BLUETOOTH_PLUGIN = "xyes")
+ AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal, no)
+ AC_SUBST(GLIB_GENMARSHAL)
+ 
+-AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
+-
+-if test x"$GCONFTOOL" = xno; then
+-  AC_MSG_ERROR([gconftool-2 executable not found in your path - should be 
installed with GConf])
+-fi
+-
+ dnl 
+ dnl set up data dir
+ if test "x${datadir}" = 'x${prefix}/share'; then
+@@ -144,7 +137,6 @@ data/icons/24x24/Makefile
+ libgsm/Makefile
+ cut-n-paste/Makefile
+ cut-n-paste/e-contact-entry/Makefile
+-cut-n-paste/gconf-bridge/Makefile
+ src/Makefile
+ gnome-bluetooth/Makefile
+ telepathy/Makefile
+diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am
+index f184896..371725a 100644
+--- a/cut-n-paste/Makefile.am
 

[arch-commits] Commit in switchboard-plug-user-accounts/repos (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:25
  Author: heftig
Revision: 591483

archrelease: copy trunk to community-testing-x86_64

Added:
  switchboard-plug-user-accounts/repos/community-testing-x86_64/
  switchboard-plug-user-accounts/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, switchboard-plug-user-accounts/trunk/PKGBUILD)

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

Copied: switchboard-plug-user-accounts/repos/community-testing-x86_64/PKGBUILD 
(from rev 591482, switchboard-plug-user-accounts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:25 UTC (rev 591483)
@@ -0,0 +1,48 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-user-accounts
+pkgver=2.3.0
+pkgrel=2
+pkgdesc='Switchboard User Accounts Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-useraccounts
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  accountsservice
+  cairo
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libpwquality
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-user-accounts build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:27
  Author: heftig
Revision: 591488

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-panel/repos/community-testing-x86_64/
  gnome-panel/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, gnome-panel/trunk/PKGBUILD)
  gnome-panel/repos/community-testing-x86_64/gettext.diff
(from rev 591482, gnome-panel/trunk/gettext.diff)

--+
 PKGBUILD |   46 ++
 gettext.diff |   12 
 2 files changed, 58 insertions(+)

Copied: gnome-panel/repos/community-testing-x86_64/PKGBUILD (from rev 591482, 
gnome-panel/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:27 UTC (rev 591488)
@@ -0,0 +1,46 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-panel
+pkgver=3.35.2
+pkgrel=1
+pkgdesc="Panel of GNOME Flashback"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomePanel;
+license=('GPL')
+depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libgdm' 
'libwnck3' 'nautilus' 'polkit')
+makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
+optdepends=('alacarte: Main menu editor'
+'gnome-applets: Extra applets for the panel')
+_commit=d7ff63b828ac3f92da0b5bdb751555aff6b600ce  # tags/3.35.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit;
+gettext.diff)
+sha256sums=('SKIP'
+'0049e87e4d671ad4890239d3cb9a8652eabc616c2597a5930bcdd2ee31162127')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../gettext.diff  # Unbreak build with gettext 0.20
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum 
--enable-gtk-doc
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-panel/repos/community-testing-x86_64/gettext.diff (from rev 
591482, gnome-panel/trunk/gettext.diff)
===
--- community-testing-x86_64/gettext.diff   (rev 0)
+++ community-testing-x86_64/gettext.diff   2020-03-08 07:58:27 UTC (rev 
591488)
@@ -0,0 +1,12 @@
+diff --git i/configure.ac w/configure.ac
+index 873907512..fa39e0d31 100644
+--- i/configure.ac
 w/configure.ac
+@@ -79,6 +79,7 @@ dnl 
**
+ 
+ AM_GNU_GETTEXT([external])
+ AM_GNU_GETTEXT_VERSION([0.19.8])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.8])
+ 
+ GETTEXT_PACKAGE=gnome-panel
+ AC_SUBST([GETTEXT_PACKAGE])


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:27
  Author: heftig
Revision: 591486

archrelease: copy trunk to community-testing-x86_64

Added:
  pantheon-calendar/repos/community-testing-x86_64/
  pantheon-calendar/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, pantheon-calendar/trunk/PKGBUILD)

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

Copied: pantheon-calendar/repos/community-testing-x86_64/PKGBUILD (from rev 
591482, pantheon-calendar/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:27 UTC (rev 591486)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0.3
+pkgrel=2
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=3d4f70ad046a45f59725856486276d482326fae1)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-locale/repos (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:23
  Author: heftig
Revision: 591482

archrelease: copy trunk to community-testing-x86_64

Added:
  switchboard-plug-locale/repos/community-testing-x86_64/
  switchboard-plug-locale/repos/community-testing-x86_64/PKGBUILD
(from rev 591481, switchboard-plug-locale/trunk/PKGBUILD)

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

Copied: switchboard-plug-locale/repos/community-testing-x86_64/PKGBUILD (from 
rev 591481, switchboard-plug-locale/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:23 UTC (rev 591482)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-locale
+pkgver=2.5.0
+pkgrel=2
+pkgdesc='Switchboard Locale Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-locale
+license=(GPL3)
+depends=(
+  accountsservice
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgranite.so
+  libibus
+  libswitchboard-2.0.so
+  polkit
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=68d42a69a4cd85d4e31fcb4615db089c11a5bd03)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-locale
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-locale build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:27
  Author: heftig
Revision: 591487

archrelease: copy trunk to community-testing-x86_64

Added:
  gnome-applets/repos/community-testing-x86_64/
  gnome-applets/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, gnome-applets/trunk/PKGBUILD)

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

Copied: gnome-applets/repos/community-testing-x86_64/PKGBUILD (from rev 591482, 
gnome-applets/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:27 UTC (rev 591487)
@@ -0,0 +1,47 @@
+# Maintainer: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-applets
+pkgver=3.34.0
+pkgrel=2
+pkgdesc="Small applications for the GNOME Panel"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeApplets;
+license=('GPL')
+depends=('dbus-glib' 'gnome-panel' 'libgtop' 'tracker' 'cpupower' 'upower')
+makedepends=('autoconf-archive' 'git' 'gnome-settings-daemon' 'intltool' 
'python' 'yelp-tools')
+_commit=5dffba205cb6137b935547739c1170ccfc03814c  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-applets.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' 
cpufreq/src/cpufreq-selector/Makefile.am
+
+  # Disable buggy applets
+  # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
+  sed -i '/window-buttons/d
+  /window-title/d' Makefile.am
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in switchboard-plug-desktop/repos (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:58:25
  Author: heftig
Revision: 591484

archrelease: copy trunk to community-testing-x86_64

Added:
  switchboard-plug-desktop/repos/community-testing-x86_64/
  switchboard-plug-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 591482, switchboard-plug-desktop/trunk/PKGBUILD)

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

Copied: switchboard-plug-desktop/repos/community-testing-x86_64/PKGBUILD (from 
rev 591482, switchboard-plug-desktop/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:58:25 UTC (rev 591484)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-desktop
+pkgver=2.8.2
+pkgrel=2
+pkgdesc='Switchboard Desktop Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-pantheon-shell
+license=(GPL3)
+groups=(pantheon-unstable)
+depends=(
+  gdk-pixbuf2
+  glib2
+  gnome-desktop
+  gtk3
+  libgee
+  libgexiv2
+  libgranite.so
+  libswitchboard-2.0.so
+  plank
+  tumbler
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=b738b8cc0ff267eec47e90677e086aef5c825a0a)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd switchboard-plug-desktop
+
+  git describe --tags
+}
+
+prepare() {
+  sed 's|/usr/share/backgrounds|/usr/share/backgrounds/elementary|' -i 
switchboard-plug-desktop/src/Views/Wallpaper.vala
+}
+
+build() {
+  arch-meson switchboard-plug-desktop build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in switchboard-plug-user-accounts/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:57:14
  Author: heftig
Revision: 591481

2.3.0-2

Modified:
  switchboard-plug-user-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:56:57 UTC (rev 591480)
+++ PKGBUILD2020-03-08 07:57:14 UTC (rev 591481)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-user-accounts
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard User Accounts Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-useraccounts
@@ -28,7 +28,7 @@
   vala
 )
 
source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=43249776f34458bae1622915d0436cb3df736ca5)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 pkgver() {
   cd switchboard-plug-user-accounts


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:56:57
  Author: heftig
Revision: 591480

2.8.2-2

Modified:
  switchboard-plug-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:56:40 UTC (rev 591479)
+++ PKGBUILD2020-03-08 07:56:57 UTC (rev 591480)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-desktop
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard Desktop Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-pantheon-shell
@@ -26,7 +26,7 @@
   vala
 )
 
source=(switchboard-plug-desktop::git+https://github.com/elementary/switchboard-plug-pantheon-shell.git#tag=b738b8cc0ff267eec47e90677e086aef5c825a0a)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 pkgver() {
   cd switchboard-plug-desktop


[arch-commits] Commit in switchboard-plug-locale/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:56:40
  Author: heftig
Revision: 591479

2.5.0-2

Modified:
  switchboard-plug-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:55:29 UTC (rev 591478)
+++ PKGBUILD2020-03-08 07:56:40 UTC (rev 591479)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-locale
 pkgver=2.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard Locale Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-locale
@@ -24,7 +24,7 @@
   vala
 )
 
source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=68d42a69a4cd85d4e31fcb4615db089c11a5bd03)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 pkgver() {
   cd switchboard-plug-locale


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:55:29
  Author: heftig
Revision: 591478

3.35.2-1

Modified:
  gnome-panel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:55:08 UTC (rev 591477)
+++ PKGBUILD2020-03-08 07:55:29 UTC (rev 591478)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-panel
-pkgver=3.34.1
+pkgver=3.35.2
 pkgrel=1
 pkgdesc="Panel of GNOME Flashback"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'python' 'git' 'gtk-doc' 'yelp-tools' 
'autoconf-archive')
 optdepends=('alacarte: Main menu editor'
 'gnome-applets: Extra applets for the panel')
-_commit=e33a072319724b9be4c54012732405bc3a22d391  # tags/3.34.1^0
+_commit=d7ff63b828ac3f92da0b5bdb751555aff6b600ce  # tags/3.35.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-panel.git#commit=$_commit;
 gettext.diff)
 sha256sums=('SKIP'


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:55:08
  Author: heftig
Revision: 591477

5.0.3-2

Modified:
  pantheon-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:51:18 UTC (rev 591476)
+++ PKGBUILD2020-03-08 07:55:08 UTC (rev 591477)
@@ -2,7 +2,7 @@
 
 pkgname=pantheon-calendar
 pkgver=5.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Calendar'
 arch=(x86_64)
 url=https://github.com/elementary/calendar
@@ -29,7 +29,7 @@
   vala
 )
 
source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=3d4f70ad046a45f59725856486276d482326fae1)
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 pkgver() {
   cd pantheon-calendar


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:51:18
  Author: heftig
Revision: 591476

0.69-14

Modified:
  gnome-phone-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:51:03 UTC (rev 591475)
+++ PKGBUILD2020-03-08 07:51:18 UTC (rev 591476)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-phone-manager
 pkgver=0.69
-pkgrel=13
+pkgrel=14
 pkgdesc="Control your mobile phone from your GNOME desktop"
 arch=('x86_64')
 url="https://wiki.gnome.org/PhoneManager;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:51:03
  Author: heftig
Revision: 591475

3.34.0-2

Modified:
  gnome-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:50:41 UTC (rev 591474)
+++ PKGBUILD2020-03-08 07:51:03 UTC (rev 591475)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-applets
 pkgver=3.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Small applications for the GNOME Panel"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeApplets;


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

2020-03-07 Thread Felix Yan via arch-commits
Date: Sunday, March 8, 2020 @ 07:50:33
  Author: felixonmars
Revision: 591473

upgpkg: haskell-http-streams 0.8.7.1-32: rebuild pass 1, specified --nocheck

Modified:
  haskell-http-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:49:07 UTC (rev 591472)
+++ PKGBUILD2020-03-08 07:50:33 UTC (rev 591473)
@@ -3,7 +3,7 @@
 _hkgname=http-streams
 pkgname=haskell-http-streams
 pkgver=0.8.7.1
-pkgrel=31
+pkgrel=32
 pkgdesc="An HTTP client using io-streams"
 url="https://github.com/afcowie/http-streams;
 license=('BSD')


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

2020-03-07 Thread Felix Yan via arch-commits
Date: Sunday, March 8, 2020 @ 07:50:41
  Author: felixonmars
Revision: 591474

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-streams/repos/community-staging-x86_64/
  haskell-http-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 591473, haskell-http-streams/trunk/PKGBUILD)

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

Copied: haskell-http-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
591473, haskell-http-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-03-08 07:50:41 UTC (rev 591474)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-streams
+pkgname=haskell-http-streams
+pkgver=0.8.7.1
+pkgrel=32
+pkgdesc="An HTTP client using io-streams"
+url="https://github.com/afcowie/http-streams;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-io-streams' 'haskell-hsopenssl'
+ 'haskell-openssl-streams' 'haskell-unordered-containers' 
'haskell-aeson'
+ 'haskell-http-common' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-aeson-pretty' 'haskell-hspec'
+ 'haskell-hspec-expectations' 'haskell-snap-core' 
'haskell-snap-server'
+ 'haskell-system-fileio' 'haskell-system-filepath')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6c2613cc6bcc1b54916c484834779fb3388085082df33216beb12685eb8e56c0f45b2bf24d657acc6c0295ea429c0e1947213a1235c4373cfdcf10899c93bee1')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:49:07
  Author: heftig
Revision: 591472

1.9.38-4

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:47:58 UTC (rev 591471)
+++ PKGBUILD2020-03-08 07:49:07 UTC (rev 591472)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-wm
 pkgver=1.9.38
-pkgrel=3
+pkgrel=4
 pkgdesc='Deepin Window Manager'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-wm;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:47:58
  Author: heftig
Revision: 591471

3.34.3-2

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:45:27 UTC (rev 591470)
+++ PKGBUILD2020-03-08 07:47:58 UTC (rev 591471)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-initial-setup
 pkgver=3.34.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
 url="https://www.gnome.org/;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:27
  Author: heftig
Revision: 591470

archrelease: copy trunk to community-testing-x86_64

Added:
  glabels/repos/community-testing-x86_64/
  glabels/repos/community-testing-x86_64/PKGBUILD
(from rev 591467, glabels/trunk/PKGBUILD)

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

Copied: glabels/repos/community-testing-x86_64/PKGBUILD (from rev 591467, 
glabels/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:45:27 UTC (rev 591470)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+# Contributor: yugrotavele 
+# Contributor: Damir Perisa 
+
+pkgname=glabels
+pkgver=3.4.1
+pkgrel=6
+pkgdesc="Creating labels and business cards the very easy way"
+arch=('x86_64')
+url="https://glabels.org/;
+license=('GPL' 'LGPL')
+depends=('evolution-data-server' 'iec16022' 'qrencode')
+makedepends=('intltool' 'itstool' 'python')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Don't use legacy path for AppStream metainfo file
+  # https://gitlab.gnome.org/GNOME/glabels/merge_requests/2
+  sed -i 's|appdatadir = $(datadir)/appdata|appdatadir = $(datadir)/metainfo|' 
data/appdata/Makefile.{am,in}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:25
  Author: heftig
Revision: 591468

archrelease: copy trunk to community-testing-x86_64

Added:
  almanah/repos/community-testing-x86_64/
  almanah/repos/community-testing-x86_64/PKGBUILD
(from rev 591467, almanah/trunk/PKGBUILD)

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

Copied: almanah/repos/community-testing-x86_64/PKGBUILD (from rev 591467, 
almanah/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:45:25 UTC (rev 591468)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György 
+
+pkgname=almanah
+pkgver=0.12.0
+pkgrel=2
+pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Almanah_Diary;
+license=('GPL')
+depends=('evolution' 'libcryptui' 'gtkspell3' 'gtksourceview3')
+makedepends=('git' 'meson')
+_commit=08da456675ce01f966c3d541faaa59de63654d4b  # tags/0.12.0^0
+source=("git+https://gitlab.gnome.org/GNOME/almanah.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;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 deepin-mutter/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:00
  Author: heftig
Revision: 591466

3.20.38-3

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:44:59 UTC (rev 591465)
+++ PKGBUILD2020-03-08 07:45:00 UTC (rev 591466)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-mutter
 pkgver=3.20.38
-pkgrel=2
+pkgrel=3
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-mutter;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:26
  Author: heftig
Revision: 591469

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-mutter/repos/community-testing-x86_64/
  deepin-mutter/repos/community-testing-x86_64/PKGBUILD
(from rev 591467, deepin-mutter/trunk/PKGBUILD)

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

Copied: deepin-mutter/repos/community-testing-x86_64/PKGBUILD (from rev 591467, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-03-08 07:45:26 UTC (rev 591469)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.38
+pkgrel=3
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('19aa7c56bfde874ba58622c8c6928999020dcfce9dc30d7982ea53ef4d91f06ec90ed605d6ff4eaa6bd81181c52e8d5e693a4f4aecd9e790c3bc5d34464e6cce')
+
+prepare() {
+  cd deepin-mutter-$pkgver
+  sed -i '/SCANNERFLAGS/s/ --warn-error//' src/Makefile.am
+}
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:45:02
  Author: heftig
Revision: 591467

3.4.1-6

Modified:
  glabels/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:45:00 UTC (rev 591466)
+++ PKGBUILD2020-03-08 07:45:02 UTC (rev 591467)
@@ -4,7 +4,7 @@
 
 pkgname=glabels
 pkgver=3.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Creating labels and business cards the very easy way"
 arch=('x86_64')
 url="https://glabels.org/;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:44:59
  Author: heftig
Revision: 591465

0.12.0-2

Modified:
  almanah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:33:23 UTC (rev 591464)
+++ PKGBUILD2020-03-08 07:44:59 UTC (rev 591465)
@@ -2,7 +2,7 @@
 
 pkgname=almanah
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Small GTK+ application to allow you to keep a diary of your life"
 arch=('x86_64')
 url="https://wiki.gnome.org/Apps/Almanah_Diary;


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:14
  Author: heftig
Revision: 377089

1.64.0-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:36:01 UTC (rev 377088)
+++ PKGBUILD2020-03-08 07:38:14 UTC (rev 377089)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.63.92
+pkgver=1.64.0
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git sysprof meson)
 checkdepends=(valgrind xorg-server-xvfb)
 provides=(libgjs.so)
-_commit=a205430d1f979e7dc36671ac5f515682fb36c413  # tags/1.63.92^0
+_commit=4f3cf93effd9f59c6132fd1be1a8d24bbf7acbd8  # tags/1.64.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gjs/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:38
  Author: heftig
Revision: 377092

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377090, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:38:37 UTC (rev 377091)
+++ PKGBUILD2020-03-08 07:38:38 UTC (rev 377092)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.63.92
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=a205430d1f979e7dc36671ac5f515682fb36c413  # tags/1.63.92^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377090, 
gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:38:38 UTC (rev 377092)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.0
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=4f3cf93effd9f59c6132fd1be1a8d24bbf7acbd8  # tags/1.64.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:37
  Author: heftig
Revision: 377091

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:38:25 UTC (rev 377090)
+++ PKGBUILD2020-03-08 07:38:37 UTC (rev 377091)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=quadrapassel
-pkgver=3.34.1
-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 gsound librsvg libmanette)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=a31fde731beeed865a3cbd225fb2a7b3733cabb1  # tags/v3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;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
-}

Copied: quadrapassel/repos/extra-x86_64/PKGBUILD (from rev 377090, 
quadrapassel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:38:37 UTC (rev 377091)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=quadrapassel
+pkgver=3.35.92+5+g78685da
+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 gsound librsvg libmanette)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=78685da1e9e4b675e40d3e19e2498c20238eb969  # master
+source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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 imagemagick6/repos/extra-x86_64 (4 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:39
  Author: heftig
Revision: 377093

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick6/repos/extra-x86_64/PKGBUILD
(from rev 377090, imagemagick6/trunk/PKGBUILD)
  imagemagick6/repos/extra-x86_64/arch-fonts.diff
(from rev 377090, imagemagick6/trunk/arch-fonts.diff)
Deleted:
  imagemagick6/repos/extra-x86_64/PKGBUILD
  imagemagick6/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  216 +++---
 arch-fonts.diff |  214 ++---
 2 files changed, 215 insertions(+), 215 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:38:38 UTC (rev 377092)
+++ PKGBUILD2020-03-08 07:38:39 UTC (rev 377093)
@@ -1,108 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick6
-pkgname=(libmagick6)
-pkgver=6.9.10.97
-pkgrel=1
-pkgdesc="An image viewing/manipulation program (version 6)"
-url="https://legacy.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('a7c84103ddf5759eae39fb90fda3803fb32c7739f1cbebcb21d11e052f0ab943'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-prepare() {
-  mkdir -p binpkg/usr/lib/pkgconfig {binpkg,docpkg}/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -Np1 -i ../arch-fonts.diff
-
-  # Don't run auto(re)conf; assumes use of git
-}
-
-build() {
-  cd $_tarname
-  ./configure \
-PKG_CONFIG="/usr/bin/env PKG_CONFIG_PATH=/usr/lib/$pkgbase/pkgconfig 
pkg-config" \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-djvu \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check || :
-)
-
-package_libmagick6() {
-  pkgdesc="${pkgdesc/)/; library)}"
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'pango: Text rendering')
-  
backup=(etc/$_relname/{coder,colors,delegates,log,magic,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  options=('!docs' '!emptydirs' libtool)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install pkgconfigdir="/usr/lib/$pkgbase/pkgconfig"
-
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Drop tools
-  cd ../binpkg
-  mv "$pkgdir/usr/bin" usr/
-  mv "$pkgdir/usr/lib/perl5" usr/lib/
-  mv "$pkgdir/usr/share/man" usr/share/
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-6/policy.xml
-}

Copied: imagemagick6/repos/extra-x86_64/PKGBUILD (from rev 377090, 
imagemagick6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:38:39 UTC (rev 377093)
@@ -0,0 +1,108 @@
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick6
+pkgname=(libmagick6)
+pkgver=6.9.11.0
+pkgrel=1
+pkgdesc="An image viewing/manipulation program (version 6)"
+url="https://legacy.imagemagick.org/;
+arch=(x86_64)
+license=(custom)
+depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng)
+makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
+ chrpath ocl-icd 

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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:25
  Author: heftig
Revision: 377090

6.9.11.0-1

Modified:
  imagemagick6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:38:14 UTC (rev 377089)
+++ PKGBUILD2020-03-08 07:38:25 UTC (rev 377090)
@@ -2,7 +2,7 @@
 
 pkgbase=imagemagick6
 pkgname=(libmagick6)
-pkgver=6.9.10.97
+pkgver=6.9.11.0
 pkgrel=1
 pkgdesc="An image viewing/manipulation program (version 6)"
 url="https://legacy.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://www.imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('a7c84103ddf5759eae39fb90fda3803fb32c7739f1cbebcb21d11e052f0ab943'
+sha256sums=('d90c4897407ac6004ed8015ae8be75b6760dcb068883b60d5edb3b5b092a1878'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:36:01
  Author: heftig
Revision: 377088

3.35.92+5+g78685da-1

Modified:
  quadrapassel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:34:48 UTC (rev 377087)
+++ PKGBUILD2020-03-08 07:36:01 UTC (rev 377088)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=quadrapassel
-pkgver=3.34.1
+pkgver=3.35.92+5+g78685da
 pkgrel=1
 pkgdesc="Fit falling blocks together (Tetris-like game for GNOME)"
 url="https://wiki.gnome.org/Apps/Quadrapassel;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libmanette)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=a31fde731beeed865a3cbd225fb2a7b3733cabb1  # tags/v3.34.1^0
+_commit=78685da1e9e4b675e40d3e19e2498c20238eb969  # master
 source=("git+https://gitlab.gnome.org/GNOME/quadrapassel.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:34:48
  Author: heftig
Revision: 377087

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:34:48 UTC (rev 377086)
+++ PKGBUILD2020-03-08 07:34:48 UTC (rev 377087)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-devel-docs
-pkgver=3.32.1+7+g67da0507
-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=67da0507d7f7092cf927dba6ede682125b1cbaa4  # master
-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 377083, 
gnome-devel-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:34:48 UTC (rev 377087)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-devel-docs
+pkgver=3.32.1+30+gf3ad0fe5
+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=f3ad0fe5f986d3c1f59764b08c3820ecdfa069cd  # master
+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-getting-started-docs/repos/extra-any (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:34:47
  Author: heftig
Revision: 377085

archrelease: copy trunk to extra-any

Added:
  gnome-getting-started-docs/repos/extra-any/PKGBUILD
(from rev 377083, 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
===
--- PKGBUILD2020-03-08 07:34:47 UTC (rev 377084)
+++ PKGBUILD2020-03-08 07:34:47 UTC (rev 377085)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-getting-started-docs
-pkgver=3.34.1
-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=4b6cbf1280f5c596f21681d13336ef8fc8c2eaef  # tags/3.34.1^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 377083, 
gnome-getting-started-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:34:47 UTC (rev 377085)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-getting-started-docs
+pkgver=3.35.92+1+g635b61d
+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=635b61d6cf8a34c7b37b0e51228ef0af5d4e76ba  # master
+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-user-docs/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:34:48
  Author: heftig
Revision: 377086

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:34:47 UTC (rev 377085)
+++ PKGBUILD2020-03-08 07:34:48 UTC (rev 377086)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="User documentation for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
-arch=(any)
-license=(FDL)
-depends=(yelp)
-makedepends=(yelp-tools git)
-groups=(gnome)
-_commit=a0209dfdba7cf129e59da1cb98c30f454505f573  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-user-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-user-docs/repos/extra-any/PKGBUILD (from rev 377083, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:34:48 UTC (rev 377086)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=3.35.92+15+g682e41b2
+pkgrel=1
+pkgdesc="User documentation for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
+arch=(any)
+license=(FDL)
+depends=(yelp)
+makedepends=(yelp-tools git)
+groups=(gnome)
+_commit=682e41b26b836e947f52296cc015808c0b89c7ec  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-user-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 alacarte/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:34:47
  Author: heftig
Revision: 377084

archrelease: copy trunk to extra-any

Added:
  alacarte/repos/extra-any/PKGBUILD
(from rev 377083, alacarte/trunk/PKGBUILD)
Deleted:
  alacarte/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:34:35 UTC (rev 377083)
+++ PKGBUILD2020-03-08 07:34:47 UTC (rev 377084)
@@ -1,32 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: pressh 
-
-pkgname=alacarte
-pkgver=3.11.91+12+g1bb265f
-pkgrel=3
-pkgdesc="Menu editor for gnome"
-arch=(any)
-license=('LGPL')
-url="http://www.gnome.org;
-depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'libxslt' 'docbook-xsl' 'git' 'gnome-common')
-source=('git+https://gitlab.gnome.org/GNOME/alacarte.git#commit=1bb265f7')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/Alacarte/
-}

Copied: alacarte/repos/extra-any/PKGBUILD (from rev 377083, 
alacarte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:34:47 UTC (rev 377084)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: pressh 
+
+pkgname=alacarte
+pkgver=3.36.0+0+g7b5fc64
+pkgrel=1
+pkgdesc="Menu editor for gnome"
+url="https://gitlab.gnome.org/GNOME/alacarte;
+arch=(any)
+license=(LGPL)
+depends=(gnome-menus python-gobject gtk3)
+makedepends=(intltool libxslt docbook-xsl git gnome-common python2)
+_commit=7b5fc64998833c2098ea36717da745d8d6152897  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/alacarte.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | 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
+
+  python -m compileall -d /usr "$pkgdir/usr"
+  python -O -m compileall -d /usr "$pkgdir/usr"
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:34:35
  Author: heftig
Revision: 377083

3.32.1+30+gf3ad0fe5-1

Modified:
  gnome-devel-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:33:21 UTC (rev 377082)
+++ PKGBUILD2020-03-08 07:34:35 UTC (rev 377083)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-devel-docs
-pkgver=3.32.1+7+g67da0507
+pkgver=3.32.1+30+gf3ad0fe5
 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=67da0507d7f7092cf927dba6ede682125b1cbaa4  # master
+_commit=f3ad0fe5f986d3c1f59764b08c3820ecdfa069cd  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:32:43
  Author: heftig
Revision: 377081

3.35.92+15+g682e41b2-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:31:17 UTC (rev 377080)
+++ PKGBUILD2020-03-08 07:32:43 UTC (rev 377081)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=3.34.1
+pkgver=3.35.92+15+g682e41b2
 pkgrel=1
 pkgdesc="User documentation for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-user-docs;
@@ -11,7 +11,7 @@
 depends=(yelp)
 makedepends=(yelp-tools git)
 groups=(gnome)
-_commit=a0209dfdba7cf129e59da1cb98c30f454505f573  # tags/3.34.1^0
+_commit=682e41b26b836e947f52296cc015808c0b89c7ec  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:31:17
  Author: heftig
Revision: 377080

3.35.92+1+g635b61d-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:30:51 UTC (rev 377079)
+++ PKGBUILD2020-03-08 07:31:17 UTC (rev 377080)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-getting-started-docs
-pkgver=3.34.1
+pkgver=3.35.92+1+g635b61d
 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=4b6cbf1280f5c596f21681d13336ef8fc8c2eaef  # tags/3.34.1^0
+_commit=635b61d6cf8a34c7b37b0e51228ef0af5d4e76ba  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-getting-started-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:30:51
  Author: heftig
Revision: 377079

3.36.0+0+g7b5fc64-1

Modified:
  alacarte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:29:16 UTC (rev 377078)
+++ PKGBUILD2020-03-08 07:30:51 UTC (rev 377079)
@@ -2,15 +2,16 @@
 # Contributor: pressh 
 
 pkgname=alacarte
-pkgver=3.11.91+12+g1bb265f
-pkgrel=3
+pkgver=3.36.0+0+g7b5fc64
+pkgrel=1
 pkgdesc="Menu editor for gnome"
+url="https://gitlab.gnome.org/GNOME/alacarte;
 arch=(any)
-license=('LGPL')
-url="https://www.gnome.org;
-depends=('gnome-menus' 'hicolor-icon-theme' 'python2-gobject' 'gtk3')
-makedepends=('intltool' 'libxslt' 'docbook-xsl' 'git' 'gnome-common')
-source=('git+https://gitlab.gnome.org/GNOME/alacarte.git#commit=1bb265f7')
+license=(LGPL)
+depends=(gnome-menus python-gobject gtk3)
+makedepends=(intltool libxslt docbook-xsl git gnome-common python2)
+_commit=7b5fc64998833c2098ea36717da745d8d6152897  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/alacarte.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -18,10 +19,14 @@
   git describe --long | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
@@ -28,5 +33,7 @@
 package() {
   cd $pkgname
   make DESTDIR="$pkgdir" install
-  python2 -m compileall "$pkgdir"/usr/lib/python2.7/site-packages/Alacarte/
+
+  python -m compileall -d /usr "$pkgdir/usr"
+  python -O -m compileall -d /usr "$pkgdir/usr"
 }


[arch-commits] Commit in four-in-a-row/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:15
  Author: heftig
Revision: 377076

archrelease: copy trunk to extra-x86_64

Added:
  four-in-a-row/repos/extra-x86_64/PKGBUILD
(from rev 377075, four-in-a-row/trunk/PKGBUILD)
Deleted:
  four-in-a-row/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:29:13 UTC (rev 377075)
+++ PKGBUILD2020-03-08 07:29:15 UTC (rev 377076)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=four-in-a-row
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Make lines of the same color to win"
-url="https://wiki.gnome.org/Apps/Four-in-a-row;
-arch=(x86_64)
-license=(GPL3)
-depends=(gtk3 gsound librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
-groups=(gnome-extra)
-_commit=039c061ff671ccfc714946a677284f05021719a5  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.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
-}

Copied: four-in-a-row/repos/extra-x86_64/PKGBUILD (from rev 377075, 
four-in-a-row/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:29:15 UTC (rev 377076)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=four-in-a-row
+pkgver=3.35.92+4+g8d136a7
+pkgrel=1
+pkgdesc="Make lines of the same color to win"
+url="https://wiki.gnome.org/Apps/Four-in-a-row;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtk3 gsound librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
+groups=(gnome-extra)
+_commit=8d136a7f4a1e3235376ccee83a27364f713a20a4  # master
+source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.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 pari/repos/community-x86_64 (3 files)

2020-03-07 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:27
  Author: bisson
Revision: 591463

archrelease: copy trunk to community-x86_64

Added:
  pari/repos/community-x86_64/PKGBUILD
(from rev 591462, pari/trunk/PKGBUILD)
  pari/repos/community-x86_64/c7a1d35f.patch
(from rev 591462, pari/trunk/c7a1d35f.patch)
Deleted:
  pari/repos/community-x86_64/PKGBUILD

+
 PKGBUILD   |   89 +--
 c7a1d35f.patch |   38 +++
 2 files changed, 86 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:29:06 UTC (rev 591462)
+++ PKGBUILD2020-03-08 07:29:27 UTC (rev 591463)
@@ -1,41 +0,0 @@
-# Maintainer: Gaetan Bisson 
-
-pkgname=pari
-pkgver=2.11.3
-pkgrel=1
-pkgdesc='Computer algebra system designed for fast computations in number 
theory'
-url='https://pari.math.u-bordeaux.fr/'
-license=('GPL')
-arch=('x86_64')
-depends=('gmp' 'readline' 'libx11')
-makedepends=('perl' 'texlive-core')
-optdepends=('perl: gphelp, tex2mail')
-validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('c7100a467eaf908942bb403cbd38036a26d7222e6ee6d39b50ab667d052ca6c9'
-'SKIP')
-
-conflicts=('pari-sage')
-replaces=("pari-sage<=1:${pkgver}")
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./Configure \
-   --prefix=/usr \
-   --with-readline \
-   --mt=pthread \
-   --with-gmp \
-
-   make all
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make bench
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
-}

Copied: pari/repos/community-x86_64/PKGBUILD (from rev 591462, 
pari/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:29:27 UTC (rev 591463)
@@ -0,0 +1,48 @@
+# Maintainer: Gaetan Bisson 
+
+pkgname=pari
+pkgver=2.11.3
+pkgrel=2
+pkgdesc='Computer algebra system designed for fast computations in number 
theory'
+url='https://pari.math.u-bordeaux.fr/'
+license=('GPL')
+arch=('x86_64')
+depends=('gmp' 'readline' 'libx11')
+makedepends=('perl' 'texlive-core')
+optdepends=('perl: gphelp, tex2mail')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'c7a1d35f.patch')
+sha256sums=('c7100a467eaf908942bb403cbd38036a26d7222e6ee6d39b50ab667d052ca6c9'
+'SKIP'
+'a1cbb79f04d686f6c5e2e61e3240bd28aeab786690502981d5da2da5a2fbcb05')
+
+conflicts=('pari-sage')
+replaces=("pari-sage<=1:${pkgver}")
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../c7a1d35f.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./Configure \
+   --prefix=/usr \
+   --with-readline \
+   --mt=pthread \
+   --with-gmp \
+
+   make all
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make bench
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
+}

Copied: pari/repos/community-x86_64/c7a1d35f.patch (from rev 591462, 
pari/trunk/c7a1d35f.patch)
===
--- c7a1d35f.patch  (rev 0)
+++ c7a1d35f.patch  2020-03-08 07:29:27 UTC (rev 591463)
@@ -0,0 +1,38 @@
+diff -Naur old/src/basemath/buch2.c new/src/basemath/buch2.c
+--- old/src/basemath/buch2.c   2020-03-07 21:03:06.784293669 -1000
 new/src/basemath/buch2.c   2020-03-07 21:03:14.577801531 -1000
+@@ -2143,7 +2143,8 @@
+   for (i = 1; i < RU; i++)
+ if (gexpo(gel(emb,i)) > -1) break;
+   p1 = imag_i( row_i(logunit,i, 1,RU-1) );
+-  p1 = RgV_dotproduct(p1, ex); if (!R1) p1 = gmul2n(p1, -1);
++  p1 = RgV_dotproduct(p1, ex);
++  if (i > R1) p1 = gmul2n(p1, -1);
+   p1 = gsub(garg(gel(emb,i),prec), p1);
+   /* p1 = arg(the missing root of 1) */
+ 
+diff -Naur old/src/test/32/nf new/src/test/32/nf
+--- old/src/test/32/nf 2020-03-07 21:03:06.770947894 -1000
 new/src/test/32/nf 2020-03-07 21:03:14.577801531 -1000
+@@ -494,6 +494,7 @@
+ [1, 1/2*x - 1/2]
+ Mod(0, x)
+ Mod(-6/5, x)
++[0, 2, Mod(0, 2)]~
+   ***   at top-level: nfinit([y^3+2,[1,x]])
+   *** ^-
+   *** nfinit: incorrect type in nfbasic_init (t_VEC).
+diff -Naur old/src/test/in/nf new/src/test/in/nf
+--- old/src/test/in/nf 2020-03-07 21:03:06.780957225 -1000
 new/src/test/in/nf 2020-03-07 21:03:14.577801531 -1000
+@@ -150,6 +150,10 @@
+ nfinit(x, 3)[2]
+ nfinit(1/2*x + 3/5, 3)[2]

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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:16
  Author: heftig
Revision: 377077

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:29:15 UTC (rev 377076)
+++ PKGBUILD2020-03-08 07:29:16 UTC (rev 377077)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-tetravex
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Complete the puzzle by matching numbered tiles"
-url="https://wiki.gnome.org/Apps/Tetravex;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3)
-makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=bf66f65a3e230e893db272981801e13f2efbf70c  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.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
-}

Copied: gnome-tetravex/repos/extra-x86_64/PKGBUILD (from rev 377075, 
gnome-tetravex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:29:16 UTC (rev 377077)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-tetravex
+pkgver=3.35.92+6+g65f0423
+pkgrel=1
+pkgdesc="Complete the puzzle by matching numbered tiles"
+url="https://wiki.gnome.org/Apps/Tetravex;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3)
+makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=65f04234e5bc55239d0ed62fb0b801c75211f425  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D build_cli=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:16
  Author: heftig
Revision: 377078

archrelease: copy trunk to extra-x86_64

Added:
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD
(from rev 377075, gnome-disk-utility/trunk/PKGBUILD)
Deleted:
  gnome-disk-utility/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:29:16 UTC (rev 377077)
+++ PKGBUILD2020-03-08 07:29:16 UTC (rev 377078)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Disk Management Utility for GNOME"
-url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
-arch=(x86_64)
-license=(GPL)
-groups=(gnome)
-depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted systemd-libs)
-makedepends=(yelp-tools appstream-glib git meson)
-_commit=289cd1a53f9dc1acad0199ffa9716d901838aab5  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-disk-utility/repos/extra-x86_64/PKGBUILD (from rev 377075, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:29:16 UTC (rev 377078)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Disk Management Utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
+arch=(x86_64)
+license=(GPL)
+groups=(gnome)
+depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted systemd-libs)
+makedepends=(yelp-tools appstream-glib git meson)
+_commit=9b599836f845e2c0ec34cbda7493ed835656a91b  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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 gnome-menus/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:13
  Author: heftig
Revision: 377075

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:25:53 UTC (rev 377074)
+++ PKGBUILD2020-03-08 07:29:13 UTC (rev 377075)
@@ -1,43 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-menus
-pkgver=3.32.0
-pkgrel=1
-pkgdesc="GNOME menu specifications"
-arch=('x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
-license=('GPL' 'LGPL')
-url="https://www.gnome.org;
-groups=('gnome')
-_commit=4a3944773c0d7201148055a5f7fd103c99263183  # tags/3.32.0^0
-source=("git+https://git.gnome.org/browse/gnome-menus#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure \
-  --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var  --disable-static
-  make
-}
-
-package(){
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-menus/repos/extra-x86_64/PKGBUILD (from rev 377074, 
gnome-menus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:29:13 UTC (rev 377075)
@@ -0,0 +1,44 @@
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-menus
+pkgver=3.35.3+1+g4954819
+pkgrel=1
+pkgdesc="GNOME menu specifications"
+url="https://gitlab.gnome.org/GNOME/gnome-menus;
+arch=(x86_64)
+license=(GPL LGPL)
+groups=(gnome)
+depends=(glib2)
+makedepends=(intltool gobject-introspection git gnome-common)
+provides=(libgnome-menu-3.so)
+_commit=4954819c93f996592f08cef6297da6a18b2bd173  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-menus.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
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package(){
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in pari/trunk (PKGBUILD c7a1d35f.patch)

2020-03-07 Thread Gaëtan Bisson via arch-commits
Date: Sunday, March 8, 2020 @ 07:29:06
  Author: bisson
Revision: 591462

fix FS#65736

Added:
  pari/trunk/c7a1d35f.patch
Modified:
  pari/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 c7a1d35f.patch |   38 ++
 2 files changed, 48 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:09:12 UTC (rev 591461)
+++ PKGBUILD2020-03-08 07:29:06 UTC (rev 591462)
@@ -2,7 +2,7 @@
 
 pkgname=pari
 pkgver=2.11.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Computer algebra system designed for fast computations in number 
theory'
 url='https://pari.math.u-bordeaux.fr/'
 license=('GPL')
@@ -11,13 +11,20 @@
 makedepends=('perl' 'texlive-core')
 optdepends=('perl: gphelp, tex2mail')
 validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387')
-source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc})
+source=("https://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'c7a1d35f.patch')
 sha256sums=('c7100a467eaf908942bb403cbd38036a26d7222e6ee6d39b50ab667d052ca6c9'
-'SKIP')
+'SKIP'
+'a1cbb79f04d686f6c5e2e61e3240bd28aeab786690502981d5da2da5a2fbcb05')
 
 conflicts=('pari-sage')
 replaces=("pari-sage<=1:${pkgver}")
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../c7a1d35f.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./Configure \

Added: c7a1d35f.patch
===
--- c7a1d35f.patch  (rev 0)
+++ c7a1d35f.patch  2020-03-08 07:29:06 UTC (rev 591462)
@@ -0,0 +1,38 @@
+diff -Naur old/src/basemath/buch2.c new/src/basemath/buch2.c
+--- old/src/basemath/buch2.c   2020-03-07 21:03:06.784293669 -1000
 new/src/basemath/buch2.c   2020-03-07 21:03:14.577801531 -1000
+@@ -2143,7 +2143,8 @@
+   for (i = 1; i < RU; i++)
+ if (gexpo(gel(emb,i)) > -1) break;
+   p1 = imag_i( row_i(logunit,i, 1,RU-1) );
+-  p1 = RgV_dotproduct(p1, ex); if (!R1) p1 = gmul2n(p1, -1);
++  p1 = RgV_dotproduct(p1, ex);
++  if (i > R1) p1 = gmul2n(p1, -1);
+   p1 = gsub(garg(gel(emb,i),prec), p1);
+   /* p1 = arg(the missing root of 1) */
+ 
+diff -Naur old/src/test/32/nf new/src/test/32/nf
+--- old/src/test/32/nf 2020-03-07 21:03:06.770947894 -1000
 new/src/test/32/nf 2020-03-07 21:03:14.577801531 -1000
+@@ -494,6 +494,7 @@
+ [1, 1/2*x - 1/2]
+ Mod(0, x)
+ Mod(-6/5, x)
++[0, 2, Mod(0, 2)]~
+   ***   at top-level: nfinit([y^3+2,[1,x]])
+   *** ^-
+   *** nfinit: incorrect type in nfbasic_init (t_VEC).
+diff -Naur old/src/test/in/nf new/src/test/in/nf
+--- old/src/test/in/nf 2020-03-07 21:03:06.780957225 -1000
 new/src/test/in/nf 2020-03-07 21:03:14.577801531 -1000
+@@ -150,6 +150,10 @@
+ nfinit(x, 3)[2]
+ nfinit(1/2*x + 3/5, 3)[2]
+ 
++\\ #2164
++bnf = bnfinit(y^4-y-1);
++bnfisunit(bnf,-y^3+2*y^2-1)
++
+ \\ ERRORS: keep at end of file
+ 
+ nfinit([y^3+2,[1,x]])


[arch-commits] Commit in four-in-a-row/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:25:53
  Author: heftig
Revision: 377074

3.35.92+4+g8d136a7-1

Modified:
  four-in-a-row/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:24:50 UTC (rev 377073)
+++ PKGBUILD2020-03-08 07:25:53 UTC (rev 377074)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=four-in-a-row
-pkgver=3.34.4
+pkgver=3.35.92+4+g8d136a7
 pkgrel=1
 pkgdesc="Make lines of the same color to win"
 url="https://wiki.gnome.org/Apps/Four-in-a-row;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=039c061ff671ccfc714946a677284f05021719a5  # tags/3.34.4^0
+_commit=8d136a7f4a1e3235376ccee83a27364f713a20a4  # master
 source=("git+https://gitlab.gnome.org/GNOME/four-in-a-row.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:24:50
  Author: heftig
Revision: 377073

libprovides

Modified:
  gnome-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:24:04 UTC (rev 377072)
+++ PKGBUILD2020-03-08 07:24:50 UTC (rev 377073)
@@ -10,6 +10,7 @@
 groups=(gnome)
 depends=(glib2)
 makedepends=(intltool gobject-introspection git gnome-common)
+provides=(libgnome-menu-3.so)
 _commit=4954819c93f996592f08cef6297da6a18b2bd173  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-menus.git#commit=$_commit;)
 sha256sums=('SKIP')


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:24:04
  Author: heftig
Revision: 377072

3.35.92+6+g65f0423-1

Modified:
  gnome-tetravex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:23:15 UTC (rev 377071)
+++ PKGBUILD2020-03-08 07:24:04 UTC (rev 377072)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-tetravex
-pkgver=3.34.4
+pkgver=3.35.92+6+g65f0423
 pkgrel=1
 pkgdesc="Complete the puzzle by matching numbered tiles"
 url="https://wiki.gnome.org/Apps/Tetravex;
@@ -11,7 +11,7 @@
 depends=(gtk3)
 makedepends=(meson gobject-introspection vala yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=bf66f65a3e230e893db272981801e13f2efbf70c  # tags/3.34.4^0
+_commit=65f04234e5bc55239d0ed62fb0b801c75211f425  # master
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-tetravex.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -25,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D build_cli=true
   ninja -C build
 }
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:23:15
  Author: heftig
Revision: 377071

3.35.3+1+g4954819-1

Modified:
  gnome-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:21:30 UTC (rev 377070)
+++ PKGBUILD2020-03-08 07:23:15 UTC (rev 377071)
@@ -1,17 +1,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-menus
-pkgver=3.32.0
+pkgver=3.35.3+1+g4954819
 pkgrel=1
 pkgdesc="GNOME menu specifications"
-arch=('x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' git gnome-common)
-license=('GPL' 'LGPL')
-url="https://www.gnome.org;
-groups=('gnome')
-_commit=4a3944773c0d7201148055a5f7fd103c99263183  # tags/3.32.0^0
-source=("git+https://git.gnome.org/browse/gnome-menus#commit=$_commit;)
+url="https://gitlab.gnome.org/GNOME/gnome-menus;
+arch=(x86_64)
+license=(GPL LGPL)
+groups=(gnome)
+depends=(glib2)
+makedepends=(intltool gobject-introspection git gnome-common)
+_commit=4954819c93f996592f08cef6297da6a18b2bd173  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-menus.git#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -19,11 +19,6 @@
   git describe --tags | sed 's/-/+/g'
 }
 
-check() {
-  cd $pkgname
-  make check
-}
-
 prepare() {
   cd $pkgname
   NOCONFIGURE=1 ./autogen.sh
@@ -37,6 +32,11 @@
   make
 }
 
+check() {
+  cd $pkgname
+  make check
+}
+
 package(){
   cd "$pkgname"
   make DESTDIR="$pkgdir" install


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:21:30
  Author: heftig
Revision: 377070

3.36.0-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:17:22 UTC (rev 377069)
+++ PKGBUILD2020-03-08 07:21:30 UTC (rev 377070)
@@ -3,7 +3,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
@@ -12,7 +12,7 @@
 groups=(gnome)
 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify 
parted systemd-libs)
 makedepends=(yelp-tools appstream-glib git meson)
-_commit=289cd1a53f9dc1acad0199ffa9716d901838aab5  # tags/3.34.4^0
+_commit=9b599836f845e2c0ec34cbda7493ed835656a91b  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:17:21
  Author: heftig
Revision: 377068

archrelease: copy trunk to extra-x86_64

Added:
  gedit-plugins/repos/extra-x86_64/PKGBUILD
(from rev 377065, gedit-plugins/trunk/PKGBUILD)
Deleted:
  gedit-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:17:21 UTC (rev 377067)
+++ PKGBUILD2020-03-08 07:17:21 UTC (rev 377068)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Sergej Chodarev 
-# Contributor: zhuqin 
-
-pkgname=gedit-plugins
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Collection of plugins for the gedit Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
-arch=(x86_64)
-license=(GPL)
-depends=(gedit python-dbus python-cairo)
-makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
- appstream-glib git meson)
-optdepends=('gucharmap: for charmap plugin'
-'vte3: for embedded terminal'
-'libgit2-glib: for git plugin')
-_commit=1ad717f3d5189a3b25e2475952c84f97e0f1bbd7  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D plugin_zeitgeist=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr "$pkgdir/usr"
-  python -O -m compileall -d /usr "$pkgdir/usr"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gedit-plugins/repos/extra-x86_64/PKGBUILD (from rev 377065, 
gedit-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:17:21 UTC (rev 377068)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Sergej Chodarev 
+# Contributor: zhuqin 
+
+pkgname=gedit-plugins
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Collection of plugins for the gedit Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
+arch=(x86_64)
+license=(GPL)
+depends=(gedit python-dbus python-cairo)
+makedepends=(vte3 libgit2-glib gucharmap gobject-introspection vala yelp-tools
+ appstream-glib git meson)
+optdepends=('gucharmap: for charmap plugin'
+'vte3: for embedded terminal'
+'libgit2-glib: for git plugin')
+_commit=57b3da3c684a318da6987b7adeaa25fa8eed966d  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
+sha512sums=('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
+  python -m compileall -d /usr "$pkgdir/usr"
+  python -O -m compileall -d /usr "$pkgdir/usr"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:17:10
  Author: heftig
Revision: 377065

3.36.0-1

Modified:
  gnome-chess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:16:40 UTC (rev 377064)
+++ PKGBUILD2020-03-08 07:17:10 UTC (rev 377065)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-chess
-pkgver=3.34.0
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Play the classic two-player boardgame of chess"
 url="https://wiki.gnome.org/Apps/Chess;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
 optdepends=('gnuchess: Play against computer')
 groups=(gnome-extra)
-_commit=6d0ac919a4ea8112782064c2769ac84c2e93018d  # tags/3.34.0^0
+_commit=033734e18430d4927df6275aa42b146c6da8bda0  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:17:22
  Author: heftig
Revision: 377069

archrelease: copy trunk to extra-x86_64

Added:
  gedit/repos/extra-x86_64/PKGBUILD
(from rev 377065, gedit/trunk/PKGBUILD)
Deleted:
  gedit/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:17:21 UTC (rev 377068)
+++ PKGBUILD2020-03-08 07:17:22 UTC (rev 377069)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gedit
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="GNOME Text Editor"
-url="https://wiki.gnome.org/Apps/Gedit;
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
-makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson)
-optdepends=('gedit-plugins: Additional features')
-conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
-groups=(gnome)
-_commit=a76f6ff074241b2c622e904fb2087b3fab3a9227  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D documentation=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gedit/repos/extra-x86_64/PKGBUILD (from rev 377065, 
gedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:17:22 UTC (rev 377069)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gedit
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="GNOME Text Editor"
+url="https://wiki.gnome.org/Apps/Gedit;
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject
+ dconf tepl)
+makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson)
+optdepends=('gedit-plugins: Additional features')
+conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
+groups=(gnome)
+_commit=4769552bface52c82cf061ed75e631e7c9e640f2  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gedit.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 submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:17:21
  Author: heftig
Revision: 377067

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:17:20 UTC (rev 377066)
+++ PKGBUILD2020-03-08 07:17:21 UTC (rev 377067)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-robots
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="Avoid the robots and make them crash into each other"
-url="https://wiki.gnome.org/Apps/Robots;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 gsound librsvg libgnome-games-support)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
-groups=(gnome-extra)
-_commit=0c30d9d7dde438e38de1846dea4e184ca5d6245f  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.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
-}

Copied: gnome-robots/repos/extra-x86_64/PKGBUILD (from rev 377065, 
gnome-robots/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:17:21 UTC (rev 377067)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-robots
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Avoid the robots and make them crash into each other"
+url="https://wiki.gnome.org/Apps/Robots;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gsound librsvg libgnome-games-support)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome-extra)
+_commit=b28301da2098875644668e192a67182a0052663e  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.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 gnome-chess/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:17:20
  Author: heftig
Revision: 377066

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:17:10 UTC (rev 377065)
+++ PKGBUILD2020-03-08 07:17:20 UTC (rev 377066)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-chess
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Play the classic two-player boardgame of chess"
-url="https://wiki.gnome.org/Apps/Chess;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
-optdepends=('gnuchess: Play against computer')
-groups=(gnome-extra)
-_commit=6d0ac919a4ea8112782064c2769ac84c2e93018d  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.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
-}

Copied: gnome-chess/repos/extra-x86_64/PKGBUILD (from rev 377065, 
gnome-chess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:17:20 UTC (rev 377066)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-chess
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Play the classic two-player boardgame of chess"
+url="https://wiki.gnome.org/Apps/Chess;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson) 
+optdepends=('gnuchess: Play against computer')
+groups=(gnome-extra)
+_commit=033734e18430d4927df6275aa42b146c6da8bda0  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-chess.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 gnome-robots/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:16:40
  Author: heftig
Revision: 377064

3.36.0-1

Modified:
  gnome-robots/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:16:23 UTC (rev 377063)
+++ PKGBUILD2020-03-08 07:16:40 UTC (rev 377064)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-robots
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Avoid the robots and make them crash into each other"
 url="https://wiki.gnome.org/Apps/Robots;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg libgnome-games-support)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=0c30d9d7dde438e38de1846dea4e184ca5d6245f  # tags/3.34.1^0
+_commit=b28301da2098875644668e192a67182a0052663e  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-robots.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:16:23
  Author: heftig
Revision: 377063

3.36.0-1

Modified:
  gedit-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:15:25 UTC (rev 377062)
+++ PKGBUILD2020-03-08 07:16:23 UTC (rev 377063)
@@ -6,7 +6,7 @@
 # Contributor: zhuqin 
 
 pkgname=gedit-plugins
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Collection of plugins for the gedit Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins;
@@ -18,7 +18,7 @@
 optdepends=('gucharmap: for charmap plugin'
 'vte3: for embedded terminal'
 'libgit2-glib: for git plugin')
-_commit=1ad717f3d5189a3b25e2475952c84f97e0f1bbd7  # tags/3.34.1^0
+_commit=57b3da3c684a318da6987b7adeaa25fa8eed966d  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit-plugins.git#commit=$_commit;)
 sha512sums=('SKIP')
 
@@ -32,8 +32,7 @@
 }
 
 build() {
-  arch-meson $pkgname build \
--D plugin_zeitgeist=false
+  arch-meson $pkgname build
   ninja -C build
 }
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:15:23
  Author: heftig
Revision: 377061

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:14:23 UTC (rev 377060)
+++ PKGBUILD2020-03-08 07:15:23 UTC (rev 377061)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-sudoku
-pkgver=3.34.1
-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=(gtk3 qqwing libgee json-glib)
-makedepends=(vala yelp-tools appstream-glib git meson)
-groups=(gnome-extra)
-_commit=3d43e6368b27ef11a264103111294f9db1652bf8  # tags/3.34.1^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 --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-sudoku/repos/extra-x86_64/PKGBUILD (from rev 377060, 
gnome-sudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:15:23 UTC (rev 377061)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-sudoku
+pkgver=3.36.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=(gtk3 qqwing libgee json-glib)
+makedepends=(vala yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=fc092ed0ec2d53e80db207bac1ff53a3a4fba3d5  # tags/3.36.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 --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:15:25
  Author: heftig
Revision: 377062

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
(from rev 377060, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:15:23 UTC (rev 377061)
+++ PKGBUILD2020-03-08 07:15:25 UTC (rev 377062)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser;
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=5ccd20602cd33650fe3841af26406364410b16b2  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.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 --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 377060, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:15:25 UTC (rev 377062)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser;
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=42f0093fe76006180c8f6c6f1f231919d1353cc7  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.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 --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:14:23
  Author: heftig
Revision: 377060

3.36.0-1

Modified:
  gnome-sudoku/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:14:09 UTC (rev 377059)
+++ PKGBUILD2020-03-08 07:14:23 UTC (rev 377060)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-sudoku
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Test your logic skills in this number grid puzzle"
 url="https://wiki.gnome.org/Apps/Sudoku;
@@ -11,7 +11,7 @@
 depends=(gtk3 qqwing libgee json-glib)
 makedepends=(vala yelp-tools appstream-glib git meson)
 groups=(gnome-extra)
-_commit=3d43e6368b27ef11a264103111294f9db1652bf8  # tags/3.34.1^0
+_commit=fc092ed0ec2d53e80db207bac1ff53a3a4fba3d5  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-sudoku.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:14:09
  Author: heftig
Revision: 377059

3.36.0-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:13:28 UTC (rev 377058)
+++ PKGBUILD2020-03-08 07:14:09 UTC (rev 377059)
@@ -3,7 +3,7 @@
 # Contributor: Giulio Bai 
 
 pkgname=accerciser
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=5ccd20602cd33650fe3841af26406364410b16b2  # tags/3.34.4^0
+_commit=42f0093fe76006180c8f6c6f1f231919d1353cc7  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:13:28
  Author: heftig
Revision: 377058

3.36.0-1

Modified:
  gedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:11:49 UTC (rev 377057)
+++ PKGBUILD2020-03-08 07:13:28 UTC (rev 377058)
@@ -2,18 +2,19 @@
 # Contributor: Jan de Groot 
 
 pkgname=gedit
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="GNOME Text Editor"
 url="https://wiki.gnome.org/Apps/Gedit;
 arch=(x86_64)
 license=(GPL)
-depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell 
python-gobject dconf)
+depends=(gtksourceview4 gsettings-desktop-schemas libpeas gspell python-gobject
+ dconf tepl)
 makedepends=(yelp-tools vala gobject-introspection git gtk-doc meson)
 optdepends=('gedit-plugins: Additional features')
 conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1')
 groups=(gnome)
-_commit=a76f6ff074241b2c622e904fb2087b3fab3a9227  # tags/3.34.1^0
+_commit=4769552bface52c82cf061ed75e631e7c9e640f2  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -24,8 +25,15 @@
   git describe --tags | sed 's/-/+/g'
 }
 
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
 build() {
-  arch-meson $pkgname build -D documentation=true
+  arch-meson $pkgname build -D gtk_doc=true
   ninja -C build
 }
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:11:49
  Author: heftig
Revision: 377057

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-terminal/repos/gnome-unstable-x86_64/
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377056, gnome-terminal/trunk/PKGBUILD)

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

Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377056, 
gnome-terminal/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 07:11:49 UTC (rev 377057)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.36.0.1
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal;
+arch=(x86_64)
+license=(GPL)
+depends=('vte3>=0.60.0' gsettings-desktop-schemas)
+makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
+ gnome-shell vala yelp-tools git)
+groups=(gnome)
+_commit=7d7b73d1005d8377e6f8303801e0da505f907611  # tags/3.36.0.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.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 \
+--libexecdir=/usr/lib --disable-static --with-nautilus-extension
+  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
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:11:32
  Author: heftig
Revision: 377056

3.36.0.1-1

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:06:29 UTC (rev 377055)
+++ PKGBUILD2020-03-08 07:11:32 UTC (rev 377056)
@@ -2,17 +2,17 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.34.2
+pkgver=3.36.0.1
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 url="https://wiki.gnome.org/Apps/Terminal;
 arch=(x86_64)
 license=(GPL)
-depends=('vte3>=0.52.0' gsettings-desktop-schemas)
-makedepends=(intltool itstool docbook-xsl libnautilus-extension appstream-glib
+depends=('vte3>=0.60.0' gsettings-desktop-schemas)
+makedepends=(itstool docbook-xsl libnautilus-extension appstream-glib
  gnome-shell vala yelp-tools git)
 groups=(gnome)
-_commit=158168347c4b647ff2feb4f84d5da7b6ff83baa4  # tags/3.34.2^0
+_commit=7d7b73d1005d8377e6f8303801e0da505f907611  # tags/3.36.0.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 8, 2020 @ 07:09:12
  Author: svenstaro
Revision: 591461

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 591460, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:08:24 UTC (rev 591460)
+++ PKGBUILD2020-03-08 07:09:12 UTC (rev 591461)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.22.0
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 591460, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:09:12 UTC (rev 591461)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.22.2
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('0daa4b9c8de57a1a0e52a0dfdf01b5ae985b11c55507c08ce328a408262b1bcb63bfa4822c12192089edb3a367edc42974f42ada2ecfbd9b7eb991912be9fbb8')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2020-03-07 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, March 8, 2020 @ 07:08:24
  Author: svenstaro
Revision: 591460

upgpkg: yarn 1.22.2-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:06:30 UTC (rev 591459)
+++ PKGBUILD2020-03-08 07:08:24 UTC (rev 591460)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.22.0
+pkgver=1.22.2
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('28c1cffc9ab9de364a4d8f624d4b77748565fdb7ba50fb3620da3debe0676472cac583537f03269601d368c5b2199a0eef8448e00205be75a162b5ead9448992')
+sha512sums=('0daa4b9c8de57a1a0e52a0dfdf01b5ae985b11c55507c08ce328a408262b1bcb63bfa4822c12192089edb3a367edc42974f42ada2ecfbd9b7eb991912be9fbb8')
 
 package() {
   cd yarn-v${pkgver}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:06:29
  Author: heftig
Revision: 377055

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-builder/repos/gnome-unstable-x86_64/
  gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377054, gnome-builder/trunk/PKGBUILD)

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

Copied: gnome-builder/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377054, 
gnome-builder/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 07:06:29 UTC (rev 377055)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-builder
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder;
+arch=(x86_64)
+license=(GPL3)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
+ libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
+ template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson libportal)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
+ python-sphinx_rtd_theme)
+checkdepends=(xorg-server-xvfb)
+optdepends=('gnome-code-assistance: Legacy assistance services')
+groups=(gnome-extra)
+_commit=d73cecfb8bf4b40df32d7f81607e5b24a3536bb4  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D docs=true \
+-D help=true
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:06:30
  Author: heftig
Revision: 591459

archrelease: copy trunk to community-x86_64

Added:
  tepl/repos/community-x86_64/PKGBUILD
(from rev 591458, tepl/trunk/PKGBUILD)
Deleted:
  tepl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:06:28 UTC (rev 591458)
+++ PKGBUILD2020-03-08 07:06:30 UTC (rev 591459)
@@ -1,26 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Tobias Bohrmann (PlainTextField) 
-
-pkgname=tepl
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Tepl;
-license=(LGPL2.1)
-depends=(amtk gtksourceview4 uchardet)
-makedepends=(gobject-introspection gtk-doc vala)
-source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f31ce335fa69061e5ab8653842c5d9c763641abbe323cc2374c273fc240d2b6e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: tepl/repos/community-x86_64/PKGBUILD (from rev 591458, 
tepl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:06:30 UTC (rev 591459)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Tobias Bohrmann (PlainTextField) 
+
+pkgname=tepl
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Tepl;
+license=(LGPL2.1)
+depends=(amtk gtksourceview4 uchardet)
+makedepends=(gobject-introspection gtk-doc vala)
+provides=(libtepl-${pkgver%%.*}.so)
+source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:06:28
  Author: heftig
Revision: 591458

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:05:21 UTC (rev 591457)
+++ PKGBUILD2020-03-08 07:06:28 UTC (rev 591458)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Joeny Ang 
-
-pkgname=simple-scan
-pkgver=3.34.4
-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=dff2c1fc3c35f812f9c62bff1d85194c84a3092f  # tags/3.34.4^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
-}

Copied: simple-scan/repos/community-x86_64/PKGBUILD (from rev 591457, 
simple-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:06:28 UTC (rev 591458)
@@ -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.36.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=2e3793f9f7c2cda03f84f3c48faeb4178c7be38b  # tags/3.36.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 gnome-builder/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:05:05
  Author: heftig
Revision: 377054

3.36.0-1

Modified:
  gnome-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:52:12 UTC (rev 377053)
+++ PKGBUILD2020-03-08 07:05:05 UTC (rev 377054)
@@ -1,8 +1,8 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-builder
-pkgver=3.34.1+11+gbf485934b
-pkgrel=3
+pkgver=3.36.0
+pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder;
 arch=(x86_64)
@@ -9,13 +9,13 @@
 license=(GPL3)
 depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang 
desktop-file-utils ctags
  libpeas vte3 vala python-jedi autoconf-archive sysprof 
flatpak-builder gspell libdazzle
- template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson)
+ template-glib jsonrpc-glib python-sphinx webkit2gtk glade python-lxml 
meson libportal)
 makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git 
mm-common
  python-sphinx_rtd_theme)
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=bf485934b3762c6915419458623b850b4a63c2a8  # gnome-builder-3-34
+_commit=d73cecfb8bf4b40df32d7f81607e5b24a3536bb4  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,16 +26,6 @@
 
 prepare() {
   cd $pkgname
-
-  # meson 0.52
-  git cherry-pick -n c8b862b491cfbbb4f79b24d7cd90e4fb1f37cb9f
-  git cherry-pick -n da26dfbf78468f5ed724e022b300a07862a95833
-
-  # libgit2 0.99
-  git cherry-pick -n 582bf0281358437cc35d96d363f0af81a1b21068
-
-  # vala 0.48
-  git cherry-pick -n fc4607dec2f3dca5dbfee7a56662856dc5a60254
 }
 
 build() {
@@ -46,7 +36,9 @@
 }
 
 check() {
-  xvfb-run meson test -C build --print-errorlogs
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
 }
 
 package() {


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:05:21
  Author: heftig
Revision: 591457

4.4.0-1

Modified:
  tepl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 07:00:03 UTC (rev 591456)
+++ PKGBUILD2020-03-08 07:05:21 UTC (rev 591457)
@@ -2,7 +2,7 @@
 # Contributor: Tobias Bohrmann (PlainTextField) 
 
 pkgname=tepl
-pkgver=4.2.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Library that eases the development of GtkSourceView-based text 
editors and IDEs"
 arch=(x86_64)
@@ -10,8 +10,9 @@
 license=(LGPL2.1)
 depends=(amtk gtksourceview4 uchardet)
 makedepends=(gobject-introspection gtk-doc vala)
+provides=(libtepl-${pkgver%%.*}.so)
 
source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f31ce335fa69061e5ab8653842c5d9c763641abbe323cc2374c273fc240d2b6e')
+sha256sums=('e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256')
 
 build() {
   cd $pkgname-$pkgver


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:00:03
  Author: heftig
Revision: 591456

3.36.0-1

Modified:
  simple-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 03:46:45 UTC (rev 591455)
+++ PKGBUILD2020-03-08 07:00:03 UTC (rev 591456)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang 
 
 pkgname=simple-scan
-pkgver=3.34.4
+pkgver=3.36.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=dff2c1fc3c35f812f9c62bff1d85194c84a3092f  # tags/3.34.4^0
+_commit=2e3793f9f7c2cda03f84f3c48faeb4178c7be38b  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/simple-scan.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:52:12
  Author: heftig
Revision: 377053

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:52:12 UTC (rev 377052)
+++ PKGBUILD2020-03-08 06:52:12 UTC (rev 377053)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-notes
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="Write out notes, every detail matters"
-url="https://wiki.gnome.org/Apps/Notes;
-arch=(x86_64)
-license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
-makedepends=(evolution python appstream-glib yelp-tools git meson)
-provides=("bijiben=$pkgver")
-conflicts=(bijiben)
-replaces=(bijiben)
-_commit=e4a264323d980c64c15faa606bf4e9ca82906593  # tags/BIJIBEN_3_34_2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;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 -D update_mimedb=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-notes/repos/extra-x86_64/PKGBUILD (from rev 377051, 
gnome-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:52:12 UTC (rev 377053)
@@ -0,0 +1,46 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-notes
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Write out notes, every detail matters"
+url="https://wiki.gnome.org/Apps/Notes;
+arch=(x86_64)
+license=(GPL)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server
+ libhandy)
+makedepends=(evolution python appstream-glib yelp-tools git meson)
+provides=("bijiben=$pkgver")
+conflicts=(bijiben)
+replaces=(bijiben)
+_commit=1e896e3ec21efaa92be30eeb42627efb5492aa5a  # tags/BIJIBEN_3_36_0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BIJIBEN_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D update_mimedb=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:52:12
  Author: heftig
Revision: 377052

archrelease: copy trunk to extra-x86_64

Added:
  devhelp/repos/extra-x86_64/PKGBUILD
(from rev 377051, devhelp/trunk/PKGBUILD)
Deleted:
  devhelp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:51:44 UTC (rev 377051)
+++ PKGBUILD2020-03-08 06:52:12 UTC (rev 377052)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgname=devhelp
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-arch=(x86_64)
-license=(GPL)
-url="https://wiki.gnome.org/Apps/Devhelp;
-depends=(webkit2gtk amtk)
-makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
-groups=(gnome-extra)
-_commit=aedf9f41d7b1f273488bf69da2e773fdbff1e699  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: devhelp/repos/extra-x86_64/PKGBUILD (from rev 377051, 
devhelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:52:12 UTC (rev 377052)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgname=devhelp
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp;
+depends=(webkit2gtk amtk)
+makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
+groups=(gnome-extra)
+_commit=36d898c0eceb96ce225ac34c2f7f4443a602e5a2  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:51:44
  Author: heftig
Revision: 377051

3.36.0-1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:50:36 UTC (rev 377050)
+++ PKGBUILD2020-03-08 06:51:44 UTC (rev 377051)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont 
 
 pkgname=devhelp
-pkgver=3.34.0
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(webkit2gtk amtk)
 makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
 groups=(gnome-extra)
-_commit=aedf9f41d7b1f273488bf69da2e773fdbff1e699  # tags/3.34.0^0
+_commit=36d898c0eceb96ce225ac34c2f7f4443a602e5a2  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:50:36
  Author: heftig
Revision: 377050

3.36.0-1

Modified:
  gnome-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:49:57 UTC (rev 377049)
+++ PKGBUILD2020-03-08 06:50:36 UTC (rev 377050)
@@ -1,18 +1,19 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-notes
-pkgver=3.34.2
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Write out notes, every detail matters"
 url="https://wiki.gnome.org/Apps/Notes;
 arch=(x86_64)
 license=(GPL)
-depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server)
+depends=(tracker webkit2gtk gnome-online-accounts evolution-data-server
+ libhandy)
 makedepends=(evolution python appstream-glib yelp-tools git meson)
 provides=("bijiben=$pkgver")
 conflicts=(bijiben)
 replaces=(bijiben)
-_commit=e4a264323d980c64c15faa606bf4e9ca82906593  # tags/BIJIBEN_3_34_2^0
+_commit=1e896e3ec21efaa92be30eeb42627efb5492aa5a  # tags/BIJIBEN_3_36_0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-notes.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;)
 sha256sums=('SKIP'
@@ -27,7 +28,7 @@
   cd $pkgname
 
   git submodule init
-  git config --local submodule.subprojects/libgd.url "$srcdir/libgd"
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
   git submodule update
 }
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:49:57
  Author: heftig
Revision: 377049

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:48:21 UTC (rev 377048)
+++ PKGBUILD2020-03-08 06:49:57 UTC (rev 377049)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mahjongg
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Disassemble a pile of tiles by removing matching pairs"
-url="https://wiki.gnome.org/Apps/Mahjongg;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg)
-makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
-groups=(gnome-extra)
-_commit=8e63b5b86219151246a69a7e839d54d73028098a  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.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
-}

Copied: gnome-mahjongg/repos/extra-x86_64/PKGBUILD (from rev 377048, 
gnome-mahjongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:49:57 UTC (rev 377049)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mahjongg
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Disassemble a pile of tiles by removing matching pairs"
+url="https://wiki.gnome.org/Apps/Mahjongg;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
+groups=(gnome-extra)
+_commit=f6e87bf3122b58b8a850337765010dd083f5de36  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.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 gnome-mahjongg/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:48:21
  Author: heftig
Revision: 377048

3.36.1-1

Modified:
  gnome-mahjongg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:46:24 UTC (rev 377047)
+++ PKGBUILD2020-03-08 06:48:21 UTC (rev 377048)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-mahjongg
-pkgver=3.34.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Disassemble a pile of tiles by removing matching pairs"
 url="https://wiki.gnome.org/Apps/Mahjongg;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git vala)
 groups=(gnome-extra)
-_commit=8e63b5b86219151246a69a7e839d54d73028098a  # tags/3.34.0^0
+_commit=f6e87bf3122b58b8a850337765010dd083f5de36  # tags/3.36.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-mahjongg.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:22
  Author: heftig
Revision: 377044

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-calendar/repos/gnome-unstable-x86_64/
  gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377042, gnome-calendar/trunk/PKGBUILD)

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

Copied: gnome-calendar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377042, 
gnome-calendar/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 06:46:22 UTC (rev 377044)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-calendar
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
+url="https://wiki.gnome.org/Apps/Calendar;
+arch=(x86_64)
+license=(GPL)
+depends=(evolution-data-server gsettings-desktop-schemas gnome-control-center 
libdazzle)
+makedepends=(python appstream-glib git meson)
+optdepends=('evolution: ICS file import')
+groups=(gnome)
+_commit=fb2830bbc2fac7d0922fa736788cd3fefb38f111  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.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
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:22
  Author: heftig
Revision: 377043

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:46:12 UTC (rev 377042)
+++ PKGBUILD2020-03-08 06:46:22 UTC (rev 377043)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-music
-pkgver=3.34.4
-pkgrel=1
-epoch=1
-pkgdesc="Music player and management application"
-url="https://wiki.gnome.org/Apps/Music;
-arch=(x86_64)
-license=(GPL)
-depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
- python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
-makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
-optdepends=('gst-plugins-good: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs')
-groups=(gnome)
-_commit=e73db52b3cc84d9f1135841b06218abbde62fc3f  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgd.git;
-"git+https://gitlab.gnome.org/mschraal/gfm.git;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/libgd "$srcdir/libgd"
-  git submodule set-url subprojects/gfm "$srcdir/gfm"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Screenshots too large?
-  meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 377042, 
gnome-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:46:22 UTC (rev 377043)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.36.0
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
+ python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=e710509ae979cd5fb1052464d25b3a1560590bc3  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+"git+https://gitlab.gnome.org/mschraal/gfm.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule set-url subprojects/gfm "$srcdir/gfm"
+  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
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:12
  Author: heftig
Revision: 377042

3.36.0-1

Modified:
  gnome-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:45:50 UTC (rev 377041)
+++ PKGBUILD2020-03-08 06:46:12 UTC (rev 377042)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-calendar
-pkgver=3.34.2
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Simple and beautiful calendar application designed to perfectly fit 
the GNOME desktop"
 url="https://wiki.gnome.org/Apps/Calendar;
@@ -12,7 +12,7 @@
 makedepends=(python appstream-glib git meson)
 optdepends=('evolution: ICS file import')
 groups=(gnome)
-_commit=98881b9071ce39b8704e9b5af4eb1faa064ba3fa  # tags/3.34.2^0
+_commit=fb2830bbc2fac7d0922fa736788cd3fefb38f111  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calendar.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:24
  Author: heftig
Revision: 377047

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:46:23 UTC (rev 377046)
+++ PKGBUILD2020-03-08 06:46:24 UTC (rev 377047)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-calculator
-pkgver=3.34.1
-pkgrel=1
-pkgdesc="GNOME Scientific calculator"
-url="https://wiki.gnome.org/Apps/Calculator;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee) 
-makedepends=(yelp-tools vala git appstream-glib meson)
-groups=(gnome)
-options=(!emptydirs)
-_commit=a8d8898b58fa35e9553b5c6039ba470a01440828  # tags/3.34.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-calculator/repos/extra-x86_64/PKGBUILD (from rev 377042, 
gnome-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:46:24 UTC (rev 377047)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-calculator
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="GNOME Scientific calculator"
+url="https://wiki.gnome.org/Apps/Calculator;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee) 
+makedepends=(yelp-tools vala git appstream-glib meson)
+groups=(gnome)
+_commit=d148e5bd99cf2265f0621df992492ab9895c63b3  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+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 gnome-maps/repos (2 files)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:23
  Author: heftig
Revision: 377045

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-maps/repos/gnome-unstable-x86_64/
  gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377042, gnome-maps/trunk/PKGBUILD)

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

Copied: gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377042, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 06:46:23 UTC (rev 377045)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=2bea5fff4b468038da7dfd72bef3dac4a27938d3  # tags/v3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;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 tali/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:46:23
  Author: heftig
Revision: 377046

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:46:23 UTC (rev 377045)
+++ PKGBUILD2020-03-08 06:46:23 UTC (rev 377046)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=tali
-pkgver=3.32.1
-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=99a7764d977084e4d4ffcdd34e0aaa63462b7f37  # tags/3.32.1^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
-}

Copied: tali/repos/extra-x86_64/PKGBUILD (from rev 377042, tali/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:46:23 UTC (rev 377046)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=tali
+pkgver=3.36.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=3105390a694932bfb480e7463cd63e1fc3e418e1  # tags/3.36.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 gnome-calculator/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:45:50
  Author: heftig
Revision: 377041

3.36.0-1

Modified:
  gnome-calculator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:44:33 UTC (rev 377040)
+++ PKGBUILD2020-03-08 06:45:50 UTC (rev 377041)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-calculator
-pkgver=3.34.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="GNOME Scientific calculator"
 url="https://wiki.gnome.org/Apps/Calculator;
@@ -11,8 +11,7 @@
 depends=(gtk3 dconf gtksourceview4 mpfr libsoup libmpc libgee) 
 makedepends=(yelp-tools vala git appstream-glib meson)
 groups=(gnome)
-options=(!emptydirs)
-_commit=a8d8898b58fa35e9553b5c6039ba470a01440828  # tags/3.34.1^0
+_commit=d148e5bd99cf2265f0621df992492ab9895c63b3  # tags/3.36.0^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-calculator.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:44:33
  Author: heftig
Revision: 377040

3.36.0-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:42:47 UTC (rev 377039)
+++ PKGBUILD2020-03-08 06:44:33 UTC (rev 377040)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.34.3
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
 arch=(x86_64)
 license=(GPL)
-depends=(geocode-glib geoclue2 gjs libchamplain libgee folks gfbgraph)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=13cf7ea55b5132b681e347d902a6940ee669e5b8  # tags/v3.34.3^0
+_commit=2bea5fff4b468038da7dfd72bef3dac4a27938d3  # tags/v3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:42:12
  Author: heftig
Revision: 377038

3.36.0-1

Modified:
  tali/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:49 UTC (rev 377037)
+++ PKGBUILD2020-03-08 06:42:12 UTC (rev 377038)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=tali
-pkgver=3.32.1
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Beat the odds in a poker-style dice game"
 url="https://wiki.gnome.org/Apps/Tali;
@@ -11,7 +11,7 @@
 depends=(gtk3 librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=99a7764d977084e4d4ffcdd34e0aaa63462b7f37  # tags/3.32.1^0
+_commit=3105390a694932bfb480e7463cd63e1fc3e418e1  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:45
  Author: heftig
Revision: 377032

archrelease: copy trunk to extra-x86_64

Added:
  yelp/repos/extra-x86_64/PKGBUILD
(from rev 377027, yelp/trunk/PKGBUILD)
Deleted:
  yelp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:44 UTC (rev 377031)
+++ PKGBUILD2020-03-08 06:41:45 UTC (rev 377032)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=yelp
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Get help with GNOME"
-url="https://wiki.gnome.org/Apps/Yelp;
-license=(GPL)
-arch=(x86_64)
-depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
-makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb 
appstream-glib)
-groups=(gnome)
-_commit=7740922640e77af3c96e4362db496b90b138cda3  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/yelp.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 --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  # Documentation generation segfaults without X11
-  xvfb-run -a -n 81 -s "-extension GLX -screen 0 1280x1024x24" make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp/repos/extra-x86_64/PKGBUILD (from rev 377027, yelp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:45 UTC (rev 377032)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=yelp
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Get help with GNOME"
+url="https://wiki.gnome.org/Apps/Yelp;
+license=(GPL)
+arch=(x86_64)
+depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
+makedepends=(gtk-doc itstool autoconf-archive git xorg-server-xvfb 
appstream-glib)
+groups=(gnome)
+_commit=3bf412214bf80a586406d5a75226ada38a877985  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp.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 --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  # Documentation generation segfaults without X11
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:42:47
  Author: heftig
Revision: 377039

3.36.0-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:42:12 UTC (rev 377038)
+++ PKGBUILD2020-03-08 06:42:47 UTC (rev 377039)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.34.4
+pkgver=3.36.0
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
@@ -17,7 +17,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=e73db52b3cc84d9f1135841b06218abbde62fc3f  # tags/3.34.4^0
+_commit=e710509ae979cd5fb1052464d25b3a1560590bc3  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;
 "git+https://gitlab.gnome.org/mschraal/gfm.git;)
@@ -45,8 +45,7 @@
 }
 
 check() {
-  # Screenshots too large?
-  meson test -C build --print-errorlogs || :
+  meson test -C build --print-errorlogs
 }
 
 package() {


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:46
  Author: heftig
Revision: 377034

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:46 UTC (rev 377033)
+++ PKGBUILD2020-03-08 06:41:46 UTC (rev 377034)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-mines
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Clear hidden mines from a minefield"
-url="https://wiki.gnome.org/Apps/Mines;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 librsvg libgnome-games-support)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=8b578976eceae5ee397a3487104f9e380f859b24  # tags/3.34.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.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
-}

Copied: gnome-mines/repos/extra-x86_64/PKGBUILD (from rev 377029, 
gnome-mines/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:46 UTC (rev 377034)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-mines
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Clear hidden mines from a minefield"
+url="https://wiki.gnome.org/Apps/Mines;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 librsvg libgnome-games-support)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=a2fcc0b0e14e57c2cea41acd7fe7ee3f2a39611b  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-mines.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 gthumb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:49
  Author: heftig
Revision: 377037

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:48 UTC (rev 377036)
+++ PKGBUILD2020-03-08 06:41:49 UTC (rev 377037)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Kieslich 
-
-pkgname=gthumb
-pkgver=3.8.3
-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=ca8f528209ab78935c30e42fe53bdf1a24f3cb44  # tags/3.8.3^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
-}

Copied: gthumb/repos/extra-x86_64/PKGBUILD (from rev 377034, 
gthumb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:49 UTC (rev 377037)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Kieslich 
+
+pkgname=gthumb
+pkgver=3.9.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)
+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=1752d0248290e7c93a1021de2e7837e612aff6f9  # tags/3.9.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 gnome-nibbles/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:44
  Author: heftig
Revision: 377030

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:43 UTC (rev 377029)
+++ PKGBUILD2020-03-08 06:41:44 UTC (rev 377030)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.34.2
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-url="https://wiki.gnome.org/Apps/Nibbles;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=1e3bd8eecea95287eb3a73cd3ca6d38e8dd3  # tags/3.34.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.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
-}

Copied: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 377027, 
gnome-nibbles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:44 UTC (rev 377030)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+url="https://wiki.gnome.org/Apps/Nibbles;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=9111f48bececa820e5b5bc5cc7e4596d0fd7ddf0  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.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 file-roller/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:46
  Author: heftig
Revision: 377033

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 377027, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:45 UTC (rev 377032)
+++ PKGBUILD2020-03-08 06:41:46 UTC (rev 377033)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.32.4
-pkgrel=1
-pkgdesc="Create and modify archives"
-url="https://wiki.gnome.org/Apps/FileRoller;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
-makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
-optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
-'unrar: better RAR archive support'
-'unace: ACE archive support'
-'lrzip: lrzip archive support')
-groups=(gnome)
-_commit=ac84b4a92145f65e507f07126a832edf78abfd5b  # tags/3.32.4^0
-source=("git+https://gitlab.gnome.org/GNOME/file-roller.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
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 377027, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:46 UTC (rev 377033)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(yelp-tools git libnautilus-extension meson appstream-glib)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support'
+'squashfs-tools: squashfs image support')
+groups=(gnome)
+_commit=448229e786ca0aa8392d796ce2a195c94888971e  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/file-roller.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 gnome-system-monitor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:48
  Author: heftig
Revision: 377036

archrelease: copy trunk to extra-x86_64

Added:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD
(from rev 377033, gnome-system-monitor/trunk/PKGBUILD)
Deleted:
  gnome-system-monitor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:47 UTC (rev 377035)
+++ PKGBUILD2020-03-08 06:41:48 UTC (rev 377036)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-system-monitor
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="View current processes and monitor system state"
-url="https://wiki.gnome.org/Apps/SystemMonitor;
-arch=(x86_64)
-license=(GPL)
-depends=(libgtop gtkmm3 librsvg systemd)
-makedepends=(meson yelp-tools git)
-groups=(gnome)
-_commit=bab950c2f3b51902251d71d48880ca765c5c8277  # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.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-system-monitor/repos/extra-x86_64/PKGBUILD (from rev 377033, 
gnome-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:48 UTC (rev 377036)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-system-monitor
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="View current processes and monitor system state"
+url="https://wiki.gnome.org/Apps/SystemMonitor;
+arch=(x86_64)
+license=(GPL)
+depends=(libgtop gtkmm3 librsvg systemd)
+makedepends=(meson yelp-tools git)
+groups=(gnome)
+_commit=ea4f8d2b248cbfd303b62a3bd10a64921d754a59  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.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 yelp/trunk (PKGBUILD)

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:25
  Author: heftig
Revision: 377026

3.36.0-1

Modified:
  yelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 06:39:29 UTC (rev 377025)
+++ PKGBUILD2020-03-08 06:41:25 UTC (rev 377026)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=yelp
-pkgver=3.34.0
+pkgver=3.36.0
 pkgrel=1
 pkgdesc="Get help with GNOME"
 url="https://wiki.gnome.org/Apps/Yelp;
@@ -9,9 +9,9 @@
 license=(GPL)
 arch=(x86_64)
 depends=(webkit2gtk yelp-xsl libxslt xz bzip2)
-makedepends=(intltool gtk-doc itstool autoconf-archive git xorg-server-xvfb 
appstream-glib)
+makedepends=(gtk-doc itstool autoconf-archive git xorg-server-xvfb 
appstream-glib)
 groups=(gnome)
-_commit=7740922640e77af3c96e4362db496b90b138cda3  # tags/3.34.0^0
+_commit=3bf412214bf80a586406d5a75226ada38a877985  # tags/3.36.0^0
 source=("git+https://gitlab.gnome.org/GNOME/yelp.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -32,7 +32,7 @@
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
   # Documentation generation segfaults without X11
-  xvfb-run -a -n 81 -s "-extension GLX -screen 0 1280x1024x24" make
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' make
 }
 
 package() {


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:47
  Author: heftig
Revision: 377035

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:46 UTC (rev 377034)
+++ PKGBUILD2020-03-08 06:41:47 UTC (rev 377035)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-# Contributor: Ionut Biru 
-
-pkgname=gtksourceview4
-pkgver=4.4.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=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
-checkdepends=(xorg-server-xvfb)
-_commit=6cbb07d5454ccb46ee053cc458391289cc2fb630  # tags/4.4.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
-}
-
-build() {
-  arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  xvfb-run meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gtksourceview4/repos/extra-x86_64/PKGBUILD (from rev 377027, 
gtksourceview4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:47 UTC (rev 377035)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+# Contributor: Ionut Biru 
+
+pkgname=gtksourceview4
+pkgver=4.6.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=(gobject-introspection vala gtk-doc glade yelp-tools git meson)
+checkdepends=(xorg-server-xvfb)
+provides=(libgtksourceview-${pkgver%%.*}.so)
+_commit=71af6ab1c48f97599c3d6457246b1e5c2de879f0  # tags/4.6.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
+}
+
+build() {
+  arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:40
  Author: heftig
Revision: 377027

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  lightsoff/repos/gnome-unstable-x86_64/
  lightsoff/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377026, lightsoff/trunk/PKGBUILD)

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

Copied: lightsoff/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377026, 
lightsoff/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 06:41:40 UTC (rev 377027)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=lightsoff
+pkgver=3.36.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=064870314de4c5ae5929a2476d6211ee48c5c0ce  # tags/3.36.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 --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:43
  Author: heftig
Revision: 377029

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  totem/repos/gnome-unstable-x86_64/
  totem/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377027, totem/trunk/PKGBUILD)

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

Copied: totem/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377027, 
totem/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 06:41:43 UTC (rev 377029)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=totem
+pkgver=3.34.1
+pkgrel=2
+pkgdesc="Movie player for the GNOME desktop based on GStreamer"
+url="https://wiki.gnome.org/Apps/Videos;
+arch=(x86_64)
+license=(GPL2 custom)
+depends=(totem-plparser iso-codes libpeas clutter-gtk clutter-gst grilo 
gsettings-desktop-schemas
+ dconf python-gobject python-xdg gnome-desktop gst-plugins-base 
gst-plugins-good
+ gst-plugins-bad)
+makedepends=(libnautilus-extension itstool docbook-xsl python-pylint
+ gobject-introspection git appstream-glib gtk-doc meson intltool)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'grilo-plugins: Media discovery'
+'python-dbus: MPRIS plugin')
+groups=(gnome)
+conflicts=(totem-plugin)
+replaces=(totem-plugin)
+_commit=8579f3c7bd4811a1ff2dc782efaae71f70e6954e  # tags/V_3_34_1^0
+source=("git+https://gitlab.gnome.org/GNOME/totem.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:44
  Author: heftig
Revision: 377031

archrelease: copy trunk to extra-x86_64

Added:
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 377027, epiphany/trunk/PKGBUILD)
Deleted:
  epiphany/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 06:41:44 UTC (rev 377030)
+++ PKGBUILD2020-03-08 06:41:44 UTC (rev 377031)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=epiphany
-pkgver=3.34.4
-pkgrel=1
-pkgdesc="A GNOME web browser based on the WebKit rendering engine"
-url="https://wiki.gnome.org/Apps/Web;
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk gcr icu libdazzle libhandy)
-makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
- appstream-glib git meson)
-checkdepends=(xorg-server-xvfb)
-groups=(gnome)
-_commit=12796df37ad2972070555e37fbe669204bfc632d  # tags/3.34.4^0
-source=("git+https://gitlab.gnome.org/GNOME/epiphany.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() {
-  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
-  xvfb-run meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 377027, 
epiphany/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 06:41:44 UTC (rev 377031)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.36.0
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr icu libdazzle libhandy)
+makedepends=(docbook-xml startup-notification lsb-release 
gobject-introspection yelp-tools
+ appstream-glib git meson)
+checkdepends=(xorg-server-xvfb)
+groups=(gnome)
+_commit=9ad499a7e0630e7e5f9e6bc44e79b6e3dca32c8f  # tags/3.36.0^0
+source=("git+https://gitlab.gnome.org/GNOME/epiphany.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() {
+  # 
ERROR:../epiphany/tests/ephy-web-app-utils-test.c:109:test_web_app_lifetime: 
assertion failed (g_list_length (apps) == 1): (0 == 1)
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 06:41:43
  Author: heftig
Revision: 377028

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  polari/repos/gnome-unstable-x86_64/
  polari/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377027, polari/trunk/PKGBUILD)

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

Copied: polari/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377027, 
polari/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2020-03-08 06:41:43 UTC (rev 377028)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=polari
+pkgver=3.36.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 yelp-tools appstream-glib git meson)
+groups=(gnome-extra)
+_commit=42bed50c5920eb8e63de0ace0efa9487df1a8fb2  # tags/3.36.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 --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


  1   2   3   4   5   6   >