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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 01:21:47
  Author: bgyorgy
Revision: 926075

archrelease: copy trunk to community-x86_64

Added:
  gavl/repos/community-x86_64/PKGBUILD
(from rev 926074, gavl/trunk/PKGBUILD)
Deleted:
  gavl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-02 01:21:39 UTC (rev 926074)
+++ PKGBUILD2021-05-02 01:21:47 UTC (rev 926075)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Lukas Fleischer 
-# Contributor: Robert Emil Berge 
-# Contributor: Mateusz Herych 
-
-pkgname=gavl
-pkgver=1.4.0
-pkgrel=4
-pkgdesc='Low level library, upon which multimedia APIs can be built'
-arch=('x86_64')
-url='http://gmerlin.sourceforge.net/'
-license=('GPL')
-depends=('glibc')
-makedepends=('doxygen')
-source=("https://downloads.sourceforge.net/gmerlin/$pkgname-$pkgver.tar.gz;)
-sha256sums=('51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build
-  sed -i 's|volume_test_LDADD = ../gavl/libgavl.la|volume_test_LDADD = -lm 
../gavl/libgavl.la|' src/Makefile.{am,in}
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-cpuflags=none
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gavl/repos/community-x86_64/PKGBUILD (from rev 926074, 
gavl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-02 01:21:47 UTC (rev 926075)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+# Contributor: Lukas Fleischer 
+# Contributor: Robert Emil Berge 
+# Contributor: Mateusz Herych 
+
+pkgname=gavl
+pkgver=1.4.0
+pkgrel=5
+pkgdesc='Low level library, upon which multimedia APIs can be built'
+arch=('x86_64')
+url='http://gmerlin.sourceforge.net/'
+license=('GPL')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://downloads.sourceforge.net/gmerlin/$pkgname-$pkgver.tar.gz;)
+sha256sums=('51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build
+  sed -i 's|volume_test_LDADD = ../gavl/libgavl.la|volume_test_LDADD = -lm 
../gavl/libgavl.la|' src/Makefile.{am,in}
+  sed -i 's/LDFLAGS="$GMERLIN_DEP_RPATH"/LDFLAGS="$LDFLAGS 
$GMERLIN_DEP_RPATH"/' configure{,.ac}
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-cpuflags=none
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 01:21:39
  Author: bgyorgy
Revision: 926074

upgpkg: gavl 1.4.0-5: Honor LDFLAGS

Modified:
  gavl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:53:05 UTC (rev 926073)
+++ PKGBUILD2021-05-02 01:21:39 UTC (rev 926074)
@@ -5,7 +5,7 @@
 
 pkgname=gavl
 pkgver=1.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Low level library, upon which multimedia APIs can be built'
 arch=('x86_64')
 url='http://gmerlin.sourceforge.net/'
@@ -19,6 +19,7 @@
   cd $pkgname-$pkgver
   # Fix build
   sed -i 's|volume_test_LDADD = ../gavl/libgavl.la|volume_test_LDADD = -lm 
../gavl/libgavl.la|' src/Makefile.{am,in}
+  sed -i 's/LDFLAGS="$GMERLIN_DEP_RPATH"/LDFLAGS="$LDFLAGS 
$GMERLIN_DEP_RPATH"/' configure{,.ac}
 }
 
 build() {


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:53:05
  Author: bgyorgy
Revision: 926073

Minor change

Modified:
  flowblade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:50:04 UTC (rev 926072)
+++ PKGBUILD2021-05-02 00:53:05 UTC (rev 926073)
@@ -8,7 +8,7 @@
 arch=('any')
 url='https://jliljebl.github.io/flowblade/'
 license=('GPL3')
-depends=('ffmpeg' 'frei0r-plugins' 'gmic' 'gtk3' 'mlt' 'python-cairo' 
'python-dbus'
+depends=('dbus-python' 'ffmpeg' 'frei0r-plugins' 'gmic' 'gtk3' 'mlt' 
'python-cairo'
  'python-gobject' 'python-numpy' 'python-pillow' 'sdl_image' 
'swh-plugins')
 
source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('3753363d15caa6f1901118132a87f92d3b5e843c325775dbd83b30ee4d2a9bbf')


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:50:04
  Author: bgyorgy
Revision: 926072

Minor changes

Modified:
  frei0r-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:42:18 UTC (rev 926071)
+++ PKGBUILD2021-05-02 00:50:04 UTC (rev 926072)
@@ -4,27 +4,23 @@
 pkgname=frei0r-plugins
 pkgver=1.7.0
 pkgrel=1
-pkgdesc="Minimalistic plugin API for video effects"
+pkgdesc='Minimalistic plugin API for video effects'
 arch=('x86_64')
-url="https://frei0r.dyne.org/;
-license=('GPL')
+url='https://frei0r.dyne.org/'
+license=('GPL2')
 depends=('cairo' 'gavl')
-makedepends=('cmake' 'doxygen') # opencv - not compatible with 4.0
+makedepends=('cmake' 'doxygen' 'ninja') # opencv - not compatible with 4.0
 #optdepends=('opencv: for facebl0r and facedetect plugins')
-source=(https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz{,.asc})
+source=("https://files.dyne.org/frei0r/$pkgname-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio 
(Jaromil)
 sha256sums=('1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a'
 'SKIP')
 
 build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
+  cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
 }
 
 package() {
-  cd build
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:42:18
  Author: bgyorgy
Revision: 926071

Minor changes

Modified:
  gmtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:39:02 UTC (rev 926070)
+++ PKGBUILD2021-05-02 00:42:18 UTC (rev 926071)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('gtk3' 'mplayer')
 makedepends=('intltool')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz;)
+source=("https://github.com/kdekorte/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('fc23c853deb35ee35db06dd3da5069ce3dc64faf3a0053324616fadf81a415db')
 
 build() {


[arch-commits] Commit in gtk-sharp-3/repos/community-x86_64 (3 files)

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:39:02
  Author: bgyorgy
Revision: 926070

archrelease: copy trunk to community-x86_64

Added:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD
(from rev 926069, gtk-sharp-3/trunk/PKGBUILD)
  gtk-sharp-3/repos/community-x86_64/fix-build.patch
(from rev 926069, gtk-sharp-3/trunk/fix-build.patch)
Deleted:
  gtk-sharp-3/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   64 --
 fix-build.patch |   46 ++
 2 files changed, 80 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-02 00:38:53 UTC (rev 926069)
+++ PKGBUILD2021-05-02 00:39:02 UTC (rev 926070)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gtk-sharp-3
-_pkgname=gtk-sharp
-pkgver=2.99.3
-pkgrel=2
-pkgdesc="C# bindings for GTK+ 3"
-arch=('x86_64')
-url="http://mono-project.com/GtkSharp;
-license=('LGPL')
-depends=('mono' 'gtk3')
-source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  sed -i 's/gmcs/mcs/' configure{,.ac}
-  sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i 
gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gtk-sharp-3/repos/community-x86_64/PKGBUILD (from rev 926069, 
gtk-sharp-3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-02 00:39:02 UTC (rev 926070)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György 
+
+pkgname=gtk-sharp-3
+_pkgname=gtk-sharp
+pkgver=2.99.3
+pkgrel=3
+pkgdesc='C# bindings for GTK+ 3'
+arch=('x86_64')
+url='https://www.mono-project.com/docs/gui/gtksharp/'
+license=('LGPL')
+depends=('mono' 'gtk3')
+source=("https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
+'fix-build.patch')
+sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2'
+'730fc67fae27451085a6b7cbd7a838561718bf8358b1ef8a77af01e341812f09')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../fix-build.patch
+  sed -i 's/gmcs/mcs/' configure{,.ac}
+  sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i 
gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
+}
+
+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: gtk-sharp-3/repos/community-x86_64/fix-build.patch (from rev 926069, 
gtk-sharp-3/trunk/fix-build.patch)
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2021-05-02 00:39:02 UTC (rev 926070)
@@ -0,0 +1,46 @@
+From a00552ad68ae349e89e440dca21b86dbd6bccd30 Mon Sep 17 00:00:00 2001
+From: Ankit Jain 
+Date: Tue, 19 Feb 2019 23:53:27 -0500
+Subject: [PATCH] Fix build failure with mcs caused by C#8 changes in mcs
+ (#263)
+
+Recent addition of C#8 features to mcs possibly broke this:
+
+```
+mcs -out:WidgetViewer.exe -r:../../glib/glib-sharp.dll 
-r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll 
-r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./TestCheckButton.cs 
./TestColorSelection.cs ./TestRadioButton.cs ./TestRange.cs ./TestStatusbar.cs 
./TestDialog.cs ./TestFlipping.cs ./TestSizeGroup.cs ./TestCombo.cs 
./TestComboBox.cs ./WidgetViewer.cs
+./TestCombo.cs(17,14): warning CS0612: `Gtk.Combo' is obsolete
+./TestRange.cs(35,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)
+@/external/bockbuild/builds/gtk-sharp-None/sample/test/../../gtk/gtk-sharp.dll 
(Location of the symbol related to previous error)
+./TestRange.cs(35,13): error CS0030: Cannot convert type `Gtk.HScale' to 
`System.Range'
+./TestRange.cs(42,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)
+@/external/bockbuild/builds/gtk-sharp-None/sample/test/../../gtk/gtk-sharp.dll 
(Location of the symbol related to previous error)
+./TestRange.cs(42,13): error CS0030: Cannot convert type `Gtk.HScrollbar' to 
`System.Range'
+./TestRange.cs(62,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)

[arch-commits] Commit in gtk-sharp-3/trunk (PKGBUILD fix-build.patch)

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:38:53
  Author: bgyorgy
Revision: 926069

upgpkg: gtk-sharp-3 2.99.3-3: Fix build

Added:
  gtk-sharp-3/trunk/fix-build.patch
Modified:
  gtk-sharp-3/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 fix-build.patch |   46 ++
 2 files changed, 55 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:22:08 UTC (rev 926068)
+++ PKGBUILD2021-05-02 00:38:53 UTC (rev 926069)
@@ -3,17 +3,20 @@
 pkgname=gtk-sharp-3
 _pkgname=gtk-sharp
 pkgver=2.99.3
-pkgrel=2
-pkgdesc="C# bindings for GTK+ 3"
+pkgrel=3
+pkgdesc='C# bindings for GTK+ 3'
 arch=('x86_64')
-url="https://www.mono-project.com/docs/gui/gtksharp/;
+url='https://www.mono-project.com/docs/gui/gtksharp/'
 license=('LGPL')
 depends=('mono' 'gtk3')
-source=(https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2')
+source=("https://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz;
+'fix-build.patch')
+sha256sums=('6440f571416267ae0cb5698071d087b31e3084693fa2c829b1db37ca7ea2c3a2'
+'730fc67fae27451085a6b7cbd7a838561718bf8358b1ef8a77af01e341812f09')
 
 prepare() {
   cd $_pkgname-$pkgver
+  patch -Np1 -i ../fix-build.patch
   sed -i 's/gmcs/mcs/' configure{,.ac}
   sed -e '/MONO_PROFILE_ENTER_LEAVE/d' -i 
gtk/gui-thread-check/profiler/gui-thread-check.c # Fix build with newer mono
 }
@@ -21,6 +24,7 @@
 build() {
   cd $_pkgname-$pkgver
   ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2021-05-02 00:38:53 UTC (rev 926069)
@@ -0,0 +1,46 @@
+From a00552ad68ae349e89e440dca21b86dbd6bccd30 Mon Sep 17 00:00:00 2001
+From: Ankit Jain 
+Date: Tue, 19 Feb 2019 23:53:27 -0500
+Subject: [PATCH] Fix build failure with mcs caused by C#8 changes in mcs
+ (#263)
+
+Recent addition of C#8 features to mcs possibly broke this:
+
+```
+mcs -out:WidgetViewer.exe -r:../../glib/glib-sharp.dll 
-r:../../pango/pango-sharp.dll -r:../../atk/atk-sharp.dll 
-r:../../gdk/gdk-sharp.dll -r:../../gtk/gtk-sharp.dll ./TestCheckButton.cs 
./TestColorSelection.cs ./TestRadioButton.cs ./TestRange.cs ./TestStatusbar.cs 
./TestDialog.cs ./TestFlipping.cs ./TestSizeGroup.cs ./TestCombo.cs 
./TestComboBox.cs ./WidgetViewer.cs
+./TestCombo.cs(17,14): warning CS0612: `Gtk.Combo' is obsolete
+./TestRange.cs(35,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)
+@/external/bockbuild/builds/gtk-sharp-None/sample/test/../../gtk/gtk-sharp.dll 
(Location of the symbol related to previous error)
+./TestRange.cs(35,13): error CS0030: Cannot convert type `Gtk.HScale' to 
`System.Range'
+./TestRange.cs(42,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)
+@/external/bockbuild/builds/gtk-sharp-None/sample/test/../../gtk/gtk-sharp.dll 
(Location of the symbol related to previous error)
+./TestRange.cs(42,13): error CS0030: Cannot convert type `Gtk.HScrollbar' to 
`System.Range'
+./TestRange.cs(62,6): error CS0104: `Range' is an ambiguous reference between 
`System.Range' and `Gtk.Range'
+@/external/bockbuild/stage/lib/mono/4.5/mscorlib.dll (Location of the symbol 
related to previous error)
+@/external/bockbuild/builds/gtk-sharp-None/sample/test/../../gtk/gtk-sharp.dll 
(Location of the symbol related to previous error)
+./TestRange.cs(62,13): error CS0030: Cannot convert type `Gtk.VScale' to 
`System.Range'
+```
+
+This is because the compiler is resolving `Range` in the test as `System.Range`
+instead of `Gtk.Range`, so we disambiguate it.
+
+/cc @marek-safar
+---
+ sample/test/TestRange.cs | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/sample/test/TestRange.cs b/sample/test/TestRange.cs
+index 35fc8a6dd..d44a77d85 100644
+--- a/sample/test/TestRange.cs
 b/sample/test/TestRange.cs
+@@ -9,6 +9,8 @@
+ using System;
+ 
+ using Gtk;
++// disambiguate, Gtk.Range vs System.Range
++using Range=Gtk.Range;
+ 
+ namespace WidgetViewer {
+ 


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Sunday, May 2, 2021 @ 00:32:30
  Author: heftig
Revision: 414150

archrelease: copy trunk to extra-x86_64

Added:
  vala/repos/extra-x86_64/PKGBUILD
(from rev 414149, vala/trunk/PKGBUILD)
Deleted:
  vala/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-02 00:32:25 UTC (rev 414149)
+++ PKGBUILD2021-05-02 00:32:30 UTC (rev 414150)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.52.2
-pkgrel=1
-pkgdesc='Compiler for the GObject type system'
-url='https://wiki.gnome.org/Projects/Vala'
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
-makedepends=(libxslt vala git help2man autoconf-archive)
-checkdepends=(dbus libx11 gobject-introspection)
-provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
-conflicts=(valadoc)
-replaces=(valadoc)
-_commit=23ccd787768508b5b1215a2a8e4c361422eebb17  # tags/0.52.2^0
-source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  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
-}
-
-# vim: ts=2 sw=2 et:

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 414149, vala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-02 00:32:30 UTC (rev 414150)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.52.3
+pkgrel=1
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
+makedepends=(libxslt vala git help2man autoconf-archive)
+checkdepends=(dbus libx11 gobject-introspection)
+provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
+conflicts=(valadoc)
+replaces=(valadoc)
+_commit=1cccfb73ab48ea43475e828e158d6556bbd4efd4  # tags/0.52.3^0
+source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  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
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Sunday, May 2, 2021 @ 00:32:25
  Author: heftig
Revision: 414149

0.52.3-1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:32:11 UTC (rev 414148)
+++ PKGBUILD2021-05-02 00:32:25 UTC (rev 414149)
@@ -4,7 +4,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.52.2
+pkgver=0.52.3
 pkgrel=1
 pkgdesc='Compiler for the GObject type system'
 url='https://wiki.gnome.org/Projects/Vala'
@@ -16,7 +16,7 @@
 provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so)
 conflicts=(valadoc)
 replaces=(valadoc)
-_commit=23ccd787768508b5b1215a2a8e4c361422eebb17  # tags/0.52.2^0
+_commit=1cccfb73ab48ea43475e828e158d6556bbd4efd4  # tags/0.52.3^0
 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Sunday, May 2, 2021 @ 00:32:11
  Author: heftig
Revision: 414148

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-02 00:32:03 UTC (rev 414147)
+++ PKGBUILD2021-05-02 00:32:11 UTC (rev 414148)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-user-docs
-pkgver=40.0
-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=a95a6ad9ab8b59238a6e6cd2cc6273faf35775aa  # tags/40.0^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 414147, 
gnome-user-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-02 00:32:11 UTC (rev 414148)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-user-docs
+pkgver=40.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=a107797ebefc7659f0dbf6b2e4f60ad68628de5a  # tags/40.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
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Sunday, May 2, 2021 @ 00:32:03
  Author: heftig
Revision: 414147

40.1-1

Modified:
  gnome-user-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:30:02 UTC (rev 414146)
+++ PKGBUILD2021-05-02 00:32:03 UTC (rev 414147)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-user-docs
-pkgver=40.0
+pkgver=40.1
 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=a95a6ad9ab8b59238a6e6cd2cc6273faf35775aa  # tags/40.0^0
+_commit=a107797ebefc7659f0dbf6b2e4f60ad68628de5a  # tags/40.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-05-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, May 2, 2021 @ 00:22:08
  Author: foutrelis
Revision: 926068

archrelease: copy trunk to community-any

Added:
  cloc/repos/community-any/PKGBUILD
(from rev 926067, cloc/trunk/PKGBUILD)
Deleted:
  cloc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-02 00:22:02 UTC (rev 926067)
+++ PKGBUILD2021-05-02 00:22:08 UTC (rev 926068)
@@ -1,21 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Diogo Ferreira 
-
-pkgname=cloc
-pkgver=1.88
-pkgrel=1
-pkgdesc="Count lines of code"
-arch=('any')
-url="https://github.com/AlDanial/cloc;
-license=('GPL')
-depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
- 'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/cloc/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e4e30f083bf4e4a5efbe29efa0f6cefa223ba4e841ad1337653ad1f52702dc6f')
-
-package() {
-  cd $pkgname-$pkgver/Unix
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cloc/repos/community-any/PKGBUILD (from rev 926067, cloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-02 00:22:08 UTC (rev 926068)
@@ -0,0 +1,21 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Diogo Ferreira 
+
+pkgname=cloc
+pkgver=1.90
+pkgrel=1
+pkgdesc="Count lines of code"
+arch=('any')
+url="https://github.com/AlDanial/cloc;
+license=('GPL')
+depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
+ 'perl-parallel-forkmanager')
+source=(https://github.com/AlDanial/cloc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('152502a61d4bae4a406a05a01bf52489b310ec03dbd8c645d0bb051fa4717ddb')
+
+package() {
+  cd $pkgname-$pkgver/Unix
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Evangelos Foutras via arch-commits
Date: Sunday, May 2, 2021 @ 00:22:02
  Author: foutrelis
Revision: 926067

upgpkg: cloc 1.90-1: new upstream release

Modified:
  cloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:20:42 UTC (rev 926066)
+++ PKGBUILD2021-05-02 00:22:02 UTC (rev 926067)
@@ -2,7 +2,7 @@
 # Contributor: Diogo Ferreira 
 
 pkgname=cloc
-pkgver=1.88
+pkgver=1.90
 pkgrel=1
 pkgdesc="Count lines of code"
 arch=('any')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('perl' 'perl-algorithm-diff' 'perl-regexp-common'
  'perl-parallel-forkmanager')
-source=(https://github.com/AlDanial/cloc/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e4e30f083bf4e4a5efbe29efa0f6cefa223ba4e841ad1337653ad1f52702dc6f')
+source=(https://github.com/AlDanial/cloc/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('152502a61d4bae4a406a05a01bf52489b310ec03dbd8c645d0bb051fa4717ddb')
 
 package() {
   cd $pkgname-$pkgver/Unix


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:20:42
  Author: bgyorgy
Revision: 926066

Minor changes

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-02 00:07:42 UTC (rev 926065)
+++ PKGBUILD2021-05-02 00:20:42 UTC (rev 926066)
@@ -7,23 +7,26 @@
 pkgname=dvdauthor
 pkgver=0.7.2
 pkgrel=10
-pkgdesc="DVD authoring tools"
+pkgdesc='DVD authoring tools'
 arch=('x86_64')
-url="http://dvdauthor.sourceforge.net/;
-license=('GPL')
+url='http://dvdauthor.sourceforge.net/'
+license=('GPL2')
 depends=('libdvdread' 'imagemagick' 'libxml2')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
-"dvdauthor-0.7.2-imagemagick7.patch")
+'dvdauthor-0.7.2-imagemagick7.patch')
 sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7'
 '5c6a6c1cca2fdb2a0037507361980de7ed3bf6c603cb85e9ce273eaf0028dc00')
 
 prepare() {
   cd $pkgname
+
   # Port to imagemagick 7
   # https://bugs.gentoo.org/610574#c2
   patch -Np1 -i ../dvdauthor-0.7.2-imagemagick7.patch
+
   # don't search for obsolete freetype-config
   sed -e 's|freetype-config|pkg-config freetype2|' -i configure.ac
+
   autoreconf -vi
 }
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Sunday, May 2, 2021 @ 00:07:42
  Author: bgyorgy
Revision: 926065

Minor changes

Modified:
  wxsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 23:27:19 UTC (rev 926064)
+++ PKGBUILD2021-05-02 00:07:42 UTC (rev 926065)
@@ -8,12 +8,12 @@
 pkgname=wxsvg
 pkgver=1.5.22
 pkgrel=2
-pkgdesc="C++ library to create, manipulate and render SVG files"
-arch=(x86_64)
-url="http://wxsvg.sourceforge.net/;
+pkgdesc='C++ library to create, manipulate and render SVG files'
+arch=('x86_64')
+url='http://wxsvg.sourceforge.net/'
 license=('custom:wxWindows')
-depends=(ffmpeg libexif wxgtk3)
-makedepends=(webkit2gtk)
+depends=('ffmpeg' 'libexif' 'wxgtk3')
+makedepends=('webkit2gtk')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
 sha256sums=('0de168cd9f0ccd309b8640c1b6e89f2a906983bc12efe75b0c5cd30f1eaff529')
 


[arch-commits] Commit in dvdstyler/trunk (PKGBUILD dvdstyler.appdata.xml)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 23:27:19
  Author: bgyorgy
Revision: 926064

Minor changes

Modified:
  dvdstyler/trunk/PKGBUILD
  dvdstyler/trunk/dvdstyler.appdata.xml

---+
 PKGBUILD  |   18 +-
 dvdstyler.appdata.xml |   10 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 23:04:00 UTC (rev 926063)
+++ PKGBUILD2021-05-01 23:27:19 UTC (rev 926064)
@@ -8,18 +8,18 @@
 pkgname=dvdstyler
 pkgver=3.1.2
 pkgrel=3
-pkgdesc="DVD authoring application for the creation of professional-looking 
DVDs"
-arch=(x86_64)
-url="https://www.dvdstyler.de/;
-license=(GPL2)
-depends=(cdrtools dvdauthor dvd+rw-tools wxsvg)
-makedepends=(docbook-xsl xmlto zip)
+pkgdesc='DVD authoring application for the creation of professional-looking 
DVDs'
+arch=('x86_64')
+url='https://www.dvdstyler.org/'
+license=('GPL2')
+depends=('cdrtools' 'dvdauthor' 'dvd+rw-tools' 'wxsvg')
+makedepends=('docbook-xsl' 'xmlto' 'zip')
 source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2;
-"config.patch"
-"$pkgname.appdata.xml")
+'config.patch'
+'dvdstyler.appdata.xml')
 sha256sums=('04ff61c278167363904f7ee366bcf98ee15ce05368fa353f6d8ab1e8305d9a0e'
 'ebcadbea33d96c955bd3811d7bb269fcb4006b8525dfafcf291e5779debba913'
-'4ecba886e6eca2018f659543fa2242d5801cd12a3b7d293897787f2c6bc9d8f4')
+'7c0abb349664e9a179e68feb2c614c4f9f5480b7fcd74040d043864b80cecd4a')
 
 prepare() {
   cd DVDStyler-$pkgver

Modified: dvdstyler.appdata.xml
===
--- dvdstyler.appdata.xml   2021-05-01 23:04:00 UTC (rev 926063)
+++ dvdstyler.appdata.xml   2021-05-01 23:27:19 UTC (rev 926064)
@@ -36,19 +36,19 @@
   Customize navigation using DVD scripting
 
   
-  http://www.dvdstyler.de/
+  https://www.dvdstyler.org/
   
 
-  http://www.dvdstyler.org/images/screenshots/ffm.jpg
+  https://www.dvdstyler.org/images/screenshots/ffm.jpg
 
 
-  http://www.dvdstyler.org/images/screenshots/blue.jpg
+  https://www.dvdstyler.org/images/screenshots/blue.jpg
 
 
-  
http://www.dvdstyler.org/images/screenshots/filebrowser.jpg
+  
https://www.dvdstyler.org/images/screenshots/filebrowser.jpg
 
 
-  http://www.dvdstyler.org/images/screenshots/travel.jpg
+  https://www.dvdstyler.org/images/screenshots/travel.jpg
 
   
   alex AT thuering.biz


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 23:04:00
  Author: bgyorgy
Revision: 926063

Use patch for metainfo

Added:
  devede/trunk/0001-Add-AppStream-metadata-file.patch
Modified:
  devede/trunk/PKGBUILD
Deleted:
  devede/trunk/devedeng.appdata.xml

+
 0001-Add-AppStream-metadata-file.patch |   52 +++
 PKGBUILD   |   32 ---
 devedeng.appdata.xml   |   19 ---
 3 files changed, 67 insertions(+), 36 deletions(-)

Added: 0001-Add-AppStream-metadata-file.patch
===
--- 0001-Add-AppStream-metadata-file.patch  (rev 0)
+++ 0001-Add-AppStream-metadata-file.patch  2021-05-01 23:04:00 UTC (rev 
926063)
@@ -0,0 +1,52 @@
+From b8383c69ce421685828e82683a8959d40e214820 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sun, 2 May 2021 00:56:42 +0200
+Subject: [PATCH] Add AppStream metadata file
+
+It's useful for software catalogs to display detailed information about this 
application.
+---
+ data/devedeng.appdata.xml | 19 +++
+ setup.py  |  1 +
+ 2 files changed, 20 insertions(+)
+ create mode 100644 data/devedeng.appdata.xml
+
+diff --git a/data/devedeng.appdata.xml b/data/devedeng.appdata.xml
+new file mode 100644
+index 000..3a9414c
+--- /dev/null
 b/data/devedeng.appdata.xml
+@@ -0,0 +1,19 @@
++
++
++  com.rastersoft.devedeng
++  devede_ng.py.desktop
++  DevedeNG
++  Allows to create video CDs and DVDs, suitable to be reproduced in 
home DVD players
++  CC0-1.0
++  GPL-3.0
++  
++DevedeNG is a program to create video DVDs and CDs (VCD, sVCD or CVD), 
suitables for home players, from any number of video files, in any of the 
formats supported by Mplayer.
++  
++  
++
++  https://rastersoft.com/imagen/devede.png
++
++  
++  https://gitlab.com/rastersoft/devedeng/issues
++  https://rastersoft.com/programas/devede.html
++
+diff --git a/setup.py b/setup.py
+index db3ef99..1fd63a6 100755
+--- a/setup.py
 b/setup.py
+@@ -14,6 +14,7 @@ except:
+ def get_data_files():
+ data_files = [
+ (os.path.join('share', 'applications'), 
['data/devede_ng.py.desktop']),
++(os.path.join('share', 'metainfo'), ['data/devedeng.appdata.xml']),
+ (os.path.join('share', 'pixmaps'), ['data/devedeng.svg']),
+ (os.path.join('share', 'icons', 'hicolor',
+   'scalable', 'apps'), ['data/devedeng_icon.svg']),
+-- 
+2.31.1
+

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:39:56 UTC (rev 926062)
+++ PKGBUILD2021-05-01 23:04:00 UTC (rev 926063)
@@ -10,29 +10,27 @@
 pkgrel=2
 pkgdesc='Program to create VideoDVDs and CDs'
 arch=('any')
-url="https://rastersoft.com/programas/devede.html;
+url='https://rastersoft.com/programas/devede.html'
 license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-setuptools' 'ffmpeg' 
'cdrtools' 'dvdauthor' 'vcdimager')
-makedepends=(git)
-_commit=6fb3a369cdd742b74fbed29c91f2b935e0608645  # tags/4.16.0
-source=("git+https://gitlab.com/rastersoft/devedeng#commit=$_commit;
-devedeng.appdata.xml)
-sha256sums=('SKIP'
-'f7f4118256cff880004c0eff9be56239dea427ccd83d56a4c838cf17197528ea')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-setuptools' 'ffmpeg' 
'cdrtools' 'dvdauthor'
+ 'vcdimager')
+source=("https://gitlab.com/rastersoft/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz;
+'0001-Add-AppStream-metadata-file.patch')
+sha256sums=('722d6c72d30b1c2bf3ac958b4671b36c51c1c6702f92eda5e3b8069ec76d5e45'
+'a1a96a46b5cb437bbfaa3ccf343039350f0c553cf853dbe2788345212fcdd951')
 
-pkgver() {
-  cd $_pkgname
-  git describe --tags | sed 's/-/+/g'
+prepare() {
+  cd $_pkgname-$pkgver
+  patch -Np1 -i ../0001-Add-AppStream-metadata-file.patch
+  sed -i "/share', 'pixmaps/d" setup.py
 }
 
 build() {
-  cd $_pkgname
-  python3 setup.py build
+  cd $_pkgname-$pkgver
+  python setup.py build
 }
 
 package() {
-  cd $_pkgname
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 ../$_pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$_pkgname.appdata.xml"
-  rm -r "$pkgdir/usr/share/pixmaps/"
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }

Deleted: devedeng.appdata.xml
===
--- devedeng.appdata.xml2021-05-01 22:39:56 UTC (rev 926062)
+++ devedeng.appdata.xml2021-05-01 23:04:00 UTC (rev 926063)
@@ -1,19 +0,0 @@
-
-
-  com.rastersoft.devedeng
-  devede_ng.py.desktop
-  DevedeNG
-  Allows to create video CDs and DVDs, suitable to be reproduced in 
home DVD players
-  CC0-1.0
-  GPL-3.0
-  
-DevedeNG is a program to create video DVDs and CDs (VCD, sVCD or CVD), 
suitables for home 

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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 22:39:56
  Author: bgyorgy
Revision: 926062

Minor changes

Modified:
  guvcview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:30:43 UTC (rev 926061)
+++ PKGBUILD2021-05-01 22:39:56 UTC (rev 926062)
@@ -6,15 +6,15 @@
 pkgname=(guvcview guvcview-common guvcview-qt)
 pkgver=2.0.6
 pkgrel=5
-pkgdesc="Simple interface for capturing and viewing video from v4l2 devices"
+pkgdesc='Simple interface for capturing and viewing video from v4l2 devices'
 arch=('x86_64')
-url="http://guvcview.sourceforge.net/;
+url='http://guvcview.sourceforge.net/'
 license=('GPL3')
 depends=('ffmpeg' 'gsl' 'gtk3' 'qt5-base' 'portaudio')
 makedepends=('intltool')
 options=('!emptydirs')
 
source=("https://downloads.sourceforge.net/$pkgbase/$pkgbase-src-$pkgver.tar.gz;
-0001-Update-AppStream-metadata-to-a-newer-version.patch)
+'0001-Update-AppStream-metadata-to-a-newer-version.patch')
 sha256sums=('95381cef5ee139e15f90b79d1425cc22bbaae43f87452cdce6674636aff37e85'
 'd9c65a9bf53eb28c48f9a9126035f5ebe520923124eae507d1cb2994e2a0d08f')
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 22:30:43
  Author: bgyorgy
Revision: 926061

Minor changes

Modified:
  vokoscreen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:26:55 UTC (rev 926060)
+++ PKGBUILD2021-05-01 22:30:43 UTC (rev 926061)
@@ -9,15 +9,15 @@
 pkgver=3.0.8
 pkgrel=1
 pkgdesc='Easy to use screencast creator'
-arch=(x86_64)
+arch=('x86_64')
 url='https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html'
-license=(GPL2)
-depends=(gst-plugins-good qt5-multimedia qt5-x11extras)
+license=('GPL2')
+depends=('gst-plugins-good' 'qt5-multimedia' 'qt5-x11extras')
 optdepends=('gst-plugins-bad: record audio into AAC format'
 'gst-plugins-ugly: record screen into H.264 format')
-makedepends=(qt5-tools)
-source=(https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz
-0001-Add-better-integration-for-Linux.patch)
+makedepends=('qt5-tools')
+source=("https://github.com/vkohaupt/$_pkgname/archive/$pkgver/$_pkgname-$pkgver.tar.gz;
+'0001-Add-better-integration-for-Linux.patch')
 sha256sums=('bb694195fe05f9ebcdb2bd4d912c0b2a1c73b9ab864d010ca4d2be661c9dad10'
 'f0b04c72883b87862b1a57aa908cc1a2b39d1638419f548ee49a6a803377637e')
 


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 22:30:01
  Author: heftig
Revision: 414145

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 22:29:48 UTC (rev 414144)
+++ PKGBUILD2021-05-01 22:30:01 UTC (rev 414145)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=40.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 libhandy)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=05aede7d2a6e59f810b87f69eb1cc79983096692  # tags/v40.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
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 414144, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 22:30:01 UTC (rev 414145)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=40.1
+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 libhandy)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=2296fd638d41b791dc1a64f74c64b1ea36c4abc5  # tags/v40.1^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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 22:30:02
  Author: heftig
Revision: 414146

archrelease: copy trunk to extra-x86_64

Added:
  eog/repos/extra-x86_64/PKGBUILD
(from rev 414144, eog/trunk/PKGBUILD)
Deleted:
  eog/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 22:30:01 UTC (rev 414145)
+++ PKGBUILD2021-05-01 22:30:02 UTC (rev 414146)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=40.0
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf libportal)
-makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-_commit=93b113cb0635997b8b8502229a379880cec0d5bc  # tags/40.0^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 414144, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 22:30:02 UTC (rev 414146)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=40.1
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf libportal)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+_commit=d9ef94e5eb0289b1e7b139f34d03ac59ed46bf38  # tags/40.1^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 22:29:48
  Author: heftig
Revision: 414144

40.1-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:29:45 UTC (rev 414143)
+++ PKGBUILD2021-05-01 22:29:48 UTC (rev 414144)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,7 +11,7 @@
 depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph libhandy)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=05aede7d2a6e59f810b87f69eb1cc79983096692  # tags/v40.0^0
+_commit=2296fd638d41b791dc1a64f74c64b1ea36c4abc5  # tags/v40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 22:29:45
  Author: heftig
Revision: 414143

40.1-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:07:45 UTC (rev 414142)
+++ PKGBUILD2021-05-01 22:29:45 UTC (rev 414143)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
-_commit=93b113cb0635997b8b8502229a379880cec0d5bc  # tags/40.0^0
+_commit=d9ef94e5eb0289b1e7b139f34d03ac59ed46bf38  # tags/40.1^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 22:26:55
  Author: bgyorgy
Revision: 926060

Minor changes

Modified:
  gnome-subtitles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:22:38 UTC (rev 926059)
+++ PKGBUILD2021-05-01 22:26:55 UTC (rev 926060)
@@ -3,10 +3,10 @@
 pkgname=gnome-subtitles
 pkgver=1.6
 pkgrel=2
-pkgdesc="Video subtitle editor for GNOME"
+pkgdesc='Video subtitle editor for GNOME'
 arch=('x86_64')
-url="http://www.gnomesubtitles.org/;
-license=('GPL')
+url='http://www.gnomesubtitles.org/'
+license=('GPL2')
 depends=('gst-plugin-gtk' 'gst-plugins-base' 'gtk-sharp-3' 'gtkspell3')
 makedepends=('intltool' 'itstool')
 optdepends=('gst-plugins-good: Extra media codecs'
@@ -13,7 +13,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
 sha256sums=('1a1f8aaeceda96f07e8c153ab68fc811f7016c7c789d0ecd981bfab2247df5c2')
 
 prepare() {
@@ -23,8 +23,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-schemas-compile
+  ./configure --prefix=/usr --disable-schemas-compile
   make
 }
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 22:22:38
  Author: bgyorgy
Revision: 926059

Minor changes

Modified:
  vidcutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 22:20:18 UTC (rev 926058)
+++ PKGBUILD2021-05-01 22:22:38 UTC (rev 926059)
@@ -5,12 +5,12 @@
 pkgver=6.0.5
 pkgrel=2
 pkgdesc='Modern, simple to use, constantly evolving and hella fast media 
cutter + joiner with frame-accurate SmartCut technology'
-arch=(x86_64)
+arch=('x86_64')
 url='https://github.com/ozmartian/vidcutter'
-license=(GPL3)
-depends=(ffmpeg mediainfo mpv python-opengl python-pyqt5 python-simplejson)
-makedepends=(python-setuptools cython)
-source=(https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+license=('GPL3')
+depends=('ffmpeg' 'mediainfo' 'mpv' 'python-opengl' 'python-pyqt5' 
'python-simplejson')
+makedepends=('python-setuptools' 'cython')
+source=("https://github.com/ozmartian/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('b33c50606de20d480f14682d4c958d266257a34f8b2765a6c1a7aef991bec769')
 
 prepare() {
@@ -21,11 +21,11 @@
 
 build() {
   cd $pkgname-$pkgver
-  python3 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver
   export PYTHONHASHSEED=0
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 22:20:18
  Author: bgyorgy
Revision: 926058

Minor changes

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:54:15 UTC (rev 926057)
+++ PKGBUILD2021-05-01 22:20:18 UTC (rev 926058)
@@ -6,17 +6,17 @@
 pkgname=pitivi
 pkgver=2021.01
 pkgrel=2
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
+pkgdesc='Editor for audio/video projects using the GStreamer framework'
 arch=('x86_64')
-url="http://pitivi.org/;
+url='http://pitivi.org/'
 license=('LGPL')
 depends=('gsound' 'gst-editing-services' 'gst-plugin-gtk' 'gst-plugins-bad' 
'gst-plugins-good' 'gst-python'
  'gtk3' 'libnotify' 'libpeas' 'python-cairo' 'python-gobject' 
'python-matplotlib' 'python-numpy')
-makedepends=('intltool' 'itstool' 'meson')
+makedepends=('appstream-glib' 'intltool' 'itstool' 'meson')
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
 'gst-libav: additional multimedia codecs'
 'gst-plugins-ugly: additional multimedia codecs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
 sha256sums=('818946f9aaf7347f901e0cb445819711dd518d62519caa17e475ec1476d63f4f')
 
 build() {
@@ -24,6 +24,10 @@
   meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:54:15
  Author: bgyorgy
Revision: 926057

archrelease: copy trunk to community-x86_64

Added:
  pantheon-videos/repos/community-x86_64/PKGBUILD
(from rev 926056, pantheon-videos/trunk/PKGBUILD)
Deleted:
  pantheon-videos/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 21:54:07 UTC (rev 926056)
+++ PKGBUILD2021-05-01 21:54:15 UTC (rev 926057)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=pantheon-videos
-pkgver=2.7.2
-pkgrel=2
-pkgdesc='The Pantheon Video Player'
-arch=(x86_64)
-url='https://github.com/elementary/videos'
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  clutter-gst
-  clutter-gtk
-  gdk-pixbuf2
-  glib2
-  gst-plugins-base-libs
-  gstreamer
-  gtk3
-  libgee
-  libgranite.so
-  libx11
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-optdepends=(
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-)
-_tag=0faf03232b236d4f823b2fcbb8a70149c69dd44e
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-videos
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-videos build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 926056, 
pantheon-videos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 21:54:15 UTC (rev 926057)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=pantheon-videos
+pkgver=2.7.2
+pkgrel=3
+pkgdesc='The Pantheon Video Player'
+arch=(x86_64)
+url='https://github.com/elementary/videos'
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  clutter-gst
+  clutter-gtk
+  gdk-pixbuf2
+  glib2
+  gst-plugins-base-libs
+  gstreamer
+  gtk3
+  libgee
+  libgranite.so
+  libx11
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+optdepends=(
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+)
+_tag=0faf03232b236d4f823b2fcbb8a70149c69dd44e
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-videos
+
+  git describe --tags
+}
+
+prepare() {
+  cd pantheon-videos
+
+  git cherry-pick -n 3592c11d52568f0ccbf83b7a251ce330d6345e17
+  git cherry-pick -n 39c527787cf1b521a5c5717fedef26225c46aa63
+}
+
+build() {
+  arch-meson pantheon-videos build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:54:07
  Author: bgyorgy
Revision: 926056

upgpkg: pantheon-videos 2.7.2-3: Add missing application icon, fix metainfo file

Modified:
  pantheon-videos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:45:31 UTC (rev 926055)
+++ PKGBUILD2021-05-01 21:54:07 UTC (rev 926056)
@@ -3,7 +3,7 @@
 
 pkgname=pantheon-videos
 pkgver=2.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
 url='https://github.com/elementary/videos'
@@ -44,6 +44,13 @@
   git describe --tags
 }
 
+prepare() {
+  cd pantheon-videos
+
+  git cherry-pick -n 3592c11d52568f0ccbf83b7a251ce330d6345e17
+  git cherry-pick -n 39c527787cf1b521a5c5717fedef26225c46aa63
+}
+
 build() {
   arch-meson pantheon-videos build
   ninja -C build


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:45:31
  Author: bgyorgy
Revision: 926055

archrelease: copy trunk to community-x86_64

Added:
  pantheon-camera/repos/community-x86_64/PKGBUILD
(from rev 926054, pantheon-camera/trunk/PKGBUILD)
Deleted:
  pantheon-camera/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 21:45:23 UTC (rev 926054)
+++ PKGBUILD2021-05-01 21:45:31 UTC (rev 926055)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-camera
-pkgver=1.0.6
-pkgrel=3
-pkgdesc='The Pantheon Camera Application'
-arch=(x86_64)
-url=https://github.com/elementary/camera
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter-gst
-  clutter-gtk
-  glibc
-  gstreamer
-  gst-plugins-good
-  libcanberra.so
-  libclutter-1.0.so
-  libgdk-3.so
-  libgio-2.0.so
-  libglib-2.0.so
-  libgobject-2.0.so
-  libgranite.so
-  libgtk-3.so
-)
-makedepends=(
-  appstream
-  git
-  intltool
-  meson
-  vala
-)
-_tag=6f5c984751479290bb22321a3e1773746d8f520e
-source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-camera
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-camera build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-camera/repos/community-x86_64/PKGBUILD (from rev 926054, 
pantheon-camera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 21:45:31 UTC (rev 926055)
@@ -0,0 +1,59 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-camera
+pkgver=1.0.6
+pkgrel=4
+pkgdesc='The Pantheon Camera Application'
+arch=(x86_64)
+url=https://github.com/elementary/camera
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter-gst
+  clutter-gtk
+  glibc
+  gstreamer
+  gst-plugins-good
+  libcanberra.so
+  libclutter-1.0.so
+  libgdk-3.so
+  libgio-2.0.so
+  libglib-2.0.so
+  libgobject-2.0.so
+  libgranite.so
+  libgtk-3.so
+)
+makedepends=(
+  appstream
+  git
+  intltool
+  meson
+  vala
+)
+_tag=6f5c984751479290bb22321a3e1773746d8f520e
+source=(pantheon-camera::git+https://github.com/elementary/camera.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-camera
+
+  git describe --tags
+}
+
+prepare() {
+  cd pantheon-camera
+
+  git cherry-pick -n 9012be222d3c7cda9d28b0992ea5adc7967651b4
+  git cherry-pick -n 5cad0ff713f37b7127a01ab638d4cc383c0b3899
+}
+
+build() {
+  arch-meson pantheon-camera build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:45:23
  Author: bgyorgy
Revision: 926054

upgpkg: pantheon-camera 1.0.6-4: Add missing application icon, fix metainfo file

Modified:
  pantheon-camera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:30:58 UTC (rev 926053)
+++ PKGBUILD2021-05-01 21:45:23 UTC (rev 926054)
@@ -2,7 +2,7 @@
 
 pkgname=pantheon-camera
 pkgver=1.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc='The Pantheon Camera Application'
 arch=(x86_64)
 url=https://github.com/elementary/camera
@@ -40,6 +40,13 @@
   git describe --tags
 }
 
+prepare() {
+  cd pantheon-camera
+
+  git cherry-pick -n 9012be222d3c7cda9d28b0992ea5adc7967651b4
+  git cherry-pick -n 5cad0ff713f37b7127a01ab638d4cc383c0b3899
+}
+
 build() {
   arch-meson pantheon-camera build
   ninja -C build


[arch-commits] Commit in ciano/repos/community-x86_64 (12 files)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:30:58
  Author: bgyorgy
Revision: 926053

archrelease: copy trunk to community-x86_64

Added:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
(from rev 926052, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch)
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
(from rev 926052, 
ciano/trunk/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch)
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
(from rev 926052, 
ciano/trunk/0001-Create-output-directory-if-not-exist.patch)
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
(from rev 926052, ciano/trunk/0001-Handle-GIF-with-ImageMagick.patch)
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
(from rev 926052, ciano/trunk/0001-Use-standard-icon-names.patch)
  ciano/repos/community-x86_64/PKGBUILD
(from rev 926052, ciano/trunk/PKGBUILD)
Deleted:
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
  
ciano/repos/community-x86_64/0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
  ciano/repos/community-x86_64/0001-Create-output-directory-if-not-exist.patch
  ciano/repos/community-x86_64/0001-Handle-GIF-with-ImageMagick.patch
  ciano/repos/community-x86_64/0001-Use-standard-icon-names.patch
  ciano/repos/community-x86_64/PKGBUILD

-+
 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch |  178 
+-
 0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch |  152 
 0001-Create-output-directory-if-not-exist.patch |   52 +-
 0001-Handle-GIF-with-ImageMagick.patch  |  152 
 0001-Use-standard-icon-names.patch  |  100 ++---
 PKGBUILD|  107 +++---
 6 files changed, 371 insertions(+), 370 deletions(-)

Deleted: 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
===
--- 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2021-05-01 21:30:43 UTC (rev 926052)
+++ 0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch 
2021-05-01 21:30:58 UTC (rev 926053)
@@ -1,89 +0,0 @@
-From 0e4808a1513ea9f7a7d7c24911ec7dd0e7ccc02f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Wed, 8 Jul 2020 11:34:01 +0200
-Subject: [PATCH] Add support for conversion and selection of OPUS audios. #65
-

- src/Configs/Constants.vala   |  3 ++-
- src/Controllers/ConverterController.vala | 13 -
- src/Widgets/SourceListSidebar.vala   |  4 +++-
- 3 files changed, 17 insertions(+), 3 deletions(-)
-
-diff --git a/src/Configs/Constants.vala b/src/Configs/Constants.vala
-index 64143c9..f163ff5 100644
 a/src/Configs/Constants.vala
-+++ b/src/Configs/Constants.vala
-@@ -61,6 +61,7 @@ namespace Ciano.Configs {
- public abstract const string TEXT_AAC   = 
"AAC";
- public abstract const string TEXT_MMF   = 
"MMF";
- public abstract const string TEXT_M4A   = 
"M4A";
-+public abstract const string TEXT_OPUS  = 
"OPUS";
- public abstract const string TEXT_WAV   = 
"WAV";
- public abstract const string TEXT_FLAC  = 
"FLAC";
- public abstract const string TEXT_AIFF  = 
"AIFF";
-@@ -76,4 +77,4 @@ namespace Ciano.Configs {
- public abstract const string [] ABOUT_AUTHORS   = 
{ "Robert San " };
- public abstract const Gtk.License ABOUT_LICENSE_TYPE= 
Gtk.License.GPL_3_0;
- }
--}
-\ No newline at end of file
-+}
-diff --git a/src/Controllers/ConverterController.vala 
b/src/Controllers/ConverterController.vala
-index b639d11..756a7cb 100644
 a/src/Controllers/ConverterController.vala
-+++ b/src/Controllers/ConverterController.vala
-@@ -721,6 +721,12 @@ namespace Ciano.Controllers {
- get_array_formats_videos (StringUtil.EMPTY)
- );
- break;
-+case Constants.TEXT_OPUS:
-+formats = ArrayUtil.join_generic_string_arrays ( 
-+get_array_formats_music (Constants.TEXT_OPUS), 
-+get_array_formats_videos (StringUtil.EMPTY)
-+);
-+break;
- 
- case Constants.TEXT_JPG:
- formats = get_array_formats_image (Constants.TEXT_JPG);
-@@ -894,6 +900,11 @@ namespace Ciano.Controllers {
- array.add 

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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:30:43
  Author: bgyorgy
Revision: 926052

upgpkg: ciano 0.2.4-3: Fix AppStream metadata file, add symlink for the binary

Modified:
  ciano/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:19:21 UTC (rev 926051)
+++ PKGBUILD2021-05-01 21:30:43 UTC (rev 926052)
@@ -1,20 +1,21 @@
 # Maintainer: Balló György 
 
 pkgname=ciano
+_id=com.github.robertsanseries.ciano
 pkgver=0.2.4
-pkgrel=2
-pkgdesc="Multimedia file converter focused on simplicity"
-arch=(x86_64)
-url="https://robertsanseries.github.io/ciano/;
-license=(GPL3)
-depends=(ffmpeg granite imagemagick)
-makedepends=(meson vala)
+pkgrel=3
+pkgdesc='Multimedia file converter focused on simplicity'
+arch=('x86_64')
+url='https://robertsanseries.github.io/ciano/'
+license=('GPL3')
+depends=('ffmpeg' 'granite' 'imagemagick')
+makedepends=('meson' 'vala')
 
source=("https://github.com/robertsanseries/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-"0001-Handle-GIF-with-ImageMagick.patch"
-"0001-Create-output-directory-if-not-exist.patch"
-"0001-Use-standard-icon-names.patch"
-"0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch"
-"0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch")
+'0001-Handle-GIF-with-ImageMagick.patch'
+'0001-Create-output-directory-if-not-exist.patch'
+'0001-Use-standard-icon-names.patch'
+'0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch'
+'0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch')
 sha256sums=('cdb7f77f10e4b7a64520d618472de97955ce897d26468055666291672db58754'
 '8b44b7df58f82d0ff38572b773724b6f42e085fc1a1aa098776c794eb117b49d'
 'f682329bc9cbed2d0605b31e1cc4915c9a7e188bb398fed88001e892f44c50bb'
@@ -37,17 +38,17 @@
   # Add support for more formats
   patch -Np1 -i 
../0001-Add-support-for-conversion-and-selection-of-OPUS-aud.patch
   patch -Np1 -i 
../0001-Add-support-for-conversion-and-selection-of-WEBP-ima.patch
+
+  # Fix metainfo file
+  sed -i "//a $_id.desktop" 
data/$_id.appdata.xml.in
 }
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
-check() {
-  meson test -C build
-}
-
 package() {
   DESTDIR="$pkgdir" meson install -C build
+  ln -s $_id "$pkgdir/usr/bin/$pkgname"
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:19:21
  Author: bgyorgy
Revision: 926051

Minor changes

Modified:
  transmageddon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:15:29 UTC (rev 926050)
+++ PKGBUILD2021-05-01 21:19:21 UTC (rev 926051)
@@ -5,9 +5,9 @@
 pkgname=transmageddon
 pkgver=1.5
 pkgrel=7
-pkgdesc="Simple python application for transcoding video into formats 
supported by GStreamer"
+pkgdesc='Simple python application for transcoding video into formats 
supported by GStreamer'
 arch=('any')
-url="http://www.linuxrising.org/;
+url='http://www.linuxrising.org/'
 license=('LGPL')
 depends=('python-gobject' 'libnotify' 'gtk3' 'gst-plugins-base')
 makedepends=('intltool')
@@ -15,8 +15,8 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=(http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz
-0001-Fix-AppStream-metadata-validation.patch)
+source=("http://www.linuxrising.org/files/$pkgname-$pkgver.tar.xz;
+'0001-Fix-AppStream-metadata-validation.patch')
 sha256sums=('ca24369a94ce4edc992c1c7b3e2d09d7cd82794ce4c1b862a1a83ea40121e296'
 'ca16192de33f8694a74220c3790a230d32c5576c663a34db050e0c2db9b0e002')
 
@@ -25,12 +25,12 @@
 
   # Fix AppStream metadata validation
   patch -Np1 -i ../0001-Fix-AppStream-metadata-validation.patch
-  sed -i 's|${datadir}/appdata|${datadir}/metainfo|' configure
+  sed -i 's|${datadir}/appdata|${datadir}/metainfo|' configure{,.ac}
 }
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr
   make
 }
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:15:29
  Author: bgyorgy
Revision: 926050

Minor changes

Modified:
  tvtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:08:55 UTC (rev 926049)
+++ PKGBUILD2021-05-01 21:15:29 UTC (rev 926050)
@@ -5,7 +5,7 @@
 pkgname=tvtime
 pkgver=1.0.11
 pkgrel=4
-pkgdesc="High quality television application for use with video capture cards"
+pkgdesc='High quality television application for use with video capture cards'
 arch=('x86_64')
 url='https://linuxtv.org/'
 license=('GPL')
@@ -13,9 +13,9 @@
 makedepends=('imagemagick')
 source=("https://linuxtv.org/downloads/$pkgname/$pkgname-$pkgver.tar.gz;
 
"tvtime-icon-100x100.png::https://git.linuxtv.org/tvtime.git/plain/docs/tvtime-icon-100x100.png?id=v$pkgver;
-freetype.patch
-0001-Fix-warning-implicit-declaration-of-function-minor-m.patch
-0001-Fix-AppStream-metadata-validation.patch)
+'freetype.patch'
+'0001-Fix-warning-implicit-declaration-of-function-minor-m.patch'
+'0001-Fix-AppStream-metadata-validation.patch')
 sha256sums=('403bf2106578b1f3d6ce70bc08654f7a90753f19e27b4cc170bc636307cdc78c'
 'b6342cebcf981f3e2119c36e74403d2b4f6f73910fc4b84925a1df038ddc37f1'
 'a29e800114d35c5b2bec24b637fb6ac861f1f2246ecf1437fe4aaab6df6eb040'
@@ -23,6 +23,9 @@
 '40f7c01dadcc8521ac3ce9cbc269829868383396f4c511a47538bccf9b5952f4')
 
 prepare() {
+  convert tvtime-icon-100x100.png +set date:create +set date:modify -resize 
64x64 -alpha on tvtime-icon-64x64.png
+  convert tvtime-icon-100x100.png +set date:create +set date:modify -resize 
96x96 -alpha on tvtime-icon-96x96.png
+
   cd $pkgname-$pkgver
 
   # Fix build
@@ -45,8 +48,7 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 docs/html/default.tvtime.xml 
"$pkgdir"/usr/share/tvtime/default.tvtime.xml
-  install -dm755 "$pkgdir"/usr/share/icons/hicolor/{64x64,96x96}/apps/
-  convert ../tvtime-icon-100x100.png +set date:create +set date:modify -resize 
64x64 -alpha on "$pkgdir/usr/share/icons/hicolor/64x64/apps/tvtime.png"
-  convert ../tvtime-icon-100x100.png +set date:create +set date:modify -resize 
96x96 -alpha on "$pkgdir/usr/share/icons/hicolor/96x96/apps/tvtime.png"
+  install -Dm644 ../tvtime-icon-64x64.png 
"$pkgdir/usr/share/icons/hicolor/64x64/apps/tvtime.png"
+  install -Dm644 ../tvtime-icon-96x96.png 
"$pkgdir/usr/share/icons/hicolor/96x96/apps/tvtime.png"
+  install -Dm644 docs/html/default.tvtime.xml 
"$pkgdir/usr/share/tvtime/default.tvtime.xml"
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:08:55
  Author: bgyorgy
Revision: 926049

Minor changes

Modified:
  gnome-mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 21:02:06 UTC (rev 926048)
+++ PKGBUILD2021-05-01 21:08:55 UTC (rev 926049)
@@ -10,14 +10,14 @@
 arch=('x86_64')
 url='https://sites.google.com/site/kdekorte2/gnomemplayer'
 license=('GPL')
-depends=('dbus-glib' 'libgda' 'libgpod' 'libnotify' 'gmtk')
+depends=('dbus-glib' 'gmtk' 'libgda' 'libgpod' 'libnotify')
 makedepends=('caja' 'nautilus' 'nemo' 'python')
 optdepends=('caja: file manager integration for Caja'
 'nautilus: file manager integration for Nautilus'
 'nemo: file manager integration for Nemo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kdekorte/$pkgname/archive/v$pkgver.tar.gz;
-"gnome-mplayer.appdata.xml"
-"caja.patch")
+source=("https://github.com/kdekorte/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;
+'gnome-mplayer.appdata.xml'
+'caja.patch')
 sha256sums=('07e11bc42834dae14ad66f887e6045f2bea94eae7f797b624c9a099f806b5cde'
 '2e661347fa2765a9553938db9582a833b42385db92f6687172507deecf404567'
 '52dbf11e64042c03ec94677ee667d88306f5f45521b7a1da82e5e5f02f59ed28')


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 21:02:06
  Author: bgyorgy
Revision: 926048

Minor changes

Modified:
  celluloid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 20:56:33 UTC (rev 926047)
+++ PKGBUILD2021-05-01 21:02:06 UTC (rev 926048)
@@ -5,12 +5,12 @@
 pkgver=0.21
 pkgrel=1
 pkgdesc='Simple GTK+ frontend for mpv'
-arch=(x86_64)
+arch=('x86_64')
 url='https://celluloid-player.github.io/'
-license=(GPL3)
-depends=(gtk3 mpv)
-makedepends=(meson)
-replaces=(gnome-mpv)
+license=('GPL3')
+depends=('gtk3' 'mpv')
+makedepends=('appstream-glib' 'meson')
+replaces=('gnome-mpv')
 
source=("https://github.com/celluloid-player/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;)
 #validpgpkeys=('4BA23A4D2F798D926C7A0E0D0F9039A19BE2326C') # gnome-mpv
 sha256sums=('2299d8cc1a5a620cc3686495da22ac4ccd6dd020827d9dd27e19a61d83707eb7')
@@ -17,9 +17,13 @@
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 20:56:33
  Author: bgyorgy
Revision: 926047

Minor changes

Modified:
  parole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 20:50:57 UTC (rev 926046)
+++ PKGBUILD2021-05-01 20:56:33 UTC (rev 926047)
@@ -5,18 +5,17 @@
 pkgname=parole
 pkgver=4.16.0
 pkgrel=1
-pkgdesc="Modern media player based on the GStreamer framework"
+pkgdesc='Modern media player based on the GStreamer framework'
 arch=('x86_64')
-url="https://docs.xfce.org/apps/parole/start;
+url='https://docs.xfce.org/apps/parole/start'
 license=('GPL')
 groups=('xfce4-goodies')
-depends=('gst-plugins-base' 'gst-plugins-good' 'libnotify' 'libxfce4ui'
- 'dbus-glib')
+depends=('dbus-glib' 'gst-plugins-base' 'gst-plugins-good' 'libnotify' 
'libxfce4ui')
 makedepends=('intltool' 'python')
 optdepends=('gst-libav: Extra media codecs'
'gst-plugins-bad: Extra media codecs'
'gst-plugins-ugly: Extra media codecs')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=("https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
 sha256sums=('0d305ad8ccd3974d6b632f74325b1b8a39304c905c6b405b70f52c4cfd55a7e7')
 
 build() {


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 20:50:57
  Author: bgyorgy
Revision: 926046

Minor changes

Modified:
  snappy-player/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 20:44:29 UTC (rev 926045)
+++ PKGBUILD2021-05-01 20:50:57 UTC (rev 926046)
@@ -4,9 +4,9 @@
 _pkgname=snappy
 pkgver=1.0
 pkgrel=7
-pkgdesc="Powerful media player with a minimalistic interface"
+pkgdesc='Powerful media player with a minimalistic interface'
 arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Snappy;
+url='https://wiki.gnome.org/Apps/Snappy'
 license=('GPL')
 depends=('gst-plugins-base' 'clutter-gst' 'clutter-gtk')
 optdepends=('gst-plugins-good: Extra media codecs'
@@ -13,10 +13,10 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=(https://download.gnome.org/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz
-snappy.appdata.xml
-0001-Set-windowing-backend-to-X11.patch
-clutter-gst3.patch)
+source=("https://download.gnome.org/sources/$_pkgname/$pkgver/$_pkgname-$pkgver.tar.xz;
+'snappy.appdata.xml'
+'0001-Set-windowing-backend-to-X11.patch'
+'clutter-gst3.patch')
 sha256sums=('0d33a05c1ad3cc075b8b9bf38d45634ea5204159454597b0882dd6a8d9763f58'
 '5e92ab0d1517e76160ef828da84826a1b3c6f59139e5f2c1399f33a7a8ceeceb'
 'cfd50c1768d206feb3bb7310e53363ca02a78ce200b1e2ba7b16bccd4720b176'
@@ -24,11 +24,13 @@
 
 prepare() {
   cd $_pkgname-$pkgver
+
   # Fix compatibility with Clutter 1.22
   patch -Np1 -i ../0001-Set-windowing-backend-to-X11.patch
 
   # Port to clutter-gst 3.0
   patch -Np1 -i ../clutter-gst3.patch
+
   autoreconf -fi
 }
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 20:44:29
  Author: bgyorgy
Revision: 926045

Use patch to add AppStream metadata

Added:
  qnapi/trunk/0001-Add-AppStream-metadata-file.patch
Modified:
  qnapi/trunk/PKGBUILD
Deleted:
  qnapi/trunk/qnapi.appdata.xml

+
 0001-Add-AppStream-metadata-file.patch |   71 +++
 PKGBUILD   |   22 -
 qnapi.appdata.xml  |   35 ---
 3 files changed, 82 insertions(+), 46 deletions(-)

Added: 0001-Add-AppStream-metadata-file.patch
===
--- 0001-Add-AppStream-metadata-file.patch  (rev 0)
+++ 0001-Add-AppStream-metadata-file.patch  2021-05-01 20:44:29 UTC (rev 
926045)
@@ -0,0 +1,71 @@
+From 2e5be972cbdf909aef39c8156fc6f83a52a6cdeb Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
+Date: Sat, 1 May 2021 22:33:04 +0200
+Subject: [PATCH] Add AppStream metadata file
+
+It's useful for software catalogs to display detailed information about this 
application.
+---
+ doc/qnapi.appdata.xml | 35 +++
+ qnapi.pro |  4 +++-
+ 2 files changed, 38 insertions(+), 1 deletion(-)
+ create mode 100644 doc/qnapi.appdata.xml
+
+diff --git a/doc/qnapi.appdata.xml b/doc/qnapi.appdata.xml
+new file mode 100644
+index 000..ed88899
+--- /dev/null
 b/doc/qnapi.appdata.xml
+@@ -0,0 +1,35 @@
++
++
++  io.github.qnapi
++  CC0-1.0
++  GPL-2.0+
++  QNapi
++  A software for downloading and automatic matching subtitles to 
movies
++  
++QNapi is designed to automatically download and match subtitles to a 
specific movie file. Unlike similar programs, QNapi queries several different 
subtitle databases to find the best subtitles for your movie. Also, thanks to 
the QT library, the program runs on various operating systems (Windows, OSX, 
Linux).
++
++  matching subtitles for specific movie file
++  automatic matching the best subtitles
++  select target subtitles format (SRT, mDVD, TMP, MPL2) as well as 
manual conversion
++  select subtitles, when multiple matching has been found
++  download subtitles in one of many supported languages
++  directory scanning and batch subtitles download
++  subtitles post-processing: change file encoding, set file 
permissions
++  provides nice command-line interface
++
++  
++  qnapi.desktop
++  https://qnapi.github.io/
++  
++
++  
https://qnapi.github.io/images/screenshots/0.1.7/lin05.png
++
++  
++  
++intense
++  
++  https://github.com/QNapi/qnapi/issues
++  https://qnapi.github.io/#help
++  https://qnapi.github.io/#donate
++  Piotr Krzemiński
++
+diff --git a/qnapi.pro b/qnapi.pro
+index 1ba7529..db4e8ec 100644
+--- a/qnapi.pro
 b/qnapi.pro
+@@ -46,7 +46,9 @@ unix {
+ 
+ desktop.path = $${INSTALL_PREFIX}/share/applications
+ desktop.files = doc/qnapi.desktop
+-INSTALLS += target doc man man_it man_pl desktop
++metainfo.path = $${INSTALL_PREFIX}/share/metainfo
++metainfo.files = doc/qnapi.appdata.xml
++INSTALLS += target doc man man_it man_pl desktop metainfo
+ }
+ 
+ macx {
+-- 
+2.31.1
+

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 20:04:43 UTC (rev 926044)
+++ PKGBUILD2021-05-01 20:44:29 UTC (rev 926045)
@@ -6,27 +6,28 @@
 pkgname=qnapi
 pkgver=0.2.3
 pkgrel=4
-pkgdesc="Qt client for downloading movie subtitles from NapiProjekt, 
OpenSubtitles, Napisy24"
-arch=(x86_64)
-url="https://qnapi.github.io/;
-license=(GPL)
-depends=(hicolor-icon-theme libmediainfo p7zip qt5-base)
-source=(https://github.com/QNapi/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-qt-5.11.patch
-qnapi.appdata.xml)
+pkgdesc='Qt client for downloading movie subtitles from NapiProjekt, 
OpenSubtitles, Napisy24'
+arch=('x86_64')
+url='https://qnapi.github.io/'
+license=('GPL')
+depends=('hicolor-icon-theme' 'libmediainfo' 'p7zip' 'qt5-base')
+source=("https://github.com/QNapi/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;
+'qt-5.11.patch'
+'0001-Add-AppStream-metadata-file.patch')
 sha256sums=('8debb6862e96e52e4060131b314d9b887051a646a4a57c87c0287f2655357046'
 'c10d4be453ea1ca313079abd5b7caeecb35d99dd711e4da288bf3d74138d0c01'
-'6d90b97e4b9209d79cad4a28c4647dd78dc077bd04182bd0644464d888a3e41f')
+'463325b8af9840ce748f862dd6f3b25fd818d64ade98e5fbcd8950cacf7af530')
 
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../qt-5.11.patch
+  patch -Np1 -i ../0001-Add-AppStream-metadata-file.patch
   sed -i '/INSTALLS +=/ s/ doc//' qnapi.pro
 }
 
 build() {
   cd $pkgname-$pkgver
-  qmake-qt5 QMAKE_DEFAULT_INCDIRS="" qnapi.pro
+  qmake-qt5 QMAKE_DEFAULT_INCDIRS='' qnapi.pro
   make
 }
 
@@ -34,5 +35,4 @@
   cd $pkgname-$pkgver
   make INSTALL_ROOT="$pkgdir" install
   

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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 20:04:43
  Author: bgyorgy
Revision: 926044

archrelease: copy trunk to community-any

Added:
  flowblade/repos/community-any/PKGBUILD
(from rev 926043, flowblade/trunk/PKGBUILD)
Deleted:
  flowblade/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 20:04:35 UTC (rev 926043)
+++ PKGBUILD2021-05-01 20:04:43 UTC (rev 926044)
@@ -1,30 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: sxe 
-
-pkgname=flowblade
-pkgver=2.8.0.2
-pkgrel=1
-pkgdesc="Multitrack non-linear video editor"
-arch=(any)
-url="https://jliljebl.github.io/flowblade/;
-license=(GPL3)
-depends=(ffmpeg frei0r-plugins gmic gtk3 mlt python-cairo python-dbus 
python-gobject
- python-numpy python-pillow sdl_image swh-plugins)
-source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1d2a9400cf2e6f0221e78f9c87ad47621a1d79aeda1b62b93de8a2b64cb7')
-
-prepare() {
-  cd $pkgname-$pkgver/$pkgname-trunk
-  _python_site_packages=`echo /usr/lib/python3*/site-packages`
-  sed -i "s|/usr/share/pyshared/Flowblade|$_python_site_packages/Flowblade|" 
flowblade
-}
-
-build() {
-  cd $pkgname-$pkgver/$pkgname-trunk
-  python3 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver/$pkgname-trunk
-  python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: flowblade/repos/community-any/PKGBUILD (from rev 926043, 
flowblade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 20:04:43 UTC (rev 926044)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György 
+# Contributor: sxe 
+
+pkgname=flowblade
+pkgver=2.8.0.3
+pkgrel=1
+pkgdesc='Multitrack non-linear video editor'
+arch=('any')
+url='https://jliljebl.github.io/flowblade/'
+license=('GPL3')
+depends=('ffmpeg' 'frei0r-plugins' 'gmic' 'gtk3' 'mlt' 'python-cairo' 
'python-dbus'
+ 'python-gobject' 'python-numpy' 'python-pillow' 'sdl_image' 
'swh-plugins')
+source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('3753363d15caa6f1901118132a87f92d3b5e843c325775dbd83b30ee4d2a9bbf')
+
+prepare() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  _python_site_packages=`python -c 'import site; 
print(site.getsitepackages()[0])'`
+  sed -i "s|/usr/share/pyshared/Flowblade|$_python_site_packages/Flowblade|" 
flowblade
+}
+
+build() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver/$pkgname-trunk
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 20:04:35
  Author: bgyorgy
Revision: 926043

upgpkg: flowblade 2.8.0.3-1: Update to version 2.8.0.3

Modified:
  flowblade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:56:48 UTC (rev 926042)
+++ PKGBUILD2021-05-01 20:04:35 UTC (rev 926043)
@@ -2,29 +2,29 @@
 # Contributor: sxe 
 
 pkgname=flowblade
-pkgver=2.8.0.2
+pkgver=2.8.0.3
 pkgrel=1
-pkgdesc="Multitrack non-linear video editor"
-arch=(any)
-url="https://jliljebl.github.io/flowblade/;
-license=(GPL3)
-depends=(ffmpeg frei0r-plugins gmic gtk3 mlt python-cairo python-dbus 
python-gobject
- python-numpy python-pillow sdl_image swh-plugins)
+pkgdesc='Multitrack non-linear video editor'
+arch=('any')
+url='https://jliljebl.github.io/flowblade/'
+license=('GPL3')
+depends=('ffmpeg' 'frei0r-plugins' 'gmic' 'gtk3' 'mlt' 'python-cairo' 
'python-dbus'
+ 'python-gobject' 'python-numpy' 'python-pillow' 'sdl_image' 
'swh-plugins')
 
source=("https://github.com/jliljebl/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1d2a9400cf2e6f0221e78f9c87ad47621a1d79aeda1b62b93de8a2b64cb7')
+sha256sums=('3753363d15caa6f1901118132a87f92d3b5e843c325775dbd83b30ee4d2a9bbf')
 
 prepare() {
   cd $pkgname-$pkgver/$pkgname-trunk
-  _python_site_packages=`echo /usr/lib/python3*/site-packages`
+  _python_site_packages=`python -c 'import site; 
print(site.getsitepackages()[0])'`
   sed -i "s|/usr/share/pyshared/Flowblade|$_python_site_packages/Flowblade|" 
flowblade
 }
 
 build() {
   cd $pkgname-$pkgver/$pkgname-trunk
-  python3 setup.py build
+  python setup.py build
 }
 
 package() {
   cd $pkgname-$pkgver/$pkgname-trunk
-  python3 setup.py install --root="$pkgdir" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 19:56:48
  Author: felixonmars
Revision: 926042

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:56:33 UTC (rev 926041)
+++ PKGBUILD2021-05-01 19:56:48 UTC (rev 926042)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=lib32-faudio
-pkgver=21.04
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
-makedepends=('cmake' 'ninja')
-source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('da189aa131bac01cbe8be5b35ada1155ff095dffcc7912ca1dbce59f87788cb699d37cb2db06327e29cb93ae400373ec0baf025f1e8ac7c79e92cf905bbd405b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib32
-  # TODO:  -DFFMPEG=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  rm -r "$pkgdir"/usr/include
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-faudio/repos/multilib-x86_64/PKGBUILD (from rev 926041, 
lib32-faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:56:48 UTC (rev 926042)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=lib32-faudio
+pkgver=21.05
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
+makedepends=('cmake' 'ninja')
+source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
+sha512sums=('504a08ad6585037685bcbaf5a21400be5a2dd5ae35b70c7ad025342cb8736190f472e6fff9621476623069e1ae317f9505bc0cada7d80a1316f7651037d4d06d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  # TODO:  -DFFMPEG=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -r "$pkgdir"/usr/include
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 19:56:33
  Author: felixonmars
Revision: 926041

upgpkg: lib32-faudio 21.05-1

Modified:
  lib32-faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:56:27 UTC (rev 926040)
+++ PKGBUILD2021-05-01 19:56:33 UTC (rev 926041)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=lib32-faudio
-pkgver=21.04
+pkgver=21.05
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('lib32-dbus' 'lib32-sdl2' 'faudio')
 makedepends=('cmake' 'ninja')
 
source=("https://github.com/FNA-XNA/FAudio/archive/$pkgver/faudio-$pkgver.tar.gz;)
-sha512sums=('da189aa131bac01cbe8be5b35ada1155ff095dffcc7912ca1dbce59f87788cb699d37cb2db06327e29cb93ae400373ec0baf025f1e8ac7c79e92cf905bbd405b')
+sha512sums=('504a08ad6585037685bcbaf5a21400be5a2dd5ae35b70c7ad025342cb8736190f472e6fff9621476623069e1ae317f9505bc0cada7d80a1316f7651037d4d06d')
 
 prepare() {
   mkdir -p build


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 19:56:27
  Author: felixonmars
Revision: 926040

archrelease: copy trunk to community-x86_64

Added:
  faudio/repos/community-x86_64/PKGBUILD
(from rev 926039, faudio/trunk/PKGBUILD)
Deleted:
  faudio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:56:12 UTC (rev 926039)
+++ PKGBUILD2021-05-01 19:56:27 UTC (rev 926040)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrew Eikum
-
-pkgname=faudio
-pkgver=21.04
-pkgrel=1
-pkgdesc="XAudio2 reimplementation"
-arch=(x86_64)
-url="https://github.com/FNA-XNA/FAudio/;
-license=('custom:zlib')
-depends=('sdl2' 'gst-libav')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('da189aa131bac01cbe8be5b35ada1155ff095dffcc7912ca1dbce59f87788cb699d37cb2db06327e29cb93ae400373ec0baf025f1e8ac7c79e92cf905bbd405b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../FAudio-$pkgver -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DGSTREAMER=ON
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: faudio/repos/community-x86_64/PKGBUILD (from rev 926039, 
faudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:56:27 UTC (rev 926040)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrew Eikum
+
+pkgname=faudio
+pkgver=21.05
+pkgrel=1
+pkgdesc="XAudio2 reimplementation"
+arch=(x86_64)
+url="https://github.com/FNA-XNA/FAudio/;
+license=('custom:zlib')
+depends=('sdl2' 'gst-libav')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
+sha512sums=('504a08ad6585037685bcbaf5a21400be5a2dd5ae35b70c7ad025342cb8736190f472e6fff9621476623069e1ae317f9505bc0cada7d80a1316f7651037d4d06d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../FAudio-$pkgver -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DGSTREAMER=ON
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 FAudio-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 19:56:12
  Author: felixonmars
Revision: 926039

upgpkg: faudio 21.05-1

Modified:
  faudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:51:15 UTC (rev 926038)
+++ PKGBUILD2021-05-01 19:56:12 UTC (rev 926039)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Eikum
 
 pkgname=faudio
-pkgver=21.04
+pkgver=21.05
 pkgrel=1
 pkgdesc="XAudio2 reimplementation"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=('sdl2' 'gst-libav')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgver.tar.gz;)
-sha512sums=('da189aa131bac01cbe8be5b35ada1155ff095dffcc7912ca1dbce59f87788cb699d37cb2db06327e29cb93ae400373ec0baf025f1e8ac7c79e92cf905bbd405b')
+sha512sums=('504a08ad6585037685bcbaf5a21400be5a2dd5ae35b70c7ad025342cb8736190f472e6fff9621476623069e1ae317f9505bc0cada7d80a1316f7651037d4d06d')
 
 prepare() {
   mkdir -p build


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

2021-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, May 1, 2021 @ 19:51:15
  Author: orhun
Revision: 926038

archrelease: copy trunk to community-x86_64

Added:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD
(from rev 926037, taskwarrior-tui/trunk/PKGBUILD)
Deleted:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:50:56 UTC (rev 926037)
+++ PKGBUILD2021-05-01 19:51:15 UTC (rev 926038)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.13.15
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui;
-license=('MIT')
-depends=('task')
-makedepends=('rust' 'git' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('f9a3bec55c3adc948d4ee730477c9978f53c279bd48b086c344c2d0f8081ee39'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --release --locked --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 926037, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:51:15 UTC (rev 926038)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.13.16
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui;
+license=('MIT')
+depends=('task')
+makedepends=('rust' 'git' 'pandoc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata;)
+sha256sums=('242852c7026c74ec870c84920d2dc094bdcd1863828a342b4ad79525bfd98bc8'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export TASKRC="../taskwarrior-testdata/.taskrc"
+  export TASKDATA="../taskwarrior-testdata/.task"
+  cargo test --release --locked --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, May 1, 2021 @ 19:50:56
  Author: orhun
Revision: 926037

upgpkg: taskwarrior-tui 0.13.16-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:40:05 UTC (rev 926036)
+++ PKGBUILD2021-05-01 19:50:56 UTC (rev 926037)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.13.15
+pkgver=0.13.16
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('rust' 'git' 'pandoc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('f9a3bec55c3adc948d4ee730477c9978f53c279bd48b086c344c2d0f8081ee39'
+sha256sums=('242852c7026c74ec870c84920d2dc094bdcd1863828a342b4ad79525bfd98bc8'
 'SKIP')
 
 build() {


[arch-commits] Commit in penguin-subtitle-player/repos/community-x86_64 (4 files)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 19:40:05
  Author: bgyorgy
Revision: 926036

archrelease: copy trunk to community-x86_64

Added:
  
penguin-subtitle-player/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch
(from rev 926035, 
penguin-subtitle-player/trunk/0001-Add-better-integration-for-Linux.patch)
  penguin-subtitle-player/repos/community-x86_64/PKGBUILD
(from rev 926035, penguin-subtitle-player/trunk/PKGBUILD)
Deleted:
  
penguin-subtitle-player/repos/community-x86_64/0001-Add-better-integration-for-Linux.patch
  penguin-subtitle-player/repos/community-x86_64/PKGBUILD

-+
 0001-Add-better-integration-for-Linux.patch | 1356 +-
 PKGBUILD|   64 -
 2 files changed, 710 insertions(+), 710 deletions(-)

Deleted: 0001-Add-better-integration-for-Linux.patch
===
--- 0001-Add-better-integration-for-Linux.patch 2021-05-01 19:39:56 UTC (rev 
926035)
+++ 0001-Add-better-integration-for-Linux.patch 2021-05-01 19:40:05 UTC (rev 
926036)
@@ -1,678 +0,0 @@
-From 05a7510740b2c790697e0a9ebc2b38ae6eaaf57a Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 9 Jul 2020 14:14:56 +0200
-Subject: [PATCH] Add better integration for Linux
-
-Add install target, add desktop, appdata and icons.

- PenguinSubtitlePlayer.pro |  25 
- resource/PenguinSubtitlePlayer.appdata.xml|  27 ++
- resource/PenguinSubtitlePlayer.desktop|  10 +++
- .../128x128/apps/PenguinSubtitlePlayer.png| Bin 0 -> 6190 bytes
- .../16x16/apps/PenguinSubtitlePlayer.png  | Bin 0 -> 870 bytes
- .../256x256/apps/PenguinSubtitlePlayer.png| Bin 0 -> 12926 bytes
- .../32x32/apps/PenguinSubtitlePlayer.png  | Bin 0 -> 1543 bytes
- .../48x48/apps/PenguinSubtitlePlayer.png  | Bin 0 -> 2249 bytes
- .../64x64/apps/PenguinSubtitlePlayer.png  | Bin 0 -> 2999 bytes
- 9 files changed, 62 insertions(+)
- create mode 100644 resource/PenguinSubtitlePlayer.appdata.xml
- create mode 100644 resource/PenguinSubtitlePlayer.desktop
- create mode 100644 
resource/icons/hicolor/128x128/apps/PenguinSubtitlePlayer.png
- create mode 100644 resource/icons/hicolor/16x16/apps/PenguinSubtitlePlayer.png
- create mode 100644 
resource/icons/hicolor/256x256/apps/PenguinSubtitlePlayer.png
- create mode 100644 resource/icons/hicolor/32x32/apps/PenguinSubtitlePlayer.png
- create mode 100644 resource/icons/hicolor/48x48/apps/PenguinSubtitlePlayer.png
- create mode 100644 resource/icons/hicolor/64x64/apps/PenguinSubtitlePlayer.png
-
-diff --git a/PenguinSubtitlePlayer.pro b/PenguinSubtitlePlayer.pro
-index 21fb39e..a4a8de8 100644
 a/PenguinSubtitlePlayer.pro
-+++ b/PenguinSubtitlePlayer.pro
-@@ -157,3 +157,28 @@ test { # the following files will be included for Unit 
test build
- } else {
- message(Normal build) #we will just show this message for Debug/Release 
build
- }
-+
-+unix:!macx {
-+isEmpty(PREFIX) {
-+PREFIX = /usr/local
-+}
-+isEmpty(BINDIR) {
-+BINDIR = $$PREFIX/bin
-+}
-+isEmpty(DATADIR) {
-+DATADIR = $$PREFIX/share
-+}
-+
-+target.path = $$BINDIR
-+
-+icon.files = resource/icons/hicolor/*
-+icon.path = $$DATADIR/icons/hicolor
-+
-+desktop.files = resource/PenguinSubtitlePlayer.desktop
-+desktop.path = $$DATADIR/applications/
-+
-+appdata.files = resource/PenguinSubtitlePlayer.appdata.xml
-+appdata.path = $$DATADIR/metainfo/
-+
-+INSTALLS += target icon desktop appdata
-+}
-diff --git a/resource/PenguinSubtitlePlayer.appdata.xml 
b/resource/PenguinSubtitlePlayer.appdata.xml
-new file mode 100644
-index 000..10cf8e4
 /dev/null
-+++ b/resource/PenguinSubtitlePlayer.appdata.xml
-@@ -0,0 +1,27 @@
-+
-+
-+  PenguinSubtitlePlayer.desktop
-+  CC0-1.0
-+  GPL-3.0+
-+  Penguin Subtitle Player
-+  An open-source, cross-platform standalone subtitle player
-+  
-+You download the subtitle file (.srt, .ssa, .ass) file from any sites 
you like and load it into the subtitle player.
-+   The subtitle player provides a translucent window which always stays 
on the top so that subtitles can be shown on top of the video without blocking 
anything.
-+   With Penguin Subtitle Player, just open your favorite online streaming 
site, load the subtitle file into the player, and enjoy.
-+  
-+  
-+
-+  
https://a.fsdn.com/con/app/proj/penguinsubtitleplayer/screenshots/Windows_03.png
-+
-+
-+  
https://a.fsdn.com/con/app/proj/penguinsubtitleplayer/screenshots/Windows_00.png
-+
-+
-+  
https://a.fsdn.com/con/app/proj/penguinsubtitleplayer/screenshots/Arch%20Linux_01.png
-+
-+  
-+  https://github.com/carsonip/Penguin-Subtitle-Player
-+  https://github.com/carsonip/Penguin-Subtitle-Player/issues
-+  Carson Ip, LMH, Kwanjai
-+
-diff --git 

[arch-commits] Commit in penguin-subtitle-player/trunk (PKGBUILD)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 19:39:56
  Author: bgyorgy
Revision: 926035

upgpkg: penguin-subtitle-player 1.4.0-1: Update to version 1.4.0

Modified:
  penguin-subtitle-player/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:38:41 UTC (rev 926034)
+++ PKGBUILD2021-05-01 19:39:56 UTC (rev 926035)
@@ -2,17 +2,17 @@
 # Contributor: Alex Wiggins 
 
 pkgname=penguin-subtitle-player
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
-pkgdesc="Standalone subtitle player"
-arch=(x86_64)
-url="https://github.com/carsonip/Penguin-Subtitle-Player;
-license=(GPL3)
-depends=(hicolor-icon-theme qt5-base)
-makedepends=(git)
-source=(https://github.com/carsonip/Penguin-Subtitle-Player/archive/v$pkgver/Penguin-Subtitle-Player-$pkgver.tar.gz
-0001-Add-better-integration-for-Linux.patch)
-sha256sums=('f0a00555142b405ff1fcac696e04049b757387665f211282987fd6b8a1aca264'
+pkgdesc='Standalone subtitle player'
+arch=('x86_64')
+url='https://github.com/carsonip/Penguin-Subtitle-Player'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'qt5-base')
+makedepends=('git')
+source=("https://github.com/carsonip/Penguin-Subtitle-Player/archive/v$pkgver/Penguin-Subtitle-Player-$pkgver.tar.gz;
+'0001-Add-better-integration-for-Linux.patch')
+sha256sums=('3be339dcf458d590c20a76fc1ff23fb046adf9bb0634c7fe0715b087a45f29e9'
 'ab5fb6371e4ed18b2e0309b02068a0606092f790ff9d324af7a2c3ebd80a714c')
 
 prepare() {


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:38:41
  Author: kpcyrd
Revision: 926034

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
(from rev 926033, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
(from rev 926033, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD
  python-pwntools/repos/community-any/pwn.conf

--+
 PKGBUILD |  128 ++---
 pwn.conf |4 -
 2 files changed, 67 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:38:27 UTC (rev 926033)
+++ PKGBUILD2021-05-01 19:38:41 UTC (rev 926034)
@@ -1,63 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.4.0
-pkgrel=1
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget')
-makedepends=('pandoc' 'python-setuptools')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf)
-sha256sums=('d6eb197a3173fc66e3479b65211d002951bd719215063e5bd7a2af6c767d2b76'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('bb9f313f17f8c43df2387db6f47f7337a8c615419f5d6e99dfb447782a7189a60d4dc012beb90c2419c370aa083cbea0810d6518f181d88dcc8c9e99ff3c21df'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 926033, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:38:41 UTC (rev 926034)
@@ -0,0 +1,65 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.5.0
+pkgrel=1
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'python-colored-traceback'
+ 'python-rpyc'
+ 'ropgadget')
+makedepends=('pandoc' 'python-setuptools')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('0661601cdc59108da6f9c4538f7208e65074b797941f0509841b1a7b5c2de392'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('13f4e0ecbca87f66ce7068fa5559452199af7d45ad9674f15248b487fcc18dba5999d1abc01c59b27431c53c13c262e0c78f81bfa04805e099b855396f6d869b'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
+  install 

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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:38:27
  Author: kpcyrd
Revision: 926033

upgpkg: python-pwntools 4.5.0-1

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:35:09 UTC (rev 926032)
+++ PKGBUILD2021-05-01 19:38:27 UTC (rev 926033)
@@ -5,7 +5,7 @@
 
 pkgname=python-pwntools
 _pyname=pwntools
-pkgver=4.4.0
+pkgver=4.5.0
 pkgrel=1
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
@@ -28,13 +28,15 @@
  'python-sortedcontainers'
  'python-unicorn'
  'python-paramiko'
+ 'python-colored-traceback'
+ 'python-rpyc'
  'ropgadget')
 makedepends=('pandoc' 'python-setuptools')
 
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 pwn.conf)
-sha256sums=('d6eb197a3173fc66e3479b65211d002951bd719215063e5bd7a2af6c767d2b76'
+sha256sums=('0661601cdc59108da6f9c4538f7208e65074b797941f0509841b1a7b5c2de392'
 '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('bb9f313f17f8c43df2387db6f47f7337a8c615419f5d6e99dfb447782a7189a60d4dc012beb90c2419c370aa083cbea0810d6518f181d88dcc8c9e99ff3c21df'
+b2sums=('13f4e0ecbca87f66ce7068fa5559452199af7d45ad9674f15248b487fcc18dba5999d1abc01c59b27431c53c13c262e0c78f81bfa04805e099b855396f6d869b'
 
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
 
 prepare() {


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:35:09
  Author: kpcyrd
Revision: 926032

archrelease: copy trunk to community-any

Added:
  python-rpyc/repos/community-any/PKGBUILD
(from rev 926031, python-rpyc/trunk/PKGBUILD)

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

Copied: python-rpyc/repos/community-any/PKGBUILD (from rev 926031, 
python-rpyc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:35:09 UTC (rev 926032)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-rpyc
+_name=rpyc
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Remote Python Call - A transparent and symmetric RPC library for 
python'
+url='https://github.com/tomerfiliba-org/rpyc'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-plumbum')
+makedepends=('python-setuptools')
+source=(https://github.com/tomerfiliba-org/${_name}/archive/${pkgver}/${_name}-${pkgver}.tar.gz)
+sha512sums=('57b0d6b2dba33c7f6c9d204b4deae8ab08ed56e5799aa2c7ae4bcb8ab98486055090e3079d8b0d615fcd517111a6e02893dff85607aaca5497ae76429abe3148')
+b2sums=('84d0bee67004928c26a1765a26267e3e8eb5dc09a8fd53c1d75ca691cf313a7563398626b7e89a8893415294721623206204784da01444708edb56aec8101719')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:34:08
  Author: kpcyrd
Revision: 926031

Add missing PKGBUILD

Added:
  python-rpyc/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:34:08 UTC (rev 926031)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-rpyc
+_name=rpyc
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='Remote Python Call - A transparent and symmetric RPC library for 
python'
+url='https://github.com/tomerfiliba-org/rpyc'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-plumbum')
+makedepends=('python-setuptools')
+source=(https://github.com/tomerfiliba-org/${_name}/archive/${pkgver}/${_name}-${pkgver}.tar.gz)
+sha512sums=('57b0d6b2dba33c7f6c9d204b4deae8ab08ed56e5799aa2c7ae4bcb8ab98486055090e3079d8b0d615fcd517111a6e02893dff85607aaca5497ae76429abe3148')
+b2sums=('84d0bee67004928c26a1765a26267e3e8eb5dc09a8fd53c1d75ca691cf313a7563398626b7e89a8893415294721623206204784da01444708edb56aec8101719')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:32:35
  Author: kpcyrd
Revision: 926030

archrelease: copy trunk to community-any

Added:
  python-rpyc/repos/community-any/


[arch-commits] Commit in (python-rpyc python-rpyc/repos python-rpyc/trunk)

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:32:25
  Author: kpcyrd
Revision: 926029

addpkg: python-rpyc 5.0.1-1

Added:
  python-rpyc/
  python-rpyc/repos/
  python-rpyc/trunk/


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:28:33
  Author: kpcyrd
Revision: 926028

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:27:57 UTC (rev 926027)
+++ PKGBUILD2021-05-01 19:28:33 UTC (rev 926028)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=python-plumbum
-_name=plumbum
-pkgver=1.7.0
-pkgrel=3
-pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
-url='https://github.com/tomerfiliba/plumbum'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
-b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
-
-build() {
-  cd "${_name}-${pkgver}"
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  PYTHONPATH=. python -c 'import plumbum'
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-plumbum/repos/community-any/PKGBUILD (from rev 926027, 
python-plumbum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:28:33 UTC (rev 926028)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.0
+pkgrel=3
+pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
+b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH=. python -c 'import plumbum'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:27:57
  Author: kpcyrd
Revision: 926027

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:27:40 UTC (rev 926026)
+++ PKGBUILD2021-05-01 19:27:57 UTC (rev 926027)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=python-plumbum
-_name=plumbum
-pkgver=1.7.0
-pkgrel=2
-pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
-url='https://github.com/tomerfiliba/plumbum'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://github.com/tomerfiliba/${_name}/archive/v${pkgver}/${_name}-${pkgver}.tar.gz)
-sha512sums=('39b97147b9e4d5774e0bf876599e5fbaea904a003f2397a845b8b0623539d08d32fbe1469e99b3c373ebb65a5c083ef896e1088bfa69309106301605db4d9a31')
-b2sums=('7c501937243e143e5aa9a473b09d904f032a977a50c63079fbb5447bcc4d2ef027bec4e5dbc5ce4edfe841d1e35007ff9cc8b0804a9f744fbef0d56888253823')
-
-
-
-build() {
-  cd "${_name}-${pkgver}"
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-plumbum/repos/community-any/PKGBUILD (from rev 926026, 
python-plumbum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:27:57 UTC (rev 926027)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.0
+pkgrel=3
+pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
+b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH=. python -c 'import plumbum'
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:27:40
  Author: kpcyrd
Revision: 926026

upgpkg: python-plumbum 1.7.0-3

Modified:
  python-plumbum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 19:17:23 UTC (rev 926025)
+++ PKGBUILD2021-05-01 19:27:40 UTC (rev 926026)
@@ -3,7 +3,7 @@
 pkgname=python-plumbum
 _name=plumbum
 pkgver=1.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
 url='https://github.com/tomerfiliba/plumbum'
 arch=('any')
@@ -10,12 +10,10 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-source=(https://github.com/tomerfiliba/${_name}/archive/v${pkgver}/${_name}-${pkgver}.tar.gz)
-sha512sums=('39b97147b9e4d5774e0bf876599e5fbaea904a003f2397a845b8b0623539d08d32fbe1469e99b3c373ebb65a5c083ef896e1088bfa69309106301605db4d9a31')
-b2sums=('7c501937243e143e5aa9a473b09d904f032a977a50c63079fbb5447bcc4d2ef027bec4e5dbc5ce4edfe841d1e35007ff9cc8b0804a9f744fbef0d56888253823')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826')
+b2sums=('19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7')
 
-
-
 build() {
   cd "${_name}-${pkgver}"
   export PYTHONHASHSEED=0
@@ -22,6 +20,11 @@
   python setup.py build
 }
 
+check() {
+  cd "${_name}-${pkgver}"
+  PYTHONPATH=. python -c 'import plumbum'
+}
+
 package() {
   cd "${_name}-${pkgver}"
   python setup.py install -O1 --root="${pkgdir}" --skip-build


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:17:23
  Author: kpcyrd
Revision: 926025

archrelease: copy trunk to community-any

Added:
  python-plumbum/repos/community-any/
  python-plumbum/repos/community-any/PKGBUILD
(from rev 926024, python-plumbum/trunk/PKGBUILD)

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

Copied: python-plumbum/repos/community-any/PKGBUILD (from rev 926024, 
python-plumbum/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-05-01 19:17:23 UTC (rev 926025)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://github.com/tomerfiliba/${_name}/archive/v${pkgver}/${_name}-${pkgver}.tar.gz)
+sha512sums=('39b97147b9e4d5774e0bf876599e5fbaea904a003f2397a845b8b0623539d08d32fbe1469e99b3c373ebb65a5c083ef896e1088bfa69309106301605db4d9a31')
+b2sums=('7c501937243e143e5aa9a473b09d904f032a977a50c63079fbb5447bcc4d2ef027bec4e5dbc5ce4edfe841d1e35007ff9cc8b0804a9f744fbef0d56888253823')
+
+
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 19:17:02
  Author: kpcyrd
Revision: 926024

addpkg: python-plumbum 1.7.0-2

Added:
  python-plumbum/
  python-plumbum/repos/
  python-plumbum/trunk/
  python-plumbum/trunk/PKGBUILD

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

Added: python-plumbum/trunk/PKGBUILD
===
--- python-plumbum/trunk/PKGBUILD   (rev 0)
+++ python-plumbum/trunk/PKGBUILD   2021-05-01 19:17:02 UTC (rev 926024)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-plumbum
+_name=plumbum
+pkgver=1.7.0
+pkgrel=2
+pkgdesc='A small yet feature-rich Python library for shell script-like 
programs, and more'
+url='https://github.com/tomerfiliba/plumbum'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://github.com/tomerfiliba/${_name}/archive/v${pkgver}/${_name}-${pkgver}.tar.gz)
+sha512sums=('39b97147b9e4d5774e0bf876599e5fbaea904a003f2397a845b8b0623539d08d32fbe1469e99b3c373ebb65a5c083ef896e1088bfa69309106301605db4d9a31')
+b2sums=('7c501937243e143e5aa9a473b09d904f032a977a50c63079fbb5447bcc4d2ef027bec4e5dbc5ce4edfe841d1e35007ff9cc8b0804a9f744fbef0d56888253823')
+
+
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -D LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 19:07:45
  Author: heftig
Revision: 414142

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 19:07:32 UTC (rev 414141)
+++ PKGBUILD2021-05-01 19:07:45 UTC (rev 414142)
@@ -1,46 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.38.1
-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=12d6c77fb736d70bee4c8f6f5ea7c60adde8473c  # tags/3.38.1^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
-
-  # Install D-Bus service file to correct location
-  git cherry-pick -n 5d48ddc3002fa8257a56eaedee44cdf694e1d861
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -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 414141, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 19:07:45 UTC (rev 414142)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.40.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=d5cfba5a4e86b2e8118113be410f39fc854b1df7  # tags/3.40.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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 19:07:32
  Author: heftig
Revision: 414141

3.40.0-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 18:06:25 UTC (rev 414140)
+++ PKGBUILD2021-05-01 19:07:32 UTC (rev 414141)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.38.1
+pkgver=3.40.0
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -16,7 +16,7 @@
 'lrzip: lrzip archive support'
 'squashfs-tools: squashfs image support')
 groups=(gnome)
-_commit=12d6c77fb736d70bee4c8f6f5ea7c60adde8473c  # tags/3.38.1^0
+_commit=d5cfba5a4e86b2e8118113be410f39fc854b1df7  # tags/3.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,9 +27,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Install D-Bus service file to correct location
-  git cherry-pick -n 5d48ddc3002fa8257a56eaedee44cdf694e1d861
 }
 
 build() {


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 18:57:26
  Author: bgyorgy
Revision: 926023

Fix GPL license version for synfig

Modified:
  synfig/trunk/PKGBUILD
  synfigstudio/trunk/PKGBUILD

---+
 studio/trunk/PKGBUILD |2 +-
 trunk/PKGBUILD|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2021-05-01 18:55:58 UTC (rev 926022)
+++ trunk/PKGBUILD  2021-05-01 18:57:26 UTC (rev 926023)
@@ -8,7 +8,7 @@
 pkgdesc='Professional vector animation program (CLI renderer only)'
 arch=('x86_64')
 url='https://www.synfig.org/'
-license=('GPL2')
+license=('GPL3')
 depends=('boost-libs' 'fftw' 'imagemagick' 'libjpeg-turbo' 'libmng' 
'libxml++2.6' 'mlt' 'openexr'
  'pango')
 makedepends=('boost' 'etl' 'intltool')

Modified: studio/trunk/PKGBUILD
===
--- studio/trunk/PKGBUILD   2021-05-01 18:55:58 UTC (rev 926022)
+++ studio/trunk/PKGBUILD   2021-05-01 18:57:26 UTC (rev 926023)
@@ -8,7 +8,7 @@
 pkgdesc='Professional vector animation program (GUI)'
 arch=('x86_64')
 url='https://www.synfig.org/'
-license=('GPL2')
+license=('GPL3')
 depends=('gtkmm3' 'synfig')
 makedepends=('etl' 'intltool')
 optdepends=('python: for the plugins')


[arch-commits] Commit in npm-check-updates/repos/community-any (PKGBUILD PKGBUILD)

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 18:55:58
  Author: felixonmars
Revision: 926022

archrelease: copy trunk to community-any

Added:
  npm-check-updates/repos/community-any/PKGBUILD
(from rev 926021, npm-check-updates/trunk/PKGBUILD)
Deleted:
  npm-check-updates/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:55:43 UTC (rev 926021)
+++ PKGBUILD2021-05-01 18:55:58 UTC (rev 926022)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=11.5.7
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a5db0e90107f19d9786267db95983c42c64b7833fa26f7aa1a5b9ed566026c5dd32b90230b627b95d9f94ef5eaf121e66855e2f53113ae66c243424453a3bc74')
-
-package() {
-  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 926021, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:55:58 UTC (rev 926022)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=11.5.8
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('0fabc8a021dfd7c39444fcd754764a7c52419ab4c4b5c406927b6b6b7886915ac6bdfdd6065fd664b8d8ce3421f69a2289ee513c155cb7da69722f39f6aa78ad')
+
+package() {
+  npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


[arch-commits] Commit in npm-check-updates/trunk (PKGBUILD)

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 18:55:43
  Author: felixonmars
Revision: 926021

upgpkg: npm-check-updates 11.5.8-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 18:55:31 UTC (rev 926020)
+++ PKGBUILD2021-05-01 18:55:43 UTC (rev 926021)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=11.5.7
+pkgver=11.5.8
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('a5db0e90107f19d9786267db95983c42c64b7833fa26f7aa1a5b9ed566026c5dd32b90230b627b95d9f94ef5eaf121e66855e2f53113ae66c243424453a3bc74')
+sha512sums=('0fabc8a021dfd7c39444fcd754764a7c52419ab4c4b5c406927b6b6b7886915ac6bdfdd6065fd664b8d8ce3421f69a2289ee513c155cb7da69722f39f6aa78ad')
 
 package() {
   npm install -g --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in papirus-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 18:55:31
  Author: felixonmars
Revision: 926020

archrelease: copy trunk to community-any

Added:
  papirus-icon-theme/repos/community-any/PKGBUILD
(from rev 926019, papirus-icon-theme/trunk/PKGBUILD)
Deleted:
  papirus-icon-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:55:17 UTC (rev 926019)
+++ PKGBUILD2021-05-01 18:55:31 UTC (rev 926020)
@@ -1,19 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kitsunyan 
-# Contributor: Grigorii Horos 
-
-pkgname=papirus-icon-theme
-pkgver=20210401
-pkgrel=1
-pkgdesc="Papirus icon theme"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
-license=("LGPL3")
-depends=('gtk-update-icon-cache')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('317eed658897dd55d8393669cb62b2a8f9211120b8e132263c70ddd2f5710973c78230f37bd0f60c75b7b67912d7d2cff2d048dd7b29ffb9c68c73c2ab89ee2b')
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: papirus-icon-theme/repos/community-any/PKGBUILD (from rev 926019, 
papirus-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:55:31 UTC (rev 926020)
@@ -0,0 +1,19 @@
+# Maintainer: Felix Yan 
+# Contributor: kitsunyan 
+# Contributor: Grigorii Horos 
+
+pkgname=papirus-icon-theme
+pkgver=20210501
+pkgrel=1
+pkgdesc="Papirus icon theme"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme;
+license=("LGPL3")
+depends=('gtk-update-icon-cache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('65f096428756e52a4c373c206a320e2185fc176238100fd2e8dc9281c7772e3a3381a6ce2d4642be9ff0ea97f5e5292b1a5b631c07459d5863ee7e5cfcced8ac')
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in papirus-icon-theme/trunk (PKGBUILD)

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 18:55:17
  Author: felixonmars
Revision: 926019

upgpkg: papirus-icon-theme 20210501-1

Modified:
  papirus-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 18:54:34 UTC (rev 926018)
+++ PKGBUILD2021-05-01 18:55:17 UTC (rev 926019)
@@ -3,7 +3,7 @@
 # Contributor: Grigorii Horos 
 
 pkgname=papirus-icon-theme
-pkgver=20210401
+pkgver=20210501
 pkgrel=1
 pkgdesc="Papirus icon theme"
 arch=('any')
@@ -11,7 +11,7 @@
 license=("LGPL3")
 depends=('gtk-update-icon-cache')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PapirusDevelopmentTeam/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('317eed658897dd55d8393669cb62b2a8f9211120b8e132263c70ddd2f5710973c78230f37bd0f60c75b7b67912d7d2cff2d048dd7b29ffb9c68c73c2ab89ee2b')
+sha512sums=('65f096428756e52a4c373c206a320e2185fc176238100fd2e8dc9281c7772e3a3381a6ce2d4642be9ff0ea97f5e5292b1a5b631c07459d5863ee7e5cfcced8ac')
 
 package() {
   cd $pkgname-$pkgver


[arch-commits] Commit in python-colored-traceback/repos (2 files)

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 18:54:30
  Author: kpcyrd
Revision: 926017

archrelease: copy trunk to community-any

Added:
  python-colored-traceback/repos/community-any/
  python-colored-traceback/repos/community-any/PKGBUILD
(from rev 926016, python-colored-traceback/trunk/PKGBUILD)

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

Copied: python-colored-traceback/repos/community-any/PKGBUILD (from rev 926016, 
python-colored-traceback/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-05-01 18:54:30 UTC (rev 926017)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-colored-traceback
+_name=colored-traceback
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Automatically color Python’s uncaught exception tracebacks'
+url='https://github.com/staticshock/colored-traceback.py'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pygments')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('013d779df231295319c29a48fe81a5ddfd1b77b1734dedf630a914bdf0ea89e19a8ec028ae40c55125209e748f4027a74d04ec816f6c6d3c21aca52d2dd58e37')
+b2sums=('bf79942de0d0791b567dce21609be87319da11596b90e67018ee74069ea63b072b73778283112f9f52270fef046220eff355993d38f84ecd80d895da0401a010')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 18:54:11
  Author: kpcyrd
Revision: 926016

addpkg: python-colored-traceback 0.3.0-1

Added:
  python-colored-traceback/
  python-colored-traceback/repos/
  python-colored-traceback/trunk/
  python-colored-traceback/trunk/PKGBUILD

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

Added: python-colored-traceback/trunk/PKGBUILD
===
--- python-colored-traceback/trunk/PKGBUILD (rev 0)
+++ python-colored-traceback/trunk/PKGBUILD 2021-05-01 18:54:11 UTC (rev 
926016)
@@ -0,0 +1,28 @@
+# Maintainer: kpcyrd 
+
+pkgname=python-colored-traceback
+_name=colored-traceback
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Automatically color Python’s uncaught exception tracebacks'
+url='https://github.com/staticshock/colored-traceback.py'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pygments')
+makedepends=('python-setuptools')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha512sums=('013d779df231295319c29a48fe81a5ddfd1b77b1734dedf630a914bdf0ea89e19a8ec028ae40c55125209e748f4027a74d04ec816f6c6d3c21aca52d2dd58e37')
+b2sums=('bf79942de0d0791b567dce21609be87319da11596b90e67018ee74069ea63b072b73778283112f9f52270fef046220eff355993d38f84ecd80d895da0401a010')
+
+build() {
+  cd "${_name}-${pkgver}"
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 18:46:17
  Author: bgyorgy
Revision: 926015

archrelease: copy trunk to community-x86_64

Added:
  cawbird/repos/community-x86_64/PKGBUILD
(from rev 926014, cawbird/trunk/PKGBUILD)
Deleted:
  cawbird/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:46:08 UTC (rev 926014)
+++ PKGBUILD2021-05-01 18:46:17 UTC (rev 926015)
@@ -1,22 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=cawbird
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="Native Gtk Twitter client"
-arch=(x86_64)
-url="https://ibboard.co.uk/cawbird/;
-license=(GPL3)
-depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good 
liboauth)
-makedepends=(meson vala)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('20dd01b1b93f2608bbf6a83d5e4589927f875eff111a11366283b121c6136de7')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: cawbird/repos/community-x86_64/PKGBUILD (from rev 926014, 
cawbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:46:17 UTC (rev 926015)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György 
+
+pkgname=cawbird
+pkgver=1.4
+pkgrel=1
+pkgdesc='Native GTK Twitter client'
+arch=('x86_64')
+url='https://ibboard.co.uk/cawbird/'
+license=('GPL3')
+depends=('gspell' 'gst-libav' 'gst-plugin-gtk' 'gst-plugins-bad' 
'gst-plugins-good' 'liboauth')
+makedepends=('meson' 'vala')
+source=("https://github.com/IBBoard/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('af35d71247806a6883c65e55dc2d83b2e9154b13fb5e151eb3fc4b8c0c6fc29f')
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+-D consumer_key_base64=YUVNOE14dE5xMVdHRzl2emo5SzNNSlNUeg== \
+-D 
consumer_secret_base64=c0J0cmc2clNJTFN6bHlSbFNXc2J1MmdvWWk3b0FzTGZHOGI4OG5QRzB3Tmx1Y0ZtOHQ=
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 18:46:08
  Author: bgyorgy
Revision: 926014

upgpkg: cawbird 1.4-1: Update to version 1.4

Modified:
  cawbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 18:41:49 UTC (rev 926013)
+++ PKGBUILD2021-05-01 18:46:08 UTC (rev 926014)
@@ -1,7 +1,7 @@
 # Maintainer: Balló György 
 
 pkgname=cawbird
-pkgver=1.3.2
+pkgver=1.4
 pkgrel=1
 pkgdesc='Native GTK Twitter client'
 arch=('x86_64')
@@ -10,10 +10,12 @@
 depends=('gspell' 'gst-libav' 'gst-plugin-gtk' 'gst-plugins-bad' 
'gst-plugins-good' 'liboauth')
 makedepends=('meson' 'vala')
 
source=("https://github.com/IBBoard/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('20dd01b1b93f2608bbf6a83d5e4589927f875eff111a11366283b121c6136de7')
+sha256sums=('af35d71247806a6883c65e55dc2d83b2e9154b13fb5e151eb3fc4b8c0c6fc29f')
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname-$pkgver build \
+-D consumer_key_base64=YUVNOE14dE5xMVdHRzl2emo5SzNNSlNUeg== \
+-D 
consumer_secret_base64=c0J0cmc2clNJTFN6bHlSbFNXc2J1MmdvWWk3b0FzTGZHOGI4OG5QRzB3Tmx1Y0ZtOHQ=
   meson compile -C build
 }
 


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 18:41:49
  Author: bgyorgy
Revision: 926013

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:41:39 UTC (rev 926012)
+++ PKGBUILD2021-05-01 18:41:49 UTC (rev 926013)
@@ -1,29 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=40.0
-pkgrel=2
-pkgdesc='Simple, easy, and safe way to prepare a new system'
-arch=('x86_64')
-url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
-license=('GPL')
-depends=('cheese' 'gdm' 'gnome-online-accounts' 'libgnomekbd' 'malcontent')
-makedepends=('meson')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('14e0c74614380ee112a7414fec6606bd0f6f3f421b980070ca7d519d1b99896f')
-
-build() {
-  arch-meson $pkgname-$pkgver build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-
-  # Setup system user and group
-  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: gnome-initial-setup/repos/community-x86_64/PKGBUILD (from rev 926012, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:41:49 UTC (rev 926013)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=40.1
+pkgrel=1
+pkgdesc='Simple, easy, and safe way to prepare a new system'
+arch=('x86_64')
+url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
+license=('GPL')
+depends=('cheese' 'gdm' 'gnome-online-accounts' 'libgnomekbd' 'malcontent')
+makedepends=('meson')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('f19140c6bef65815fa7179e0ae86c09b71b75862388b39739a872466ec41ee83')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/gnome-initial-setup 0700 gnome-initial-setup 
gnome-initial-setup -' |
+install -Dm644 /dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 18:41:39
  Author: bgyorgy
Revision: 926012

upgpkg: gnome-initial-setup 40.1-1: Update to version 40.1

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 18:37:59 UTC (rev 926011)
+++ PKGBUILD2021-05-01 18:41:39 UTC (rev 926012)
@@ -1,8 +1,8 @@
 # Maintainer: Balló György 
 
 pkgname=gnome-initial-setup
-pkgver=40.0
-pkgrel=2
+pkgver=40.1
+pkgrel=1
 pkgdesc='Simple, easy, and safe way to prepare a new system'
 arch=('x86_64')
 url='https://gitlab.gnome.org/GNOME/gnome-initial-setup'
@@ -10,7 +10,7 @@
 depends=('cheese' 'gdm' 'gnome-online-accounts' 'libgnomekbd' 'malcontent')
 makedepends=('meson')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
-sha256sums=('14e0c74614380ee112a7414fec6606bd0f6f3f421b980070ca7d519d1b99896f')
+sha256sums=('f19140c6bef65815fa7179e0ae86c09b71b75862388b39739a872466ec41ee83')
 
 build() {
   arch-meson $pkgname-$pkgver build


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 18:37:59
  Author: kpcyrd
Revision: 926011

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 926010, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:37:43 UTC (rev 926010)
+++ PKGBUILD2021-05-01 18:37:59 UTC (rev 926011)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-_pkgname=Findomain
-pkgver=4.0.1
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('75d73b72fa36de4fb3fa5b540bf9c441c45c9b826960c21674858d77ffce16dac1c6a360be2a53ace060b3cab9cb809bd627279c312f32f54f0d5748c1eb9a64')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 926010, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:37:59 UTC (rev 926011)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('5de7a91f58c342f1aaef7323a4bb60e2655d3e33048d6fb89858ea922e352503021b8ff57fec9483cc63b3b90fc445f792582215b1ad8697adda7bea71ec8e14')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 18:37:43
  Author: kpcyrd
Revision: 926010

upgpkg: findomain 4.1.0-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 17:56:37 UTC (rev 926009)
+++ PKGBUILD2021-05-01 18:37:43 UTC (rev 926010)
@@ -3,7 +3,7 @@
 
 pkgname=findomain
 _pkgname=Findomain
-pkgver=4.0.1
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -13,7 +13,7 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('75d73b72fa36de4fb3fa5b540bf9c441c45c9b826960c21674858d77ffce16dac1c6a360be2a53ace060b3cab9cb809bd627279c312f32f54f0d5748c1eb9a64')
+b2sums=('5de7a91f58c342f1aaef7323a4bb60e2655d3e33048d6fb89858ea922e352503021b8ff57fec9483cc63b3b90fc445f792582215b1ad8697adda7bea71ec8e14')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 18:06:25
  Author: heftig
Revision: 414140

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 18:06:18 UTC (rev 414139)
+++ PKGBUILD2021-05-01 18:06:25 UTC (rev 414140)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Silvio Knizek (killermoehre)
-
-pkgname=gnome-disk-utility
-pkgver=40.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 libhandy)
-makedepends=(git meson docbook-xsl)
-_commit=b1a3fbc2bab3ff3182f141175d068cd1a68ae63e  # tags/40.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
-  meson compile -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 414139, 
gnome-disk-utility/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 18:06:25 UTC (rev 414140)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Silvio Knizek (killermoehre)
+
+pkgname=gnome-disk-utility
+pkgver=40.1
+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 libhandy)
+makedepends=(git meson docbook-xsl)
+_commit=4da1597a21757db20957deee58f92fb6b70c58c9  # tags/40.1^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
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 18:06:18
  Author: heftig
Revision: 414139

40.1-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 17:55:19 UTC (rev 414138)
+++ PKGBUILD2021-05-01 18:06:18 UTC (rev 414139)
@@ -3,7 +3,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=40.0
+pkgver=40.1
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 url="https://gitlab.gnome.org/GNOME/gnome-disk-utility;
@@ -13,7 +13,7 @@
 depends=(udisks2 gtk3 libsecret libpwquality libcanberra libdvdread libnotify
  parted systemd-libs libhandy)
 makedepends=(git meson docbook-xsl)
-_commit=b1a3fbc2bab3ff3182f141175d068cd1a68ae63e  # tags/40.0^0
+_commit=4da1597a21757db20957deee58f92fb6b70c58c9  # tags/40.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/gnome-disk-utility.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in polkit-gnome/repos/community-testing-x86_64 (12 files)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 17:56:37
  Author: bgyorgy
Revision: 926009

archrelease: copy trunk to community-testing-x86_64

Added:
  
polkit-gnome/repos/community-testing-x86_64/0001-Select-the-current-user-to-authenticate-with-by-defa.patch
(from rev 926008, 
polkit-gnome/trunk/0001-Select-the-current-user-to-authenticate-with-by-defa.patch)
  
polkit-gnome/repos/community-testing-x86_64/0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch
(from rev 926008, 
polkit-gnome/trunk/0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch)
  
polkit-gnome/repos/community-testing-x86_64/0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch
(from rev 926008, 
polkit-gnome/trunk/0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch)
  
polkit-gnome/repos/community-testing-x86_64/0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch
(from rev 926008, 
polkit-gnome/trunk/0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch)
  polkit-gnome/repos/community-testing-x86_64/PKGBUILD
(from rev 926008, polkit-gnome/trunk/PKGBUILD)
  
polkit-gnome/repos/community-testing-x86_64/polkit-gnome-authentication-agent-1.desktop
(from rev 926008, 
polkit-gnome/trunk/polkit-gnome-authentication-agent-1.desktop)
Deleted:
  
polkit-gnome/repos/community-testing-x86_64/0001-Select-the-current-user-to-authenticate-with-by-defa.patch
  
polkit-gnome/repos/community-testing-x86_64/0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch
  
polkit-gnome/repos/community-testing-x86_64/0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch
  
polkit-gnome/repos/community-testing-x86_64/0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch
  polkit-gnome/repos/community-testing-x86_64/PKGBUILD
  
polkit-gnome/repos/community-testing-x86_64/polkit-gnome-authentication-agent-1.desktop

-+
 0001-Select-the-current-user-to-authenticate-with-by-defa.patch |  156 ++---
 0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch  |   64 +-
 0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch |  270 
+-
 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch |   71 +-
 PKGBUILD|  108 ++--
 polkit-gnome-authentication-agent-1.desktop |  174 +++---
 6 files changed, 431 insertions(+), 412 deletions(-)

Deleted: 0001-Select-the-current-user-to-authenticate-with-by-defa.patch
===
--- 0001-Select-the-current-user-to-authenticate-with-by-defa.patch 
2021-05-01 17:56:23 UTC (rev 926008)
+++ 0001-Select-the-current-user-to-authenticate-with-by-defa.patch 
2021-05-01 17:56:37 UTC (rev 926009)
@@ -1,78 +0,0 @@
-From: Utopia Maintenance Team
- 
-Date: Mon, 30 Apr 2018 17:56:52 +
-Subject: Select the current user to authenticate with by default
-
-Bug: http://bugzilla.gnome.org/show_bug.cgi?id=596188
-Bug-Ubuntu: https://launchpad.net/bugs/435227

- src/polkitgnomeauthenticationdialog.c | 23 ++-
- 1 file changed, 14 insertions(+), 9 deletions(-)
-
-diff --git a/src/polkitgnomeauthenticationdialog.c 
b/src/polkitgnomeauthenticationdialog.c
-index 743cc96..d307516 100644
 a/src/polkitgnomeauthenticationdialog.c
-+++ b/src/polkitgnomeauthenticationdialog.c
-@@ -138,7 +138,7 @@ user_combobox_changed (GtkComboBox *widget,
- static void
- create_user_combobox (PolkitGnomeAuthenticationDialog *dialog)
- {
--  int n;
-+  int n, i, selected_index = 0;
-   GtkComboBox *combo;
-   GtkTreeIter iter;
-   GtkCellRenderer *renderer;
-@@ -162,7 +162,7 @@ create_user_combobox (PolkitGnomeAuthenticationDialog 
*dialog)
- 
- 
-   /* For each user */
--  for (n = 0; dialog->priv->users[n] != NULL; n++)
-+  for (i = 0, n = 0; dialog->priv->users[n] != NULL; n++)
- {
-   gchar *gecos;
-   gchar *real_name;
-@@ -224,6 +224,14 @@ create_user_combobox (PolkitGnomeAuthenticationDialog 
*dialog)
-   USERNAME_COL, dialog->priv->users[n],
-   -1);
- 
-+  i++;
-+  if (passwd->pw_uid == getuid ())
-+{
-+  selected_index = i;
-+  g_free (dialog->priv->selected_user);
-+  dialog->priv->selected_user = g_strdup (dialog->priv->users[n]);
-+}
-+
-   g_free (real_name);
-   g_object_unref (pixbuf);
- }
-@@ -252,8 +260,8 @@ create_user_combobox (PolkitGnomeAuthenticationDialog 
*dialog)
-   user_combobox_set_sensitive,
-   NULL, NULL);
- 
--  /* Initially select the "Select user..." ... */
--  gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
-+  /* Select the default user */
-+  gtk_combo_box_set_active (GTK_COMBO_BOX (combo), selected_index);
- 
-   /* Listen when a new user is selected */
-   g_signal_connect (GTK_WIDGET (combo),
-@@ -719,16 

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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 17:56:23
  Author: bgyorgy
Revision: 926008

upgpkg: polkit-gnome 0.105-8: Trying to find a proper fix (FS#70670)

Modified:
  
polkit-gnome/trunk/0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch
  polkit-gnome/trunk/PKGBUILD

-+
 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch |   23 
+-
 PKGBUILD|4 -
 2 files changed, 23 insertions(+), 4 deletions(-)

Modified: 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch
===
--- 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch 
2021-05-01 17:29:12 UTC (rev 926007)
+++ 0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch 
2021-05-01 17:56:23 UTC (rev 926008)
@@ -15,12 +15,31 @@
 index 23163b4..e57d76e 100644
 --- a/src/polkitgnomeauthenticator.c
 +++ b/src/polkitgnomeauthenticator.c
-@@ -306,7 +307,7 @@ session_request (PolkitAgentSession *session,
+@@ -26,6 +26,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include 
+ #include 
+@@ -306,7 +307,17 @@ session_request (PolkitAgentSession *session,
  }
  
gtk_widget_show_all (GTK_WIDGET (authenticator->dialog));
 -  gtk_window_present (GTK_WINDOW (authenticator->dialog));
-+  gtk_window_present_with_time (GTK_WINDOW (authenticator->dialog), 
gtk_get_current_event_time ());
++  GdkWindow *window = gtk_widget_get_window (GTK_WIDGET 
(authenticator->dialog));
++
++  if (GDK_IS_X11_WINDOW (window))
++{
++gtk_window_present_with_time (GTK_WINDOW (authenticator->dialog), 
gdk_x11_get_server_time (window));
++}
++  else
++{
++gtk_window_present (GTK_WINDOW (authenticator->dialog));
++}
++
password = polkit_gnome_authentication_dialog_run_until_response_for_prompt 
(POLKIT_GNOME_AUTHENTICATION_DIALOG (authenticator->dialog),

 modified_request,

 echo_on,
+

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 17:29:12 UTC (rev 926007)
+++ PKGBUILD2021-05-01 17:56:23 UTC (rev 926008)
@@ -4,7 +4,7 @@
 
 pkgname=polkit-gnome
 pkgver=0.105
-pkgrel=7
+pkgrel=8
 pkgdesc='Legacy polkit authentication agent for GNOME'
 arch=('x86_64')
 url='https://gitlab.gnome.org/Archive/policykit-gnome'
@@ -22,7 +22,7 @@
 'b989f1c7e30f2f9f9ef03f1a06db708d83c4945ee242ca573e7d66b64bf7037f'
 '41afbd11bdf4633dc619675862078c23e4b200c888da1569d030c502999b25d8'
 '4ee38d2dae6e592040c41ba07caa284135dc232feef5a30acb42c0e28340adce'
-'9760750a6a6187c6440c3f8d8f9066f55f9e4923020c5d84697ee44bb682e990')
+'8d278f773f1815cf6d384518749643404fed444bb764305ebba081965152fa9e')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in at-spi2-core/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 17:55:19
  Author: heftig
Revision: 414138

archrelease: copy trunk to extra-x86_64

Added:
  at-spi2-core/repos/extra-x86_64/PKGBUILD
(from rev 414137, at-spi2-core/trunk/PKGBUILD)
Deleted:
  at-spi2-core/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 17:55:05 UTC (rev 414137)
+++ PKGBUILD2021-05-01 17:55:19 UTC (rev 414138)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=at-spi2-core
-pkgver=2.40.0
-pkgrel=1
-pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
-url="https://gitlab.gnome.org/GNOME/at-spi2-core;
-arch=(x86_64)
-license=(GPL2)
-depends=(dbus glib2 libxtst libsystemd)
-makedepends=(gobject-introspection git gtk-doc meson dbus-broker systemd)
-optdepends=('dbus-broker: Alternative bus implementation')
-_commit=303ff15ea793189e1e8855b32df967e0a05fe08c  # tags/AT_SPI2_CORE_2_40_0^0
-source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
--D default_bus=dbus-broker \
--D docs=true
-  meson compile -C build
-}
-
-check() {
-  # memory test fails without desktop
-  # broker fails to launch without journald
-  dbus-run-session meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at-spi2-core/repos/extra-x86_64/PKGBUILD (from rev 414137, 
at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 17:55:19 UTC (rev 414138)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=at-spi2-core
+pkgver=2.40.1
+pkgrel=1
+pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
+url="https://gitlab.gnome.org/GNOME/at-spi2-core;
+arch=(x86_64)
+license=(GPL2)
+depends=(dbus glib2 libxtst libsystemd)
+makedepends=(gobject-introspection git gtk-doc meson dbus-broker systemd)
+optdepends=('dbus-broker: Alternative bus implementation')
+_commit=baf8608964e84185f61d9424af3979a9a6e15a7c  # tags/AT_SPI2_CORE_2_40_1^0
+source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^AT_SPI2_CORE_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+-D default_bus=dbus-broker \
+-D docs=true
+  meson compile -C build
+}
+
+check() {
+  # memory test fails without desktop
+  # broker fails to launch without journald
+  dbus-run-session meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in at-spi2-core/trunk (PKGBUILD)

2021-05-01 Thread Jan Steffens via arch-commits
Date: Saturday, May 1, 2021 @ 17:55:05
  Author: heftig
Revision: 414137

2.40.1-1

Modified:
  at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 14:42:13 UTC (rev 414136)
+++ PKGBUILD2021-05-01 17:55:05 UTC (rev 414137)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=at-spi2-core
-pkgver=2.40.0
+pkgver=2.40.1
 pkgrel=1
 pkgdesc="Protocol definitions and daemon for D-Bus at-spi"
 url="https://gitlab.gnome.org/GNOME/at-spi2-core;
@@ -11,7 +11,7 @@
 depends=(dbus glib2 libxtst libsystemd)
 makedepends=(gobject-introspection git gtk-doc meson dbus-broker systemd)
 optdepends=('dbus-broker: Alternative bus implementation')
-_commit=303ff15ea793189e1e8855b32df967e0a05fe08c  # tags/AT_SPI2_CORE_2_40_0^0
+_commit=baf8608964e84185f61d9424af3979a9a6e15a7c  # tags/AT_SPI2_CORE_2_40_1^0
 source=("git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in curtail (3 files)

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 17:29:12
  Author: bgyorgy
Revision: 926007

archrelease: copy trunk to community-any

Added:
  curtail/repos/
  curtail/repos/community-any/
  curtail/repos/community-any/PKGBUILD
(from rev 926006, curtail/trunk/PKGBUILD)

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

Copied: curtail/repos/community-any/PKGBUILD (from rev 926006, 
curtail/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2021-05-01 17:29:12 UTC (rev 926007)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Mark Wagie 
+
+pkgname=curtail
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both 
lossless and lossy compression mode'
+arch=('any')
+url='https://github.com/Huluti/Curtail'
+license=('GPL3')
+depends=('gtk3' 'jpegoptim' 'optipng' 'pngquant' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bb00badaace6e81291add96ef383cc0ae6f4aef675587eccdef875522c3b08a6')
+
+build() {
+  arch-meson Curtail-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Balló György via arch-commits
Date: Saturday, May 1, 2021 @ 17:28:15
  Author: bgyorgy
Revision: 926006

Move curtail from AUR

Added:
  curtail/
  curtail/trunk/
  curtail/trunk/PKGBUILD

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

Added: curtail/trunk/PKGBUILD
===
--- curtail/trunk/PKGBUILD  (rev 0)
+++ curtail/trunk/PKGBUILD  2021-05-01 17:28:15 UTC (rev 926006)
@@ -0,0 +1,27 @@
+# Maintainer: Balló György 
+# Contributor: Mark Wagie 
+
+pkgname=curtail
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Image compressor GUI, supporting PNG and JPEG file types, both 
lossless and lossy compression mode'
+arch=('any')
+url='https://github.com/Huluti/Curtail'
+license=('GPL3')
+depends=('gtk3' 'jpegoptim' 'optipng' 'pngquant' 'python-gobject')
+makedepends=('appstream-glib' 'meson')
+source=("https://github.com/Huluti/Curtail/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('bb00badaace6e81291add96ef383cc0ae6f4aef675587eccdef875522c3b08a6')
+
+build() {
+  arch-meson Curtail-$pkgver build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 16:43:01
  Author: kpcyrd
Revision: 926005

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-01 16:42:47 UTC (rev 926004)
+++ PKGBUILD2021-05-01 16:43:01 UTC (rev 926005)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Vlad M. 
-
-pkgname=cargo-watch
-pkgver=7.7.2
-pkgrel=1
-pkgdesc="Utility for Cargo to compile projects when sources change"
-url='https://github.com/passcod/cargo-watch'
-arch=('x86_64')
-license=('CC0-1.0')
-depends=('cargo')
-makedepends=('ruby-ronn')
-source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a12a8b55f76ebf2fb2b0a9f00257fb7a1a9a926a5131dd77367af97bd2eedc243aefb1b9d6756506da3497187f62ed526165adf3cdae28d197cf5fe18ca2a5ee')
-b2sums=('4beb9fe2cd5dcab992bce83c2fed54a31df5339fecdaf135ffdd5bcfb31ed6feb7d4b18ae66600275f1fa3890f52a882b25746fa91dbdac437f47fafa3931d16')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  ronn --roff cargo-watch.1.ronn
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm 644 completions/zsh 
"${pkgdir}/usr/share/zsh/site-functions/_cargo-watch"
-  install -Dm 644 cargo-watch.1 -t "${pkgdir}/usr/share/man/man1"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 926004, 
cargo-watch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-01 16:43:01 UTC (rev 926005)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Vlad M. 
+
+pkgname=cargo-watch
+pkgver=7.8.0
+pkgrel=1
+pkgdesc="Utility for Cargo to compile projects when sources change"
+url='https://github.com/passcod/cargo-watch'
+arch=('x86_64')
+license=('CC0-1.0')
+depends=('cargo')
+makedepends=('ruby-ronn')
+source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('c1e757bfdccfedec0b08dc52b86aa011c81c9d0d3318e4841a0027291c166423146aa03aca049a2953f62feb7f6173962a986833ba7be289010bb2c9e2224135')
+b2sums=('af3a367f7e45a6a969c72dcd66d0b985b75bae13a76c970dc8360b7a76eb8d2681269d48586f8c9271ced284219131f55eb2b41053cc2978e8f5489a996910ac')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  ronn --roff cargo-watch.1.ronn
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 completions/zsh 
"${pkgdir}/usr/share/zsh/site-functions/_cargo-watch"
+  install -Dm 644 cargo-watch.1 -t "${pkgdir}/usr/share/man/man1"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 16:42:47
  Author: kpcyrd
Revision: 926004

upgpkg: cargo-watch 7.8.0-1

Modified:
  cargo-watch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:32:11 UTC (rev 926003)
+++ PKGBUILD2021-05-01 16:42:47 UTC (rev 926004)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-watch
-pkgver=7.7.2
+pkgver=7.8.0
 pkgrel=1
 pkgdesc="Utility for Cargo to compile projects when sources change"
 url='https://github.com/passcod/cargo-watch'
@@ -11,8 +11,8 @@
 depends=('cargo')
 makedepends=('ruby-ronn')
 
source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('a12a8b55f76ebf2fb2b0a9f00257fb7a1a9a926a5131dd77367af97bd2eedc243aefb1b9d6756506da3497187f62ed526165adf3cdae28d197cf5fe18ca2a5ee')
-b2sums=('4beb9fe2cd5dcab992bce83c2fed54a31df5339fecdaf135ffdd5bcfb31ed6feb7d4b18ae66600275f1fa3890f52a882b25746fa91dbdac437f47fafa3931d16')
+sha512sums=('c1e757bfdccfedec0b08dc52b86aa011c81c9d0d3318e4841a0027291c166423146aa03aca049a2953f62feb7f6173962a986833ba7be289010bb2c9e2224135')
+b2sums=('af3a367f7e45a6a969c72dcd66d0b985b75bae13a76c970dc8360b7a76eb8d2681269d48586f8c9271ced284219131f55eb2b41053cc2978e8f5489a996910ac')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 16:24:56
  Author: kpcyrd
Revision: 925963

archrelease: copy trunk to community-x86_64

Added:
  kube-linter/repos/community-x86_64/
  kube-linter/repos/community-x86_64/PKGBUILD
(from rev 925962, kube-linter/trunk/PKGBUILD)

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

Copied: kube-linter/repos/community-x86_64/PKGBUILD (from rev 925962, 
kube-linter/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-05-01 16:24:56 UTC (rev 925963)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=kube-linter
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
+url='https://github.com/stackrox/kube-linter'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('36c46240057730941457012898daaa19df8242a0634fb345e61681d7f9ff6132799653c9ee55371dd10298239610cd399487128e7d8dbe73e373ae64f4bcbfc6')
+b2sums=('974a4bab3878804f27c7b08b55d27efa65687f86269440627d1916128c98d88eda82c422f99f94f1094efe6eaa3ba4d19467f9278f7925fc7ef9c4a1e4cdc7ca')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/kube-linter
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2021-05-01 Thread Kpcyrd via arch-commits
Date: Saturday, May 1, 2021 @ 16:24:38
  Author: kpcyrd
Revision: 925962

addpkg: kube-linter 0.2.1-1

Added:
  kube-linter/
  kube-linter/repos/
  kube-linter/trunk/
  kube-linter/trunk/PKGBUILD

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

Added: kube-linter/trunk/PKGBUILD
===
--- kube-linter/trunk/PKGBUILD  (rev 0)
+++ kube-linter/trunk/PKGBUILD  2021-05-01 16:24:38 UTC (rev 925962)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=kube-linter
+pkgver=0.2.1
+pkgrel=1
+pkgdesc='Static analysis tool that checks Kubernetes YAML files and Helm 
charts'
+url='https://github.com/stackrox/kube-linter'
+arch=('x86_64')
+license=('Apache')
+makedepends=('go')
+source=(https://github.com/stackrox/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('36c46240057730941457012898daaa19df8242a0634fb345e61681d7f9ff6132799653c9ee55371dd10298239610cd399487128e7d8dbe73e373ae64f4bcbfc6')
+b2sums=('974a4bab3878804f27c7b08b55d27efa65687f86269440627d1916128c98d88eda82c422f99f94f1094efe6eaa3ba4d19467f9278f7925fc7ef9c4a1e4cdc7ca')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/kube-linter
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 kube-linter -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:22:58
  Author: felixonmars
Revision: 925961

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 925960, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
925960, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:22:58 UTC (rev 925961)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.10.3
+pkgrel=3
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('82b490db8424d6e340c4c19b9760e07c78a7906540dada160afd8f3de43f6767f04968753b0c218f0c53c8ddf4ff0ed33f458a770100edd8ab6c7582016662a2')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+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
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:22:44
  Author: felixonmars
Revision: 925960

upgpkg: haskell-yesod-auth 1.6.10.3-3: rebuild with fast-logger 3.0.5

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:21:23 UTC (rev 925959)
+++ PKGBUILD2021-05-01 16:22:44 UTC (rev 925960)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.10.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:21:23
  Author: felixonmars
Revision: 925959

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 925958, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 925958, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:21:23 UTC (rev 925959)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.21
+pkgrel=33
+pkgdesc="Web-based user interface for the hledger accounting system"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 'haskell-hspec' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-wai' 'haskell-wai-cors' 
'haskell-wai-extra'
+ 'haskell-wai-handler-launch' 'haskell-warp' 'haskell-yesod' 
'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static' 'haskell-yesod-test')
+makedepends=('ghc' 'uusi')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('69080f22c9f8af8a3130b42f26cb3a676dde5df93a87beb7dd2f45e789d0243cd57627d68e75c7be40c838c29abfe8b606c23f432dd7469e214f97ae2bdbaf9c')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u yesod-form $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+install -Dm644 hledger-web.1 -t "$pkgdir"/usr/share/man/man1/
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:21:09
  Author: felixonmars
Revision: 925958

upgpkg: hledger-web 1.21-33: rebuild with fast-logger 3.0.5

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:19:27 UTC (rev 925957)
+++ PKGBUILD2021-05-01 16:21:09 UTC (rev 925958)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.21
-pkgrel=32
+pkgrel=33
 pkgdesc="Web-based user interface for the hledger accounting system"
 url="http://hledger.org;
 license=("GPL")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:19:27
  Author: felixonmars
Revision: 925957

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 925956, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 925956, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:19:27 UTC (rev 925957)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210428
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-http-client' 
'haskell-http-client-restricted'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-ifelse'
+ 'haskell-magic' 'haskell-memory' 'haskell-microlens' 
'haskell-monad-control'
+ 'haskell-monad-logger' 'haskell-mountpoints' 'haskell-network' 
'haskell-network-info'
+ 'haskell-network-multicast' 'haskell-network-uri' 'haskell-old-locale'
+ 'haskell-optparse-applicative' 'haskell-path-pieces' 
'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc' 'uusi')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd git-annex
+  # persistent-template was merged into persistent
+  uusi -d persistent-template git-annex.cabal
+  sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/' 
Database/ContentIdentifier.hs Database/Export.hs Database/Fsck.hs 
Database/Keys/SQL.hs
+}
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:19:12
  Author: felixonmars
Revision: 925956

upgpkg: git-annex 8.20210428-3: rebuild with fast-logger 3.0.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:14:33 UTC (rev 925955)
+++ PKGBUILD2021-05-01 16:19:12 UTC (rev 925956)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210428
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:14:33
  Author: felixonmars
Revision: 925955

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 925954, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:14:33 UTC (rev 925955)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.1.1
+pkgrel=10
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-file-embed' 'haskell-monad-logger' 
'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('107eebba6caca8db995d538b604b0b8ebee79ab5efb4887a13073a1b5316725a134dbd558443461b2e87dd671e3ee9cad86fd6287282f7d45f41cffa6767daf7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:14:20
  Author: felixonmars
Revision: 925954

upgpkg: haskell-yesod 1.6.1.1-10: rebuild with fast-logger 3.0.5

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:13:17 UTC (rev 925953)
+++ PKGBUILD2021-05-01 16:14:20 UTC (rev 925954)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.1.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:13:17
  Author: felixonmars
Revision: 925953

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 925952, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch
(from rev 925952, tamarin-prover/trunk/maude-3.1.patch)

-+
 PKGBUILD|   58 ++
 maude-3.1.patch |   35 
 2 files changed, 93 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
925952, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:13:17 UTC (rev 925953)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.6.0
+pkgrel=196
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-orphans' 'haskell-binary-instances'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift' 'haskell-resourcet' 
'haskell-safe'
+ 'haskell-shakespeare' 'haskell-threads' 'haskell-wai' 'haskell-warp' 
'haskell-yesod-core'
+ 'haskell-yesod-static' 'haskell-tamarin-prover-utils' 
'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory' 'haskell-tamarin-prover-sapic')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml>=4.11.0')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+maude-3.1.patch)
+sha512sums=('7f3569f740d63d715b92a8f073eaecb8b32efe59b910b246977d36bb9e873765440e72feb6e76c7cbafab0495b88cfc666bb1dd12f685627c60d5cbd97b2973e'
+
'1ef5e4c370a0c5f5541d50600604ba7adc566c2f5cf415cdb844842bb10b343edd00aa5aa654f8e55355c80f48a34382c87c3fba4adca0c77e726f407f3815c3')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../maude-3.1.patch
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+
+cd plugins/sapic
+make -j1
+}
+
+check() {
+cd $pkgname-$pkgver
+LD_LIBRARY_PATH="$PWD"/dist/build dist/build/tamarin-prover/tamarin-prover 
test
+}
+
+package() {
+cd $pkgname-$pkgver
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/syntax/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+ln -s spthy.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: tamarin-prover/repos/community-staging-x86_64/maude-3.1.patch (from rev 
925952, tamarin-prover/trunk/maude-3.1.patch)
===
--- community-staging-x86_64/maude-3.1.patch(rev 0)
+++ community-staging-x86_64/maude-3.1.patch2021-05-01 16:13:17 UTC (rev 
925953)
@@ -0,0 +1,35 @@
+diff --git a/lib/term/src/Term/Maude/Parser.hs 
b/lib/term/src/Term/Maude/Parser.hs
+index 187c35dc..0a1d3c35 100644
+--- a/lib/term/src/Term/Maude/Parser.hs
 b/lib/term/src/Term/Maude/Parser.hs
+@@ -224,7 +224,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ <* endOfLine <* string "rewrites: "
+ <* takeWhile1 isDigit <* endOfLine <* endOfInput
+   where
+-parseVariant = string "Variant #" *> takeWhile1 isDigit *> endOfLine *>
++parseVariant = string "Variant " *> optional (char '#') *> takeWhile1 
isDigit *> endOfLine *>
+string "rewrites: " *> takeWhile1 isDigit *> endOfLine *>
+parseReprintedTerm *> manyTill parseEntry endOfLine
+ parseReprintedTerm = choice [ string "TOP" *> pure LSortMsg, parseSort ]
+@@ -235,7 +235,7 @@ parseVariantsReply msig reply = flip parseOnly reply $ do
+ -- | @parseSubstitution l@ parses a single substitution returned by Maude.
+ parseSubstitution :: MaudeSig -> Parser MSubst
+ parseSubstitution msig = do
+-endOfLine *> string "Solution " *> takeWhile1 isDigit *> endOfLine
++endOfLine *> choice [string "Solution ", string "Unifier ", string 
"Matcher "] *> takeWhile1 isDigit *> 

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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:12:58
  Author: felixonmars
Revision: 925952

upgpkg: tamarin-prover 1.6.0-196: rebuild with fast-logger 3.0.5

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:11:11 UTC (rev 925951)
+++ PKGBUILD2021-05-01 16:12:58 UTC (rev 925952)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.6.0
-pkgrel=195
+pkgrel=196
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:11:11
  Author: felixonmars
Revision: 925951

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 925950, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
925950, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:11:11 UTC (rev 925951)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.1.0
+pkgrel=238
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-rio' 
'haskell-unix-compat'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('66037ec28eac83e374161c1b306a4d20805ecb35ccfc4878e7894d961daaf30d9936c6e209641ff323d7e3dd5626f5a24a12915d4205417c496e272a2e969f6e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:10:57
  Author: felixonmars
Revision: 925950

upgpkg: haskell-yesod-static 1.6.1.0-238: rebuild with fast-logger 3.0.5

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-05-01 16:09:33 UTC (rev 925949)
+++ PKGBUILD2021-05-01 16:10:57 UTC (rev 925950)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.1.0
-pkgrel=237
+pkgrel=238
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2021-05-01 Thread Felix Yan via arch-commits
Date: Saturday, May 1, 2021 @ 16:09:33
  Author: felixonmars
Revision: 925949

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 925948, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
925948, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-05-01 16:09:33 UTC (rev 925949)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.12
+pkgrel=116
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio' 
'haskell-unliftio-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('777d112d8c5ae77d667da2b8d1ed91a1cf751850d5b3678e787e7123aca8666d0a4b6d6161b7109491012d56c160603d62563b881a136ccc76a1edd006c423d6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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 --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   5   >