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

2020-07-04 Thread Frederik Schwan via arch-commits
Date: Saturday, July 4, 2020 @ 23:14:02
  Author: freswa
Revision: 657768

archrelease: copy trunk to community-x86_64

Added:
  intel-undervolt/repos/community-x86_64/PKGBUILD
(from rev 657767, intel-undervolt/trunk/PKGBUILD)
Deleted:
  intel-undervolt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 23:13:37 UTC (rev 657767)
+++ PKGBUILD2020-07-04 23:14:02 UTC (rev 657768)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
-
-pkgname=intel-undervolt
-pkgver=1.7
-pkgrel=1
-pkgdesc='Intel CPU undervolting tool'
-arch=('x86_64')
-url='https://github.com/kitsunyan/intel-undervolt'
-license=('GPL3')
-depends=('glibc')
-backup=(etc/intel-undervolt.conf)
-source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --enable-systemd
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: intel-undervolt/repos/community-x86_64/PKGBUILD (from rev 657767, 
intel-undervolt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 23:14:02 UTC (rev 657768)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
+
+pkgname=intel-undervolt
+pkgver=1.7
+pkgrel=2
+pkgdesc='Intel CPU undervolting tool'
+arch=('x86_64')
+url='https://github.com/kitsunyan/intel-undervolt'
+license=('GPL3')
+depends=('glibc')
+backup=(etc/intel-undervolt.conf)
+source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-systemd
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-04 Thread Frederik Schwan via arch-commits
Date: Saturday, July 4, 2020 @ 23:13:37
  Author: freswa
Revision: 657767

intel-undervolt: update pkgrel after move to community

Modified:
  intel-undervolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 23:07:26 UTC (rev 657766)
+++ PKGBUILD2020-07-04 23:13:37 UTC (rev 657767)
@@ -3,7 +3,7 @@
 
 pkgname=intel-undervolt
 pkgver=1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Intel CPU undervolting tool'
 arch=('x86_64')
 url='https://github.com/kitsunyan/intel-undervolt'


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

2020-07-04 Thread Frederik Schwan via arch-commits
Date: Saturday, July 4, 2020 @ 23:07:26
  Author: freswa
Revision: 657766

archrelease: copy trunk to community-x86_64

Added:
  intel-undervolt/repos/community-x86_64/
  intel-undervolt/repos/community-x86_64/PKGBUILD
(from rev 657765, intel-undervolt/trunk/PKGBUILD)

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

Copied: intel-undervolt/repos/community-x86_64/PKGBUILD (from rev 657765, 
intel-undervolt/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-07-04 23:07:26 UTC (rev 657766)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
+
+pkgname=intel-undervolt
+pkgver=1.7
+pkgrel=1
+pkgdesc='Intel CPU undervolting tool'
+arch=('x86_64')
+url='https://github.com/kitsunyan/intel-undervolt'
+license=('GPL3')
+depends=('glibc')
+backup=(etc/intel-undervolt.conf)
+source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-systemd
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in (4 files)

2020-07-04 Thread Frederik Schwan via arch-commits
Date: Saturday, July 4, 2020 @ 23:06:41
  Author: freswa
Revision: 657765

intel-undervolt: move from unsupported to community

Added:
  intel-undervolt/
  intel-undervolt/repos/
  intel-undervolt/trunk/
  intel-undervolt/trunk/PKGBUILD

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

Added: intel-undervolt/trunk/PKGBUILD
===
--- intel-undervolt/trunk/PKGBUILD  (rev 0)
+++ intel-undervolt/trunk/PKGBUILD  2020-07-04 23:06:41 UTC (rev 657765)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan 
+# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
+
+pkgname=intel-undervolt
+pkgver=1.7
+pkgrel=1
+pkgdesc='Intel CPU undervolting tool'
+arch=('x86_64')
+url='https://github.com/kitsunyan/intel-undervolt'
+license=('GPL3')
+depends=('glibc')
+backup=(etc/intel-undervolt.conf)
+source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-systemd
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 21:30:31
  Author: jleclanche
Revision: 657763

upgpkg: foliate 2.4.0-2: Drop libsoup dependency

Modified:
  foliate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
+++ PKGBUILD2020-07-04 21:30:31 UTC (rev 657763)
@@ -2,12 +2,12 @@
 
 pkgname=foliate
 pkgver=2.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
 license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
+depends=("gjs" "iso-codes" "webkit2gtk")
 makedepends=("meson" "ninja" "gettext")
 optdepends=(
"dictd: Offline dictionary support"


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 21:30:40
  Author: jleclanche
Revision: 657764

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 657763, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 21:30:31 UTC (rev 657763)
+++ PKGBUILD2020-07-04 21:30:40 UTC (rev 657764)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 657763, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 21:30:40 UTC (rev 657764)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.4.0
+pkgrel=2
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 20:08:14
  Author: heftig
Revision: 390851

archrelease: copy trunk to extra-x86_64

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

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

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

Copied: gnome-music/repos/extra-x86_64/PKGBUILD (from rev 390850, 
gnome-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 20:08:14 UTC (rev 390851)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-music
+pkgver=3.36.4
+pkgrel=1
+epoch=1
+pkgdesc="Music player and management application"
+url="https://wiki.gnome.org/Apps/Music;
+arch=(x86_64)
+license=(GPL)
+depends=(grilo grilo-plugins tracker-miners libdmapsharing libmediaart gtk3 
gvfs
+ python-gobject python-cairo gst-plugins-base python-requests 
libdazzle)
+makedepends=(gobject-introspection git meson yelp-tools appstream-glib)
+optdepends=('gst-plugins-good: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs')
+groups=(gnome)
+_commit=5f91e184db656e79413ba1db23b2dd8af2fa7dd9  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgd.git;
+"git+https://gitlab.gnome.org/mschraal/gfm.git;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/libgd "$srcdir/libgd"
+  git submodule set-url subprojects/gfm "$srcdir/gfm"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 20:08:03
  Author: heftig
Revision: 390850

3.36.4-1

Modified:
  gnome-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 19:56:35 UTC (rev 390849)
+++ PKGBUILD2020-07-04 20:08:03 UTC (rev 390850)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-music
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 epoch=1
 pkgdesc="Music player and management application"
@@ -17,7 +17,7 @@
 'gst-plugins-bad: Extra media codecs'
 'gst-libav: Extra media codecs')
 groups=(gnome)
-_commit=969768d3298b8b1bb647c470058a06ee425e839a  # tags/3.36.3^0
+_commit=5f91e184db656e79413ba1db23b2dd8af2fa7dd9  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-music.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgd.git;
 "git+https://gitlab.gnome.org/mschraal/gfm.git;)


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 19:56:35
  Author: heftig
Revision: 390849

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 19:56:34 UTC (rev 390848)
+++ PKGBUILD2020-07-04 19:56:35 UTC (rev 390849)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=eog
-pkgver=3.36.2
-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)
-makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-_commit=1239e83e3e3bffa63efddd1cafa9ce1dde4b6931  # tags/3.36.2^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
-  ninja -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 390847, eog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 19:56:35 UTC (rev 390849)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.36.3
+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)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+_commit=c0741db6b21a514ed4d0771766b69716cdf6f6ae  # tags/3.36.3^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 accerciser/trunk (PKGBUILD)

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 19:56:11
  Author: heftig
Revision: 390846

3.36.2-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 18:20:20 UTC (rev 390845)
+++ PKGBUILD2020-07-04 19:56:11 UTC (rev 390846)
@@ -1,9 +1,10 @@
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 # Contributor: Steve Holmes 
 # Contributor: Giulio Bai 
 
 pkgname=accerciser
-pkgver=3.36.1
+pkgver=3.36.2
 pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
@@ -12,7 +13,7 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=7d42e86811977039d18295f0e13e56bd3251f675  # tags/3.36.1^0
+_commit=70c51f27afa2c58037b9562cbba61f473a2eb3e2  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 19:56:34
  Author: heftig
Revision: 390848

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 19:56:14 UTC (rev 390847)
+++ PKGBUILD2020-07-04 19:56:34 UTC (rev 390848)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.36.1
-pkgrel=1
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser;
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=7d42e86811977039d18295f0e13e56bd3251f675  # tags/3.36.1^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 390847, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 19:56:34 UTC (rev 390848)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.36.2
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser;
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=70c51f27afa2c58037b9562cbba61f473a2eb3e2  # tags/3.36.2^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 19:56:14
  Author: heftig
Revision: 390847

3.36.3-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 19:56:11 UTC (rev 390846)
+++ PKGBUILD2020-07-04 19:56:14 UTC (rev 390847)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.36.2
+pkgver=3.36.3
 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=1239e83e3e3bffa63efddd1cafa9ce1dde4b6931  # tags/3.36.2^0
+_commit=c0741db6b21a514ed4d0771766b69716cdf6f6ae  # tags/3.36.3^0
 source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -23,7 +23,7 @@
 
 build() {
   arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-04 Thread Antonio Rojas via arch-commits
Date: Saturday, July 4, 2020 @ 18:20:20
  Author: arojas
Revision: 390845

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 390844, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 390844, imagemagick/trunk/arch-fonts.diff)
  imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch
(from rev 390844, imagemagick/trunk/imagemagick-inkscape-1.0.patch)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff
  imagemagick/repos/extra-x86_64/imagemagick-inkscape-1.0.patch

+
 PKGBUILD   |  248 +++
 arch-fonts.diff|  214 -
 imagemagick-inkscape-1.0.patch |   26 ++--
 3 files changed, 244 insertions(+), 244 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 18:18:54 UTC (rev 390844)
+++ PKGBUILD2020-07-04 18:20:20 UTC (rev 390845)
@@ -1,124 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.22
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff
-imagemagick-inkscape-1.0.patch)
-sha256sums=('df948e5a12e81de1083754744bb42f5445dcdbf6d895bddf111503be239bd547'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
-'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-
-  # Use correct parameter for inkscape 1.0
-  patch -p1 -i ../imagemagick-inkscape-1.0.patch
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD 

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

2020-07-04 Thread Antonio Rojas via arch-commits
Date: Saturday, July 4, 2020 @ 18:18:54
  Author: arojas
Revision: 390844

Update to 7.0.10.23

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 18:11:40 UTC (rev 390843)
+++ PKGBUILD2020-07-04 18:18:54 UTC (rev 390844)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.10.22
+pkgver=7.0.10.23
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -17,7 +17,7 @@
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff
 imagemagick-inkscape-1.0.patch)
-sha256sums=('df948e5a12e81de1083754744bb42f5445dcdbf6d895bddf111503be239bd547'
+sha256sums=('882cecda27265526eb4e7ce7e2cf6f74c018bcbbd34bc9ddd3c67fb3e9184103'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
 'dd856b0d7b5b98535d2bc61dfa995f4162677486c1eac14b384668a28a60af30')


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

2020-07-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:21
  Author: bisson
Revision: 390842

upstream update

Modified:
  libmpdclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:30:47 UTC (rev 390841)
+++ PKGBUILD2020-07-04 18:11:21 UTC (rev 390842)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libmpdclient
-pkgver=2.18
+pkgver=2.19
 pkgrel=1
 pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
 url='https://www.musicpd.org/libs/libmpdclient/'
@@ -11,7 +11,7 @@
 makedepends=('meson')
 validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
 
source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa'
+sha256sums=('158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189'
 'SKIP')
 
 build() {


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

2020-07-04 Thread Gaëtan Bisson via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:40
  Author: bisson
Revision: 390843

archrelease: copy trunk to extra-x86_64

Added:
  libmpdclient/repos/extra-x86_64/PKGBUILD
(from rev 390842, libmpdclient/trunk/PKGBUILD)
Deleted:
  libmpdclient/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 18:11:21 UTC (rev 390842)
+++ PKGBUILD2020-07-04 18:11:40 UTC (rev 390843)
@@ -1,30 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-
-pkgname=libmpdclient
-pkgver=2.18
-pkgrel=1
-pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
-url='https://www.musicpd.org/libs/libmpdclient/'
-license=('custom:BSD')
-arch=('x86_64')
-makedepends=('meson')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('4cb01e1f567e0169aca94875fb6e1200e7f5ce35b63a4df768ec1591fb1081fa'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   arch-meson . build
-   ninja -C build
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   DESTDIR="${pkgdir}" ninja -C build install
-
-   cd "${pkgdir}"
-   install -d usr/share/licenses/libmpdclient
-   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
-}

Copied: libmpdclient/repos/extra-x86_64/PKGBUILD (from rev 390842, 
libmpdclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 18:11:40 UTC (rev 390843)
@@ -0,0 +1,30 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+
+pkgname=libmpdclient
+pkgver=2.19
+pkgrel=1
+pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & 
Objective C languages'
+url='https://www.musicpd.org/libs/libmpdclient/'
+license=('custom:BSD')
+arch=('x86_64')
+makedepends=('meson')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('158aad4c2278ab08e76a3f2b0166c99b39fae00ee17231bd225c5a36e977a189'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   arch-meson . build
+   ninja -C build
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   DESTDIR="${pkgdir}" ninja -C build install
+
+   cd "${pkgdir}"
+   install -d usr/share/licenses/libmpdclient
+   ln -s ../../doc/libmpdclient/COPYING 
usr/share/licenses/libmpdclient/COPYING
+}


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 18:11:04
  Author: jsteel
Revision: 657762

archrelease: copy trunk to community-x86_64

Added:
  vagrant/repos/community-x86_64/PKGBUILD
(from rev 657761, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch
(from rev 657761, vagrant/trunk/ruby-2.7-fixes.patch)
Deleted:
  vagrant/repos/community-x86_64/PKGBUILD
  vagrant/repos/community-x86_64/ruby-2.7-fixes.patch

--+
 PKGBUILD |  169 +-
 ruby-2.7-fixes.patch |  436 -
 2 files changed, 305 insertions(+), 300 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 18:10:51 UTC (rev 657761)
+++ PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
@@ -1,82 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=2.2.9
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('x86_64')
-url="https://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
- 'ruby' 'xz' 'perl')
-makedepends=('git' 'go-pie')
-conflicts=('vagrant-substrate')
-replaces=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
-
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;
-ruby-2.7-fixes.patch)
-md5sums=('b52b86985d95419d963c2985fd8cedf2'
- 'SKIP'
- '2e987a1d46a4c36e3d33d9f5aec21424')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # relax ruby version requirements so this package can be built with the 
latest ruby
-  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
-
-  patch -p1 < ../ruby-2.7-fixes.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-
-  gem build $pkgname.gemspec
-
-  cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
-  go get github.com/mitchellh/osext
-  go build -o vagrant
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
-  EMBEDDED_DIR="$pkgdir"/opt/vagrant/embedded
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-
-  install -Dm644 "$INSTALLERS_DIR"/vagrant_substrate/templates/gemrc.erb \
-"$EMBEDDED_DIR"/etc/gemrc
-
-  cp -r "$INSTALLERS_DIR"/rubyencoder/files/rgloader "$EMBEDDED_DIR"
-
-  GEM_PATH="$EMBEDDED_DIR"/gems GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc \
-gem install $pkgname-$pkgver.gem --no-document
-
-  install -Dm755 "$INSTALLERS_DIR"/vagrant_substrate/files/launcher/vagrant \
-"$pkgdir"/opt/$pkgname/bin/$pkgname
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 contrib/vim/vagrantfile.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/vagrantfile.vim
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-x86_64/PKGBUILD (from rev 657761, 
vagrant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 18:11:04 UTC (rev 657762)
@@ -0,0 +1,87 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=2.2.9
+pkgrel=2
+pkgdesc="Build and distribute virtualized development environments"
+arch=('x86_64')
+url="https://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
+ 'ruby' 'xz' 'perl')
+makedepends=('git' 'go')
+conflicts=('vagrant-substrate')
+replaces=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
+
"git+https://github.com/mitchellh/vagrant-installers.git#commit=7b7fb86;
+ruby-2.7-fixes.patch)
+md5sums=('b52b86985d95419d963c2985fd8cedf2'
+ 'SKIP'
+ '2e987a1d46a4c36e3d33d9f5aec21424')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # relax ruby version requirements so this package can be built with the 
latest ruby
+  sed 's/s.required_ruby_version = "~> 2.4", "< 2.7"//' -i vagrant.gemspec
+
+  patch -p1 < ../ruby-2.7-fixes.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  INSTALLERS_DIR="$srcdir"/vagrant-installers/substrate/modules
+
+  

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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 18:10:51
  Author: jsteel
Revision: 657761

upgpkg: vagrant 2.2.9-2

Todo List: Move from `go-pie` dependency to `go`

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 17:53:23 UTC (rev 657760)
+++ PKGBUILD2020-07-04 18:10:51 UTC (rev 657761)
@@ -10,7 +10,7 @@
 
 pkgname=vagrant
 pkgver=2.2.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Build and distribute virtualized development environments"
 arch=('x86_64')
 url="https://vagrantup.com;
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 depends=('curl' 'libarchive' 'libssh2' 'libxml2' 'libxslt' 'rsync'
  'ruby' 'xz' 'perl')
-makedepends=('git' 'go-pie')
+makedepends=('git' 'go')
 conflicts=('vagrant-substrate')
 replaces=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
@@ -46,7 +46,12 @@
 
   cd "$INSTALLERS_DIR"/vagrant_substrate/files/launcher
   go get github.com/mitchellh/osext
-  go build -o vagrant
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+-o vagrant
 }
 
 package() {


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:45:13
  Author: jsteel
Revision: 657759

upgpkg: mgba 0.8.2-1

Modified:
  mgba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 17:41:08 UTC (rev 657758)
+++ PKGBUILD2020-07-04 17:45:13 UTC (rev 657759)
@@ -4,7 +4,7 @@
 
 pkgbase=mgba
 pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 arch=('x86_64')
 url='http://mgba.io'
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
  'ffmpeg' 'imagemagick' 'desktop-file-utils' 'qt5-tools')
 
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
-md5sums=('ac438d2769b47dee4ce245281d11b959')
+md5sums=('6098a51e67551c6083af634aabbdfad8')
 
 prepare() {
   [[ ! -d build ]] && mkdir build || rm -rf build


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:40:53
  Author: jsteel
Revision: 657757

upgpkg: stella 6.2.1-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 17:13:30 UTC (rev 657756)
+++ PKGBUILD2020-07-04 17:40:53 UTC (rev 657757)
@@ -4,7 +4,7 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=6.1.2
+pkgver=6.2.1
 pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
 
source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('36b927c46ca0be0ae7dee06760b9091b')
+md5sums=('fdc7f812cc7f5c63db54bf3f71365c02')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:41:08
  Author: jsteel
Revision: 657758

archrelease: copy trunk to community-x86_64

Added:
  stella/repos/community-x86_64/PKGBUILD
(from rev 657757, stella/trunk/PKGBUILD)
Deleted:
  stella/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 17:40:53 UTC (rev 657757)
+++ PKGBUILD2020-07-04 17:41:08 UTC (rev 657758)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=6.1.2
-pkgrel=1
-pkgdesc="Atari 2600 VCS emulator"
-arch=('x86_64')
-url="https://stella-emu.github.io/;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
-md5sums=('36b927c46ca0be0ae7dee06760b9091b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 657757, 
stella/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 17:41:08 UTC (rev 657758)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=6.2.1
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('x86_64')
+url="https://stella-emu.github.io/;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://github.com/stella-emu/stella/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz)
+md5sums=('fdc7f812cc7f5c63db54bf3f71365c02')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:13:30
  Author: jsteel
Revision: 657756

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 17:13:24 UTC (rev 657755)
+++ PKGBUILD2020-07-04 17:13:30 UTC (rev 657756)
@@ -1,31 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Felix Yan 
-
-pkgbase=python-boto3
-pkgname=python-boto3
-pkgver=1.13.24
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('8d91f25129fc73e32fe6cf56ddfdd0865d412232b786286a11b1b6550bfe744af079cff27eac452121ef3855744add86d103e9d872f6e353e5ac4a93d48e69e1')
-
-build() {
-  cd boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 657755, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 17:13:30 UTC (rev 657756)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Felix Yan 
+
+pkgbase=python-boto3
+pkgname=python-boto3
+pkgver=1.14.16
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('40d1e834aaa46dfd1604f408fefa93b6a27780bc7cee2662ea97a91f92ff025c082e6415efc1d304267c0ac7c9cc95979806adfbb1579df85a5856a5e57cce72')
+
+build() {
+  cd boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:13:19
  Author: jsteel
Revision: 657754

archrelease: copy trunk to community-any

Added:
  aws-cli/repos/community-any/PKGBUILD
(from rev 657753, aws-cli/trunk/PKGBUILD)
Deleted:
  aws-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 17:13:13 UTC (rev 657753)
+++ PKGBUILD2020-07-04 17:13:19 UTC (rev 657754)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Alper KANAT 
-
-pkgname=aws-cli
-pkgver=1.18.74
-pkgrel=1
-pkgdesc='Universal Command Line Interface for Amazon Web Services'
-arch=('any')
-url="https://github.com/aws/aws-cli;
-license=('Apache')
-depends=('python-botocore' 'python-dateutil' 'python-jmespath'
- 'python-colorama' 'python-docutils' 'python-rsa'
- 'python-s3transfer' 'python-yaml')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b3fd917dd8beeab5c7552d687cd5f7b0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
-
-  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
-}

Copied: aws-cli/repos/community-any/PKGBUILD (from rev 657753, 
aws-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 17:13:19 UTC (rev 657754)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Alper KANAT 
+
+pkgname=aws-cli
+pkgver=1.18.93
+pkgrel=1
+pkgdesc='Universal Command Line Interface for Amazon Web Services'
+arch=('any')
+url="https://github.com/aws/aws-cli;
+license=('Apache')
+depends=('python-botocore' 'python-dateutil' 'python-jmespath'
+ 'python-colorama' 'python-docutils' 'python-rsa'
+ 'python-s3transfer' 'python-yaml')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+md5sums=('b9c111dda57bdf34483f306542a0c1b3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 bin/aws_bash_completer 
"$pkgdir"/usr/share/bash-completion/completions/aws
+
+  rm -f "$pkgdir"/usr/bin/{aws.cmd,aws_bash_completer}
+}


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:13:24
  Author: jsteel
Revision: 657755

upgpkg: python-boto3 1.14.16-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 17:13:19 UTC (rev 657754)
+++ PKGBUILD2020-07-04 17:13:24 UTC (rev 657755)
@@ -3,7 +3,7 @@
 
 pkgbase=python-boto3
 pkgname=python-boto3
-pkgver=1.13.24
+pkgver=1.14.16
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('8d91f25129fc73e32fe6cf56ddfdd0865d412232b786286a11b1b6550bfe744af079cff27eac452121ef3855744add86d103e9d872f6e353e5ac4a93d48e69e1')
+sha512sums=('40d1e834aaa46dfd1604f408fefa93b6a27780bc7cee2662ea97a91f92ff025c082e6415efc1d304267c0ac7c9cc95979806adfbb1579df85a5856a5e57cce72')
 
 build() {
   cd boto3-$pkgver


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:13:13
  Author: jsteel
Revision: 657753

upgpkg: aws-cli 1.18.93-1

Modified:
  aws-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 17:12:12 UTC (rev 657752)
+++ PKGBUILD2020-07-04 17:13:13 UTC (rev 657753)
@@ -3,7 +3,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.18.74
+pkgver=1.18.93
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
  'python-s3transfer' 'python-yaml')
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('b3fd917dd8beeab5c7552d687cd5f7b0')
+md5sums=('b9c111dda57bdf34483f306542a0c1b3')
 
 build() {
   cd $pkgname-$pkgver


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:12:12
  Author: jsteel
Revision: 657752

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
(from rev 657751, python-botocore/trunk/PKGBUILD)
  python-botocore/repos/community-any/docutils-0.16.patch
(from rev 657751, python-botocore/trunk/docutils-0.16.patch)
Deleted:
  python-botocore/repos/community-any/PKGBUILD
  python-botocore/repos/community-any/docutils-0.16.patch

-+
 PKGBUILD|   70 +-
 docutils-0.16.patch |   44 +++
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 17:12:03 UTC (rev 657751)
+++ PKGBUILD2020-07-04 17:12:12 UTC (rev 657752)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.16.24
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore;
-license=('Apache')
-depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
-makedepends=('python-setuptools')
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
-docutils-0.16.patch)
-md5sums=('726af78939b02237f4cbdd9ef52d6e25'
- 'a7cd91ca093446fa30459a9f43170b29')
-
-prepare() {
-  cd botocore-$pkgver
-  # https://github.com/boto/botocore/pull/2011
-  patch -Np1 -i ../docutils-0.16.patch
-}
-
-build() {
-  cd botocore-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 657751, 
python-botocore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 17:12:12 UTC (rev 657752)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.17.16
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore;
+license=('Apache')
+depends=('python-dateutil' 'python-jmespath' 'python-docutils' 
'python-urllib3')
+makedepends=('python-setuptools')
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
+docutils-0.16.patch)
+md5sums=('a0310f9054e590fb33567d8000a5ee08'
+ 'a7cd91ca093446fa30459a9f43170b29')
+
+prepare() {
+  cd botocore-$pkgver
+  # https://github.com/boto/botocore/pull/2011
+  patch -Np1 -i ../docutils-0.16.patch
+}
+
+build() {
+  cd botocore-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: docutils-0.16.patch
===
--- docutils-0.16.patch 2020-07-04 17:12:03 UTC (rev 657751)
+++ docutils-0.16.patch 2020-07-04 17:12:12 UTC (rev 657752)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P 
-Date: Fri, 17 Jan 2020 14:19:19 +0100
-Subject: [PATCH] setup.py: Allow use with docutils >=0.16
-

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index edc357897..555e5ef9f 100644
 a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@ def find_version(*file_paths):
- 
- requires = [
- 'jmespath>=0.7.1,<1.0.0',
--'docutils>=0.10,<0.16',
-+'docutils>=0.10,<1.0.0',
- 'python-dateutil>=2.1,<3.0.0',
- ]
- 

Copied: python-botocore/repos/community-any/docutils-0.16.patch (from rev 
657751, python-botocore/trunk/docutils-0.16.patch)
===
--- docutils-0.16.patch (rev 0)
+++ docutils-0.16.patch 2020-07-04 17:12:12 UTC (rev 657752)
@@ -0,0 +1,22 @@
+From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
+From: Sebastian P 
+Date: Fri, 17 Jan 2020 14:19:19 +0100
+Subject: [PATCH] setup.py: Allow use with docutils >=0.16
+
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index edc357897..555e5ef9f 100644
+--- a/setup.py
 b/setup.py
+@@ -25,7 +25,7 @@ def find_version(*file_paths):
+ 
+ requires = [
+ 'jmespath>=0.7.1,<1.0.0',
+-'docutils>=0.10,<0.16',
++'docutils>=0.10,<1.0.0',
+ 'python-dateutil>=2.1,<3.0.0',
+ ]
+ 


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

2020-07-04 Thread Jonathan Steel via arch-commits
Date: Saturday, July 4, 2020 @ 17:12:03
  Author: jsteel
Revision: 657751

upgpkg: python-botocore 1.17.16-1

Modified:
  python-botocore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:36:10 UTC (rev 657750)
+++ PKGBUILD2020-07-04 17:12:03 UTC (rev 657751)
@@ -4,7 +4,7 @@
 # Contributor: Chris Fordham
 
 pkgname=python-botocore
-pkgver=1.16.24
+pkgver=1.17.16
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 docutils-0.16.patch)
-md5sums=('726af78939b02237f4cbdd9ef52d6e25'
+md5sums=('a0310f9054e590fb33567d8000a5ee08'
  'a7cd91ca093446fa30459a9f43170b29')
 
 prepare() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:36:03
  Author: alucryd
Revision: 657749

upgpkg: lib32-gtk3 3.24.21-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:16:24 UTC (rev 657748)
+++ PKGBUILD2020-07-04 16:36:03 UTC (rev 657749)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR 
 
 pkgname=lib32-gtk3
-pkgver=3.24.20
+pkgver=3.24.21
 pkgrel=1
 pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=(x86_64)
@@ -40,12 +40,15 @@
   sassc
 )
 install=lib32-gtk3.install
+_tag=ab4b85f88cf822d6dbb9cda9c4d71fd10a5d3d99
 source=(
-  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=db39ce2b1699acaf5d0ba160cf7cc68ccf6e16d6
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
   gtk-query-immodules-3.0-32.hook
 )
-sha256sums=('SKIP'
-'04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989')
+sha256sums=(
+  SKIP
+  04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
+)
 
 pkgver() {
   cd gtk


[arch-commits] Commit in lib32-gtk3/repos/multilib-x86_64 (6 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:36:10
  Author: alucryd
Revision: 657750

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
(from rev 657749, lib32-gtk3/trunk/PKGBUILD)
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
(from rev 657749, lib32-gtk3/trunk/gtk-query-immodules-3.0-32.hook)
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install
(from rev 657749, lib32-gtk3/trunk/lib32-gtk3.install)
Deleted:
  lib32-gtk3/repos/multilib-x86_64/PKGBUILD
  lib32-gtk3/repos/multilib-x86_64/gtk-query-immodules-3.0-32.hook
  lib32-gtk3/repos/multilib-x86_64/lib32-gtk3.install

-+
 PKGBUILD|  191 +++---
 gtk-query-immodules-3.0-32.hook |   22 ++--
 lib32-gtk3.install  |6 -
 3 files changed, 111 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:36:03 UTC (rev 657749)
+++ PKGBUILD2020-07-04 16:36:10 UTC (rev 657750)
@@ -1,94 +0,0 @@
-# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-# Contributor: GordonGR 
-
-pkgname=lib32-gtk3
-pkgver=3.24.20
-pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit'
-arch=(x86_64)
-license=(LGPL)
-url=https://www.gtk.org/
-depends=(
-  gtk3
-  lib32-at-spi2-atk
-  lib32-colord
-  lib32-dbus
-  lib32-mesa
-  lib32-gdk-pixbuf2
-  lib32-json-glib
-  lib32-libcups
-  lib32-libepoxy
-  lib32-librsvg
-  lib32-libxcomposite
-  lib32-libxcursor
-  lib32-libxinerama
-  lib32-libxkbcommon
-  lib32-libxrandr
-  lib32-pango
-  lib32-rest
-  lib32-libcanberra
-  lib32-wayland
-  lib32-libxdamage
-)
-makedepends=(
-  gobject-introspection
-  gtk-doc
-  git
-  glib2-docs
-  sassc
-)
-install=lib32-gtk3.install
-source=(
-  
git+https://gitlab.gnome.org/GNOME/gtk.git#tag=db39ce2b1699acaf5d0ba160cf7cc68ccf6e16d6
-  gtk-query-immodules-3.0-32.hook
-)
-sha256sums=('SKIP'
-'04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989')
-
-pkgver() {
-  cd gtk
-
-  git describe --tags
-}
-
-prepare() {
-  cd gtk
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  export CC='gcc -m32'
-  export CXX=/bin/false
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libdir=/usr/lib32 \
---localstatedir=/var \
---disable-schemas-compile \
---enable-{broadway,wayland,x11}-backend \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd gtk
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/{etc,usr/{include,share}}
-  find "${pkgdir}"/usr/bin -type f -not -name gtk-query-immodules-3.0 -delete
-  mv "${pkgdir}"/usr/bin/gtk-query-immodules-3.0{,-32}
-
-  install -Dm 644 ../gtk-query-immodules-3.0-32.hook -t 
"${pkgdir}"/usr/share/libalpm/hooks/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-gtk3/repos/multilib-x86_64/PKGBUILD (from rev 657749, 
lib32-gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:36:10 UTC (rev 657750)
@@ -0,0 +1,97 @@
+# $Id: PKGBUILD 318497 2018-04-30 12:35:01Z alucryd $
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+# Contributor: GordonGR 
+
+pkgname=lib32-gtk3
+pkgver=3.24.21
+pkgrel=1
+pkgdesc='GObject-based multi-platform GUI toolkit'
+arch=(x86_64)
+license=(LGPL)
+url=https://www.gtk.org/
+depends=(
+  gtk3
+  lib32-at-spi2-atk
+  lib32-colord
+  lib32-dbus
+  lib32-mesa
+  lib32-gdk-pixbuf2
+  lib32-json-glib
+  lib32-libcups
+  lib32-libepoxy
+  lib32-librsvg
+  lib32-libxcomposite
+  lib32-libxcursor
+  lib32-libxinerama
+  lib32-libxkbcommon
+  lib32-libxrandr
+  lib32-pango
+  lib32-rest
+  lib32-libcanberra
+  lib32-wayland
+  lib32-libxdamage
+)
+makedepends=(
+  gobject-introspection
+  gtk-doc
+  git
+  glib2-docs
+  sassc
+)
+install=lib32-gtk3.install
+_tag=ab4b85f88cf822d6dbb9cda9c4d71fd10a5d3d99
+source=(
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${_tag}
+  gtk-query-immodules-3.0-32.hook
+)
+sha256sums=(
+  SKIP
+  04255db75cc626e122df4710b350fb656778d01968d56e598b496b71db335989
+)
+
+pkgver() {
+  cd gtk
+
+  git describe --tags
+}
+
+prepare() {
+  cd gtk
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd gtk
+
+  export CC='gcc -m32'
+  export CXX=/bin/false
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libdir=/usr/lib32 \
+--localstatedir=/var \
+--disable-schemas-compile \
+--enable-{broadway,wayland,x11}-backend \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd gtk
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/{etc,usr/{include,share}}
+  find 

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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:30:47
  Author: alucryd
Revision: 390841

archrelease: copy trunk to extra-x86_64

Added:
  libvorbis/repos/extra-x86_64/PKGBUILD
(from rev 390840, libvorbis/trunk/PKGBUILD)
Deleted:
  libvorbis/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:30:42 UTC (rev 390840)
+++ PKGBUILD2020-07-04 16:30:47 UTC (rev 390841)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Tobias Kieslich 
-# Contributor: dorphell 
-# Contributor: John Proctor 
-
-pkgname=libvorbis
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='Vorbis codec library'
-arch=('x86_64')
-url='https://www.xiph.org/vorbis/'
-license=('BSD')
-depends=('libogg')
-provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
-
-build() {
-  cd libvorbis-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-check() {
-  cd libvorbis-${pkgver}
-
-  make -j1 check
-}
-
-package() {
-  cd libvorbis-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
-}
-
-# vim: ts=2 sw=2 et:

Copied: libvorbis/repos/extra-x86_64/PKGBUILD (from rev 390840, 
libvorbis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:30:47 UTC (rev 390841)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Tobias Kieslich 
+# Contributor: dorphell 
+# Contributor: John Proctor 
+
+pkgname=libvorbis
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Reference implementation of the Ogg Vorbis audio format'
+arch=(x86_64)
+url=https://www.xiph.org/vorbis/
+license=(BSD)
+depends=(libogg.so)
+makedepends=(git)
+provides=(
+  libvorbis.so
+  libvorbisenc.so
+  libvorbisfile.so
+)
+_tag=0657aee69dec8508a0011f47f3b69d7538e9d262
+source=(git+https://github.com/xiph/vorbis.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd vorbis
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd vorbis
+
+  ./autogen.sh
+}
+
+build() {
+  cd vorbis
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--enable-shared
+  make
+}
+
+check() {
+  make -C vorbis check
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C vorbis install
+  install -Dm 644 vorbis/COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:30:42
  Author: alucryd
Revision: 390840

upgpkg: libvorbis 1.3.7-1

Modified:
  libvorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:11:53 UTC (rev 390839)
+++ PKGBUILD2020-07-04 16:30:42 UTC (rev 390840)
@@ -5,37 +5,52 @@
 # Contributor: John Proctor 
 
 pkgname=libvorbis
-pkgver=1.3.6
-pkgrel=2
-pkgdesc='Vorbis codec library'
-arch=('x86_64')
-url='https://www.xiph.org/vorbis/'
-license=('BSD')
-depends=('libogg')
-provides=('libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
-source=("https://downloads.xiph.org/releases/vorbis/libvorbis-${pkgver}.tar.gz;)
-sha256sums=('6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb')
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Reference implementation of the Ogg Vorbis audio format'
+arch=(x86_64)
+url=https://www.xiph.org/vorbis/
+license=(BSD)
+depends=(libogg.so)
+makedepends=(git)
+provides=(
+  libvorbis.so
+  libvorbisenc.so
+  libvorbisfile.so
+)
+_tag=0657aee69dec8508a0011f47f3b69d7538e9d262
+source=(git+https://github.com/xiph/vorbis.git#tag=${_tag})
+sha256sums=(SKIP)
 
+pkgver() {
+  cd vorbis
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd vorbis
+
+  ./autogen.sh
+}
+
 build() {
-  cd libvorbis-${pkgver}
+  cd vorbis
 
   ./configure \
---prefix='/usr' \
---disable-static
+--prefix=/usr \
+--disable-static \
+--enable-shared
   make
 }
 
 check() {
-  cd libvorbis-${pkgver}
-
-  make -j1 check
+  make -C vorbis check
 }
 
 package() {
-  cd libvorbis-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
+  make DESTDIR="${pkgdir}" -C vorbis install
+  install -Dm 644 vorbis/COPYING -t "${pkgdir}"/usr/share/licenses/libvorbis
 }
 
 # vim: ts=2 sw=2 et:


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

2020-07-04 Thread Daurnimator via arch-commits
Date: Saturday, July 4, 2020 @ 16:16:24
  Author: daurnimator
Revision: 657748

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 657747, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:15:56 UTC (rev 657747)
+++ PKGBUILD2020-07-04 16:16:24 UTC (rev 657748)
@@ -1,45 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=1.8.3
-pkgrel=1
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('f4cbc733347d66eb909158c6879c8d4f2851c3458539ed0e6a99ffea863832f7ed35a6031f22ac6838d352ce96316432fd7f6f749d13d8df8735bf037c11a165')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--tags noupgrade,noembeddocs \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X github.com/twpayne/chezmoi/cmd.VersionStr=$pkgver \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 docs/* "$pkgdir/usr/share/doc/$pkgname/"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 657747, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:16:24 UTC (rev 657748)
@@ -0,0 +1,49 @@
+# Maintainer: Daurnimator 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=1.8.3
+pkgrel=2
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha512sums=('f4cbc733347d66eb909158c6879c8d4f2851c3458539ed0e6a99ffea863832f7ed35a6031f22ac6838d352ce96316432fd7f6f749d13d8df8735bf037c11a165')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-tags noupgrade,noembeddocs \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X main.version=$pkgver \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 docs/* "$pkgdir/usr/share/doc/$pkgname/"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-07-04 Thread Daurnimator via arch-commits
Date: Saturday, July 4, 2020 @ 16:15:56
  Author: daurnimator
Revision: 657747

upgpkg: chezmoi 1.8.3-2: version variable moved location; update to new go 
packaging guidelines

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 16:03:06 UTC (rev 657746)
+++ PKGBUILD2020-07-04 16:15:56 UTC (rev 657747)
@@ -4,7 +4,7 @@
 
 pkgname=chezmoi
 pkgver=1.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
 url='https://www.chezmoi.io/'
@@ -17,6 +17,10 @@
 build() {
   cd "$pkgname-$pkgver"
 
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
   go build \
 -trimpath \
 -buildmode=pie \
@@ -24,7 +28,7 @@
 -modcacherw \
 -tags noupgrade,noembeddocs \
 -ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X github.com/twpayne/chezmoi/cmd.VersionStr=$pkgver \
+  -X main.version=$pkgver \
   -extldflags ${LDFLAGS}" \
 .
 }


[arch-commits] Commit in lightdm-gtk-greeter/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:11:47
  Author: alucryd
Revision: 390838

upgpkg: lightdm-gtk-greeter 1:2.0.8-1

Modified:
  lightdm-gtk-greeter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:32:37 UTC (rev 390837)
+++ PKGBUILD2020-07-04 16:11:47 UTC (rev 390838)
@@ -2,12 +2,12 @@
 # Contributor: Padfoot 
 
 pkgname=lightdm-gtk-greeter
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.0.8
+pkgrel=1
 epoch=1
 pkgdesc='GTK+ greeter for LightDM'
 arch=(x86_64)
-url=https://launchpad.net/lightdm-gtk-greeter
+url=https://github.com/Xubuntu/lightdm-gtk-greeter
 license=(
   GPL3
   LGPL3
@@ -18,18 +18,31 @@
 )
 makedepends=(
   exo
+  git
   gobject-introspection
   intltool
+  xfce4-dev-tools
 )
 backup=(etc/lightdm/lightdm-gtk-greeter.conf)
-source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz)
-sha256sums=('bae293f21286e93113ee7965a3a8734bbee6b94f3c74d8723dcae13dda60fcbc')
+_tag=8008f297f7d0b34b875a837d41f77cf57e7b3f7c
+source=(git+https://github.com/Xubuntu/lightdm-gtk-greeter.git#tag=${_tag})
+sha256sums=(SKIP)
 
+pkgver() {
+  cd lightdm-gtk-greeter
+
+  git describe --tags | sed 's/^lightdm-gtk-greeter-//'
+}
+
+prepare() {
+  cd lightdm-gtk-greeter
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd lightdm-gtk-greeter-${pkgver}
+  cd lightdm-gtk-greeter
 
-  export CFLAGS="$CFLAGS -Wno-declaration-after-statement"
-
   ./configure \
 --prefix=/usr \
 --libexecdir=/usr/lib/lightdm \
@@ -44,9 +57,7 @@
 }
 
 package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" -C lightdm-gtk-greeter install
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in lightdm-gtk-greeter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 16:11:53
  Author: alucryd
Revision: 390839

archrelease: copy trunk to extra-x86_64

Added:
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD
(from rev 390838, lightdm-gtk-greeter/trunk/PKGBUILD)
Deleted:
  lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:11:47 UTC (rev 390838)
+++ PKGBUILD2020-07-04 16:11:53 UTC (rev 390839)
@@ -1,52 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Padfoot 
-
-pkgname=lightdm-gtk-greeter
-pkgver=2.0.7
-pkgrel=2
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=(x86_64)
-url=https://launchpad.net/lightdm-gtk-greeter
-license=(
-  GPL3
-  LGPL3
-)
-depends=(
-  gtk3
-  lightdm
-)
-makedepends=(
-  exo
-  gobject-introspection
-  intltool
-)
-backup=(etc/lightdm/lightdm-gtk-greeter.conf)
-source=(https://launchpad.net/lightdm-gtk-greeter/${pkgver%.?}/${pkgver}/+download/lightdm-gtk-greeter-${pkgver}.tar.gz)
-sha256sums=('bae293f21286e93113ee7965a3a8734bbee6b94f3c74d8723dcae13dda60fcbc')
-
-build() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  export CFLAGS="$CFLAGS -Wno-declaration-after-statement"
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-libxklavier \
---enable-kill-on-sigterm \
---disable-libido \
---disable-libindicator \
---disable-static
-  make
-}
-
-package() {
-  cd lightdm-gtk-greeter-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lightdm-gtk-greeter/repos/extra-x86_64/PKGBUILD (from rev 390838, 
lightdm-gtk-greeter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:11:53 UTC (rev 390839)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Padfoot 
+
+pkgname=lightdm-gtk-greeter
+pkgver=2.0.8
+pkgrel=1
+epoch=1
+pkgdesc='GTK+ greeter for LightDM'
+arch=(x86_64)
+url=https://github.com/Xubuntu/lightdm-gtk-greeter
+license=(
+  GPL3
+  LGPL3
+)
+depends=(
+  gtk3
+  lightdm
+)
+makedepends=(
+  exo
+  git
+  gobject-introspection
+  intltool
+  xfce4-dev-tools
+)
+backup=(etc/lightdm/lightdm-gtk-greeter.conf)
+_tag=8008f297f7d0b34b875a837d41f77cf57e7b3f7c
+source=(git+https://github.com/Xubuntu/lightdm-gtk-greeter.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd lightdm-gtk-greeter
+
+  git describe --tags | sed 's/^lightdm-gtk-greeter-//'
+}
+
+prepare() {
+  cd lightdm-gtk-greeter
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd lightdm-gtk-greeter
+
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/lightdm \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-libxklavier \
+--enable-kill-on-sigterm \
+--disable-libido \
+--disable-libindicator \
+--disable-static
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C lightdm-gtk-greeter install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 16:03:03
  Author: jleclanche
Revision: 657745

upgpkg: gnucobol 3.1rc1-1: Upstream release 3.1rc1

Modified:
  gnucobol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:59:32 UTC (rev 657744)
+++ PKGBUILD2020-07-04 16:03:03 UTC (rev 657745)
@@ -1,16 +1,25 @@
 pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
 pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/;
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
 license=("GPL")
 depends=("db" "gmp")
 makedepends=("gcc" "help2man")
 options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"https://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
+source=(
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
+)
+sha256sums=(
+   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
 
 build() {
cd "$srcdir/$pkgname-$_tarver"


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 16:03:06
  Author: jleclanche
Revision: 657746

archrelease: copy trunk to community-x86_64

Added:
  gnucobol/repos/community-x86_64/PKGBUILD
(from rev 657745, gnucobol/trunk/PKGBUILD)
Deleted:
  gnucobol/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 16:03:03 UTC (rev 657745)
+++ PKGBUILD2020-07-04 16:03:06 UTC (rev 657746)
@@ -1,26 +0,0 @@
-pkgname=gnucobol
-pkgver=3.0rc1
-_tarver="3.0-rc1"
-pkgdesc="The open source GNU COBOL compiler"
-pkgrel=1
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/open-cobol/;
-license=("GPL")
-depends=("db" "gmp")
-makedepends=("gcc" "help2man")
-options=("!libtool")
-source=("$pkgname-$pkgver.tar.xz"::"http://sourceforge.net/projects/open-cobol/files/$pkgname/3.0/$pkgname-$_tarver.tar.xz;)
-sha256sums=("bf76441ee7f8dc9aeb78291231f32273eafc4ec827f26840846a257a04bbc594")
-
-build() {
-   cd "$srcdir/$pkgname-$_tarver"
-
-   ./configure --prefix=/usr --infodir=/usr/share/info
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$_tarver"
-   make DESTDIR="$pkgdir" install
-}
-

Copied: gnucobol/repos/community-x86_64/PKGBUILD (from rev 657745, 
gnucobol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 16:03:06 UTC (rev 657746)
@@ -0,0 +1,35 @@
+pkgname=gnucobol
+pkgver=3.1rc1
+_tarver="3.1-rc1"
+pkgdesc="A free, open source and modern COBOL compiler"
+pkgrel=1
+arch=("x86_64")
+url="https://www.gnu.org/software/gnucobol/;
+license=("GPL")
+depends=("db" "gmp")
+makedepends=("gcc" "help2man")
+options=("!libtool")
+source=(
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz;
+   "https://alpha.gnu.org/gnu/gnucobol/$pkgname-$_tarver.tar.xz.sig;
+)
+sha256sums=(
+   "c2e41c2ba520681a67c570d7246d25c31f7f55c8a145aaec3f6273a500a93a76"
+   "SKIP"
+)
+validpgpkeys=(
+   "B9459D0CA8A740B323235CDF13E96B53C005604E"
+)
+
+build() {
+   cd "$srcdir/$pkgname-$_tarver"
+
+   ./configure --prefix=/usr --infodir=/usr/share/info
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_tarver"
+   make DESTDIR="$pkgdir" install
+}
+


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:59:32
  Author: alucryd
Revision: 657744

archrelease: copy trunk to community-any

Added:
  retroarch-assets/repos/community-any/PKGBUILD
(from rev 657743, retroarch-assets/trunk/PKGBUILD)
Deleted:
  retroarch-assets/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:59:27 UTC (rev 657743)
+++ PKGBUILD2020-07-04 15:59:32 UTC (rev 657744)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=retroarch-assets
-pkgname=(
-  retroarch-assets-ozone
-  retroarch-assets-xmb
-)
-pkgver=319
-pkgrel=1
-epoch=1
-pkgdesc='XMB menu assets for RetroArch'
-arch=(any)
-url=http://www.libretro.com/
-license=(GPL)
-groups=(libretro)
-depends=(retroarch)
-makedepends=(git)
-_commit=0ac74a9b2503f5a19e0a9ab1985e5fab8c64993d
-source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd retroarch-assets
-
-  git rev-list --count HEAD
-}
-
-package_retroarch-assets-ozone() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-package_retroarch-assets-xmb() {
-  cd retroarch-assets
-
-  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
-  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
-}
-
-# vim: ts=2 sw=2 et:

Copied: retroarch-assets/repos/community-any/PKGBUILD (from rev 657743, 
retroarch-assets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:59:32 UTC (rev 657744)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=retroarch-assets
+pkgname=(
+  retroarch-assets-ozone
+  retroarch-assets-xmb
+)
+pkgver=323
+pkgrel=1
+epoch=1
+pkgdesc='XMB menu assets for RetroArch'
+arch=(any)
+url=http://www.libretro.com/
+license=(GPL)
+groups=(libretro)
+depends=(retroarch)
+makedepends=(git)
+_commit=8827a81bc65462d44661227a75f168cda0a95acc
+source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd retroarch-assets
+
+  git rev-list --count HEAD
+}
+
+package_retroarch-assets-ozone() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership ozone "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+package_retroarch-assets-xmb() {
+  cd retroarch-assets
+
+  install -dm 755 "${pkgdir}"/usr/share/retroarch/assets
+  cp -dr --no-preserve=ownership xmb "${pkgdir}"/usr/share/retroarch/assets/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:59:27
  Author: alucryd
Revision: 657743

upgpkg: retroarch-assets 1:323-1

Modified:
  retroarch-assets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:56:26 UTC (rev 657742)
+++ PKGBUILD2020-07-04 15:59:27 UTC (rev 657743)
@@ -5,7 +5,7 @@
   retroarch-assets-ozone
   retroarch-assets-xmb
 )
-pkgver=319
+pkgver=323
 pkgrel=1
 epoch=1
 pkgdesc='XMB menu assets for RetroArch'
@@ -15,7 +15,7 @@
 groups=(libretro)
 depends=(retroarch)
 makedepends=(git)
-_commit=0ac74a9b2503f5a19e0a9ab1985e5fab8c64993d
+_commit=8827a81bc65462d44661227a75f168cda0a95acc
 source=(git+https://github.com/libretro/retroarch-assets.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:56:06
  Author: alucryd
Revision: 657739

upgpkg: libretro-sameboy 1288-1

Modified:
  libretro-sameboy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:56:01 UTC (rev 657738)
+++ PKGBUILD2020-07-04 15:56:06 UTC (rev 657739)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-sameboy
-pkgver=1277
+pkgver=1288
 pkgrel=1
 pkgdesc='Nintendo Game Boy/Game Boy Color core'
 arch=(x86_64)
@@ -11,9 +11,17 @@
 depends=(
   glibc
   libretro-core-info
+  libgl
 )
-makedepends=(git)
-_commit=44d8b16c107c79205331c53c93c1f25386e88bf8
+makedepends=(
+  clang
+  git
+  libglvnd
+  rgbds
+  sdl2
+)
+options=(!makeflags)
+_commit=f07b50968a473d13b201afc9d890b44ff33a7d19
 
source=(libretro-sameboy::git+https://github.com/libretro/SameBoy.git#commit=${_commit})
 sha256sums=(SKIP)
 
@@ -24,11 +32,12 @@
 }
 
 build() {
+  export CC=clang
   make -C libretro-sameboy/libretro
 }
 
 package() {
-  install -Dm 644 libretro-sameboy/libretro/sameboy_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-sameboy/build/bin/sameboy_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
   install -Dm 644 libretro-sameboy/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-sameboy/
 }
 


[arch-commits] Commit in libretro-shaders-slang/repos/community-any (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:56:26
  Author: alucryd
Revision: 657742

archrelease: copy trunk to community-any

Added:
  libretro-shaders-slang/repos/community-any/PKGBUILD
(from rev 657741, libretro-shaders-slang/trunk/PKGBUILD)
Deleted:
  libretro-shaders-slang/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:56:21 UTC (rev 657741)
+++ PKGBUILD2020-07-04 15:56:26 UTC (rev 657742)
@@ -1,27 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-shaders-slang
-pkgver=742
-pkgrel=1
-pkgdesc='Collection of shaders for libretro'
-arch=(any)
-url=https://www.libretro.com/
-license=(GPL3)
-groups=(libretro)
-provides=(libretro-shaders)
-makedepends=(git)
-_commit=9271cc2d3adb2e2c46eb48a16141e9de2112ddcd
-source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-shaders-slang
-
-  git rev-list --count HEAD
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-shaders-slang/repos/community-any/PKGBUILD (from rev 657741, 
libretro-shaders-slang/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:56:26 UTC (rev 657742)
@@ -0,0 +1,27 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=749
+pkgrel=1
+pkgdesc='Collection of shaders for libretro'
+arch=(any)
+url=https://www.libretro.com/
+license=(GPL3)
+groups=(libretro)
+provides=(libretro-shaders)
+makedepends=(git)
+_commit=bdc0203b569af721e2d437fdbaa360f5e832e0a1
+source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C libretro-shaders-slang install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:42
  Author: alucryd
Revision: 657735

archrelease: copy trunk to community-any

Added:
  libretro-overlays/repos/community-any/PKGBUILD
(from rev 657734, libretro-overlays/trunk/PKGBUILD)
Deleted:
  libretro-overlays/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:36 UTC (rev 657734)
+++ PKGBUILD2020-07-04 15:55:42 UTC (rev 657735)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-overlays
-pkgver=166
-pkgrel=1
-pkgdesc='Collection of overlays for libretro'
-arch=(any)
-url=https://github.com/libretro/common-overlays
-license=(GPL)
-groups=(libretro)
-makedepends=(git)
-source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=e44d7ac8294cfd8ac0ca7a08aa2361730227603d)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-overlays
-
-  git rev-list --count HEAD
-}
-
-package() {
-  cd libretro-overlays
-
-  install -dm 755 "${pkgdir}"/usr/share/libretro/overlays
-  cp -dr --no-preserve=ownership * "${pkgdir}"/usr/share/libretro/overlays/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-overlays/repos/community-any/PKGBUILD (from rev 657734, 
libretro-overlays/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:42 UTC (rev 657735)
@@ -0,0 +1,29 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-overlays
+pkgver=168
+pkgrel=1
+pkgdesc='Collection of overlays for libretro'
+arch=(any)
+url=https://github.com/libretro/common-overlays
+license=(GPL)
+groups=(libretro)
+makedepends=(git)
+_commit=9426d5cc556df459c973f213410463276d186c1c
+source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-overlays
+
+  git rev-list --count HEAD
+}
+
+package() {
+  cd libretro-overlays
+
+  install -dm 755 "${pkgdir}"/usr/share/libretro/overlays
+  cp -dr --no-preserve=ownership * "${pkgdir}"/usr/share/libretro/overlays/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-shaders-slang/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:56:21
  Author: alucryd
Revision: 657741

upgpkg: libretro-shaders-slang 749-1

Modified:
  libretro-shaders-slang/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:56:16 UTC (rev 657740)
+++ PKGBUILD2020-07-04 15:56:21 UTC (rev 657741)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-shaders-slang
-pkgver=742
+pkgver=749
 pkgrel=1
 pkgdesc='Collection of shaders for libretro'
 arch=(any)
@@ -10,7 +10,7 @@
 groups=(libretro)
 provides=(libretro-shaders)
 makedepends=(git)
-_commit=9271cc2d3adb2e2c46eb48a16141e9de2112ddcd
+_commit=bdc0203b569af721e2d437fdbaa360f5e832e0a1
 
source=(libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:56:16
  Author: alucryd
Revision: 657740

archrelease: copy trunk to community-x86_64

Added:
  libretro-sameboy/repos/community-x86_64/PKGBUILD
(from rev 657739, libretro-sameboy/trunk/PKGBUILD)
Deleted:
  libretro-sameboy/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:56:06 UTC (rev 657739)
+++ PKGBUILD2020-07-04 15:56:16 UTC (rev 657740)
@@ -1,35 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-sameboy
-pkgver=1277
-pkgrel=1
-pkgdesc='Nintendo Game Boy/Game Boy Color core'
-arch=(x86_64)
-url=https://github.com/libretro/SameBoy
-license=(MIT)
-groups=(libretro)
-depends=(
-  glibc
-  libretro-core-info
-)
-makedepends=(git)
-_commit=44d8b16c107c79205331c53c93c1f25386e88bf8
-source=(libretro-sameboy::git+https://github.com/libretro/SameBoy.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-sameboy
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-sameboy/libretro
-}
-
-package() {
-  install -Dm 644 libretro-sameboy/libretro/sameboy_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 libretro-sameboy/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-sameboy/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-sameboy/repos/community-x86_64/PKGBUILD (from rev 657739, 
libretro-sameboy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:56:16 UTC (rev 657740)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-sameboy
+pkgver=1288
+pkgrel=1
+pkgdesc='Nintendo Game Boy/Game Boy Color core'
+arch=(x86_64)
+url=https://github.com/libretro/SameBoy
+license=(MIT)
+groups=(libretro)
+depends=(
+  glibc
+  libretro-core-info
+  libgl
+)
+makedepends=(
+  clang
+  git
+  libglvnd
+  rgbds
+  sdl2
+)
+options=(!makeflags)
+_commit=f07b50968a473d13b201afc9d890b44ff33a7d19
+source=(libretro-sameboy::git+https://github.com/libretro/SameBoy.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-sameboy
+
+  git rev-list --count HEAD
+}
+
+build() {
+  export CC=clang
+  make -C libretro-sameboy/libretro
+}
+
+package() {
+  install -Dm 644 libretro-sameboy/build/bin/sameboy_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-sameboy/LICENSE -t 
"${pkgdir}"/usr/share/licenses/libretro-sameboy/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-parallel-n64/repos/community-x86_64 (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:55
  Author: alucryd
Revision: 657737

archrelease: copy trunk to community-x86_64

Added:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD
(from rev 657736, libretro-parallel-n64/trunk/PKGBUILD)
Deleted:
  libretro-parallel-n64/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:49 UTC (rev 657736)
+++ PKGBUILD2020-07-04 15:55:55 UTC (rev 657737)
@@ -1,43 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Schneider 
-
-pkgname=libretro-parallel-n64
-pkgver=5189
-pkgrel=1
-pkgdesc='Nintendo 64 core'
-arch=(x86_64)
-url=https://github.com/libretro/parallel-n64
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-)
-makedepends=(
-  git
-  mesa
-)
-_commit=77407e393d0dc4d9a4cd99e46fc1a16a1b1acaa4
-source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-parallel-n64
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-WITH_DYNAREC=x86_64 \
-HAVE_PARALLEL=1 \
-HAVE_PARALLEL_RSP=1 \
-HAVE_THR_AL=1 \
--C libretro-parallel-n64
-}
-
-package() {
-  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-parallel-n64/repos/community-x86_64/PKGBUILD (from rev 657736, 
libretro-parallel-n64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:55 UTC (rev 657737)
@@ -0,0 +1,43 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Schneider 
+
+pkgname=libretro-parallel-n64
+pkgver=5198
+pkgrel=1
+pkgdesc='Nintendo 64 core'
+arch=(x86_64)
+url=https://github.com/libretro/parallel-n64
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+)
+makedepends=(
+  git
+  mesa
+)
+_commit=76193f8308c467f0f4e88b4550d30d9331da5958
+source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-parallel-n64
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+WITH_DYNAREC=x86_64 \
+HAVE_PARALLEL=1 \
+HAVE_PARALLEL_RSP=1 \
+HAVE_THR_AL=1 \
+-C libretro-parallel-n64
+}
+
+package() {
+  install -Dm 644 libretro-parallel-n64/parallel_n64_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-parallel-n64/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:49
  Author: alucryd
Revision: 657736

upgpkg: libretro-parallel-n64 5198-1

Modified:
  libretro-parallel-n64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:42 UTC (rev 657735)
+++ PKGBUILD2020-07-04 15:55:49 UTC (rev 657736)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Schneider 
 
 pkgname=libretro-parallel-n64
-pkgver=5189
+pkgver=5198
 pkgrel=1
 pkgdesc='Nintendo 64 core'
 arch=(x86_64)
@@ -17,7 +17,7 @@
   git
   mesa
 )
-_commit=77407e393d0dc4d9a4cd99e46fc1a16a1b1acaa4
+_commit=76193f8308c467f0f4e88b4550d30d9331da5958
 
source=(libretro-parallel-n64::git+https://github.com/libretro/parallel-n64.git#commit=${_commit})
 sha256sums=(SKIP)
 


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:36
  Author: alucryd
Revision: 657734

upgpkg: libretro-overlays 168-1

Modified:
  libretro-overlays/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:32 UTC (rev 657733)
+++ PKGBUILD2020-07-04 15:55:36 UTC (rev 657734)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-overlays
-pkgver=166
+pkgver=168
 pkgrel=1
 pkgdesc='Collection of overlays for libretro'
 arch=(any)
@@ -9,7 +9,8 @@
 license=(GPL)
 groups=(libretro)
 makedepends=(git)
-source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=e44d7ac8294cfd8ac0ca7a08aa2361730227603d)
+_commit=9426d5cc556df459c973f213410463276d186c1c
+source=(libretro-overlays::git+https://github.com/libretro/common-overlays.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in libretro-mesen-s/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:32
  Author: alucryd
Revision: 657733

archrelease: copy trunk to community-x86_64

Added:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD
(from rev 657732, libretro-mesen-s/trunk/PKGBUILD)
Deleted:
  libretro-mesen-s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:27 UTC (rev 657732)
+++ PKGBUILD2020-07-04 15:55:32 UTC (rev 657733)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mesen-s
-pkgver=881
-pkgrel=1
-pkgdesc='Super Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/SourMesen/Mesen-S
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-_commit=14348198309b6d71688300287230ea3b87e3c880
-source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd Mesen-S
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C Mesen-S/Libretro
-}
-
-package() {
-  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mesen-s/repos/community-x86_64/PKGBUILD (from rev 657732, 
libretro-mesen-s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:32 UTC (rev 657733)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mesen-s
+pkgver=911
+pkgrel=1
+pkgdesc='Super Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen-S
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+_commit=1d27867dddb2be7e46278abef2d61c5bc617552a
+source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd Mesen-S
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C Mesen-S/Libretro
+}
+
+package() {
+  install -Dm 644 Mesen-S/Libretro/mesens_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:57
  Author: alucryd
Revision: 657727

archrelease: copy trunk to community-x86_64

Added:
  libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 657726, libretro-flycast/trunk/PKGBUILD)
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch
(from rev 657726, libretro-flycast/trunk/libretro-flycast-flags.patch)
Deleted:
  libretro-flycast/repos/community-x86_64/PKGBUILD
  libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch

--+
 PKGBUILD |  114 -
 libretro-flycast-flags.patch |   38 ++---
 2 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:49 UTC (rev 657726)
+++ PKGBUILD2020-07-04 15:54:57 UTC (rev 657727)
@@ -1,57 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-flycast
-pkgver=4169
-pkgrel=1
-pkgdesc='Sega Dreamcast core'
-arch=(x86_64)
-url=https://github.com/libretro/flycast
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libgl
-  libretro-core-info
-  libzip
-  xxhash
-  zlib
-)
-makedepends=(
-  git
-  mesa
-)
-source=(
-  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=984153f4da9b0bb1ecadd6b3d1be0e5cfed08edb
-  libretro-flycast-flags.patch
-)
-sha256sums=('SKIP'
-'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
-
-pkgver() {
-  cd libretro-flycast
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cd libretro-flycast
-
-  patch -Np1 -i ../libretro-flycast-flags.patch
-}
-
-build() {
-  make \
-HAVE_OIT=1 \
-SYSTEM_GLSLANG=0 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_LIBZIP=1 \
-SYSTEM_PICOTCP=0 \
-SYSTEM_XXHASH=1 \
-SYSTEM_ZLIB=1 \
--C libretro-flycast
-}
-
-package() {
-  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-flycast/repos/community-x86_64/PKGBUILD (from rev 657726, 
libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:54:57 UTC (rev 657727)
@@ -0,0 +1,57 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-flycast
+pkgver=4169
+pkgrel=1
+pkgdesc='Sega Dreamcast core'
+arch=(x86_64)
+url=https://github.com/libretro/flycast
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libgl
+  libretro-core-info
+  libzip
+  xxhash
+  zlib
+)
+makedepends=(
+  git
+  mesa
+)
+source=(
+  
libretro-flycast::git+https://github.com/libretro/flycast.git#commit=984153f4da9b0bb1ecadd6b3d1be0e5cfed08edb
+  libretro-flycast-flags.patch
+)
+sha256sums=('SKIP'
+'051f6fda81d816a8f8c58748565ba4db73a18d0d788e520dc343839471606709')
+
+pkgver() {
+  cd libretro-flycast
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cd libretro-flycast
+
+  patch -Np1 -i ../libretro-flycast-flags.patch
+}
+
+build() {
+  make \
+HAVE_OIT=1 \
+SYSTEM_GLSLANG=0 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_LIBZIP=1 \
+SYSTEM_PICOTCP=0 \
+SYSTEM_XXHASH=1 \
+SYSTEM_ZLIB=1 \
+-C libretro-flycast
+}
+
+package() {
+  install -Dm 644 libretro-flycast/flycast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: libretro-flycast-flags.patch
===
--- libretro-flycast-flags.patch2020-07-04 15:54:49 UTC (rev 657726)
+++ libretro-flycast-flags.patch2020-07-04 15:54:57 UTC (rev 657727)
@@ -1,19 +0,0 @@
-diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
 libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
-+++ libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
-@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
- 
- MFLAGS   := 
- ASFLAGS  := 
--LDFLAGS  :=
-+LDFLAGS  := ${LDFLAGS}
- LDFLAGS_END :=
- INCFLAGS :=
- LIBS :=
--CFLAGS   := 
--CXXFLAGS :=
-+CFLAGS   := ${CFLAGS}
-+CXXFLAGS := ${CXXFLAGS}
- 
- GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
- ifneq ($(GIT_VERSION)," unknown")

Copied: libretro-flycast/repos/community-x86_64/libretro-flycast-flags.patch 
(from rev 657726, libretro-flycast/trunk/libretro-flycast-flags.patch)
===
--- libretro-flycast-flags.patch(rev 0)
+++ libretro-flycast-flags.patch2020-07-04 15:54:57 UTC (rev 657727)
@@ -0,0 +1,19 @@
+diff -rupN libretro-reicast.orig/Makefile libretro-reicast/Makefile
+--- libretro-reicast.orig/Makefile 2018-10-08 09:46:38.219688904 +0200
 libretro-reicast/Makefile  2018-10-08 09:48:19.840450287 +0200
+@@ -26,12 +26,12 @@ CC_AS= ${CC_PREFIX}as
+ 
+ MFLAGS   := 
+ ASFLAGS  := 
+-LDFLAGS  :=
++LDFLAGS  := ${LDFLAGS}
+ LDFLAGS_END :=
+ INCFLAGS :=
+ LIBS :=
+-CFLAGS   

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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:23
  Author: alucryd
Revision: 657731

archrelease: copy trunk to community-x86_64

Added:
  libretro-mesen/repos/community-x86_64/PKGBUILD
(from rev 657730, libretro-mesen/trunk/PKGBUILD)
Deleted:
  libretro-mesen/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:18 UTC (rev 657730)
+++ PKGBUILD2020-07-04 15:55:23 UTC (rev 657731)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-mesen
-pkgver=2898
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=(x86_64)
-url=https://github.com/SourMesen/Mesen
-license=(GPL3)
-groups=(libretro)
-depends=(
-  gcc-libs
-  libretro-core-info
-)
-makedepends=(git)
-_commit=d738b2b9bfc96f1cb139c766337ef06cde428e76
-source=(git+https://github.com/SourMesen/Mesen.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd Mesen
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C Mesen/Libretro
-}
-
-package() {
-  install -Dm 644 Mesen/Libretro/mesen_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-mesen/repos/community-x86_64/PKGBUILD (from rev 657730, 
libretro-mesen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:23 UTC (rev 657731)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-mesen
+pkgver=2903
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=(x86_64)
+url=https://github.com/SourMesen/Mesen
+license=(GPL3)
+groups=(libretro)
+depends=(
+  gcc-libs
+  libretro-core-info
+)
+makedepends=(git)
+_commit=86326e832974d984846ae078e568c023a5f76f1f
+source=(git+https://github.com/SourMesen/Mesen.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd Mesen
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C Mesen/Libretro
+}
+
+package() {
+  install -Dm 644 Mesen/Libretro/mesen_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:14
  Author: alucryd
Revision: 657729

archrelease: copy trunk to community-x86_64

Added:
  libretro-gambatte/repos/community-x86_64/PKGBUILD
(from rev 657728, libretro-gambatte/trunk/PKGBUILD)
Deleted:
  libretro-gambatte/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:08 UTC (rev 657728)
+++ PKGBUILD2020-07-04 15:55:14 UTC (rev 657729)
@@ -1,31 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Lauri Niskanen 
-
-pkgname=libretro-gambatte
-pkgver=825
-pkgrel=1
-pkgdesc='Nintendo Game Boy/Game Boy Color core'
-arch=(x86_64)
-url=https://github.com/libretro/gambatte-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(libretro-core-info)
-makedepends=(git)
-source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=132f36e990dfc6effdafa6cf261373432464f9bf)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-gambatte
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make -C libretro-gambatte -f Makefile.libretro
-}
-
-package() {
-  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-gambatte/repos/community-x86_64/PKGBUILD (from rev 657728, 
libretro-gambatte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:55:14 UTC (rev 657729)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Lauri Niskanen 
+
+pkgname=libretro-gambatte
+pkgver=838
+pkgrel=1
+pkgdesc='Nintendo Game Boy/Game Boy Color core'
+arch=(x86_64)
+url=https://github.com/libretro/gambatte-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(libretro-core-info)
+makedepends=(git)
+_commit=2a204aabc7c22ae60eee26273dea2cf7c2bb435d
+source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-gambatte
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make -C libretro-gambatte -f Makefile.libretro
+}
+
+package() {
+  install -Dm 644 libretro-gambatte/gambatte_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:08
  Author: alucryd
Revision: 657728

upgpkg: libretro-gambatte 838-1

Modified:
  libretro-gambatte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:57 UTC (rev 657727)
+++ PKGBUILD2020-07-04 15:55:08 UTC (rev 657728)
@@ -2,7 +2,7 @@
 # Contributor: Lauri Niskanen 
 
 pkgname=libretro-gambatte
-pkgver=825
+pkgver=838
 pkgrel=1
 pkgdesc='Nintendo Game Boy/Game Boy Color core'
 arch=(x86_64)
@@ -11,7 +11,8 @@
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=132f36e990dfc6effdafa6cf261373432464f9bf)
+_commit=2a204aabc7c22ae60eee26273dea2cf7c2bb435d
+source=(libretro-gambatte::git+https://github.com/libretro/gambatte-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:18
  Author: alucryd
Revision: 657730

upgpkg: libretro-mesen 2903-1

Modified:
  libretro-mesen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:14 UTC (rev 657729)
+++ PKGBUILD2020-07-04 15:55:18 UTC (rev 657730)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-mesen
-pkgver=2898
+pkgver=2903
 pkgrel=1
 pkgdesc='Nintendo Entertainment System core'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   libretro-core-info
 )
 makedepends=(git)
-_commit=d738b2b9bfc96f1cb139c766337ef06cde428e76
+_commit=86326e832974d984846ae078e568c023a5f76f1f
 source=(git+https://github.com/SourMesen/Mesen.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-mesen-s/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:55:27
  Author: alucryd
Revision: 657732

upgpkg: libretro-mesen-s 911-1

Modified:
  libretro-mesen-s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:55:23 UTC (rev 657731)
+++ PKGBUILD2020-07-04 15:55:27 UTC (rev 657732)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-mesen-s
-pkgver=881
+pkgver=911
 pkgrel=1
 pkgdesc='Super Nintendo Entertainment System core'
 arch=(x86_64)
@@ -13,7 +13,7 @@
   libretro-core-info
 )
 makedepends=(git)
-_commit=14348198309b6d71688300287230ea3b87e3c880
+_commit=1d27867dddb2be7e46278abef2d61c5bc617552a
 source=(git+https://github.com/SourMesen/Mesen-S.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-supergrafx/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:45
  Author: alucryd
Revision: 657725

upgpkg: libretro-beetle-supergrafx 813-1

Modified:
  libretro-beetle-supergrafx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:40 UTC (rev 657724)
+++ PKGBUILD2020-07-04 15:54:45 UTC (rev 657725)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-supergrafx
-pkgver=812
+pkgver=813
 pkgrel=1
 pkgdesc='NEC SuperGrafx core'
 arch=(x86_64)
@@ -15,7 +15,7 @@
   zlib
 )
 makedepends=(git)
-_commit=860b55271c53a70b5032015b44cdaec862bca5c7
+_commit=adb70c556077f776a04ba1ad124fe36befa740ab
 
source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-pce-fast/repos/community-x86_64 (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:40
  Author: alucryd
Revision: 657724

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD
(from rev 657723, libretro-beetle-pce-fast/trunk/PKGBUILD)
Deleted:
  libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:35 UTC (rev 657723)
+++ PKGBUILD2020-07-04 15:54:40 UTC (rev 657724)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-pce-fast
-pkgver=978
-pkgrel=1
-pkgdesc='NEC PC Engine/CD core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-pce-fast-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=14d5d40efc3ac263a8c542134000cb1642b0a50c
-source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-pce-fast
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-pce-fast
-}
-
-package() {
-  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-pce-fast/repos/community-x86_64/PKGBUILD (from rev 
657723, libretro-beetle-pce-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:54:40 UTC (rev 657724)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-pce-fast
+pkgver=982
+pkgrel=1
+pkgdesc='NEC PC Engine/CD core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-pce-fast-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=1c404cc613bad950f74385486812d7bdf8a059e4
+source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-pce-fast
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-pce-fast
+}
+
+package() {
+  install -Dm 644 libretro-beetle-pce-fast/mednafen_pce_fast_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-supergrafx/repos/community-x86_64 (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:49
  Author: alucryd
Revision: 657726

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD
(from rev 657725, libretro-beetle-supergrafx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:45 UTC (rev 657725)
+++ PKGBUILD2020-07-04 15:54:49 UTC (rev 657726)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=libretro-beetle-supergrafx
-pkgver=812
-pkgrel=1
-pkgdesc='NEC SuperGrafx core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-supergrafx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  gcc-libs
-  glibc
-  libretro-core-info
-  zlib
-)
-makedepends=(git)
-_commit=860b55271c53a70b5032015b44cdaec862bca5c7
-source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-supergrafx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  make \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-supergrafx
-}
-
-package() {
-  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so 
-t "${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-supergrafx/repos/community-x86_64/PKGBUILD (from rev 
657725, libretro-beetle-supergrafx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:54:49 UTC (rev 657726)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-beetle-supergrafx
+pkgver=813
+pkgrel=1
+pkgdesc='NEC SuperGrafx core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-supergrafx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  gcc-libs
+  glibc
+  libretro-core-info
+  zlib
+)
+makedepends=(git)
+_commit=adb70c556077f776a04ba1ad124fe36befa740ab
+source=(libretro-beetle-supergrafx::git+https://github.com/libretro/beetle-supergrafx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-supergrafx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  make \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-supergrafx
+}
+
+package() {
+  install -Dm 644 libretro-beetle-supergrafx/mednafen_supergrafx_libretro.so 
-t "${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libretro-beetle-pce-fast/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:35
  Author: alucryd
Revision: 657723

upgpkg: libretro-beetle-pce-fast 982-1

Modified:
  libretro-beetle-pce-fast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:30 UTC (rev 657722)
+++ PKGBUILD2020-07-04 15:54:35 UTC (rev 657723)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=libretro-beetle-pce-fast
-pkgver=978
+pkgver=982
 pkgrel=1
 pkgdesc='NEC PC Engine/CD core'
 arch=(x86_64)
@@ -15,7 +15,7 @@
   zlib
 )
 makedepends=(git)
-_commit=14d5d40efc3ac263a8c542134000cb1642b0a50c
+_commit=1c404cc613bad950f74385486812d7bdf8a059e4
 
source=(libretro-beetle-pce-fast::git+https://github.com/libretro/beetle-pce-fast-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-psx/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:25
  Author: alucryd
Revision: 657721

upgpkg: libretro-beetle-psx 2343-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:53:21 UTC (rev 657720)
+++ PKGBUILD2020-07-04 15:54:25 UTC (rev 657721)
@@ -5,7 +5,7 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2330
+pkgver=2343
 pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
@@ -22,7 +22,7 @@
   mesa
   vulkan-icd-loader
 )
-_commit=409ac1b174269250714f7dcb22ac24883cd94581
+_commit=bf5d7f866b1dde9a27c4ad0e6c23ddd8e69c048d
 
source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
 sha256sums=(SKIP)
 


[arch-commits] Commit in libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:54:30
  Author: alucryd
Revision: 657722

archrelease: copy trunk to community-x86_64

Added:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 657721, libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:54:25 UTC (rev 657721)
+++ PKGBUILD2020-07-04 15:54:30 UTC (rev 657722)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgbase=libretro-beetle-psx
-pkgname=(
-  libretro-beetle-psx
-  libretro-beetle-psx-hw
-)
-pkgver=2330
-pkgrel=1
-pkgdesc='Sony PlayStation core'
-arch=(x86_64)
-url=https://github.com/libretro/beetle-psx-libretro
-license=(GPL2)
-groups=(libretro)
-depends=(
-  libretro-core-info
-  zlib
-)
-makedepends=(
-  git
-  libglvnd
-  mesa
-  vulkan-icd-loader
-)
-_commit=409ac1b174269250714f7dcb22ac24883cd94581
-source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd libretro-beetle-psx
-
-  git rev-list --count HEAD
-}
-
-prepare() {
-  cp -r libretro-beetle-psx{,-hw}
-}
-
-build() {
-  make \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx
-  make \
-HAVE_HW=1 \
-HAVE_LIGHTREC=1 \
-SYSTEM_LIBCHDR=0 \
-SYSTEM_ZLIB=1 \
--C libretro-beetle-psx-hw
-}
-
-package_libretro-beetle-psx() {
-  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-package_libretro-beetle-psx-hw() {
-  depends+=(libgl)
-
-  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-beetle-psx/repos/community-x86_64/PKGBUILD (from rev 657721, 
libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:54:30 UTC (rev 657722)
@@ -0,0 +1,63 @@
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-beetle-psx
+pkgname=(
+  libretro-beetle-psx
+  libretro-beetle-psx-hw
+)
+pkgver=2343
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=(x86_64)
+url=https://github.com/libretro/beetle-psx-libretro
+license=(GPL2)
+groups=(libretro)
+depends=(
+  libretro-core-info
+  zlib
+)
+makedepends=(
+  git
+  libglvnd
+  mesa
+  vulkan-icd-loader
+)
+_commit=bf5d7f866b1dde9a27c4ad0e6c23ddd8e69c048d
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd libretro-beetle-psx
+
+  git rev-list --count HEAD
+}
+
+prepare() {
+  cp -r libretro-beetle-psx{,-hw}
+}
+
+build() {
+  make \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx
+  make \
+HAVE_HW=1 \
+HAVE_LIGHTREC=1 \
+SYSTEM_LIBCHDR=0 \
+SYSTEM_ZLIB=1 \
+-C libretro-beetle-psx-hw
+}
+
+package_libretro-beetle-psx() {
+  install -Dm 644 libretro-beetle-psx/mednafen_psx_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+package_libretro-beetle-psx-hw() {
+  depends+=(libgl)
+
+  install -Dm 644 libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so -t 
"${pkgdir}"/usr/lib/libretro/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in git-filter-repo/repos/community-any (4 files)

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:53:21
  Author: jleclanche
Revision: 657720

archrelease: copy trunk to community-any

Added:
  git-filter-repo/repos/community-any/PKGBUILD
(from rev 657719, git-filter-repo/trunk/PKGBUILD)
  git-filter-repo/repos/community-any/version.patch
(from rev 657719, git-filter-repo/trunk/version.patch)
Deleted:
  git-filter-repo/repos/community-any/PKGBUILD
  git-filter-repo/repos/community-any/version.patch

---+
 PKGBUILD  |   80 
 version.patch |   20 +++---
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:53:18 UTC (rev 657719)
+++ PKGBUILD2020-07-04 15:53:21 UTC (rev 657720)
@@ -1,40 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=git-filter-repo
-pkgver=2.26.0
-pkgrel=2
-pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
-arch=("any")
-url="https://github.com/newren/git-filter-repo;
-license=("MIT")
-depends=("git" "python")
-makedepends=("python-setuptools")
-checkdepends=("python-coverage")
-source=(
-   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
-   "version.patch"
-)
-sha256sums=(
-   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
-   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
-)
-
-prepare() {
-cd "$pkgname-$pkgver"
-# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
-patch -Np1 -i "$srcdir/version.patch"
-sed -i "s|@PKGVER@|$pkgver|" release/setup.py
-}
-
-check() {
-make -C "$pkgname-$pkgver" test
-}
-
-package() {
-cd "$pkgname-$pkgver/release"
-python setup.py install --root="$pkgdir" --optimize=1
-
-cd ..
-install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
-install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
-}

Copied: git-filter-repo/repos/community-any/PKGBUILD (from rev 657719, 
git-filter-repo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:53:21 UTC (rev 657720)
@@ -0,0 +1,40 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=git-filter-repo
+pkgver=2.27.1
+pkgrel=1
+pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
+arch=("any")
+url="https://github.com/newren/git-filter-repo;
+license=("MIT")
+depends=("git" "python")
+makedepends=("python-setuptools")
+checkdepends=("python-coverage")
+source=(
+   "$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz"
+   "version.patch"
+)
+sha256sums=(
+   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
+   "68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
+)
+
+prepare() {
+cd "$pkgname-$pkgver"
+# use_scm_version in setup.py doesn't work from tarballs, inject $pkgver 
instead
+patch -Np1 -i "$srcdir/version.patch"
+sed -i "s|@PKGVER@|$pkgver|" release/setup.py
+}
+
+check() {
+make -C "$pkgname-$pkgver" test
+}
+
+package() {
+cd "$pkgname-$pkgver/release"
+python setup.py install --root="$pkgdir" --optimize=1
+
+cd ..
+install -Dm644 Documentation/man1/git-filter-repo.1 
"$pkgdir/usr/share/man/man1/git-filter-repo.1"
+install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" COPYING 
COPYING.mit
+}

Deleted: version.patch
===
--- version.patch   2020-07-04 15:53:18 UTC (rev 657719)
+++ version.patch   2020-07-04 15:53:21 UTC (rev 657720)
@@ -1,10 +0,0 @@
-Index: git-filter-repo-2.26.0/release/setup.py
-===
 git-filter-repo-2.26.0.orig/release/setup.py
-+++ git-filter-repo-2.26.0/release/setup.py
-@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
- os.symlink("../"+f, f)
- except FileExistsError:
- pass
--setup(use_scm_version=dict(root="..", relative_to=__file__))
-+setup(version='@PKGVER@')

Copied: git-filter-repo/repos/community-any/version.patch (from rev 657719, 
git-filter-repo/trunk/version.patch)
===
--- version.patch   (rev 0)
+++ version.patch   2020-07-04 15:53:21 UTC (rev 657720)
@@ -0,0 +1,10 @@
+Index: git-filter-repo-2.26.0/release/setup.py
+===
+--- git-filter-repo-2.26.0.orig/release/setup.py
 git-filter-repo-2.26.0/release/setup.py
+@@ -5,4 +5,4 @@ for f in ['git-filter-repo', 'git_filter
+ os.symlink("../"+f, f)
+ except FileExistsError:
+ pass
+-setup(use_scm_version=dict(root="..", relative_to=__file__))
++setup(version='@PKGVER@')


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:53:18
  Author: jleclanche
Revision: 657719

upgpkg: git-filter-repo 2.27.1-1: Upstream release 2.27.1

Modified:
  git-filter-repo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
+++ PKGBUILD2020-07-04 15:53:18 UTC (rev 657719)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=git-filter-repo
-pkgver=2.26.0
-pkgrel=2
+pkgver=2.27.1
+pkgrel=1
 pkgdesc="Quickly rewrite git repository history (filter-branch replacement)"
 arch=("any")
 url="https://github.com/newren/git-filter-repo;
@@ -15,7 +15,7 @@
"version.patch"
 )
 sha256sums=(
-   "537ac38f49cb5bbb08b1feb7563bace54c34b4d04427e9245c2081654c3ca095"
+   "48d0bf96c1b0fdf56bf25bf1cef488f4ec1e872ebf0dddc27fd4f91c8615231f"
"68757bead7ef4a2ff5af3b8563889564f5105cb75da9a7a7513b8aa198027d6f"
 )
 


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:50:46
  Author: jleclanche
Revision: 657717

upgpkg: foliate 2.4.0-1: Upstream release 2.4.0

Modified:
  foliate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:42:57 UTC (rev 657716)
+++ PKGBUILD2020-07-04 15:50:46 UTC (rev 657717)
@@ -1,8 +1,8 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=foliate
-pkgver=2.3.0
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
 pkgdesc="A simple and modern GTK eBook reader"
 arch=("x86_64")
 url="https://johnfactotum.github.io/foliate/;
@@ -18,7 +18,7 @@
"tracker"
 )
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
 
 
 build() {


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

2020-07-04 Thread Jerome Leclanche via arch-commits
Date: Saturday, July 4, 2020 @ 15:50:55
  Author: jleclanche
Revision: 657718

archrelease: copy trunk to community-x86_64

Added:
  foliate/repos/community-x86_64/PKGBUILD
(from rev 657717, foliate/trunk/PKGBUILD)
Deleted:
  foliate/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:50:46 UTC (rev 657717)
+++ PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=foliate
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="A simple and modern GTK eBook reader"
-arch=("x86_64")
-url="https://johnfactotum.github.io/foliate/;
-license=("GPL3")
-depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
-makedepends=("meson" "ninja" "gettext")
-optdepends=(
-   "dictd: Offline dictionary support"
-   "espeak-ng: Text-to-speech support; also voice package needed"
-   "festival: Text-to-speech support; also voice package needed"
-   "gspell: Spell-checking support"
-   "hyphen: Auto-hyphenation support"
-   "tracker"
-)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
-sha256sums=('96f0eb3426300293242331a8a67fedf92b7cec46774512d19c691f42e06ce187')
-
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   meson build --prefix=/usr
-   ninja -C build
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   DESTDIR="$pkgdir" ninja -C build install
-   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
-}

Copied: foliate/repos/community-x86_64/PKGBUILD (from rev 657717, 
foliate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:50:55 UTC (rev 657718)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=foliate
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="A simple and modern GTK eBook reader"
+arch=("x86_64")
+url="https://johnfactotum.github.io/foliate/;
+license=("GPL3")
+depends=("gjs" "iso-codes" "libsoup" "webkit2gtk")
+makedepends=("meson" "ninja" "gettext")
+optdepends=(
+   "dictd: Offline dictionary support"
+   "espeak-ng: Text-to-speech support; also voice package needed"
+   "festival: Text-to-speech support; also voice package needed"
+   "gspell: Spell-checking support"
+   "hyphen: Auto-hyphenation support"
+   "tracker"
+)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/johnfactotum/foliate/archive/$pkgver.tar.gz;)
+sha256sums=("71ec508c30747afcc3c51c2147dbf2738ccc38cb2e38dd20de6c1189042f0e53")
+
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   meson build --prefix=/usr
+   ninja -C build
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   DESTDIR="$pkgdir" ninja -C build install
+   ln -sv com.github.johnfactotum.Foliate "$pkgdir/usr/bin/foliate"
+}


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:42:57
  Author: alucryd
Revision: 657716

archrelease: copy trunk to community-x86_64

Added:
  rgbds/repos/
  rgbds/repos/community-x86_64/
  rgbds/repos/community-x86_64/PKGBUILD
(from rev 657715, rgbds/trunk/PKGBUILD)

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

Copied: rgbds/repos/community-x86_64/PKGBUILD (from rev 657715, 
rgbds/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-04 15:42:57 UTC (rev 657716)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Vaporeon 
+
+pkgname=rgbds
+pkgver=0.4.0
+pkgrel=3
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(git)
+_tag=4e96cf98759de41c118cbeb4e5d7765737b95982
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd rgbds
+
+  git cherry-pick -n 65121e6d5d2b9cb15283a0d5c46addeb67d20a7b # GCC 10 fix
+}
+
+build() {
+  make \
+VERSION_STRING="${pkgver}" \
+CFLAGS="${CFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+-C rgbds
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr mandir=/usr/share/man -C rgbds install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:42:47
  Author: alucryd
Revision: 657715

add rgbds

Added:
  rgbds/
  rgbds/trunk/
  rgbds/trunk/PKGBUILD

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

Added: rgbds/trunk/PKGBUILD
===
--- rgbds/trunk/PKGBUILD(rev 0)
+++ rgbds/trunk/PKGBUILD2020-07-04 15:42:47 UTC (rev 657715)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Vaporeon 
+
+pkgname=rgbds
+pkgver=0.4.0
+pkgrel=3
+pkgdesc='Rednex GameBoy Development System'
+arch=(x86_64)
+url=https://github.com/rednex/rgbds/
+license=(MIT)
+depends=(
+  glibc
+  libpng
+)
+makedepends=(git)
+_tag=4e96cf98759de41c118cbeb4e5d7765737b95982
+source=(git+https://github.com/rednex/rgbds.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+  cd rgbds
+
+  git cherry-pick -n 65121e6d5d2b9cb15283a0d5c46addeb67d20a7b # GCC 10 fix
+}
+
+build() {
+  make \
+VERSION_STRING="${pkgver}" \
+CFLAGS="${CFLAGS}" \
+LDFLAGS="${LDFLAGS}" \
+-C rgbds
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX=/usr mandir=/usr/share/man -C rgbds install
+  install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Filipe Laíns via arch-commits
Date: Saturday, July 4, 2020 @ 15:25:49
  Author: ffy00
Revision: 657710

archrelease: copy trunk to community-any

Added:
  lutris/repos/community-any/PKGBUILD
(from rev 657709, lutris/trunk/PKGBUILD)
  lutris/repos/community-any/sort_new_with_model_fix.patch
(from rev 657709, lutris/trunk/sort_new_with_model_fix.patch)
Deleted:
  lutris/repos/community-any/PKGBUILD
  lutris/repos/community-any/sort_new_with_model_fix.patch

---+
 PKGBUILD  |   86 
 sort_new_with_model_fix.patch |   52 
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:25:34 UTC (rev 657709)
+++ PKGBUILD2020-07-04 15:25:49 UTC (rev 657710)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Maxime Gauduin 
-
-pkgname=lutris
-pkgver=0.5.6
-pkgrel=2
-pkgdesc='Open Gaming Platform'
-arch=('any')
-url='https://lutris.net'
-license=('GPL3')
-depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
- 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 
'mesa-demos' 'python-dbus' 'python-distro')
-makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
-optdepends=('wine: Windows support'
-'vulkan-icd-loader: Vulkan support'
-'lib32-vulkan-icd-loader: Vulkan support'
-'vkd3d: Vulkan 3D support'
-'lib32-vkd3d: Vulkan 3D support'
-'gvfs: GVFS backend')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('eae67a36372128fa0d512ad5569d79fd6eed4a62d4b05450f99b42b1f00c3715b9a56a4eb21fe83be75401cc9777fc6d1df76629f3916b2fd378a376cb8ca973')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-

Copied: lutris/repos/community-any/PKGBUILD (from rev 657709, 
lutris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:25:49 UTC (rev 657710)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Maxime Gauduin 
+
+pkgname=lutris
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='Open Gaming Platform'
+arch=('any')
+url='https://lutris.net'
+license=('GPL3')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 
'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+ 'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 
'mesa-demos' 'python-dbus' 'python-distro')
+makedepends=('python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+optdepends=('wine: Windows support'
+'vulkan-icd-loader: Vulkan support'
+'lib32-vulkan-icd-loader: Vulkan support'
+'vkd3d: Vulkan 3D support'
+'lib32-vkd3d: Vulkan 3D support'
+'gvfs: GVFS backend')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
+sha512sums=('c62a9ab425c8bfa96d3e258e82cc5f85ea3c089dc141606f1257b36f1b61ed46c7ce06edb1babbe52be41c56ae786bccb975d70482adc5359a007fa9f1682c62')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+

Deleted: sort_new_with_model_fix.patch
===
--- sort_new_with_model_fix.patch   2020-07-04 15:25:34 UTC (rev 657709)
+++ sort_new_with_model_fix.patch   2020-07-04 15:25:49 UTC (rev 657710)
@@ -1,26 +0,0 @@
-From 12a458db3c590c3f1972594e091a24cb4d65b610 Mon Sep 17 00:00:00 2001
-From: Mathieu Comandon 
-Date: Wed, 1 Jan 2020 12:47:55 -0800
-Subject: [PATCH] Support both sort_new_with_model and new_with_model
-

- lutris/gui/views/store.py | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/lutris/gui/views/store.py b/lutris/gui/views/store.py
-index 9e843e9e4..8fe5decf5 100644
 a/lutris/gui/views/store.py
-+++ b/lutris/gui/views/store.py
-@@ -140,7 +140,11 @@ def __init__(
- self.prevent_sort_update = False  # 

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

2020-07-04 Thread Filipe Laíns via arch-commits
Date: Saturday, July 4, 2020 @ 15:25:34
  Author: ffy00
Revision: 657709

upgpkg: lutris 0.5.7-1

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:20:59 UTC (rev 657708)
+++ PKGBUILD2020-07-04 15:25:34 UTC (rev 657709)
@@ -3,8 +3,8 @@
 # Contributor: Maxime Gauduin 
 
 pkgname=lutris
-pkgver=0.5.6
-pkgrel=2
+pkgver=0.5.7
+pkgrel=1
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
@@ -21,7 +21,7 @@
 'gvfs: GVFS backend')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lutris/lutris/archive/v$pkgver.tar.gz;)
-sha512sums=('eae67a36372128fa0d512ad5569d79fd6eed4a62d4b05450f99b42b1f00c3715b9a56a4eb21fe83be75401cc9777fc6d1df76629f3916b2fd378a376cb8ca973')
+sha512sums=('c62a9ab425c8bfa96d3e258e82cc5f85ea3c089dc141606f1257b36f1b61ed46c7ce06edb1babbe52be41c56ae786bccb975d70482adc5359a007fa9f1682c62')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in home-assistant/repos/community-any (10 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:20:59
  Author: alucryd
Revision: 657708

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
(from rev 657707, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
(from rev 657707, home-assistant/trunk/home-assistant-astral2.2.patch)
  home-assistant/repos/community-any/home-assistant.service
(from rev 657707, home-assistant/trunk/home-assistant.service)
  home-assistant/repos/community-any/home-assistant.sysusers
(from rev 657707, home-assistant/trunk/home-assistant.sysusers)
  home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 657707, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-astral2.2.patch
  home-assistant/repos/community-any/home-assistant.service
  home-assistant/repos/community-any/home-assistant.sysusers
  home-assistant/repos/community-any/home-assistant.tmpfiles

+
 PKGBUILD   |  184 ++--
 home-assistant-astral2.2.patch |  570 +++
 home-assistant.service |   28 -
 home-assistant.sysusers|2 
 home-assistant.tmpfiles|2 
 5 files changed, 393 insertions(+), 393 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:20:51 UTC (rev 657707)
+++ PKGBUILD2020-07-04 15:20:59 UTC (rev 657708)
@@ -1,92 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ethan Skinner 
-# Contributor: Grégoire Seux 
-# Contributor: Dean Galvin 
-# Contributor: NicoHood 
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.111.3
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-importlib-metadata
-  python-jinja
-  python-pyjwt
-  python-pip
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=dfc345a92136be05577f861aed473fbffe8d6a79
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-  home-assistant.sysusers
-  home-assistant.tmpfiles
-  home-assistant-astral2.2.patch
-)
-sha256sums=('SKIP'
-'2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5'
-'319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41'
-'f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660'
-'1b9d2498db8dba3837cfa4263f7171be0371becf6ed15cb757febedd8c4de451')
-
-pkgver() {
-  cd home-assistant
-
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-
-  patch -Np1 -i ../home-assistant-astral2.2.patch
-
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 
--skip-build
-
-  install -Dm 644 ../home-assistant.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-  install -Dm 644 ../home-assistant.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
-  install -Dm 644 ../home-assistant.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 657707, 
home-assistant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:20:59 UTC (rev 657708)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ethan Skinner 
+# Contributor: Grégoire Seux 
+# Contributor: Dean Galvin 
+# Contributor: NicoHood 
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=0.112.2
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-importlib-metadata
+  python-jinja
+  python-pyjwt
+  python-pip
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize

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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:20:51
  Author: alucryd
Revision: 657707

upgpkg: home-assistant 0.112.2-1

Modified:
  home-assistant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:19:16 UTC (rev 657706)
+++ PKGBUILD2020-07-04 15:20:51 UTC (rev 657707)
@@ -6,7 +6,7 @@
 
 pkgname=home-assistant
 pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.111.3
+pkgver=0.112.2
 pkgrel=1
 arch=(any)
 url=https://home-assistant.io/
@@ -44,7 +44,7 @@
   'openzwave: Z-Wave integration'
   'python-lxml: Meteo France integration'
 )
-_tag=dfc345a92136be05577f861aed473fbffe8d6a79
+_tag=b76d7edf749d2ffbc6f75dd6ced6d1fad42ff122
 source=(
   git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
   home-assistant.service


[arch-commits] Commit in ppsspp/repos/community-x86_64 (8 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:19:16
  Author: alucryd
Revision: 657706

archrelease: copy trunk to community-x86_64

Added:
  ppsspp/repos/community-x86_64/PKGBUILD
(from rev 657705, ppsspp/trunk/PKGBUILD)
  ppsspp/repos/community-x86_64/ppsspp-flags.patch
(from rev 657705, ppsspp/trunk/ppsspp-flags.patch)
  ppsspp/repos/community-x86_64/ppsspp-qt.desktop
(from rev 657705, ppsspp/trunk/ppsspp-qt.desktop)
  ppsspp/repos/community-x86_64/ppsspp-sdl.desktop
(from rev 657705, ppsspp/trunk/ppsspp-sdl.desktop)
Deleted:
  ppsspp/repos/community-x86_64/PKGBUILD
  ppsspp/repos/community-x86_64/ppsspp-flags.patch
  ppsspp/repos/community-x86_64/ppsspp-qt.desktop
  ppsspp/repos/community-x86_64/ppsspp-sdl.desktop

+
 PKGBUILD   |  278 +--
 ppsspp-flags.patch |   66 ++--
 ppsspp-qt.desktop  |   18 +--
 ppsspp-sdl.desktop |   18 +--
 4 files changed, 192 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:19:08 UTC (rev 657705)
+++ PKGBUILD2020-07-04 15:19:16 UTC (rev 657706)
@@ -1,137 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ben Reedy 
-# Contributor: Clement Guerin 
-# Contributor: Thiago Kenji Okada 
-
-pkgname=ppsspp
-pkgver=1.9.4
-pkgrel=5
-pkgdesc='A PSP emulator written in C++'
-arch=(x86_64)
-url=https://www.ppsspp.org/
-license=(GPL2)
-depends=(
-  gcc-libs
-  glew
-  glibc
-  hicolor-icon-theme
-  libgl
-  libzip
-  qt5-base
-  sdl2
-  snappy
-  zlib
-)
-makedepends=(
-  cmake
-  git
-  libglvnd
-  python
-  qt5-tools
-)
-provides=(
-  ppsspp-headless
-  ppsspp-qt
-)
-conflicts=(
-  ppsspp-headless
-  ppsspp-qt
-)
-replaces=(
-  ppsspp-headless
-  ppsspp-qt
-)
-source=(
-  
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
-  git+https://github.com/Kingcom/armips.git
-  git+https://github.com/discordapp/discord-rpc.git
-  git+https://github.com/hrydgard/ppsspp-ffmpeg.git
-  ppsspp-glslang::git+https://github.com/hrydgard/glslang.git
-  git+https://github.com/hrydgard/ppsspp-lang.git
-  git+https://github.com/Tencent/rapidjson.git
-  git+https://github.com/KhronosGroup/SPIRV-Cross.git
-  armips-tinyformat::git+https://github.com/Kingcom/tinyformat.git
-  ppsspp-sdl.desktop
-  ppsspp-qt.desktop
-  ppsspp-flags.patch
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'47977bbdc36cd9eebe74b204e69aa8c0eb39b1ec66d89e7b90b1c216e5778d8d'
-'7df9274e8f404a8009042a529729ca43332c264cff032f32b2ce1bf5adf04042'
-'6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278')
-
-pkgver() {
-  cd ppsspp
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd ppsspp
-
-  patch -Np1 -i ../ppsspp-flags.patch
-
-  for submodule in assets/lang ext/glslang ffmpeg; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../ppsspp-${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  for submodule in ext/{armips,discord-rpc,rapidjson,SPIRV-Cross}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  cd ext/armips
-
-  for submodule in ext/tinyformat; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../../../armips-${submodule#*/}
-git submodule update ${submodule}
-  done
-}
-
-build() {
-  cmake -S ppsspp -B build-sdl \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DHEADLESS=ON \
--DUSE_SYSTEM_LIBZIP=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSING_QT_UI=OFF
-  make -C build-sdl
-  cmake -S ppsspp -B build-qt \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_SKIP_RPATH=ON \
--DOpenGL_GL_PREFERENCE=GLVND \
--DHEADLESS=OFF \
--DUSE_SYSTEM_LIBZIP=ON \
--DUSE_SYSTEM_SNAPPY=ON \
--DUSING_QT_UI=ON
-  make -C build-qt
-}
-
-package() {
-  install -Dm 755 build-sdl/PPSSPPSDL -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build-sdl/PPSSPPHeadless -t "${pkgdir}"/usr/bin/
-  install -Dm 755 build-qt/PPSSPPQt -t "${pkgdir}"/usr/bin/
-  install -dm 755 "${pkgdir}"/usr/share/{icons,ppsspp}
-  cp -dr --no-preserve=ownership build-sdl/assets "${pkgdir}"/usr/share/ppsspp/
-  cp -dr --no-preserve=ownership ppsspp/icons/hicolor 
"${pkgdir}"/usr/share/icons/
-  install -Dm 644 ppsspp/icons/icon-512.svg 
"${pkgdir}"/usr/share/pixmaps/ppsspp.svg
-  install -Dm 644 ppsspp-sdl.desktop -t "${pkgdir}"/usr/share/applications/
-  install -Dm 644 ppsspp-qt.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ppsspp/repos/community-x86_64/PKGBUILD (from rev 657705, 
ppsspp/trunk/PKGBUILD)

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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:19:08
  Author: alucryd
Revision: 657705

upgpkg: ppsspp 1.10-1

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:06:44 UTC (rev 657704)
+++ PKGBUILD2020-07-04 15:19:08 UTC (rev 657705)
@@ -5,14 +5,13 @@
 # Contributor: Thiago Kenji Okada 
 
 pkgname=ppsspp
-pkgver=1.9.4
-pkgrel=5
+pkgver=1.10
+pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
 url=https://www.ppsspp.org/
 license=(GPL2)
 depends=(
-  gcc-libs
   glew
   glibc
   hicolor-icon-theme
@@ -19,11 +18,13 @@
   libgl
   libzip
   qt5-base
+  qt5-multimedia
   sdl2
   snappy
   zlib
 )
 makedepends=(
+  clang
   cmake
   git
   libglvnd
@@ -42,8 +43,9 @@
   ppsspp-headless
   ppsspp-qt
 )
+_tag=4abf5c14845f009146ae5961f9ddb6299a370713
 source=(
-  
git+https://github.com/hrydgard/ppsspp.git#tag=e3c9793cb3a68ec9f44371c7ebb45a0abed1ecca
+  git+https://github.com/hrydgard/ppsspp.git#tag=${_tag}
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   git+https://github.com/hrydgard/ppsspp-ffmpeg.git
@@ -102,6 +104,8 @@
 }
 
 build() {
+  export CC=clang
+  export CXX=clang++
   cmake -S ppsspp -B build-sdl \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_SKIP_RPATH=ON \


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:06:39
  Author: alucryd
Revision: 657703

upgpkg: python-voluptuous-serialize 2.4.0-1

Modified:
  python-voluptuous-serialize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 15:04:40 UTC (rev 657702)
+++ PKGBUILD2020-07-04 15:06:39 UTC (rev 657703)
@@ -1,8 +1,8 @@
 # Maintainer: Jameson Pugh 
 
 pkgname=python-voluptuous-serialize
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Convert voluptuous schemas to JSON'
 arch=(any)
 url=https://github.com/balloob/voluptuous-serialize
@@ -13,7 +13,8 @@
   python-setuptools
 )
 checkdepends=(python-pytest)
-source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=054be2486b9f12ac4bf29ae5b25ef784fa6da6a5)
+_tag=8c063358de3f2b6d0c51cd20bae2e483a213c43f
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {
@@ -22,12 +23,6 @@
   git describe --tags
 }
 
-prepare() {
-  cd voluptuous-serialize
-
-  git cherry-pick -n dc55dcc38a7ca0a49571a0133f423b0547cbbad6
-}
-
 build() {
   cd voluptuous-serialize
 


[arch-commits] Commit in python-voluptuous-serialize/repos/community-any (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:06:44
  Author: alucryd
Revision: 657704

archrelease: copy trunk to community-any

Added:
  python-voluptuous-serialize/repos/community-any/PKGBUILD
(from rev 657703, python-voluptuous-serialize/trunk/PKGBUILD)
Deleted:
  python-voluptuous-serialize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:06:39 UTC (rev 657703)
+++ PKGBUILD2020-07-04 15:06:44 UTC (rev 657704)
@@ -1,49 +0,0 @@
-# Maintainer: Jameson Pugh 
-
-pkgname=python-voluptuous-serialize
-pkgver=2.3.0
-pkgrel=4
-pkgdesc='Convert voluptuous schemas to JSON'
-arch=(any)
-url=https://github.com/balloob/voluptuous-serialize
-license=(APACHE)
-depends=(python-voluptuous)
-makedepends=(
-  git
-  python-setuptools
-)
-checkdepends=(python-pytest)
-source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=054be2486b9f12ac4bf29ae5b25ef784fa6da6a5)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd voluptuous-serialize
-
-  git describe --tags
-}
-
-prepare() {
-  cd voluptuous-serialize
-
-  git cherry-pick -n dc55dcc38a7ca0a49571a0133f423b0547cbbad6
-}
-
-build() {
-  cd voluptuous-serialize
-
-  python setup.py build
-}
-
-check() {
-  cd voluptuous-serialize
-
-  python setup.py test
-}
-
-package() {
-  cd voluptuous-serialize
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-voluptuous-serialize/repos/community-any/PKGBUILD (from rev 
657703, python-voluptuous-serialize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:06:44 UTC (rev 657704)
@@ -0,0 +1,44 @@
+# Maintainer: Jameson Pugh 
+
+pkgname=python-voluptuous-serialize
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Convert voluptuous schemas to JSON'
+arch=(any)
+url=https://github.com/balloob/voluptuous-serialize
+license=(APACHE)
+depends=(python-voluptuous)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-pytest)
+_tag=8c063358de3f2b6d0c51cd20bae2e483a213c43f
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd voluptuous-serialize
+
+  git describe --tags
+}
+
+build() {
+  cd voluptuous-serialize
+
+  python setup.py build
+}
+
+check() {
+  cd voluptuous-serialize
+
+  python setup.py test
+}
+
+package() {
+  cd voluptuous-serialize
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:04:40
  Author: alucryd
Revision: 657702

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:04:13 UTC (rev 657701)
+++ PKGBUILD2020-07-04 15:04:40 UTC (rev 657702)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calendar
-pkgver=5.0.5
-pkgrel=1
-pkgdesc='The Pantheon Calendar'
-arch=(x86_64)
-url=https://github.com/elementary/calendar
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  evolution-data-server
-  folks
-  gdk-pixbuf2
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libgee
-  libgranite.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=965f299dac994893bb820974e28e77414f24572f)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calendar
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calendar build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 657701, 
pantheon-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:04:40 UTC (rev 657702)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0.6
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=74d53fffaf378ef09c52adf555453145c9ac69c0
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:01:30
  Author: alucryd
Revision: 657700

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 15:01:21 UTC (rev 657699)
+++ PKGBUILD2020-07-04 15:01:30 UTC (rev 657700)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=pantheon-calendar
-pkgver=5.0.4
-pkgrel=1
-pkgdesc='The Pantheon Calendar'
-arch=(x86_64)
-url=https://github.com/elementary/calendar
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  evolution-data-server
-  folks
-  gdk-pixbuf2
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libgee
-  libgranite.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=4dd77df142bee8c4770d0e35d6e2817cead0d431)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calendar
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calendar build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 657699, 
pantheon-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 15:01:30 UTC (rev 657700)
@@ -0,0 +1,50 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=pantheon-calendar
+pkgver=5.0.6
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=74d53fffaf378ef09c52adf555453145c9ac69c0
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 15:01:21
  Author: alucryd
Revision: 657699

upgpkg: pantheon-calendar 5.0.6-1

Modified:
  pantheon-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:56:55 UTC (rev 657698)
+++ PKGBUILD2020-07-04 15:01:21 UTC (rev 657699)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=pantheon-calendar
-pkgver=5.0.5
+pkgver=5.0.6
 pkgrel=1
 pkgdesc='The Pantheon Calendar'
 arch=(x86_64)
@@ -28,7 +28,8 @@
   meson
   vala
 )
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=965f299dac994893bb820974e28e77414f24572f)
+_tag=74d53fffaf378ef09c52adf555453145c9ac69c0
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:56:55
  Author: alucryd
Revision: 657698

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:56:50 UTC (rev 657697)
+++ PKGBUILD2020-07-04 14:56:55 UTC (rev 657698)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=pantheon-videos
-pkgver=2.7.1
-pkgrel=1
-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'
-)
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=a4cdf460f8a342ff3df1e82cd330834c69aa54fa)
-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 657697, 
pantheon-videos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:56:55 UTC (rev 657698)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=pantheon-videos
+pkgver=2.7.2
+pkgrel=1
+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:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:56:50
  Author: alucryd
Revision: 657697

upgpkg: pantheon-videos 2.7.2-1

Modified:
  pantheon-videos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:50:03 UTC (rev 657696)
+++ PKGBUILD2020-07-04 14:56:50 UTC (rev 657697)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=pantheon-videos
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc='The Pantheon Video Player'
 arch=(x86_64)
@@ -34,7 +34,8 @@
   'gst-plugins-bad: "Bad" plugin libraries'
   'gst-plugins-ugly: "Ugly" plugin libraries'
 )
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=a4cdf460f8a342ff3df1e82cd330834c69aa54fa)
+_tag=0faf03232b236d4f823b2fcbb8a70149c69dd44e
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in wingpanel-indicator-datetime/repos/community-x86_64 (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:50:03
  Author: alucryd
Revision: 657696

archrelease: copy trunk to community-x86_64

Added:
  wingpanel-indicator-datetime/repos/community-x86_64/PKGBUILD
(from rev 657695, wingpanel-indicator-datetime/trunk/PKGBUILD)
Deleted:
  wingpanel-indicator-datetime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:49:58 UTC (rev 657695)
+++ PKGBUILD2020-07-04 14:50:03 UTC (rev 657696)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=wingpanel-indicator-datetime
-pkgver=2.2.4
-pkgrel=1
-pkgdesc='Date & Time indicator for Wingpanel'
-arch=(x86_64)
-url=https://github.com/elementary/wingpanel-indicator-datetime
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  evolution-data-server
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libical
-  libwingpanel-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-  wingpanel
-)
-source=(git+https://github.com/elementary/wingpanel-indicator-datetime.git#tag=f3aeb3ee081185d59533fbf8b9e297c15bbe38ba)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd wingpanel-indicator-datetime
-
-  git describe --tags
-}
-
-prepare() {
-  cd wingpanel-indicator-datetime
-
-  git cherry-pick -n 3ccd05d611e6dd5274a03f061ba1b5e13d6fe0cf
-}
-
-build() {
-  arch-meson wingpanel-indicator-datetime build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: wingpanel-indicator-datetime/repos/community-x86_64/PKGBUILD (from rev 
657695, wingpanel-indicator-datetime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:50:03 UTC (rev 657696)
@@ -0,0 +1,52 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=wingpanel-indicator-datetime
+pkgver=2.2.5
+pkgrel=1
+pkgdesc='Date & Time indicator for Wingpanel'
+arch=(x86_64)
+url=https://github.com/elementary/wingpanel-indicator-datetime
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  evolution-data-server
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libical
+  libwingpanel-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+  wingpanel
+)
+_tag=c64a8882492c9d8f25bb3e0520ad26b19fc4f849
+source=(git+https://github.com/elementary/wingpanel-indicator-datetime.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd wingpanel-indicator-datetime
+
+  git describe --tags
+}
+
+prepare() {
+  cd wingpanel-indicator-datetime
+
+  git cherry-pick -n 3ccd05d611e6dd5274a03f061ba1b5e13d6fe0cf
+}
+
+build() {
+  arch-meson wingpanel-indicator-datetime build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in wingpanel-indicator-datetime/trunk (PKGBUILD)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:49:58
  Author: alucryd
Revision: 657695

upgpkg: wingpanel-indicator-datetime 2.2.5-1

Modified:
  wingpanel-indicator-datetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:46:32 UTC (rev 657694)
+++ PKGBUILD2020-07-04 14:49:58 UTC (rev 657695)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=wingpanel-indicator-datetime
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 pkgdesc='Date & Time indicator for Wingpanel'
 arch=(x86_64)
@@ -24,7 +24,8 @@
   vala
   wingpanel
 )
-source=(git+https://github.com/elementary/wingpanel-indicator-datetime.git#tag=f3aeb3ee081185d59533fbf8b9e297c15bbe38ba)
+_tag=c64a8882492c9d8f25bb3e0520ad26b19fc4f849
+source=(git+https://github.com/elementary/wingpanel-indicator-datetime.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:46:27
  Author: alucryd
Revision: 657693

upgpkg: python-slugify 4.0.1-1

Modified:
  python-slugify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:38:32 UTC (rev 657692)
+++ PKGBUILD2020-07-04 14:46:27 UTC (rev 657693)
@@ -3,8 +3,8 @@
 # Contributor: Andrey Mikhaylenko 
 
 pkgname=python-slugify
-pkgver=4.0.0
-pkgrel=3
+pkgver=4.0.1
+pkgrel=1
 pkgdesc='A Python slugify application that handles unicode'
 arch=(any)
 url=https://github.com/un33k/python-slugify
@@ -15,7 +15,8 @@
   python-setuptools
 )
 optdepends=('python-unidecode: Unidecode support')
-source=(git+https://github.com/un33k/python-slugify.git#tag=76f327216bc52adc6115eb6d1483405958810c5c)
+_tag=c340834bb2afb24d78151c018496f4273fb7be37
+source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:46:32
  Author: alucryd
Revision: 657694

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:46:27 UTC (rev 657693)
+++ PKGBUILD2020-07-04 14:46:32 UTC (rev 657694)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Thomas Jost 
-# Contributor: Andrey Mikhaylenko 
-
-pkgname=python-slugify
-pkgver=4.0.0
-pkgrel=3
-pkgdesc='A Python slugify application that handles unicode'
-arch=(any)
-url=https://github.com/un33k/python-slugify
-license=(MIT)
-depends=(python-text-unidecode)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=('python-unidecode: Unidecode support')
-source=(git+https://github.com/un33k/python-slugify.git#tag=76f327216bc52adc6115eb6d1483405958810c5c)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd python-slugify
-
-  git describe --tags
-}
-
-build() {
-  cd python-slugify
-
-  python setup.py build
-}
-
-package() {
-  cd python-slugify
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-slugify/repos/community-any/PKGBUILD (from rev 657693, 
python-slugify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:46:32 UTC (rev 657694)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Jost 
+# Contributor: Andrey Mikhaylenko 
+
+pkgname=python-slugify
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='A Python slugify application that handles unicode'
+arch=(any)
+url=https://github.com/un33k/python-slugify
+license=(MIT)
+depends=(python-text-unidecode)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=('python-unidecode: Unidecode support')
+_tag=c340834bb2afb24d78151c018496f4273fb7be37
+source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-slugify
+
+  git describe --tags
+}
+
+build() {
+  cd python-slugify
+
+  python setup.py build
+}
+
+package() {
+  cd python-slugify
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-django-extensions/repos/community-any (2 files)

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:38:32
  Author: alucryd
Revision: 657692

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 657691, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:38:27 UTC (rev 657691)
+++ PKGBUILD2020-07-04 14:38:32 UTC (rev 657692)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=2.2.9
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=(any)
-url=https://github.com/django-extensions/django-extensions
-license=(MIT)
-depends=(
-  python-django
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=c2f200a9272c4a7bfc09fefa6d53b49fad8462a4)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-extensions
-
-  git describe --tags
-}
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 657691, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:38:32 UTC (rev 657692)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=3.0.1
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=(any)
+url=https://github.com/django-extensions/django-extensions
+license=(MIT)
+depends=(
+  python-django
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+_tag=70964497a11b4320f5e585364dfe452310e301e3
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-extensions
+
+  git describe --tags
+}
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:38:27
  Author: alucryd
Revision: 657691

upgpkg: python-django-extensions 3.0.1-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 14:24:16 UTC (rev 657690)
+++ PKGBUILD2020-07-04 14:38:27 UTC (rev 657691)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=2.2.9
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=(any)
@@ -25,7 +25,8 @@
   'ipython: shell_plus extension'
   'python-werkzeug: runserver_plus extension'
 )
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=c2f200a9272c4a7bfc09fefa6d53b49fad8462a4)
+_tag=70964497a11b4320f5e585364dfe452310e301e3
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:36:41
  Author: alucryd
Revision: 390830

archrelease: copy trunk to extra-any

Added:
  ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 390829, ffnvcodec-headers/trunk/PKGBUILD)
Deleted:
  ffnvcodec-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:36:36 UTC (rev 390829)
+++ PKGBUILD2020-07-04 14:36:41 UTC (rev 390830)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Bermond 
-
-pkgname=ffnvcodec-headers
-pkgver=9.1.23.1
-pkgrel=2
-pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
-arch=(any)
-url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
-license=(MIT)
-makedepends=(git)
-source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=4a0bbfd58724d6d19851cd8a6f7a9098dde9ab77)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd nv-codec-headers
-
-  git describe --tags | sed 's/^n//'
-}
-
-build() {
-  make PREFIX=/usr -C nv-codec-headers
-  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
-  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
-}
-
-package() {
-  make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 390829, 
ffnvcodec-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:36:41 UTC (rev 390830)
@@ -0,0 +1,33 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond 
+
+pkgname=ffnvcodec-headers
+pkgver=10.0.26.0
+pkgrel=1
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=(any)
+url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
+license=(MIT)
+makedepends=(git)
+_tag=5ee2ae591f74f53bd6028344f8690f1558a1f17a
+source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd nv-codec-headers
+
+  git describe --tags | sed 's/^n//'
+}
+
+build() {
+  make PREFIX=/usr -C nv-codec-headers
+  sed -n '4,25p' nv-codec-headers/include/ffnvcodec/nvEncodeAPI.h > LICENSE # 
Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  make PREFIX=/usr DESTDIR="${pkgdir}" -C nv-codec-headers install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:36:36
  Author: alucryd
Revision: 390829

upgpkg: ffnvcodec-headers 10.0.26.0-1

Modified:
  ffnvcodec-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:18 UTC (rev 390828)
+++ PKGBUILD2020-07-04 14:36:36 UTC (rev 390829)
@@ -2,14 +2,15 @@
 # Contributor: Daniel Bermond 
 
 pkgname=ffnvcodec-headers
-pkgver=9.1.23.1
-pkgrel=2
+pkgver=10.0.26.0
+pkgrel=1
 pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
 arch=(any)
 url=https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git
 license=(MIT)
 makedepends=(git)
-source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=4a0bbfd58724d6d19851cd8a6f7a9098dde9ab77)
+_tag=5ee2ae591f74f53bd6028344f8690f1558a1f17a
+source=(git+https://git.videolan.org/git/ffmpeg/nv-codec-headers.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:24:11
  Author: alucryd
Revision: 657689

upgpkg: granite 5.5.0-1

Modified:
  granite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:40 UTC (rev 657688)
+++ PKGBUILD2020-07-04 14:24:11 UTC (rev 657689)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 
 
 pkgname=granite
-pkgver=5.4.0
+pkgver=5.5.0
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=(x86_64)
@@ -24,7 +24,8 @@
   vala
 )
 provides=(libgranite.so)
-source=(git+https://github.com/elementary/granite.git#tag=9d80c1df6096a47c7181ce1e6abbdf358af520c4)
+_tag=f26920bcacee1aff82d152443e73c187fc89e4c2
+source=(git+https://github.com/elementary/granite.git#tag=${_tag})
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-07-04 Thread Maxime Gauduin via arch-commits
Date: Saturday, July 4, 2020 @ 14:24:16
  Author: alucryd
Revision: 657690

archrelease: copy trunk to community-x86_64

Added:
  granite/repos/community-x86_64/PKGBUILD
(from rev 657689, granite/trunk/PKGBUILD)
Deleted:
  granite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 14:24:11 UTC (rev 657689)
+++ PKGBUILD2020-07-04 14:24:16 UTC (rev 657690)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=granite
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='Library that extends Gtk+'
-arch=(x86_64)
-url=https://github.com/elementary/granite
-license=(LGPL3)
-groups=(pantheon)
-depends=(
-  cairo
-  gdk-pixbuf2
-  glib2
-  gtk3
-  libgee
-  pango
-)
-makedepends=(
-  git
-  gobject-introspection
-  meson
-  vala
-)
-provides=(libgranite.so)
-source=(git+https://github.com/elementary/granite.git#tag=9d80c1df6096a47c7181ce1e6abbdf358af520c4)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd granite
-
-  git describe --tags
-}
-
-build() {
-  arch-meson granite build \
--D b_pie=false
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: granite/repos/community-x86_64/PKGBUILD (from rev 657689, 
granite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 14:24:16 UTC (rev 657690)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=granite
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=(x86_64)
+url=https://github.com/elementary/granite
+license=(LGPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  pango
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+provides=(libgranite.so)
+_tag=f26920bcacee1aff82d152443e73c187fc89e4c2
+source=(git+https://github.com/elementary/granite.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd granite
+
+  git describe --tags
+}
+
+build() {
+  arch-meson granite build \
+-D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:40
  Author: foxboron
Revision: 657688

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:29 UTC (rev 657687)
+++ PKGBUILD2020-07-04 13:25:40 UTC (rev 657688)
@@ -1,32 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Morten Linderud 
-# Contibutor: Giovanni Scafora 
-# Contributor:  Pawel "kTT" Salata 
-
-pkgname=python-pycountry
-pkgver=19.8.18
-pkgrel=3
-pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
-arch=('any')
-url="https://pypi.org/project/pycountry/;
-license=('LGPL2.1')
-depends=(python python-lxml)
-makedepends=('python' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669')
-
-build(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py pytest
-}
-
-package() {
-  cd "${srcdir}/pycountry-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-pycountry/repos/community-any/PKGBUILD (from rev 657687, 
python-pycountry/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:25:40 UTC (rev 657688)
@@ -0,0 +1,32 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Morten Linderud 
+# Contibutor: Giovanni Scafora 
+# Contributor:  Pawel "kTT" Salata 
+
+pkgname=python-pycountry
+pkgver=20.7.3
+pkgrel=1
+pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
+arch=('any')
+url="https://pypi.org/project/pycountry/;
+license=('LGPL2.1')
+depends=(python python-lxml)
+makedepends=('python' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
+sha512sums=('df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58')
+
+build(){
+  cd "pycountry-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "pycountry-${pkgver}"
+  python setup.py pytest
+}
+
+package() {
+  cd "pycountry-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:10
  Author: heftig
Revision: 390826

3.36.4-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 13:23:01 UTC (rev 390825)
+++ PKGBUILD2020-07-04 13:25:10 UTC (rev 390826)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.36.2
+pkgver=3.36.4
 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)
 makedepends=(gobject-introspection git meson yelp-tools)
 groups=(gnome)
-_commit=6899226eb01b02c5a31aeeb851c49a335c4fd094  # tags/v3.36.2^0
+_commit=5a17713c5465303dc459cc593171630059fbd139  # tags/v3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:18
  Author: heftig
Revision: 390827

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:10 UTC (rev 390826)
+++ PKGBUILD2020-07-04 13:25:18 UTC (rev 390827)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-nibbles
-pkgver=3.36.0
-pkgrel=1
-pkgdesc="Guide a worm around a maze"
-url="https://wiki.gnome.org/Apps/Nibbles;
-arch=(x86_64)
-license=(GPL)
-depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
-makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
-groups=(gnome-extra)
-_commit=9111f48bececa820e5b5bc5cc7e4596d0fd7ddf0  # tags/3.36.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-nibbles/repos/extra-x86_64/PKGBUILD (from rev 390826, 
gnome-nibbles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:25:18 UTC (rev 390827)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-nibbles
+pkgver=3.36.1
+pkgrel=1
+pkgdesc="Guide a worm around a maze"
+url="https://wiki.gnome.org/Apps/Nibbles;
+arch=(x86_64)
+license=(GPL)
+depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
+makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
+groups=(gnome-extra)
+_commit=ab1b416c2231e0b32d878f1c35da97a04450111d  # tags/3.36.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:29
  Author: foxboron
Revision: 657687

upgpkg: python-pycountry 20.7.3-1

Modified:
  python-pycountry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 13:23:10 UTC (rev 657686)
+++ PKGBUILD2020-07-04 13:25:29 UTC (rev 657687)
@@ -4,8 +4,8 @@
 # Contributor:  Pawel "kTT" Salata 
 
 pkgname=python-pycountry
-pkgver=19.8.18
-pkgrel=3
+pkgver=20.7.3
+pkgrel=1
 pkgdesc="ISO country, subdivision, language, currency and script definitions 
and their translations"
 arch=('any')
 url="https://pypi.org/project/pycountry/;
@@ -14,19 +14,19 @@
 makedepends=('python' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=("https://pypi.io/packages/source/p/pycountry/pycountry-${pkgver}.tar.gz;)
-sha512sums=('39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669')
+sha512sums=('df88a34307a4275267a7f3af282b73ca5e762c49ad158bfcd39b97c5d852bf045bcfe72351fc6f232c55003a7c4b0a04801eb562ba65ed5d599bd45b2bd3bc58')
 
 build(){
-  cd "${srcdir}/pycountry-${pkgver}"
+  cd "pycountry-${pkgver}"
   python setup.py build
 }
 
 check(){
-  cd "${srcdir}/pycountry-${pkgver}"
+  cd "pycountry-${pkgver}"
   python setup.py pytest
 }
 
 package() {
-  cd "${srcdir}/pycountry-${pkgver}"
+  cd "pycountry-${pkgver}"
   python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
 }


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

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 13:25:18
  Author: heftig
Revision: 390828

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:25:18 UTC (rev 390827)
+++ PKGBUILD2020-07-04 13:25:18 UTC (rev 390828)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-maps
-pkgver=3.36.2
-pkgrel=1
-pkgdesc="A simple GNOME 3 maps application"
-url="https://wiki.gnome.org/Apps/Maps;
-arch=(x86_64)
-license=(GPL)
-depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph)
-makedepends=(gobject-introspection git meson yelp-tools)
-groups=(gnome)
-_commit=6899226eb01b02c5a31aeeb851c49a335c4fd094  # tags/v3.36.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-maps.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-maps/repos/extra-x86_64/PKGBUILD (from rev 390826, 
gnome-maps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:25:18 UTC (rev 390828)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue gjs libchamplain libgee folks gfbgraph)
+makedepends=(gobject-introspection git meson yelp-tools)
+groups=(gnome)
+_commit=5a17713c5465303dc459cc593171630059fbd139  # tags/v3.36.4^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 gnome-nibbles/trunk (PKGBUILD)

2020-07-04 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 13:23:01
  Author: heftig
Revision: 390825

3.36.1-1

Modified:
  gnome-nibbles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 12:14:44 UTC (rev 390824)
+++ PKGBUILD2020-07-04 13:23:01 UTC (rev 390825)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=gnome-nibbles
-pkgver=3.36.0
+pkgver=3.36.1
 pkgrel=1
 pkgdesc="Guide a worm around a maze"
 url="https://wiki.gnome.org/Apps/Nibbles;
@@ -11,7 +11,7 @@
 depends=(clutter-gtk gsound librsvg libgnome-games-support libgee)
 makedepends=(gobject-introspection yelp-tools appstream-glib vala git meson)
 groups=(gnome-extra)
-_commit=9111f48bececa820e5b5bc5cc7e4596d0fd7ddf0  # tags/3.36.0^0
+_commit=ab1b416c2231e0b32d878f1c35da97a04450111d  # tags/3.36.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-nibbles.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:23:02
  Author: foxboron
Revision: 657685

upgpkg: toolbox 0.0.92-1

Modified:
  toolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 13:20:47 UTC (rev 657684)
+++ PKGBUILD2020-07-04 13:23:02 UTC (rev 657685)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=toolbox
-pkgver=0.0.91
+pkgver=0.0.92
 pkgrel=1
 pkgdesc='Unprivileged development environment'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(APACHE)
 depends=(podman bash)
 makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=387872c6a35dab29f3a58d6b63b8b39ff163c5f9 # tags/0.0.91
+_commit=cb5c77eae5b4cf4ea2d2970aaf88efeb1ccfc338 # tags/0.0.92
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:23:10
  Author: foxboron
Revision: 657686

archrelease: copy trunk to community-x86_64

Added:
  toolbox/repos/community-x86_64/PKGBUILD
(from rev 657685, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:23:02 UTC (rev 657685)
+++ PKGBUILD2020-07-04 13:23:10 UTC (rev 657686)
@@ -1,34 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=toolbox
-pkgver=0.0.91
-pkgrel=1
-pkgdesc='Unprivileged development environment'
-arch=(x86_64)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash)
-makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=387872c6a35dab29f3a58d6b63b8b39ff163c5f9 # tags/0.0.91
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-x86_64/PKGBUILD (from rev 657685, 
toolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:23:10 UTC (rev 657686)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=toolbox
+pkgver=0.0.92
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(x86_64)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash)
+makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
+_commit=cb5c77eae5b4cf4ea2d2970aaf88efeb1ccfc338 # tags/0.0.92
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:20:47
  Author: foxboron
Revision: 657684

archrelease: copy trunk to community-x86_64

Added:
  k9s/repos/community-x86_64/PKGBUILD
(from rev 657683, k9s/trunk/PKGBUILD)
Deleted:
  k9s/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 13:20:37 UTC (rev 657683)
+++ PKGBUILD2020-07-04 13:20:47 UTC (rev 657684)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Maintainer: Morten Linderud 
-
-pkgname=k9s
-pkgver=0.20.5
-pkgrel=1
-pkgdesc='TUI for managing Kubernetes clusters and pods'
-arch=(x86_64)
-url='https://github.com/derailed/k9s'
-license=(APACHE)
-makedepends=(git go)
-_commit=8ca14bb5f7a4df02f77fdaf6ea5f33f25573b79a # 0.20.5
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make VERSION=v$pkgver build
-}
-
-check() {
-  make -C $pkgname test
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/derailed/k9s/releases
-# vim: ts=2 sw=2 et:

Copied: k9s/repos/community-x86_64/PKGBUILD (from rev 657683, 
k9s/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 13:20:47 UTC (rev 657684)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Maintainer: Morten Linderud 
+
+pkgname=k9s
+pkgver=0.21.2
+pkgrel=1
+pkgdesc='TUI for managing Kubernetes clusters and pods'
+arch=(x86_64)
+url='https://github.com/derailed/k9s'
+license=(APACHE)
+makedepends=(git go)
+_commit=977791627860a0febb3c217a5322702da109ecbb # 0.21.2
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make VERSION=v$pkgver build
+}
+
+check() {
+  make -C $pkgname test
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 "execs/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/derailed/k9s/releases
+# vim: ts=2 sw=2 et:


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

2020-07-04 Thread Morten Linderud via arch-commits
Date: Saturday, July 4, 2020 @ 13:20:37
  Author: foxboron
Revision: 657683

upgpkg: k9s 0.21.2-1

Modified:
  k9s/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-04 12:14:45 UTC (rev 657682)
+++ PKGBUILD2020-07-04 13:20:37 UTC (rev 657683)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=k9s
-pkgver=0.20.5
+pkgver=0.21.2
 pkgrel=1
 pkgdesc='TUI for managing Kubernetes clusters and pods'
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url='https://github.com/derailed/k9s'
 license=(APACHE)
 makedepends=(git go)
-_commit=8ca14bb5f7a4df02f77fdaf6ea5f33f25573b79a # 0.20.5
+_commit=977791627860a0febb3c217a5322702da109ecbb # 0.21.2
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 


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

2020-07-04 Thread Felix Yan via arch-commits
Date: Saturday, July 4, 2020 @ 12:14:44
  Author: felixonmars
Revision: 390824

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 12:14:34 UTC (rev 390823)
+++ PKGBUILD2020-07-04 12:14:44 UTC (rev 390824)
@@ -1,85 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=49.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/;
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
-makedepends=('git')
-checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
-  'python-pytest-virtualenv' 'python-wheel' 'python-paver' 
'python-pytest-cov')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('e52818b892f5f0548e110e1d457d816d7058dd747fc4623574e73b13fa415f97e5f5780b51f09a56ed9f844004303352edbba5939ffe7cdc86d2531d8ee15aa3')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-  
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 390823, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 12:14:44 UTC (rev 390824)
@@ -0,0 +1,85 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=49.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/;
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-mock' 'python-pip' 'python-pytest-fixture-config' 
'python-pytest-flake8'
+  'python-pytest-virtualenv' 'python-wheel' 'python-paver' 
'python-pytest-cov')
+provides=('python-distribute')
+replaces=('python-distribute')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)

  1   2   >