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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 00:34:36
  Author: heftig
Revision: 390819

3.36.7-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:49:33 UTC (rev 390818)
+++ PKGBUILD2020-07-04 00:34:36 UTC (rev 390819)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=evince
-pkgver=3.36.6
+pkgver=3.36.7
 pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince;
@@ -16,7 +16,7 @@
 'gvfs: bookmark support and session saving')
 provides=(libev{document,view}3.so)
 groups=(gnome)
-_commit=38f676c0061a3f25c69c6515c2c7c81636a9c0b8  # tags/3.36.6^0
+_commit=a2eaafd1685b7ec2457925eb93aa7c54034ce9fa  # tags/3.36.7^0
 source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Saturday, July 4, 2020 @ 00:34:47
  Author: heftig
Revision: 390820

archrelease: copy trunk to extra-x86_64

Added:
  evince/repos/extra-x86_64/PKGBUILD
(from rev 390819, evince/trunk/PKGBUILD)
Deleted:
  evince/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-04 00:34:36 UTC (rev 390819)
+++ PKGBUILD2020-07-04 00:34:47 UTC (rev 390820)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=evince
-pkgver=3.36.6
-pkgrel=1
-pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
-url="https://wiki.gnome.org/Apps/Evince;
-arch=(x86_64)
-license=(GPL)
-depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf 
libsecret libsynctex
- gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell)
-makedepends=(libnautilus-extension texlive-bin gobject-introspection 
docbook-xsl python gtk-doc git
- meson appstream-glib yelp-tools)
-optdepends=('texlive-bin: DVI support'
-'gvfs: bookmark support and session saving')
-provides=(libev{document,view}3.so)
-groups=(gnome)
-_commit=38f676c0061a3f25c69c6515c2c7c81636a9c0b8  # tags/3.36.6^0
-source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-  
-build() {
-  arch-meson $pkgname build -D ps=enabled
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: evince/repos/extra-x86_64/PKGBUILD (from rev 390819, 
evince/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-04 00:34:47 UTC (rev 390820)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evince
+pkgver=3.36.7
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf 
libsecret libsynctex
+ gsettings-desktop-schemas gnome-desktop libarchive 
gst-plugins-base-libs gspell)
+makedepends=(libnautilus-extension texlive-bin gobject-introspection 
docbook-xsl python gtk-doc git
+ meson appstream-glib yelp-tools)
+optdepends=('texlive-bin: DVI support'
+'gvfs: bookmark support and session saving')
+provides=(libev{document,view}3.so)
+groups=(gnome)
+_commit=a2eaafd1685b7ec2457925eb93aa7c54034ce9fa  # tags/3.36.7^0
+source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+  
+build() {
+  arch-meson $pkgname build -D ps=enabled
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


[arch-commits] Commit in dvdstyler (5 files)

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 22:16:58
  Author: bgyorgy
Revision: 657670

archrelease: copy trunk to community-x86_64

Added:
  dvdstyler/repos/
  dvdstyler/repos/community-x86_64/
  dvdstyler/repos/community-x86_64/PKGBUILD
(from rev 657669, dvdstyler/trunk/PKGBUILD)
  dvdstyler/repos/community-x86_64/config.patch
(from rev 657669, dvdstyler/trunk/config.patch)
  dvdstyler/repos/community-x86_64/dvdstyler.appdata.xml
(from rev 657669, dvdstyler/trunk/dvdstyler.appdata.xml)

---+
 PKGBUILD  |   40 ++
 config.patch  |   42 
 dvdstyler.appdata.xml |   55 
 3 files changed, 137 insertions(+)

Copied: dvdstyler/repos/community-x86_64/PKGBUILD (from rev 657669, 
dvdstyler/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-03 22:16:58 UTC (rev 657670)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Contributor: Leonidas Spyropoulos 
+# Contributor: Miguel Revilla 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+# Contributor: Mario J Steele 
+
+pkgname=dvdstyler
+pkgver=3.1.2
+pkgrel=2
+pkgdesc="DVD authoring application for the creation of professional-looking 
DVDs"
+arch=(x86_64)
+url="https://www.dvdstyler.de/;
+license=(GPL2)
+depends=(cdrtools dvdauthor dvd+rw-tools mjpegtools wxsvg)
+makedepends=(docbook-xsl xmlto zip)
+source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2;
+"config.patch"
+"$pkgname.appdata.xml")
+sha256sums=('04ff61c278167363904f7ee366bcf98ee15ce05368fa353f6d8ab1e8305d9a0e'
+'ebcadbea33d96c955bd3811d7bb269fcb4006b8525dfafcf291e5779debba913'
+'4ecba886e6eca2018f659543fa2242d5801cd12a3b7d293897787f2c6bc9d8f4')
+
+prepare() {
+  cd DVDStyler-$pkgver
+  patch -RNp1 -i ../config.patch
+  sed -i 's|/pixmaps|/icons/hicolor/48x48/apps|' data/Makefile.{am,in}
+}
+
+build() {
+  cd DVDStyler-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd DVDStyler-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Copied: dvdstyler/repos/community-x86_64/config.patch (from rev 657669, 
dvdstyler/trunk/config.patch)
===
--- repos/community-x86_64/config.patch (rev 0)
+++ repos/community-x86_64/config.patch 2020-07-03 22:16:58 UTC (rev 657670)
@@ -0,0 +1,42 @@
+From 30937f6e427153e85862afed41e69b470d52dc67 Mon Sep 17 00:00:00 2001
+From: ntalex 
+Date: Fri, 2 Aug 2019 22:49:37 +0200
+Subject: changed to use configation file .dvdstyler/dvdstyler under unix
+
+
+diff --git a/src/Config.cpp b/src/Config.cpp
+index a1ccbf5..6ea06fc 100644
+--- a/src/Config.cpp
 b/src/Config.cpp
+@@ -10,9 +10,8 @@
+ 
+ #include "Config.h"
+ #include 
+-#ifdef __WXMSW__
+ #include 
+-#endif
++#include 
+ 
+ Config s_config;
+ 
+@@ -27,8 +26,19 @@ void Config::Init() {
+   } else
+   wxConfig::Set(new wxFileConfig(wxT(""), wxT(""), 
fileName));
+   }
+-#endif
++#elif defined(__WXMAC__)
+   cfg = wxConfig::Get();
++#else
++  // check if .dvdstyler exist and move it
++  wxString dataDir = wxStandardPaths::Get().GetUserLocalDataDir();
++  if (wxFileExists(dataDir)) {
++  wxRenameFile(dataDir, dataDir + ".tmp");
++  wxMkdir(dataDir);
++  wxRenameFile(dataDir + ".tmp", dataDir + wxFILE_SEP_PATH + 
"dvdstyler");
++  }
++  cfg = new wxFileConfig("", "", dataDir + wxFILE_SEP_PATH + "dvdstyler");
++  wxConfig::Set(cfg);
++#endif
+ }
+ 
+ bool Config::IsMainWinMaximized() {

Copied: dvdstyler/repos/community-x86_64/dvdstyler.appdata.xml (from rev 
657669, dvdstyler/trunk/dvdstyler.appdata.xml)
===
--- repos/community-x86_64/dvdstyler.appdata.xml
(rev 0)
+++ repos/community-x86_64/dvdstyler.appdata.xml2020-07-03 22:16:58 UTC 
(rev 657670)
@@ -0,0 +1,55 @@
+
+
+  dvdstyler.desktop
+  CC0-1.0
+  GPL-2.0
+  Cross-platform DVD authoring application
+  
+
+DVDStyler is a cross-platform free DVD authoring application for 
the
+creation of professional-looking DVDs. It allows not only burning 
of
+video files on DVD that can be played practically on any 
standalone DVD
+player, but also creation of individually designed DVD menus. It is
+Open Source Software and is completely free.
+
+
+Features
+Tip: DVDStyler is PC software, not self-hosted web software, so a 
web hosting plan is not required.
+
+
+  

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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 22:13:41
  Author: bgyorgy
Revision: 657669

archrelease: copy trunk to community-x86_64

Added:
  wxsvg/repos/
  wxsvg/repos/community-x86_64/
  wxsvg/repos/community-x86_64/PKGBUILD
(from rev 657668, wxsvg/trunk/PKGBUILD)

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

Copied: wxsvg/repos/community-x86_64/PKGBUILD (from rev 657668, 
wxsvg/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-07-03 22:13:41 UTC (rev 657669)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+# Contributor: Leonidas Spyropoulos 
+# Contributor: Miguel Revilla 
+# Contributor: Joshua Stiefer 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+
+pkgname=wxsvg
+pkgver=1.5.22
+pkgrel=2
+pkgdesc="C++ library to create, manipulate and render SVG files"
+arch=(x86_64)
+url="http://wxsvg.sourceforge.net/;
+license=('custom:wxWindows')
+depends=(ffmpeg libexif wxgtk3)
+makedepends=(webkit2gtk)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('0de168cd9f0ccd309b8640c1b6e89f2a906983bc12efe75b0c5cd30f1eaff529')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/libwxsvg_la_LDFLAGS = /libwxsvg_la_LDFLAGS = $(LDFLAGS) /' 
src/Makefile.am
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 21:54:29
  Author: bgyorgy
Revision: 657668

Bump pkgrel

Modified:
  dvdstyler/trunk/PKGBUILD
  wxsvg/trunk/PKGBUILD

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

Modified: dvdstyler/trunk/PKGBUILD
===
--- dvdstyler/trunk/PKGBUILD2020-07-03 21:53:20 UTC (rev 657667)
+++ dvdstyler/trunk/PKGBUILD2020-07-03 21:54:29 UTC (rev 657668)
@@ -7,7 +7,7 @@
 
 pkgname=dvdstyler
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="DVD authoring application for the creation of professional-looking 
DVDs"
 arch=(x86_64)
 url="https://www.dvdstyler.de/;

Modified: wxsvg/trunk/PKGBUILD
===
--- wxsvg/trunk/PKGBUILD2020-07-03 21:53:20 UTC (rev 657667)
+++ wxsvg/trunk/PKGBUILD2020-07-03 21:54:29 UTC (rev 657668)
@@ -7,7 +7,7 @@
 
 pkgname=wxsvg
 pkgver=1.5.22
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ library to create, manipulate and render SVG files"
 arch=(x86_64)
 url="http://wxsvg.sourceforge.net/;


[arch-commits] Commit in (8 files)

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 21:53:20
  Author: bgyorgy
Revision: 657667

Move dvdstyler from AUR with 70 votes

Added:
  dvdstyler/
  dvdstyler/trunk/
  dvdstyler/trunk/PKGBUILD
  dvdstyler/trunk/config.patch
  dvdstyler/trunk/dvdstyler.appdata.xml
  wxsvg/
  wxsvg/trunk/
  wxsvg/trunk/PKGBUILD

---+
 dvdstyler/trunk/PKGBUILD  |   40 +++
 dvdstyler/trunk/config.patch  |   42 
 dvdstyler/trunk/dvdstyler.appdata.xml |   55 
 wxsvg/trunk/PKGBUILD  |   37 +
 4 files changed, 174 insertions(+)

Added: dvdstyler/trunk/PKGBUILD
===
--- dvdstyler/trunk/PKGBUILD(rev 0)
+++ dvdstyler/trunk/PKGBUILD2020-07-03 21:53:20 UTC (rev 657667)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Contributor: Leonidas Spyropoulos 
+# Contributor: Miguel Revilla 
+# Contributor: Alexander Fehr 
+# Contributor: Daniel J Griffiths 
+# Contributor: Mario J Steele 
+
+pkgname=dvdstyler
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="DVD authoring application for the creation of professional-looking 
DVDs"
+arch=(x86_64)
+url="https://www.dvdstyler.de/;
+license=(GPL2)
+depends=(cdrtools dvdauthor dvd+rw-tools mjpegtools wxsvg)
+makedepends=(docbook-xsl xmlto zip)
+source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2;
+"config.patch"
+"$pkgname.appdata.xml")
+sha256sums=('04ff61c278167363904f7ee366bcf98ee15ce05368fa353f6d8ab1e8305d9a0e'
+'ebcadbea33d96c955bd3811d7bb269fcb4006b8525dfafcf291e5779debba913'
+'4ecba886e6eca2018f659543fa2242d5801cd12a3b7d293897787f2c6bc9d8f4')
+
+prepare() {
+  cd DVDStyler-$pkgver
+  patch -RNp1 -i ../config.patch
+  sed -i 's|/pixmaps|/icons/hicolor/48x48/apps|' data/Makefile.{am,in}
+}
+
+build() {
+  cd DVDStyler-$pkgver
+  ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd DVDStyler-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../$pkgname.appdata.xml 
"$pkgdir/usr/share/metainfo/$pkgname.appdata.xml"
+}

Added: dvdstyler/trunk/config.patch
===
--- dvdstyler/trunk/config.patch(rev 0)
+++ dvdstyler/trunk/config.patch2020-07-03 21:53:20 UTC (rev 657667)
@@ -0,0 +1,42 @@
+From 30937f6e427153e85862afed41e69b470d52dc67 Mon Sep 17 00:00:00 2001
+From: ntalex 
+Date: Fri, 2 Aug 2019 22:49:37 +0200
+Subject: changed to use configation file .dvdstyler/dvdstyler under unix
+
+
+diff --git a/src/Config.cpp b/src/Config.cpp
+index a1ccbf5..6ea06fc 100644
+--- a/src/Config.cpp
 b/src/Config.cpp
+@@ -10,9 +10,8 @@
+ 
+ #include "Config.h"
+ #include 
+-#ifdef __WXMSW__
+ #include 
+-#endif
++#include 
+ 
+ Config s_config;
+ 
+@@ -27,8 +26,19 @@ void Config::Init() {
+   } else
+   wxConfig::Set(new wxFileConfig(wxT(""), wxT(""), 
fileName));
+   }
+-#endif
++#elif defined(__WXMAC__)
+   cfg = wxConfig::Get();
++#else
++  // check if .dvdstyler exist and move it
++  wxString dataDir = wxStandardPaths::Get().GetUserLocalDataDir();
++  if (wxFileExists(dataDir)) {
++  wxRenameFile(dataDir, dataDir + ".tmp");
++  wxMkdir(dataDir);
++  wxRenameFile(dataDir + ".tmp", dataDir + wxFILE_SEP_PATH + 
"dvdstyler");
++  }
++  cfg = new wxFileConfig("", "", dataDir + wxFILE_SEP_PATH + "dvdstyler");
++  wxConfig::Set(cfg);
++#endif
+ }
+ 
+ bool Config::IsMainWinMaximized() {

Added: dvdstyler/trunk/dvdstyler.appdata.xml
===
--- dvdstyler/trunk/dvdstyler.appdata.xml   (rev 0)
+++ dvdstyler/trunk/dvdstyler.appdata.xml   2020-07-03 21:53:20 UTC (rev 
657667)
@@ -0,0 +1,55 @@
+
+
+  dvdstyler.desktop
+  CC0-1.0
+  GPL-2.0
+  Cross-platform DVD authoring application
+  
+
+DVDStyler is a cross-platform free DVD authoring application for 
the
+creation of professional-looking DVDs. It allows not only burning 
of
+video files on DVD that can be played practically on any 
standalone DVD
+player, but also creation of individually designed DVD menus. It is
+Open Source Software and is completely free.
+
+
+Features
+Tip: DVDStyler is PC software, not self-hosted web software, so a 
web hosting plan is not required.
+
+
+  Create and burn DVD video with interactive menus
+  Design your own DVD menu or select one from the list of ready to use 
menu templates
+  Create photo slideshow
+  Add multiple subtitle and audio tracks
+  Support of AVI, MOV, MP4, MPEG, OGG, WMV and other file formats
+  Support of MPEG-2, MPEG-4, DivX, Xvid, MP2, MP3, 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:49:12
  Author: felixonmars
Revision: 390817

upgpkg: python-setuptools 1:48.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:27 UTC (rev 390816)
+++ PKGBUILD2020-07-03 20:49:12 UTC (rev 390817)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=47.3.2
+pkgver=48.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -17,7 +17,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz;)
-sha512sums=('55331a7b69ae272cf19e65943c7275e33120dadd9643065af50ff1b4f2f73a4a134c81222138c6d78e26355ffce89a6693e719ce27081b81dd0163d0663fcc40')
+sha512sums=('6d48d6072002f9b68febbda3366299f2e982c87eac7c81c9ee2cf3f8d88e5ff1fafb75a6d9362120889cd9714dca1684b7f28c99888a6770216da53898c9ee55')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:49:33
  Author: felixonmars
Revision: 390818

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:49:12 UTC (rev 390817)
+++ PKGBUILD2020-07-03 20:49:33 UTC (rev 390818)
@@ -1,85 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=47.3.2
-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=('55331a7b69ae272cf19e65943c7275e33120dadd9643065af50ff1b4f2f73a4a134c81222138c6d78e26355ffce89a6693e719ce27081b81dd0163d0663fcc40')
-
-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 390817, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:49:33 UTC (rev 390818)
@@ -0,0 +1,85 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=48.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;)

[arch-commits] Commit in perl-text-template/trunk (PKGBUILD)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:50
  Author: felixonmars
Revision: 657665

upgpkg: perl-text-template 1.59-1

Modified:
  perl-text-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:41 UTC (rev 657664)
+++ PKGBUILD2020-07-03 20:29:50 UTC (rev 657665)
@@ -1,8 +1,8 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=perl-text-template
-pkgver=1.58
-pkgrel=2
+pkgver=1.59
+pkgrel=1
 pkgdesc='Expand template text with embedded perl'
 arch=('any')
 url='https://search.cpan.org/dist/Text-Template'
@@ -11,7 +11,7 @@
 checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('23bf03529c7607806c16573b5c0d08ba0b87cf7eb859538d1944bc13952741a88c15588e8de173053a51640c5bdad99c5cc246a67cc05be7eff32853887fbb11')
+sha512sums=('18c56dfe10aa3e7af7ea4821c1d8002d89eb7fdf46917877e7e132cfee59783a91953255f79a355f435eff16304ae206e59557328ef51593745ae6c50e3acab7')
 
 build() {
   cd Text-Template-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:41
  Author: felixonmars
Revision: 657664

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 657663, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:24 UTC (rev 657663)
+++ PKGBUILD2020-07-03 20:29:41 UTC (rev 657664)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202007030901
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('6c8f4eb24fd87fe341b2d46c4254f65f52ab661a497330a3c9f16ab7fb8d92542ec5b46dc173730c4b6ae2bd7f655cdda6f68746d40d6ea85fbb3049fbe93ec9')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
657663, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:29:41 UTC (rev 657664)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202007031422
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('44d2c0905dcb6eab73e51cc27c301acfa445b68c626932fadeb59070475d909341540ba0b57b64011fd78e438f443dba21c38478c1b45780142aded7716de806')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:27
  Author: felixonmars
Revision: 390816

archrelease: copy trunk to extra-x86_64

Added:
  libuv/repos/extra-x86_64/PKGBUILD
(from rev 390815, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:07 UTC (rev 390815)
+++ PKGBUILD2020-07-03 20:29:27 UTC (rev 390816)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.38.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('da9af33ec17f46f2390661f84e942115c442e665cb63ba5637eb12d2cb0b034889e0d816f261abe7fff3b4d0b44ab8bb63c81f3ec1917325cf0ca93e01921641')
-
-build() {
-   cd $pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd $pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd $pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}

Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 390815, 
libuv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:29:27 UTC (rev 390816)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.38.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc' 'libnsl')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('96a52399828b13623bebaa017f401322a5552f596443301d1159ec310112132abe47da0cd39ad3eeae3e8b14d575f2b6bf3d900c2032aac49c0b0260b30f3952')
+
+build() {
+   cd $pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:14
  Author: felixonmars
Revision: 657662

archrelease: copy trunk to community-any

Added:
  python-zope-component/repos/community-any/PKGBUILD
(from rev 657661, python-zope-component/trunk/PKGBUILD)
Deleted:
  python-zope-component/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:28:54 UTC (rev 657661)
+++ PKGBUILD2020-07-03 20:29:14 UTC (rev 657662)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Simon Hanna 
-
-pkgname=python-zope-component
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="Represents the core of the Zope Component Architecture"
-arch=('any')
-url="https://github.com/zopefoundation/zope.component;
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
- 'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
-checkdepends=('python-zope-testrunner' 'python-persistent' 
'python-zope-location'
-  'python-zope-proxy' 'python-zope-security' 
'python-zope-configuration' 'python-zope-i18nmessageid')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
-sha512sums=('3aa77b11e49a0a08a6b38fce5c26761bfa3b417f12fb27583efa22bc8c1e055993ada50c28271c0deace93fe6f8078f0596158884de6576e8b8ec947524b583b')
-
-build() {
-  cd "$srcdir"/zope.component-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.component-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-}
-
-package() {
-  cd zope.component-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-component/repos/community-any/PKGBUILD (from rev 657661, 
python-zope-component/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:29:14 UTC (rev 657662)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgname=python-zope-component
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component;
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
+ 'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
+checkdepends=('python-zope-testrunner' 'python-persistent' 
'python-zope-location'
+  'python-zope-proxy' 'python-zope-security' 
'python-zope-configuration' 'python-zope-i18nmessageid')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
+sha512sums=('ce018928c5fe86b8e32c6ebd7e925ce302b7ed09655f2811277fe9d45b057e6a1a88508678d56bdf8ed44e5b5cffd0d287855f35fa8380b5763c42efd8e7400d')
+
+build() {
+  cd "$srcdir"/zope.component-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.component-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
+}
+
+package() {
+  cd zope.component-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-text-template/repos/community-any (PKGBUILD PKGBUILD)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:30:08
  Author: felixonmars
Revision: 657666

archrelease: copy trunk to community-any

Added:
  perl-text-template/repos/community-any/PKGBUILD
(from rev 657665, perl-text-template/trunk/PKGBUILD)
Deleted:
  perl-text-template/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:50 UTC (rev 657665)
+++ PKGBUILD2020-07-03 20:30:08 UTC (rev 657666)
@@ -1,32 +0,0 @@
-# Contributor: Sébastien Luttringer 
-
-pkgname=perl-text-template
-pkgver=1.58
-pkgrel=2
-pkgdesc='Expand template text with embedded perl'
-arch=('any')
-url='https://search.cpan.org/dist/Text-Template'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
-sha512sums=('23bf03529c7607806c16573b5c0d08ba0b87cf7eb859538d1944bc13952741a88c15588e8de173053a51640c5bdad99c5cc246a67cc05be7eff32853887fbb11')
-
-build() {
-  cd Text-Template-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Template-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Template-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-text-template/repos/community-any/PKGBUILD (from rev 657665, 
perl-text-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:30:08 UTC (rev 657666)
@@ -0,0 +1,32 @@
+# Contributor: Sébastien Luttringer 
+
+pkgname=perl-text-template
+pkgver=1.59
+pkgrel=1
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='https://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-warnings' 'perl-test-more-utf8')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz;)
+sha512sums=('18c56dfe10aa3e7af7ea4821c1d8002d89eb7fdf46917877e7e132cfee59783a91953255f79a355f435eff16304ae206e59557328ef51593745ae6c50e3acab7')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:07
  Author: felixonmars
Revision: 390815

upgpkg: libuv 1.38.1-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:49:04 UTC (rev 390814)
+++ PKGBUILD2020-07-03 20:29:07 UTC (rev 390815)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.38.0
+pkgver=1.38.1
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc' 'libnsl')
 makedepends=('python-sphinx')
 
source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('da9af33ec17f46f2390661f84e942115c442e665cb63ba5637eb12d2cb0b034889e0d816f261abe7fff3b4d0b44ab8bb63c81f3ec1917325cf0ca93e01921641')
+sha512sums=('96a52399828b13623bebaa017f401322a5552f596443301d1159ec310112132abe47da0cd39ad3eeae3e8b14d575f2b6bf3d900c2032aac49c0b0260b30f3952')
 
 build() {
cd $pkgname-$pkgver


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:29:24
  Author: felixonmars
Revision: 657663

upgpkg: v2ray-domain-list-community 202007031422-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:29:14 UTC (rev 657662)
+++ PKGBUILD2020-07-03 20:29:24 UTC (rev 657663)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202007030901
+pkgver=202007031422
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('6c8f4eb24fd87fe341b2d46c4254f65f52ab661a497330a3c9f16ab7fb8d92542ec5b46dc173730c4b6ae2bd7f655cdda6f68746d40d6ea85fbb3049fbe93ec9')
+sha512sums=('44d2c0905dcb6eab73e51cc27c301acfa445b68c626932fadeb59070475d909341540ba0b57b64011fd78e438f443dba21c38478c1b45780142aded7716de806')
 
 prepare() {
   mkdir .gopath


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:28:54
  Author: felixonmars
Revision: 657661

upgpkg: python-zope-component 4.6.2-1

Modified:
  python-zope-component/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:28:42 UTC (rev 657660)
+++ PKGBUILD2020-07-03 20:28:54 UTC (rev 657661)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna 
 
 pkgname=python-zope-component
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-zope-testrunner' 'python-persistent' 
'python-zope-location'
   'python-zope-proxy' 'python-zope-security' 
'python-zope-configuration' 'python-zope-i18nmessageid')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz;)
-sha512sums=('3aa77b11e49a0a08a6b38fce5c26761bfa3b417f12fb27583efa22bc8c1e055993ada50c28271c0deace93fe6f8078f0596158884de6576e8b8ec947524b583b')
+sha512sums=('ce018928c5fe86b8e32c6ebd7e925ce302b7ed09655f2811277fe9d45b057e6a1a88508678d56bdf8ed44e5b5cffd0d287855f35fa8380b5763c42efd8e7400d')
 
 build() {
   cd "$srcdir"/zope.component-$pkgver


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:28:42
  Author: felixonmars
Revision: 657660

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 20:28:22 UTC (rev 657659)
+++ PKGBUILD2020-07-03 20:28:42 UTC (rev 657660)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=7.3.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('7100bfc63f5b85651cca2fd1b8c6d1b42dc8d1e5bc307d2385110b4afa4a62459ea770ba619d8e92f72f25551e3ba81cba70019b3a6d6d706e0e85ec8c799f4c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 657659, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 20:28:42 UTC (rev 657660)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=7.4.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('814fa5c6194f1eee391f726410681885686447dc0b1c71170bd15b5859d394491b2b264a5a05912e07fad44f335a606e23a839c4a06987d96d83736d64c545f2')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:28:22
  Author: felixonmars
Revision: 657659

upgpkg: eslint 7.4.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:52:13 UTC (rev 657658)
+++ PKGBUILD2020-07-03 20:28:22 UTC (rev 657659)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=7.3.1
+pkgver=7.4.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz;)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('7100bfc63f5b85651cca2fd1b8c6d1b42dc8d1e5bc307d2385110b4afa4a62459ea770ba619d8e92f72f25551e3ba81cba70019b3a6d6d706e0e85ec8c799f4c')
+sha512sums=('814fa5c6194f1eee391f726410681885686447dc0b1c71170bd15b5859d394491b2b264a5a05912e07fad44f335a606e23a839c4a06987d96d83736d64c545f2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-07-03 Thread Maxime Gauduin via arch-commits
Date: Friday, July 3, 2020 @ 17:52:13
  Author: alucryd
Revision: 657658

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 657657, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-sysconfigdir.patch
(from rev 657657, firewalld/trunk/firewalld-sysconfigdir.patch)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-sysconfigdir.patch

--+
 PKGBUILD |  171 -
 firewalld-sysconfigdir.patch |   88 ++---
 2 files changed, 130 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:52:07 UTC (rev 657657)
+++ PKGBUILD2020-07-03 17:52:13 UTC (rev 657658)
@@ -1,85 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.8.2
-pkgrel=2
-pkgdesc='Firewall daemon with D-Bus interface'
-arch=(any)
-url=https://firewalld.org/
-license=(GPL2)
-depends=(
-  dconf
-  glib2
-  hicolor-icon-theme
-  nftables
-  python-decorator
-  python-gobject
-  python-slip
-)
-makedepends=(
-  docbook-xsl
-  ebtables
-  git
-  intltool
-  ipset
-  iptables
-)
-optdepends=(
-  'bash-completion: bash completion'
-  'ebtables: old backend'
-  'gtk3: firewall-config'
-  'ipset: old backend'
-  'iptables: old backend'
-  'libnotify: firewall-applet'
-  'nm-connection-editor: firewalld-applet'
-  'python-pyqt5: firewall-applet'
-)
-backup=(
-  etc/conf.d/firewalld
-  etc/firewalld/firewalld.conf
-)
-source=(
-  
git+https://github.com/firewalld/firewalld.git#tag=aedc749a0d8f8a39f3a0571f94dac5cb6ea1c0e5
-  firewalld-sysconfigdir.patch
-)
-sha256sums=(
-  SKIP
-  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
-)
-
-pkgver() {
-  cd firewalld
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd firewalld
-
-  patch -Np1 -i ../firewalld-sysconfigdir.patch
-
-  NOCONFIGURE=true ./autogen.sh
-}
-
-build() {
-  cd firewalld
-
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-schemas-compile \
---disable-sysconfig
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C firewalld install
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 657657, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:52:13 UTC (rev 657658)
@@ -0,0 +1,86 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Firewall daemon with D-Bus interface'
+arch=(any)
+url=https://firewalld.org/
+license=(GPL2)
+depends=(
+  dconf
+  glib2
+  hicolor-icon-theme
+  nftables
+  python-decorator
+  python-gobject
+  python-slip
+)
+makedepends=(
+  docbook-xsl
+  ebtables
+  git
+  intltool
+  ipset
+  iptables
+)
+optdepends=(
+  'bash-completion: bash completion'
+  'ebtables: old backend'
+  'gtk3: firewall-config'
+  'ipset: old backend'
+  'iptables: old backend'
+  'libnotify: firewall-applet'
+  'nm-connection-editor: firewalld-applet'
+  'python-pyqt5: firewall-applet'
+)
+backup=(
+  etc/conf.d/firewalld
+  etc/firewalld/firewalld.conf
+)
+_tag=f6a5e81f2b8630b4a573ad8c179a83474e96c653
+source=(
+  git+https://github.com/firewalld/firewalld.git#tag=${_tag}
+  firewalld-sysconfigdir.patch
+)
+sha256sums=(
+  SKIP
+  cf7d655230c43acf10a0f97dffdbcba136729967c8b9a25a930871d54a589834
+)
+
+pkgver() {
+  cd firewalld
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd firewalld
+
+  patch -Np1 -i ../firewalld-sysconfigdir.patch
+
+  NOCONFIGURE=true ./autogen.sh
+}
+
+build() {
+  cd firewalld
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--disable-schemas-compile \
+--disable-sysconfig
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C firewalld install
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-sysconfigdir.patch
===
--- firewalld-sysconfigdir.patch2020-07-03 17:52:07 UTC (rev 657657)
+++ firewalld-sysconfigdir.patch2020-07-03 17:52:13 UTC (rev 657658)
@@ -1,44 +0,0 @@
-diff -rupN firewalld.orig/config/firewalld.service.in 
firewalld/config/firewalld.service.in
 firewalld.orig/config/firewalld.service.in 2018-07-31 22:22:40.786777349 
+0200
-+++ firewalld/config/firewalld.service.in  2018-07-31 22:26:40.550121870 
+0200
-@@ -8,7 +8,7 @@ 

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

2020-07-03 Thread Maxime Gauduin via arch-commits
Date: Friday, July 3, 2020 @ 17:52:07
  Author: alucryd
Revision: 657657

upgpkg: firewalld 0.8.3-1

Modified:
  firewalld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:45:35 UTC (rev 657656)
+++ PKGBUILD2020-07-03 17:52:07 UTC (rev 657657)
@@ -3,8 +3,8 @@
 # Contributor: speed145a 
 
 pkgname=firewalld
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc='Firewall daemon with D-Bus interface'
 arch=(any)
 url=https://firewalld.org/
@@ -40,8 +40,9 @@
   etc/conf.d/firewalld
   etc/firewalld/firewalld.conf
 )
+_tag=f6a5e81f2b8630b4a573ad8c179a83474e96c653
 source=(
-  
git+https://github.com/firewalld/firewalld.git#tag=aedc749a0d8f8a39f3a0571f94dac5cb6ea1c0e5
+  git+https://github.com/firewalld/firewalld.git#tag=${_tag}
   firewalld-sysconfigdir.patch
 )
 sha256sums=(


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

2020-07-03 Thread Antonio Rojas via arch-commits
Date: Friday, July 3, 2020 @ 17:49:04
  Author: arojas
Revision: 390814

archrelease: copy trunk to extra-x86_64

Added:
  suitesparse/repos/extra-x86_64/PKGBUILD
(from rev 390813, suitesparse/trunk/PKGBUILD)
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch
(from rev 390813, suitesparse/trunk/suitesparse-no-demo.patch)
Deleted:
  suitesparse/repos/extra-x86_64/PKGBUILD
  suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch

---+
 PKGBUILD  |   85 +---
 suitesparse-no-demo.patch |   22 +--
 2 files changed, 53 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:48:52 UTC (rev 390813)
+++ PKGBUILD2020-07-03 17:49:04 UTC (rev 390814)
@@ -1,43 +0,0 @@
-# Maintainer: Ronald van Haren 
-
-pkgname=suitesparse
-pkgver=5.8.0
-pkgrel=1
-pkgdesc="A collection of sparse matrix libraries"
-url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
-arch=('x86_64')
-conflicts=('umfpack')
-provides=('umfpack')
-replaces=('umfpack')
-depends=('metis' 'lapack' 'tbb')
-makedepends=('gcc-fortran' 'cmake' 'chrpath')
-license=('GPL')
-options=('staticlibs')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
-suitesparse-no-demo.patch)
-sha256sums=('5ce343444c589d5c46d1ef2b4dde625fdb287e1838f24bc5a5f7054149145fc3'
-'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030')
-
-prepare() {
-  cd SuiteSparse-$pkgver
-  patch -p1 -i ../suitesparse-no-demo.patch
-}
-
-build() {
-  cd SuiteSparse-$pkgver
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
-}
-
-
-package() {
-  cd SuiteSparse-$pkgver
-  install -dm755 "${pkgdir}"/usr/{include,lib}
-
-  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
-  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
-
-  # fix RPATH
-  chrpath -d "$pkgdir"/usr/lib/*
-}
-

Copied: suitesparse/repos/extra-x86_64/PKGBUILD (from rev 390813, 
suitesparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:49:04 UTC (rev 390814)
@@ -0,0 +1,42 @@
+# Maintainer: Ronald van Haren 
+
+pkgname=suitesparse
+pkgver=5.8.0
+pkgrel=2
+pkgdesc="A collection of sparse matrix libraries"
+url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
+arch=('x86_64')
+conflicts=('umfpack')
+provides=('umfpack')
+replaces=('umfpack')
+depends=('metis' 'lapack' 'tbb' 'mpfr')
+makedepends=('gcc-fortran' 'cmake' 'chrpath')
+license=('GPL')
+options=('staticlibs')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
+suitesparse-no-demo.patch)
+sha256sums=('94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d'
+'409b32e546ec4936d0d88e39c59ee68dfd9f630d8c454ce1e3d58243df7ad396')
+
+prepare() {
+  cd SuiteSparse-$pkgver
+  patch -p1 -i ../suitesparse-no-demo.patch # Don't run demo
+}
+
+build() {
+  cd SuiteSparse-$pkgver
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so make
+}
+
+
+package() {
+  cd SuiteSparse-$pkgver
+  install -dm755 "${pkgdir}"/usr/{include,lib}
+
+  BLAS=-lblas LAPACK=-llapack TBB=-ltbb SPQR_CONFIG=-DHAVE_TBB 
MY_METIS_LIB=/usr/lib/libmetis.so \
+  make INSTALL_LIB="${pkgdir}"/usr/lib INSTALL_INCLUDE="${pkgdir}"/usr/include 
install
+
+  # fix RPATH
+  chrpath -d "$pkgdir"/usr/lib/*
+}

Deleted: suitesparse-no-demo.patch
===
--- suitesparse-no-demo.patch   2020-07-03 17:48:52 UTC (rev 390813)
+++ suitesparse-no-demo.patch   2020-07-03 17:49:04 UTC (rev 390814)
@@ -1,11 +0,0 @@
 SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
-+++ SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
-@@ -12,7 +12,7 @@
- # Compile the default rules for each package
- go: metis
-   ( cd SuiteSparse_config && $(MAKE) )
--  ( cd Mongoose  && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-+  ( cd Mongoose  && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-   ( cd AMD && $(MAKE) )
-   ( cd BTF && $(MAKE) )
-   ( cd CAMD && $(MAKE) )

Copied: suitesparse/repos/extra-x86_64/suitesparse-no-demo.patch (from rev 
390813, suitesparse/trunk/suitesparse-no-demo.patch)
===
--- suitesparse-no-demo.patch   (rev 0)
+++ suitesparse-no-demo.patch   2020-07-03 17:49:04 UTC (rev 390814)
@@ -0,0 +1,11 @@
+--- SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
 SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
+@@ -16,7 

[arch-commits] Commit in suitesparse/trunk (PKGBUILD suitesparse-no-demo.patch)

2020-07-03 Thread Antonio Rojas via arch-commits
Date: Friday, July 3, 2020 @ 17:48:52
  Author: arojas
Revision: 390813

New tag

Modified:
  suitesparse/trunk/PKGBUILD
  suitesparse/trunk/suitesparse-no-demo.patch

---+
 PKGBUILD  |   11 +--
 suitesparse-no-demo.patch |8 
 2 files changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:26:13 UTC (rev 390812)
+++ PKGBUILD2020-07-03 17:48:52 UTC (rev 390813)
@@ -2,7 +2,7 @@
 
 pkgname=suitesparse
 pkgver=5.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of sparse matrix libraries"
 url="http://faculty.cse.tamu.edu/davis/suitesparse.html;
 arch=('x86_64')
@@ -9,18 +9,18 @@
 conflicts=('umfpack')
 provides=('umfpack')
 replaces=('umfpack')
-depends=('metis' 'lapack' 'tbb')
+depends=('metis' 'lapack' 'tbb' 'mpfr')
 makedepends=('gcc-fortran' 'cmake' 'chrpath')
 license=('GPL')
 options=('staticlibs')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz;
 suitesparse-no-demo.patch)
-sha256sums=('5ce343444c589d5c46d1ef2b4dde625fdb287e1838f24bc5a5f7054149145fc3'
-'f80488bb076753d38ea21d207bd682bdc97e21220c733da025f518a5b7e8e030')
+sha256sums=('94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d'
+'409b32e546ec4936d0d88e39c59ee68dfd9f630d8c454ce1e3d58243df7ad396')
 
 prepare() {
   cd SuiteSparse-$pkgver
-  patch -p1 -i ../suitesparse-no-demo.patch
+  patch -p1 -i ../suitesparse-no-demo.patch # Don't run demo
 }
 
 build() {
@@ -40,4 +40,3 @@
   # fix RPATH
   chrpath -d "$pkgdir"/usr/lib/*
 }
-

Modified: suitesparse-no-demo.patch
===
--- suitesparse-no-demo.patch   2020-07-03 17:26:13 UTC (rev 390812)
+++ suitesparse-no-demo.patch   2020-07-03 17:48:52 UTC (rev 390813)
@@ -1,11 +1,11 @@
 --- SuiteSparse-5.6.0/Makefile.orig2019-11-05 22:37:26.086135974 +
 +++ SuiteSparse-5.6.0/Makefile 2019-11-05 22:37:37.549632429 +
-@@ -12,7 +12,7 @@
- # Compile the default rules for each package
+@@ -16,7 +16,7 @@
+ # installs all libraries SuiteSparse/lib.
  go: metis
( cd SuiteSparse_config && $(MAKE) )
--  ( cd Mongoose  && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
-+  ( cd Mongoose  && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
+-  ( cd Mongoose && $(MAKE) CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
++  ( cd Mongoose && $(MAKE) library CMAKE_OPTIONS='$(CMAKE_OPTIONS)' )
( cd AMD && $(MAKE) )
( cd BTF && $(MAKE) )
( cd CAMD && $(MAKE) )


[arch-commits] Commit in mono-msbuild/trunk (PKGBUILD mono-msbuild-no-hostfxr.patch)

2020-07-03 Thread Maxime Gauduin via arch-commits
Date: Friday, July 3, 2020 @ 17:45:26
  Author: alucryd
Revision: 657655

upgpkg: mono-msbuild 16.6.xamarinxplat.2020.04.29.14.43-1

Modified:
  mono-msbuild/trunk/PKGBUILD
  mono-msbuild/trunk/mono-msbuild-no-hostfxr.patch

---+
 PKGBUILD  |   17 -
 mono-msbuild-no-hostfxr.patch |   10 +-
 2 files changed, 13 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:26:07 UTC (rev 657654)
+++ PKGBUILD2020-07-03 17:45:26 UTC (rev 657655)
@@ -7,7 +7,7 @@
   mono-msbuild
   mono-msbuild-sdkresolver
 )
-pkgver=16.5.xamarinxplat.2020.02.20.11.54
+pkgver=16.6.xamarinxplat.2020.04.29.14.43
 pkgrel=1
 pkgdesc='Xamarin implementation of the Microsoft build system'
 arch=(x86_64)
@@ -20,20 +20,19 @@
   dotnet-sdk
   unzip
 )
+_tag=6f16e6a30c3a6eaca819d291f2f458bc1503a9f0
 source=(
-  
mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=1eb8e8d57d312e1a875855c54b31672112eab5d9
+  mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=${_tag}
   mono-msbuild-dotnetbits-case.patch
   mono-msbuild-license-case.patch
   mono-msbuild-no-hostfxr.patch
   mono-msbuild-use-bash.patch
 )
-sha256sums=(
-  SKIP
-  f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811
-  3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5
-  041f536fbe5a36ba5bf7164460f07bd2becf4ecf2935594bf92676198b7becc2
-  a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453
-)
+sha256sums=('SKIP'
+'f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811'
+'3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5'
+'ed93af9d333f9942437e7c7974628c662b304c088eda70589a4118290c25d032'
+'a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453')
 
 pkgver() {
   cd mono-msbuild

Modified: mono-msbuild-no-hostfxr.patch
===
--- mono-msbuild-no-hostfxr.patch   2020-07-03 17:26:07 UTC (rev 657654)
+++ mono-msbuild-no-hostfxr.patch   2020-07-03 17:45:26 UTC (rev 657655)
@@ -1,11 +1,11 @@
-Index: 
xamarin-pkg-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-===
 
xamarin-pkg-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-+++ xamarin-pkg-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
-@@ -63,6 +63,5 @@
+diff -rupN 
mono-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj 
mono-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
+--- mono-msbuild.orig/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj   
2020-07-03 19:37:07.112979921 +0200
 mono-msbuild/mono/build/sdks_and_nugets/update_sdks_and_nugets.proj
2020-07-03 19:37:59.966877151 +0200
+@@ -61,7 +61,6 @@
  Targets="Restore;Build"
  
Properties="OutputDirectory=$(DotNetOverlayDirectory)\nuget-support\msbuild-bin"/>
  
 -
+ 
  
  


[arch-commits] Commit in mono-msbuild/repos/community-x86_64 (10 files)

2020-07-03 Thread Maxime Gauduin via arch-commits
Date: Friday, July 3, 2020 @ 17:45:35
  Author: alucryd
Revision: 657656

archrelease: copy trunk to community-x86_64

Added:
  mono-msbuild/repos/community-x86_64/PKGBUILD
(from rev 657655, mono-msbuild/trunk/PKGBUILD)
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
(from rev 657655, mono-msbuild/trunk/mono-msbuild-dotnetbits-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
(from rev 657655, mono-msbuild/trunk/mono-msbuild-license-case.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
(from rev 657655, mono-msbuild/trunk/mono-msbuild-no-hostfxr.patch)
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch
(from rev 657655, mono-msbuild/trunk/mono-msbuild-use-bash.patch)
Deleted:
  mono-msbuild/repos/community-x86_64/PKGBUILD
  mono-msbuild/repos/community-x86_64/mono-msbuild-dotnetbits-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-license-case.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-no-hostfxr.patch
  mono-msbuild/repos/community-x86_64/mono-msbuild-use-bash.patch

+
 PKGBUILD   |  169 +--
 mono-msbuild-dotnetbits-case.patch |   46 -
 mono-msbuild-license-case.patch|  116 
 mono-msbuild-no-hostfxr.patch  |   22 ++--
 mono-msbuild-use-bash.patch|   84 -
 5 files changed, 218 insertions(+), 219 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:45:26 UTC (rev 657655)
+++ PKGBUILD2020-07-03 17:45:35 UTC (rev 657656)
@@ -1,85 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Florian Maunier 
-# Contributor: jtmb 
-
-pkgbase=mono-msbuild
-pkgname=(
-  mono-msbuild
-  mono-msbuild-sdkresolver
-)
-pkgver=16.5.xamarinxplat.2020.02.20.11.54
-pkgrel=1
-pkgdesc='Xamarin implementation of the Microsoft build system'
-arch=(x86_64)
-url=https://github.com/mono/linux-packaging-msbuild
-license=(MIT)
-depends=(mono)
-makedepends=(
-  bash
-  git
-  dotnet-sdk
-  unzip
-)
-source=(
-  
mono-msbuild::git+https://github.com/mono/linux-packaging-msbuild#tag=1eb8e8d57d312e1a875855c54b31672112eab5d9
-  mono-msbuild-dotnetbits-case.patch
-  mono-msbuild-license-case.patch
-  mono-msbuild-no-hostfxr.patch
-  mono-msbuild-use-bash.patch
-)
-sha256sums=(
-  SKIP
-  f2784ac003dc84c40e8a9532ff954e6d6c29778b3e80cad7f1f91d86a9b43811
-  3a12a9c33ad5938e8af24d2985241053602f4efc94a4818a00a17da32ce4aba5
-  041f536fbe5a36ba5bf7164460f07bd2becf4ecf2935594bf92676198b7becc2
-  a13ecb4125c673372d87a3b7d957fc8716a3c3e74cd08e9e354b5dcf170ed453
-)
-
-pkgver() {
-  cd mono-msbuild
-
-  git describe --tags | sed 's/.*\///; s/+/./'
-}
-
-prepare() {
-  cd mono-msbuild
-
-  patch -Np1 -i ../mono-msbuild-dotnetbits-case.patch
-  patch -Np1 -i ../mono-msbuild-license-case.patch
-  patch -Np1 -i ../mono-msbuild-no-hostfxr.patch
-  patch -Np1 -i ../mono-msbuild-use-bash.patch
-}
-
-build() {
-  cd mono-msbuild
-
-  export DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR=/opt/dotnet
-  ./eng/cibuild_bootstrapped_msbuild.sh --host_type mono --configuration 
Release --skip_tests /p:DisableNerdbankVersioning=true
-  ./stage1/mono-msbuild/msbuild mono/build/install.proj 
/p:MonoInstallPrefix="${srcdir}"/target/usr /p:Configuration=Release-MONO 
/p:IgnoreDiffFailure=true
-  sed "s@${srcdir}/target@@g" -i "${srcdir}"/target/usr/bin/msbuild
-  find "${srcdir}"/target/usr/lib/mono/ -name 
Microsoft.DiaSymReader.Native.*dll -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.dylib -delete
-  find "${srcdir}"/target/usr/lib/mono/ -name *.so -delete
-}
-
-package_mono-msbuild() {
-  conflicts=(msbuild)
-  provides=(msbuild)
-
-  cp -dr --no-preserve=ownership target/usr "${pkgdir}"/
-  rm -rf 
"${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
-}
-
-package_mono-msbuild-sdkresolver() {
-  depends=(
-mono-msbuild
-dotnet-host
-  )
-  conflicts=(msbuild-sdkresolver)
-  provides=(msbuild-sdkresolver)
-
-  install -dm 755 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers
-  cp -dr --no-preserve=ownership 
target/usr/lib/mono/msbuild/Current/bin/SdkResolvers/Microsoft.DotNet.MSBuildSdkResolver
 "${pkgdir}"/usr/lib/mono/msbuild/Current/bin/SdkResolvers/
-}
-
-# vim: ts=2 sw=2 et:

Copied: mono-msbuild/repos/community-x86_64/PKGBUILD (from rev 657655, 
mono-msbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:45:35 UTC (rev 657656)
@@ -0,0 +1,84 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Maunier 
+# Contributor: jtmb 
+
+pkgbase=mono-msbuild
+pkgname=(
+  mono-msbuild
+  mono-msbuild-sdkresolver
+)
+pkgver=16.6.xamarinxplat.2020.04.29.14.43
+pkgrel=1
+pkgdesc='Xamarin implementation of the Microsoft 

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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:26:13
  Author: heftig
Revision: 390812

archrelease: copy trunk to extra-x86_64

Added:
  librsvg/repos/extra-x86_64/PKGBUILD
(from rev 390811, librsvg/trunk/PKGBUILD)
  librsvg/repos/extra-x86_64/lto.diff
(from rev 390811, librsvg/trunk/lto.diff)
Deleted:
  librsvg/repos/extra-x86_64/PKGBUILD
  librsvg/repos/extra-x86_64/lto.diff

--+
 PKGBUILD |  111 ++---
 lto.diff |   20 +-
 2 files changed, 65 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:25:15 UTC (rev 390811)
+++ PKGBUILD2020-07-03 17:26:13 UTC (rev 390812)
@@ -1,56 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=librsvg
-pkgver=2.48.7
-pkgrel=1
-epoch=2
-pkgdesc="SVG rendering library"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2 pango)
-makedepends=(gobject-introspection vala gtk-doc git rust)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --enable-vala \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: librsvg/repos/extra-x86_64/PKGBUILD (from rev 390811, 
librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:26:13 UTC (rev 390812)
@@ -0,0 +1,55 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.48.8
+pkgrel=1
+epoch=2
+pkgdesc="SVG rendering library"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2 pango)
+makedepends=(gobject-introspection vala gtk-doc git rust)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=e5760d450ac862e6f639575bc2861b6fac191d60  # tags/2.48.8^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --enable-vala \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Test suite is very dependent on the versions of
+  # Cairo, Pango, FreeType and HarfBuzz
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-07-03 17:25:15 UTC (rev 390811)
+++ lto.diff2020-07-03 17:26:13 UTC (rev 390812)
@@ -1,10 +0,0 @@
-diff --git i/Cargo.toml w/Cargo.toml
-index 818fa620..c776b113 100644
 i/Cargo.toml
-+++ w/Cargo.toml
-@@ -8,3 +8,5 @@ members = [
- 
- [profile.release]
- debug = true
-+lto = "fat"
-+codegen-units = 1

Copied: librsvg/repos/extra-x86_64/lto.diff (from rev 390811, 
librsvg/trunk/lto.diff)
===
--- lto.diff(rev 0)
+++ lto.diff2020-07-03 17:26:13 UTC (rev 390812)
@@ -0,0 +1,10 @@
+diff --git i/Cargo.toml w/Cargo.toml
+index 818fa620..c776b113 100644
+--- i/Cargo.toml
 w/Cargo.toml
+@@ -8,3 +8,5 @@ members = [
+ 
+ [profile.release]
+ debug = true
++lto = "fat"
++codegen-units = 1


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:26:07
  Author: heftig
Revision: 657654

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
(from rev 657653, lib32-librsvg/trunk/PKGBUILD)
  lib32-librsvg/repos/multilib-x86_64/lto.diff
(from rev 657653, lib32-librsvg/trunk/lto.diff)
  lib32-librsvg/repos/multilib-x86_64/multilib.diff
(from rev 657653, lib32-librsvg/trunk/multilib.diff)
Deleted:
  lib32-librsvg/repos/multilib-x86_64/PKGBUILD
  lib32-librsvg/repos/multilib-x86_64/lto.diff
  lib32-librsvg/repos/multilib-x86_64/multilib.diff

---+
 PKGBUILD  |  134 
 lto.diff  |   20 
 multilib.diff |   66 +--
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:25:17 UTC (rev 657653)
+++ PKGBUILD2020-07-03 17:26:07 UTC (rev 657654)
@@ -1,67 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: jtts 
-# Contributor: Jan de Groot 
-
-pkgname=lib32-librsvg
-pkgver=2.48.7
-pkgrel=1
-pkgdesc="SVG rendering library (32-bit)"
-url="https://wiki.gnome.org/Projects/LibRsvg;
-arch=(x86_64)
-license=(LGPL)
-depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
-makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
-checkdepends=(ttf-dejavu)
-provides=(librsvg-${pkgver%%.*}.so)
-_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
-source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
-lto.diff multilib.diff)
-sha256sums=('SKIP'
-'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
-'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
-
-pkgver() {
-  cd librsvg
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd librsvg
-
-  # Turn LTO back on
-  git apply -3 ../lto.diff
-
-  # Hack to cross-compile rust only
-  git apply -3 ../multilib.diff
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-  export RUST_TARGET=i686-unknown-linux-gnu
-
-  cd librsvg
-  ./configure --prefix=/usr --disable-static --disable-vala \
---disable-gtk-doc --disable-introspection --libdir=/usr/lib32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
-  make check || :
-}
-
-package() {
-  cd librsvg
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-librsvg/repos/multilib-x86_64/PKGBUILD (from rev 657653, 
lib32-librsvg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:26:07 UTC (rev 657654)
@@ -0,0 +1,67 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Jan de Groot 
+
+pkgname=lib32-librsvg
+pkgver=2.48.8
+pkgrel=1
+pkgdesc="SVG rendering library (32-bit)"
+url="https://wiki.gnome.org/Projects/LibRsvg;
+arch=(x86_64)
+license=(LGPL)
+depends=(lib32-gdk-pixbuf2 lib32-pango lib32-libxml2 librsvg)
+makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
+checkdepends=(ttf-dejavu)
+provides=(librsvg-${pkgver%%.*}.so)
+_commit=e5760d450ac862e6f639575bc2861b6fac191d60  # tags/2.48.8^0
+source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
+lto.diff multilib.diff)
+sha256sums=('SKIP'
+'3cc8ad1af515b2cb4071f0647319c1cf3280dc054875634239061800af1616b6'
+'c32283a724e8d1a87ad64330ee72781396b6f439dcae0f56da074e9a988ec544')
+
+pkgver() {
+  cd librsvg
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd librsvg
+
+  # Turn LTO back on
+  git apply -3 ../lto.diff
+
+  # Hack to cross-compile rust only
+  git apply -3 ../multilib.diff
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+  export RUST_TARGET=i686-unknown-linux-gnu
+
+  cd librsvg
+  ./configure --prefix=/usr --disable-static --disable-vala \
+--disable-gtk-doc --disable-introspection --libdir=/usr/lib32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd librsvg
+  # Reftests are probably broken
+  # some reference images were created without the requested fonts
+  make check || :
+}
+
+package() {
+  cd librsvg
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: lto.diff
===
--- lto.diff2020-07-03 17:25:17 UTC (rev 

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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:25:16
  Author: heftig
Revision: 657652

2.48.8-1

Modified:
  lib32-librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:24:49 UTC (rev 657651)
+++ PKGBUILD2020-07-03 17:25:16 UTC (rev 657652)
@@ -1,10 +1,10 @@
-# Maintainer: Maxime Gauduin 
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Maxime Gauduin 
 # Contributor: jtts 
 # Contributor: Jan de Groot 
 
 pkgname=lib32-librsvg
-pkgver=2.48.7
+pkgver=2.48.8
 pkgrel=1
 pkgdesc="SVG rendering library (32-bit)"
 url="https://wiki.gnome.org/Projects/LibRsvg;
@@ -14,7 +14,7 @@
 makedepends=(gobject-introspection gtk-doc git rust lib32-rust-libs)
 checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
+_commit=e5760d450ac862e6f639575bc2861b6fac191d60  # tags/2.48.8^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff multilib.diff)
 sha256sums=('SKIP'


[arch-commits] Commit in calibre/repos/community-x86_64 (10 files)

2020-07-03 Thread Eli Schwartz via arch-commits
Date: Friday, July 3, 2020 @ 17:25:17
  Author: eschwartz
Revision: 657653

archrelease: copy trunk to community-x86_64

Added:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
(from rev 657651, calibre/trunk/0001-De-vendor-pychm.patch)
  calibre/repos/community-x86_64/PKGBUILD
(from rev 657651, calibre/trunk/PKGBUILD)
  calibre/repos/community-x86_64/calibre-alternatives.sh
(from rev 657651, calibre/trunk/calibre-alternatives.sh)
  calibre/repos/community-x86_64/calibre-common.install
(from rev 657651, calibre/trunk/calibre-common.install)
  calibre/repos/community-x86_64/calibre.install
(from rev 657651, calibre/trunk/calibre.install)
Deleted:
  calibre/repos/community-x86_64/0001-De-vendor-pychm.patch
  calibre/repos/community-x86_64/PKGBUILD
  calibre/repos/community-x86_64/calibre-alternatives.sh
  calibre/repos/community-x86_64/calibre-common.install
  calibre/repos/community-x86_64/calibre.install

+
 0001-De-vendor-pychm.patch |13730 +--
 PKGBUILD   |  358 -
 calibre-alternatives.sh|  122 
 calibre-common.install |   20 
 calibre.install|   21 
 5 files changed, 7130 insertions(+), 7121 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 657652:657653 to see the changes.


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:25:15
  Author: heftig
Revision: 390811

2.48.8-1

Modified:
  librsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:21:39 UTC (rev 390810)
+++ PKGBUILD2020-07-03 17:25:15 UTC (rev 390811)
@@ -1,8 +1,8 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 
 pkgname=librsvg
-pkgver=2.48.7
+pkgver=2.48.8
 pkgrel=1
 epoch=2
 pkgdesc="SVG rendering library"
@@ -11,9 +11,8 @@
 license=(LGPL)
 depends=(gdk-pixbuf2 pango)
 makedepends=(gobject-introspection vala gtk-doc git rust)
-checkdepends=(ttf-dejavu)
 provides=(librsvg-${pkgver%%.*}.so)
-_commit=cdac0c94be16df419dc883e9a3bb2f72345dc60c  # tags/2.48.7^0
+_commit=e5760d450ac862e6f639575bc2861b6fac191d60  # tags/2.48.8^0
 source=("git+https://gitlab.gnome.org/GNOME/librsvg.git#commit=$_commit;
 lto.diff)
 sha256sums=('SKIP'
@@ -43,8 +42,8 @@
 
 check() {
   cd librsvg
-  # Reftests are probably broken
-  # some reference images were created without the requested fonts
+  # Test suite is very dependent on the versions of
+  # Cairo, Pango, FreeType and HarfBuzz
   make check || :
 }
 


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

2020-07-03 Thread Eli Schwartz via arch-commits
Date: Friday, July 3, 2020 @ 17:24:49
  Author: eschwartz
Revision: 657651

upgpkg: calibre 4.20.0-1: upstream release

upstream ported to mathjax 3.x, adapt
make the install script handle removing the currently active alternative -- 
FS#67183

Modified:
  calibre/trunk/PKGBUILD
  calibre/trunk/calibre-common.install
  calibre/trunk/calibre.install

+
 PKGBUILD   |   10 +-
 calibre-common.install |6 --
 calibre.install|7 +++
 3 files changed, 16 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:21:39 UTC (rev 657650)
+++ PKGBUILD2020-07-03 17:24:49 UTC (rev 657651)
@@ -8,7 +8,7 @@
 
 pkgbase=calibre
 pkgname=('calibre' 'calibre-common' 'calibre-python3')
-pkgver=4.19.0
+pkgver=4.20.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('x86_64')
@@ -21,7 +21,7 @@
 _py2_deps=("${_py_deps[@]}" 'ipaddress')
 _py3_deps=("${_py_deps[@]}" 'zeroconf')
 depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusbx'
- 'libwmf' 'mathjax2' 'mtdev' 'optipng' 'podofo' 'qt5-svg' 'udisks2')
+ 'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo' 'qt5-svg' 'udisks2')
 makedepends=("${_py2_deps[@]/#/python2-}" "${_py3_deps[@]/#/python-}" 
'qt5-x11extras'
  'rapydscript-ng' 'sip' 'xdg-utils')
 checkdepends=('xorg-server-xvfb')
@@ -29,11 +29,11 @@
 "https://calibre-ebook.com/signatures/${pkgbase}-${pkgver}.tar.xz.sig;
 "0001-De-vendor-pychm.patch"
 "calibre-alternatives.sh")
-sha256sums=('9dac6cad3b70a91316de99e187ef5ac7cbc273bb926aa8374235657e7531f2ce'
+sha256sums=('afb4ee02fab53e362e02b4bc67e97d22d05b414ce933c30b2bed8c90cfec3dee'
 'SKIP'
 'f7b829aea1d33818808cbeeb9a295e18e49edf619a5bc89b8315c88f56ce4d25'
 '940cc7081d0a64ba363bb0e1a1d8e0563c676458f90db845f2fbdd4195c075b3')
-b2sums=('1cf3a4727ac7a2e7fe4d926acad7e6324b0673728db862209d98280f4fe9457eb33d734e47ac4882accebad2a6ffd12aa0add6bdcfe64cc4baa8a39dc2b4b94f'
+b2sums=('28ee9539eda96809004f4c276c8dceba119122379867f4b9235ad52a3ec68337330c4cbc2e715462f27ea0c3a0c8470609a50273db49a69f69a60e7fbcef11a5'
 'SKIP'
 
'c35181c70084813772c4d593311b48b3e3bcc3b4e9e8ee58112b9beab2bbc0de1ee22aafc3d06cfd812f87a2e91292f7b7f1dc5f522c55440f415b6b265d5671'
 
'543df218dfd2d4152a941ab57118d69bf4c6927e8020ee53c9a8b38efe9c89f032dc6385207e134cc9f69bfdc9cbcf63cd92fa6ea1647cbd534c5a511a5d1e91')
@@ -73,7 +73,7 @@
 
 LANG='en_US.UTF-8' python2 setup.py build
 LANG='en_US.UTF-8' python2 setup.py gui
-LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax2 --system-mathjax
+LANG='en_US.UTF-8' python2 setup.py mathjax --path-to-mathjax 
/usr/share/mathjax --system-mathjax
 LANG='en_US.UTF-8' python2 setup.py rapydscript
 
 LANG='en_US.UTF-8' CALIBRE_PY3_PORT=1 python3 setup.py build

Modified: calibre-common.install
===
--- calibre-common.install  2020-07-03 17:21:39 UTC (rev 657650)
+++ calibre-common.install  2020-07-03 17:24:49 UTC (rev 657651)
@@ -4,6 +4,8 @@
 }
 
 post_remove() {
-rm -f /usr/lib/calibre/bin
-rmdir /usr/lib/calibre/
+if [ -e /usr/lib/calibre/bin ]; then
+rm /usr/lib/calibre/bin
+rmdir /usr/lib/calibre/
+fi
 }

Modified: calibre.install
===
--- calibre.install 2020-07-03 17:21:39 UTC (rev 657650)
+++ calibre.install 2020-07-03 17:24:49 UTC (rev 657651)
@@ -5,3 +5,10 @@
 post_upgrade() {
 calibre-alternatives set
 }
+
+post_remove() {
+if [ ! -e /usr/lib/calibre/bin ]; then
+rm -f /usr/lib/calibre/bin
+calibre-alternatives set 2>/dev/null || true
+fi
+}


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:21:39
  Author: heftig
Revision: 390810

archrelease: copy trunk to extra-x86_64

Added:
  sushi/repos/extra-x86_64/PKGBUILD
(from rev 390808, sushi/trunk/PKGBUILD)
Deleted:
  sushi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:21:37 UTC (rev 390809)
+++ PKGBUILD2020-07-03 17:21:39 UTC (rev 390810)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=sushi
-pkgver=3.34.0+15+g6aa213e
-pkgrel=1
-pkgdesc="A quick previewer for Nautilus"
-url="https://gitlab.gnome.org/GNOME/sushi;
-arch=(x86_64)
-license=(GPL2)
-groups=(gnome)
-depends=(gtk3 gjs libmusicbrainz5 webkit2gtk gtksourceview4 evince
- gst-plugins-base-libs gst-plugin-gtk)
-makedepends=(gobject-introspection git meson)
-optdepends=('libreoffice: OpenDocument formats')
-_commit=6aa213e29946e8bd3e2db051914c7ef10dbda9c3  # master
-source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/extra-x86_64/PKGBUILD (from rev 390808, 
sushi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:21:39 UTC (rev 390810)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=sushi
+pkgver=3.34.0+19+g331d9b7
+pkgrel=1
+pkgdesc="A quick previewer for Nautilus"
+url="https://gitlab.gnome.org/GNOME/sushi;
+arch=(x86_64)
+license=(GPL2)
+groups=(gnome)
+depends=(gtk3 gjs libmusicbrainz5 webkit2gtk gtksourceview4 evince
+ gst-plugins-base-libs gst-plugin-gtk)
+makedepends=(gobject-introspection git meson)
+optdepends=('unoconv: OpenDocument formats')
+_commit=331d9b7b584c7febc0311c737e8b3011cc852900  # master
+source=("git+https://gitlab.gnome.org/GNOME/sushi.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
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:21:37
  Author: heftig
Revision: 390809

archrelease: copy trunk to extra-x86_64

Added:
  rygel/repos/extra-x86_64/PKGBUILD
(from rev 390808, rygel/trunk/PKGBUILD)
Deleted:
  rygel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:20:46 UTC (rev 390808)
+++ PKGBUILD2020-07-03 17:21:37 UTC (rev 390809)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Balló György 
-
-pkgname=rygel
-pkgver=0.38.3
-pkgrel=2
-pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
-url="https://wiki.gnome.org/Projects/Rygel;
-arch=(x86_64)
-license=(LGPL)
-depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker 
libmediaart)
-makedepends=(vala gobject-introspection git meson)
-optdepends=('gst-plugins-base: Extra media codecs'
-'gst-plugins-good: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-plugins-ugly: Extra media codecs'
-'gst-libav: Extra media codecs'
-'tracker-miners: Share indexed media files')
-backup=(etc/rygel.conf)
-groups=(gnome)
-_commit=24b3fc9bf040dfe49cb3534f2710fc7d0fd65c38  # tags/rygel-0.38.3^0
-source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^RYGEL//;s/^rygel-//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: rygel/repos/extra-x86_64/PKGBUILD (from rev 390808, 
rygel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:21:37 UTC (rev 390809)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Balló György 
+
+pkgname=rygel
+pkgver=0.38.4
+pkgrel=1
+pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
+url="https://wiki.gnome.org/Projects/Rygel;
+arch=(x86_64)
+license=(LGPL)
+depends=(gupnp gupnp-av gupnp-dlna libgee gtk3 libunistring tracker 
libmediaart)
+makedepends=(vala gobject-introspection git meson)
+optdepends=('gst-plugins-base: Extra media codecs'
+'gst-plugins-good: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-plugins-ugly: Extra media codecs'
+'gst-libav: Extra media codecs'
+'tracker-miners: Share indexed media files')
+backup=(etc/rygel.conf)
+groups=(gnome)
+_commit=d8dfd749616de512190379a80f2c49028fe212a9  # tags/rygel-0.38.4^0
+source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^RYGEL//;s/^rygel-//;s/_/./g;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 jruby/repos/community-any (PKGBUILD PKGBUILD)

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:21:39
  Author: heftig
Revision: 657650

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 657649, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:21:02 UTC (rev 657649)
+++ PKGBUILD2020-07-03 17:21:39 UTC (rev 657650)
@@ -1,32 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.11.1
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-url="https://www.jruby.org/;
-arch=(any)
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('687586132f7b649b1bdd7b823577c9d8')
-sha1sums=('cceb81635fe3cd39f895c7632428e94b503e8e3d')
-sha256sums=('f10449c82567133908e5e1ac076438307a7f0916f617f40fa314b78873a195dc')
-
-prepare() {
-  cd jruby-$pkgver
-  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-  chmod -cR g-w .
-}
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
-  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
-  ln -srt "$pkgdir/usr/bin" \
-"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-  ln -srt "$pkgdir/usr/share/licenses/$pkgname" \
-"$pkgdir/opt/jruby/COPYING"
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 657649, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:21:39 UTC (rev 657650)
@@ -0,0 +1,31 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.12.0
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+url="https://www.jruby.org/;
+arch=(any)
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
+md5sums=('cc7599837fbd0839cce7293577a34f2c')
+sha1sums=('bccc2034e773cb1aba2cc4b8b40921265f6e857f')
+sha256sums=('307f6124c4301d723e2d0ff4c0105fa9eee8950c3f9971e14bbe8862030e6c04')
+
+prepare() {
+  cd jruby-$pkgver
+  rm -rv bin/*.{bat,dll,exe} lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+  chmod -cR g-w .
+}
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  mkdir -p "$pkgdir"/{opt,usr/bin,usr/share/licenses/$pkgname}
+  cp -a jruby-$pkgver "$pkgdir/opt/jruby"
+  ln -srt "$pkgdir/usr/bin" \
+"$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
+}


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:20:34
  Author: heftig
Revision: 390807

3.34.0+19+g331d9b7-1

Modified:
  sushi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:15:11 UTC (rev 390806)
+++ PKGBUILD2020-07-03 17:20:34 UTC (rev 390807)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=sushi
-pkgver=3.34.0+15+g6aa213e
+pkgver=3.34.0+19+g331d9b7
 pkgrel=1
 pkgdesc="A quick previewer for Nautilus"
 url="https://gitlab.gnome.org/GNOME/sushi;
@@ -12,8 +12,8 @@
 depends=(gtk3 gjs libmusicbrainz5 webkit2gtk gtksourceview4 evince
  gst-plugins-base-libs gst-plugin-gtk)
 makedepends=(gobject-introspection git meson)
-optdepends=('libreoffice: OpenDocument formats')
-_commit=6aa213e29946e8bd3e2db051914c7ef10dbda9c3  # master
+optdepends=('unoconv: OpenDocument formats')
+_commit=331d9b7b584c7febc0311c737e8b3011cc852900  # master
 source=("git+https://gitlab.gnome.org/GNOME/sushi.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,7 +28,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:20:46
  Author: heftig
Revision: 390808

0.38.4-1

Modified:
  rygel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:20:34 UTC (rev 390807)
+++ PKGBUILD2020-07-03 17:20:46 UTC (rev 390808)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Balló György 
 
 pkgname=rygel
-pkgver=0.38.3
-pkgrel=2
+pkgver=0.38.4
+pkgrel=1
 pkgdesc="UPnP AV MediaServer and MediaRenderer that allows you to easily share 
audio, video and pictures, and control of media player on your home network"
 url="https://wiki.gnome.org/Projects/Rygel;
 arch=(x86_64)
@@ -18,7 +18,7 @@
 'tracker-miners: Share indexed media files')
 backup=(etc/rygel.conf)
 groups=(gnome)
-_commit=24b3fc9bf040dfe49cb3534f2710fc7d0fd65c38  # tags/rygel-0.38.3^0
+_commit=d8dfd749616de512190379a80f2c49028fe212a9  # tags/rygel-0.38.4^0
 source=("git+https://gitlab.gnome.org/GNOME/rygel.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -33,7 +33,7 @@
 
 build() {
   arch-meson $pkgname build
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:21:02
  Author: heftig
Revision: 657649

9.2.12.0-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 16:40:32 UTC (rev 657648)
+++ PKGBUILD2020-07-03 17:21:02 UTC (rev 657649)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.11.1
+pkgver=9.2.12.0
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 url="https://www.jruby.org/;
@@ -10,9 +10,9 @@
 license=(EPL GPL2 LGPL2.1 custom)
 options=(!strip)
 
source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/jruby-dist-$pkgver-bin.tar.gz)
-md5sums=('687586132f7b649b1bdd7b823577c9d8')
-sha1sums=('cceb81635fe3cd39f895c7632428e94b503e8e3d')
-sha256sums=('f10449c82567133908e5e1ac076438307a7f0916f617f40fa314b78873a195dc')
+md5sums=('cc7599837fbd0839cce7293577a34f2c')
+sha1sums=('bccc2034e773cb1aba2cc4b8b40921265f6e857f')
+sha256sums=('307f6124c4301d723e2d0ff4c0105fa9eee8950c3f9971e14bbe8862030e6c04')
 
 prepare() {
   cd jruby-$pkgver
@@ -27,6 +27,5 @@
   cp -a jruby-$pkgver "$pkgdir/opt/jruby"
   ln -srt "$pkgdir/usr/bin" \
 "$pkgdir"/opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-  ln -srt "$pkgdir/usr/share/licenses/$pkgname" \
-"$pkgdir/opt/jruby/COPYING"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 jruby-$pkgver/COPYING
 }


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:15:11
  Author: heftig
Revision: 390806

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 390803, evolution/trunk/PKGBUILD)
Deleted:
  evolution/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:15:10 UTC (rev 390805)
+++ PKGBUILD2020-07-03 17:15:11 UTC (rev 390806)
@@ -1,72 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgbase=evolution
-pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
- dconf gspell libcryptui gnome-autoar)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
- spamassassin highlight gtk-doc yelp-tools git cmake ninja)
-options=(!emptydirs)
-_commit=d3e4a7e6519d78b03f6e06aa1795ef5835e99c2c  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  cmake -H$pkgbase -Bbuild -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_SMIME=ON \
--DENABLE_GTK_DOC=ON
-  cmake --build build
-}
-
-package_evolution() {
-  depends+=(libcamel-1.2.so libebook-1.2.so libebook-contacts-1.2.so
-libecal-2.0.so libedataserver-1.2.so libedataserverui-1.2.so)
-  optdepends=('highlight: text highlight plugin'
-  'evolution-spamassassin: Spamassassin spam check plugin'
-  'evolution-bogofilter: Bogofilter spam check plugin')
-  groups=(gnome-extra)
-
-  DESTDIR="$pkgdir" cmake --build build --target install
-
-### Split
-  local x
-  for x in bogofilter spamassassin; do
-mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
-mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
-mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
-  done
-}
-
-
-package_evolution-bogofilter() {
-  pkgdesc="Spam filtering for Evolution, using Bogofilter"
-  depends=("evolution=$pkgver" bogofilter)
-
-  mv bogofilter/usr "$pkgdir"
-}
-
-package_evolution-spamassassin() {
-  pkgdesc="Spam filtering for Evolution, using SpamAssassin"
-  depends=("evolution=$pkgver" spamassassin)
-
-  mv spamassassin/usr "$pkgdir"
-}

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 390803, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:15:11 UTC (rev 390806)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgbase=evolution
+pkgname=(evolution evolution-bogofilter evolution-spamassassin)
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server libcanberra libpst libytnef
+ dconf gspell libcryptui gnome-autoar)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
+ spamassassin highlight gtk-doc yelp-tools git cmake ninja)
+options=(!emptydirs)
+_commit=f0a8f9c74d7368652d2aa7e2a1fe7d26d823cf8f  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/^EVOLUTION_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -H$pkgbase -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_SMIME=ON \
+-DENABLE_GTK_DOC=ON
+  cmake --build build
+}
+
+package_evolution() {
+  depends+=(libcamel-1.2.so libebook-1.2.so libebook-contacts-1.2.so
+libecal-2.0.so libedataserver-1.2.so libedataserverui-1.2.so)
+  optdepends=('highlight: text highlight plugin'
+  'evolution-spamassassin: Spamassassin spam check plugin'
+  'evolution-bogofilter: Bogofilter spam check plugin')
+  groups=(gnome-extra)
+
+  DESTDIR="$pkgdir" cmake --build build --target install
+
+### Split
+  local x
+  for x in bogofilter spamassassin; do
+mkdir -p $x/usr/{lib/evolution/modules,share/metainfo}
+mv {"$pkgdir",$x}/usr/lib/evolution/modules/module-$x.so
+mv {"$pkgdir",$x}/usr/share/metainfo/org.gnome.Evolution-$x.metainfo.xml
+  

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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:14:38
  Author: heftig
Revision: 390803

3.36.4-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:14:36 UTC (rev 390802)
+++ PKGBUILD2020-07-03 17:14:38 UTC (rev 390803)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Ionut Biru 
 
 pkgname=evolution-ews
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS;
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^0
+_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -24,6 +24,8 @@
 }
 
 build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
   cmake -H$pkgname -Bbuild -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:14:33
  Author: heftig
Revision: 390801

3.36.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:02:42 UTC (rev 390800)
+++ PKGBUILD2020-07-03 17:14:33 UTC (rev 390801)
@@ -1,9 +1,9 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgbase=evolution
 pkgname=(evolution evolution-bogofilter evolution-spamassassin)
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 url="https://wiki.gnome.org/Apps/Evolution;
@@ -14,7 +14,7 @@
 makedepends=(intltool itstool docbook-xsl networkmanager bogofilter
  spamassassin highlight gtk-doc yelp-tools git cmake ninja)
 options=(!emptydirs)
-_commit=d3e4a7e6519d78b03f6e06aa1795ef5835e99c2c  # tags/3.36.3^0
+_commit=f0a8f9c74d7368652d2aa7e2a1fe7d26d823cf8f  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -28,6 +28,8 @@
 }
 
 build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
   cmake -H$pkgbase -Bbuild -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \


[arch-commits] Commit in evolution-data-server/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:15:10
  Author: heftig
Revision: 390805

archrelease: copy trunk to extra-x86_64

Added:
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 390803, evolution-data-server/trunk/PKGBUILD)
Deleted:
  evolution-data-server/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:15:09 UTC (rev 390804)
+++ PKGBUILD2020-07-03 17:15:10 UTC (rev 390805)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.36.3
-pkgrel=2
-pkgdesc="Centralized access to appointments and contacts"
-url="https://wiki.gnome.org/Apps/Evolution;
-arch=(x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
-provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
-  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
-  libedataserverui-1.2.so)
-license=(GPL)
-_commit=f58afb0709c41fdf3222c5814389d45631ef0a4b  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -H$pkgname -Bbuild -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc \
--DENABLE_INTROSPECTION=ON \
--DENABLE_VALA_BINDINGS=ON \
--DENABLE_GTK_DOC=ON \
--DWITH_PHONENUMBER=ON
-  cmake --build build
-}
-
-check() {
-  # libedata-book tests fail because they try to
-  # mkdir /usr/lib/evolution-data-server/camel-providers
-  cmake --build build --target test || :
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-data-server/repos/extra-x86_64/PKGBUILD (from rev 390803, 
evolution-data-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:15:10 UTC (rev 390805)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+url="https://wiki.gnome.org/Apps/Evolution;
+arch=(x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
+provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
+  libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
+  libedataserverui-1.2.so)
+license=(GPL)
+_commit=e3ce982c52aac2b094c6bc7fca7b746213714222  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -H$pkgname -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DENABLE_INTROSPECTION=ON \
+-DENABLE_VALA_BINDINGS=ON \
+-DENABLE_GTK_DOC=ON \
+-DWITH_PHONENUMBER=ON
+  cmake --build build
+}
+
+check() {
+  # libedata-book tests fail because they try to
+  # mkdir /usr/lib/evolution-data-server/camel-providers
+  cmake --build build --target test || :
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:14:36
  Author: heftig
Revision: 390802

3.36.4-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 17:14:33 UTC (rev 390801)
+++ PKGBUILD2020-07-03 17:14:36 UTC (rev 390802)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.36.3
-pkgrel=2
+pkgver=3.36.4
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution;
 arch=(x86_64)
@@ -13,7 +13,7 @@
   libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
   libedataserverui-1.2.so)
 license=(GPL)
-_commit=f58afb0709c41fdf3222c5814389d45631ef0a4b  # tags/3.36.3^0
+_commit=e3ce982c52aac2b094c6bc7fca7b746213714222  # tags/3.36.4^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -27,6 +27,8 @@
 }
 
 build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
   cmake -H$pkgname -Bbuild -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DLIBEXEC_INSTALL_DIR=/usr/lib \


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 17:15:09
  Author: heftig
Revision: 390804

archrelease: copy trunk to extra-x86_64

Added:
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 390803, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:14:38 UTC (rev 390803)
+++ PKGBUILD2020-07-03 17:15:09 UTC (rev 390804)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=evolution-ews
-pkgver=3.36.3
-pkgrel=1
-pkgdesc="MS Exchange integration through Exchange Web Services"
-url="https://wiki.gnome.org/Apps/Evolution/EWS;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git intltool python cmake ninja)
-_commit=4844f29bb132540ce821e788c57b8885dfa877b8  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  cmake -H$pkgname -Bbuild -G Ninja \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DSYSCONF_INSTALL_DIR=/etc
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 390803, 
evolution-ews/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:15:09 UTC (rev 390804)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=evolution-ews
+pkgver=3.36.4
+pkgrel=1
+pkgdesc="MS Exchange integration through Exchange Web Services"
+url="https://wiki.gnome.org/Apps/Evolution/EWS;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(libmspack evolution)
+makedepends=(git intltool python cmake ninja)
+_commit=8e93cdf24bd77af5ca5de8eb44ac3043e9ce7d5d  # tags/3.36.4^0
+source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS+=" $CPPFLAGS"
+  CXXFLAGS+=" $CPPFLAGS"
+  cmake -H$pkgname -Bbuild -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DSYSCONF_INSTALL_DIR=/etc
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --build build --target install
+}


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

2020-07-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, July 3, 2020 @ 17:02:42
  Author: bpiotrowski
Revision: 390800

archrelease: copy trunk to extra-x86_64

Added:
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 390799, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak-bindir.sh
(from rev 390799, flatpak/trunk/flatpak-bindir.sh)
Deleted:
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak-bindir.sh

---+
 PKGBUILD  |  175 +---
 flatpak-bindir.sh |   14 ++--
 2 files changed, 93 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 17:02:25 UTC (rev 390799)
+++ PKGBUILD2020-07-03 17:02:42 UTC (rev 390800)
@@ -1,89 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
-url="https://flatpak.org;
-arch=(x86_64)
-license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
- python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
-checkdepends=(valgrind socat)
-_commit=bac2e705259faa9f7c05f097447d276369ab33b9  # tags/1.7.2^0
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libglnx.git;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://github.com/flatpak/xdg-dbus-proxy;
-https://dl.flathub.org/repo/flathub.flatpakrepo
-flatpak-bindir.sh)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
-'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git config --local submodule.dbus-proxy.url "$srcdir/xdg-dbus-proxy"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-static \
---enable-gtk-doc \
---with-system-bubblewrap \
---with-system-dbus-proxy \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir/usr/share/selinux"
-
-  install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
-  install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
-
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-x86_64/PKGBUILD (from rev 390799, 
flatpak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 17:02:42 UTC (rev 390800)
@@ -0,0 +1,86 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
+url="https://flatpak.org;
+arch=(x86_64)
+license=(LGPL2.1)
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+ python bubblewrap appstream-glib xdg-dbus-proxy)
+makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
+checkdepends=(valgrind socat)
+_commit=2e9776f209e814e256dd7d42661d2455b6516d01  # tags/1.8.1^0
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libglnx.git;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://github.com/flatpak/xdg-dbus-proxy;
+https://dl.flathub.org/repo/flathub.flatpakrepo
+flatpak-bindir.sh)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'3371dd250e61d9e1633630073fefda153cd4426f72f4afa0c3373ae2e8fea03a'
+'cf20e4831bceaaee74e9298b4ad7c4d2d51085d43f62d1c6a2d2977d2f421e00')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  

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

2020-07-03 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, July 3, 2020 @ 17:02:25
  Author: bpiotrowski
Revision: 390799

1.8.1-1

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 16:32:42 UTC (rev 390798)
+++ PKGBUILD2020-07-03 17:02:25 UTC (rev 390799)
@@ -2,17 +2,17 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=flatpak
-pkgver=1.7.2
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org;
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(dbus systemd glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
+depends=(dbus glib2 libsoup polkit libxau ostree json-glib libseccomp 
libarchive
  python bubblewrap appstream-glib xdg-dbus-proxy)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto)
+makedepends=(intltool systemd gobject-introspection gtk-doc git docbook-xsl 
xmlto)
 checkdepends=(valgrind socat)
-_commit=bac2e705259faa9f7c05f097447d276369ab33b9  # tags/1.7.2^0
+_commit=2e9776f209e814e256dd7d42661d2455b6516d01  # tags/1.8.1^0
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libglnx.git;
 "git+https://github.com/projectatomic/bubblewrap;
@@ -81,9 +81,6 @@
   install -Dm644 "$srcdir/flatpak-bindir.sh" 
"$pkgdir/etc/profile.d/flatpak-bindir.sh"
   install -Dm644 "$srcdir/flathub.flatpakrepo" 
"$pkgdir/etc/flatpak/remotes.d/flathub.flatpakrepo"
 
-  echo 'u flatpak - "Flatpak system helper"' |
-install -Dm644 /dev/stdin "$pkgdir/usr/lib/sysusers.d/flatpak.conf"
-
   # Fixup mode to match polkit
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
 }


[arch-commits] Commit in nginx-mod-srcache/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-03 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 3, 2020 @ 16:40:32
  Author: mtorromeo
Revision: 657648

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-srcache/repos/community-x86_64/PKGBUILD
(from rev 657647, nginx-mod-srcache/trunk/PKGBUILD)
Deleted:
  nginx-mod-srcache/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 16:40:18 UTC (rev 657647)
+++ PKGBUILD2020-07-03 16:40:32 UTC (rev 657648)
@@ -1,38 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-srcache
-pkgver=0.31
-pkgrel=9
-
-_modname="${pkgname#nginx-mod-}"
-
-pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
-arch=('x86_64')
-depends=('nginx')
-makedepends=('nginx-src')
-url="https://github.com/openresty/srcache-nginx-module;
-license=('BSD')
-
-source=(
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
-
-build() {
-  cp -r /usr/src/nginx .
-
-   cd "$srcdir"/nginx
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-srcache/repos/community-x86_64/PKGBUILD (from rev 657647, 
nginx-mod-srcache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 16:40:32 UTC (rev 657648)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-srcache
+pkgver=0.32
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+
+pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
+arch=('x86_64')
+depends=('nginx')
+makedepends=('nginx-src')
+url="https://github.com/openresty/srcache-nginx-module;
+license=('BSD')
+
+source=(
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47')
+
+build() {
+   cp -r /usr/src/nginx .
+
+   cd "$srcdir"/nginx
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


[arch-commits] Commit in nginx-mod-srcache/trunk (PKGBUILD)

2020-07-03 Thread Massimiliano Torromeo via arch-commits
Date: Friday, July 3, 2020 @ 16:40:18
  Author: mtorromeo
Revision: 657647

upgpkg: nginx-mod-srcache 0.32-1

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 16:05:45 UTC (rev 657646)
+++ PKGBUILD2020-07-03 16:40:18 UTC (rev 657647)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-srcache
-pkgver=0.31
-pkgrel=9
+pkgver=0.32
+pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
 
@@ -17,10 +17,10 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+sha256sums=('fd80e59b672e4ff3b4e943740b3facab421c6965226b5934aed16a514baacf47')
 
 build() {
-  cp -r /usr/src/nginx .
+   cp -r /usr/src/nginx .
 
cd "$srcdir"/nginx
./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver


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

2020-07-03 Thread Jan Steffens via arch-commits
Date: Friday, July 3, 2020 @ 16:32:42
  Author: heftig
Revision: 390798

3.36.4-1

Modified:
  iagno/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 13:10:37 UTC (rev 390797)
+++ PKGBUILD2020-07-03 16:32:42 UTC (rev 390798)
@@ -1,8 +1,8 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 
 pkgname=iagno
-pkgver=3.36.3
+pkgver=3.36.4
 pkgrel=1
 pkgdesc="Dominate the board in a classic version of Reversi"
 url="https://wiki.gnome.org/Apps/Iagno;
@@ -11,7 +11,7 @@
 depends=(gtk3 gsound librsvg)
 makedepends=(meson gobject-introspection yelp-tools appstream-glib vala git)
 groups=(gnome-extra)
-_commit=3e1826a6b00d59b4304c1ac127cd7978caed8941  # tags/3.36.3^0
+_commit=0eefba735f6587ea061589be9104aa031776a9c7  # tags/3.36.4^0
 source=("git+https://gitlab.gnome.org/GNOME/iagno.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2020-07-03 Thread Andrew Crerar via arch-commits
Date: Friday, July 3, 2020 @ 16:05:45
  Author: andrewsc
Revision: 657646

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

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

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

2020-07-03 Thread Andrew Crerar via arch-commits
Date: Friday, July 3, 2020 @ 16:05:20
  Author: andrewsc
Revision: 657645

upgpkg: firefox-developer-edition-i18n 79.0b3-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 15:45:01 UTC (rev 657644)
+++ PKGBUILD2020-07-03 16:05:20 UTC (rev 657645)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=79.0b2
+pkgver=79.0b3
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('fd94d0ae1251d33a6a89ad71c314114664f1a3327dabe566aef1210cbd0fa471a1d051c8aa295765b6c9598fd6a147a91b30373c168e4f07b46d2ea6fa6b2ad7'
-
'915eded3ba14d4a9e3364947eb639d1fc39ce0b406f2c421bbb6b20b314c1bbaced52db3c9b8f697d902c56c681885386bd1381f5c643d6241825d5a89651082'
-
'40585793281060707742f1ab041a23222ce756c077cf5fa8bf9010e338f184a52c65f48d400905e2164c4acb6b275b0a8054ece533f25fc848353e1fc4711d40'
-
'579d3ae82afe85c4225ef7a7d86e2c7e95a5ae20bfcf751fa23669e6c9f49c62779a0dd66c26a88418be407e9f922eab2b34d85b5e26402e2c46a460fd18b1b7'
-
'4e375ca6784ee783c9372224c8520ec7c0e473d1ff4f94ad6508e3a8ca4d6510e599b719f86f5d64cd402955ef9dcbadef128769c1a3975f97152cb2298f4ca1'
-
'd2e43cf560c54aa1c347dd184ec4381f7360200eaf3725c264e258bf66ec988b36b0fef5772f169fe5fcf5dedf81015e54d0496fd84fd9409252b7eb4b989579'
-
'af48e4a328edd63383b55ae506f171cbbc406decad2a11fce7bce51fd3b0b39ea1e0e2ae65182567c45ee4c9e414036d0ef11a8d0e804afe94378dc9dac58acc'
-
'5ea53d3f7940b2eee75f584f68d613e2c9b5b366452e7e5f3cf77cad0c00d9e018f9aa1a816adc8d2c0a9fbe3b3e9e24843c5569f225c681177856813a82683f'
-
'ddd283d2569ec314368f061d3d77aa671c55cbe251e9291e4d3ff5be78d103bfa6e5921c07874d4280cf54f6056e297fa40f432c9fc2dfabe6f0d40bc51f886e'
-
'97397a9578d41584dd25016ab0ba1e46e92678d6236e8413599a4ed55c66002bf2c66702884f1b096d9ca1d74c2117899a42841f631629c466d375a5b6db7ca8'
-
'dafdcc3b5711f9bcd7250b14c7a9c57487a5d7f478a548675f46cec301899a724f6190b6e20c6ef84cbb87c59607e35f981f55fd9aeb9f8a847b5c92953ac847'
-
'ceae23f6a1dbcab48238beaadb4641048a5531285fe47a5923151e75546e22cbb89856dd1812e67f56a00427171b31ba8df27a523c4e7ed089cee80d2fbfe145'
-
'd8d4cd209f1892f71667dc19314dd6f398e217c80cff63053d9b1e2ae348f99f2182903ad6f752a7757e48b0fa1815b248a1c9a5c19e168d89a3bcf9e6541d4e'
-
'66b039671f54e6d7fad284ee15e8f2a4bc964c0bd5d43cc45a9943d30cfb7f9f93ac6a70e44fd66f1574b26709dde2efb9c1bc339d8a2491007429ce3b709f90'
-
'bd4799db262356292202c4679d05b3e94ce61def3d94d2c6a371551d21cc825f9dd73f90f976cdca3f0ccbfc217009d28adf1e3880cfeb4bd7de261f0e54913d'
-
'edb9b14bd950742ab20f3308978f9c7a9c3d6a1375ec0d1f0b81a8fd32ea673325ba1abd81aa78414fb9c52eb668f36a9a3d8a4ad23323fc0d4f232050515952'
-
'c93cf26af777e7a93ac1a0eada96c9a70a135188de7350f97c3f33bd9a06f0ac9a925320084c709d985995a55df434699578eaa9d21cd15e0f49ae87061091e9'
-
'5e64569b5171dc7a30f97f9301de9dbee79e916ff2e48120b2bbfc1fe970e2f0fab11586585dbc46cc374561c0ff901f92cd6fded92b21e7e6ed2f14bfd633ac'
-
'c2d4bc5520acec83fda25f2175942a0edf73672d23ba2aa350a5bc9f35a9bd6c56ebafd3b8ca56e468f234ae6b5d540551278bdcc29a7bfd40f03629eb96e39e'
-
'1cc79b029257090174cb9ee1e35aa9f6fd745f7eda61897be25524d441e5e47d4d91877c4945fed6dacb87869ecf9e3a7a7b16abde0b022d07d942a94c875952'
-
'8b5c801b8f2ec680662df678ae993a7ec8eb32e2d8bbedbb4ab67c8bc3290e1b1f79ee5b08460f4820611912300f6eb526d18b6b4a76744337f2a1a9731b45fb'
-
'e83f8f1a0b5684543b6c7b90fb3c3569dd31988ee155eea3dffbedd4889180507af5340b2c365009d03a7b67b3e36de69e6c709b5af239111383726af7e7e936'
-
'8d59c1e1288da2a48be1201fe422e4683501f78cd4a29059b89f4a7ba1e655a948995377adf18f153253d23b0be798b3bd80f8bcbe1c466e1caae74ac25c51f2'
-
'ac2047067fdab99e2861cfa667111432f181c8dc4bfdccd9c8c4bdc22fbeb7ab065e555688f65dd81a1a8fdb5fd1371a948329cc6cb15e2829ed452f0750f435'
-
'f6563880fa7765a7c7f9e4130558139d5295190470b0a757fdc9d0845143ab12dcbf12c49a11edc55d7b33a671096d4afa51750ad13a2df8c609993a27ff156d'
-
'38bbd057e0ff7cecb52a93a2b8e556d7941e5d89d1135a8b954711142c5aee772750e70342e7aa163b853ff78c7c82293b0005d370e9360da2171f156ecb5bef'
-
'c55992ac111c1c2ebd93dadd37f87579ea6a42deb6e8920314efd1874c6dc551b7dded2035ce6e2d92966b4b939df97c0cea9050d855f8d7da4fb28007aa9bf5'
-
'463dba97e2575dc40c18d61e0bf7b8796f61c75d31ee328e5f0aa4fa9cbb9693a4320e981ca39ae9401ddf20b45bae83dd2a001e0703cf6fd36417d976837ffd'
-

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

2020-07-03 Thread Andrew Crerar via arch-commits
Date: Friday, July 3, 2020 @ 15:45:01
  Author: andrewsc
Revision: 657644

archrelease: copy trunk to community-x86_64

Added:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
(from rev 657643, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 657643, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 657643, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 657643, firefox-developer-edition/trunk/firefox-install-dir.patch)
Deleted:
  
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch

+
 0001_Use_remoting_name_for_GDK_application_names.patch |   96 +-
 PKGBUILD   |  446 -
 firefox-developer-edition.desktop  |  680 +++
 firefox-install-dir.patch  |   86 -
 4 files changed, 654 insertions(+), 654 deletions(-)

Deleted: 0001_Use_remoting_name_for_GDK_application_names.patch
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-03 
15:44:38 UTC (rev 657643)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-03 
15:45:01 UTC (rev 657644)
@@ -1,48 +0,0 @@
-# HG changeset patch
-# User Andrew Crerar 
-# Date 153129 14400
-#  Thu May 07 16:25:29 2020 -0400
-# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
-# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
-Use remoting name for GDK application names
-
-diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
 a/toolkit/xre/nsAppRunner.cpp
-+++ b/toolkit/xre/nsAppRunner.cpp
-@@ -3703,11 +3703,7 @@
-   // consistently.
- 
-   // Set program name to the one defined in application.ini.
--  {
--nsAutoCString program(gAppData->name);
--ToLowerCase(program);
--g_set_prgname(program.get());
--  }
-+  g_set_prgname(gAppData->remotingName);
- 
-   // Initialize GTK here for splash.
- 
-diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
 a/widget/gtk/nsAppShell.cpp
-+++ b/widget/gtk/nsAppShell.cpp
-@@ -24,6 +24,7 @@
- #  include "WakeLockListener.h"
- #endif
- #include "gfxPlatform.h"
-+#include "nsAppRunner.h"
- #include "ScreenHelperGTK.h"
- #include "HeadlessScreenHelper.h"
- #include "mozilla/widget/ScreenManager.h"
-@@ -178,10 +179,8 @@
-   // creating top-level windows. (At this point, a child process hasn't
-   // received the list of registered chrome packages, so the
-   // GetBrandShortName call would fail anyway.)
--  nsAutoString brandName;
--  mozilla::widget::WidgetUtils::GetBrandShortName(brandName);
--  if (!brandName.IsEmpty()) {
--gdk_set_program_class(NS_ConvertUTF16toUTF8(brandName).get());
-+  if (gAppData) {
-+gdk_set_program_class(gAppData->remotingName);
-   }
- }
-   }

Copied: 
firefox-developer-edition/repos/community-x86_64/0001_Use_remoting_name_for_GDK_application_names.patch
 (from rev 657643, 
firefox-developer-edition/trunk/0001_Use_remoting_name_for_GDK_application_names.patch)
===
--- 0001_Use_remoting_name_for_GDK_application_names.patch  
(rev 0)
+++ 0001_Use_remoting_name_for_GDK_application_names.patch  2020-07-03 
15:45:01 UTC (rev 657644)
@@ -0,0 +1,48 @@
+# HG changeset patch
+# User Andrew Crerar 
+# Date 153129 14400
+#  Thu May 07 16:25:29 2020 -0400
+# Node ID 9970281ae22ce7cad35870ef91d27149ec7e9879
+# Parent  c9a2a8be0647d05e5f354794c3e7b7298cdbe26f
+Use remoting name for GDK application names
+
+diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
+--- a/toolkit/xre/nsAppRunner.cpp
 b/toolkit/xre/nsAppRunner.cpp
+@@ -3703,11 +3703,7 @@
+   // consistently.
+ 
+   // Set program name to the one defined in application.ini.
+-  {
+-nsAutoCString program(gAppData->name);
+-ToLowerCase(program);
+-g_set_prgname(program.get());
+-  }
++  g_set_prgname(gAppData->remotingName);
+ 
+   // Initialize GTK here for splash.
+ 
+diff --git a/widget/gtk/nsAppShell.cpp b/widget/gtk/nsAppShell.cpp
+--- a/widget/gtk/nsAppShell.cpp
 b/widget/gtk/nsAppShell.cpp
+@@ -24,6 +24,7 @@
+ #  include "WakeLockListener.h"
+ #endif
+ #include "gfxPlatform.h"
++#include "nsAppRunner.h"
+ 

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

2020-07-03 Thread Andrew Crerar via arch-commits
Date: Friday, July 3, 2020 @ 15:44:38
  Author: andrewsc
Revision: 657643

upgpkg: firefox-developer-edition 79.0b3-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 15:29:33 UTC (rev 657642)
+++ PKGBUILD2020-07-03 15:44:38 UTC (rev 657643)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=79.0b2
+pkgver=79.0b3
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -23,7 +23,7 @@
 firefox-install-dir.patch
 0001_Use_remoting_name_for_GDK_application_names.patch
 "$pkgname".desktop)
-sha512sums=('14f0e567fca68c4bb5bed8f1dba1373c052cec3061344bd8019aab25f0685e5a418651a1b09ad97c48a108c043d962cfb01a284647c5049872556903ad37f9d5'
+sha512sums=('f78fbd060ad46b97c8688321f404efe0b0c0cd91a01d0188b7eecbd6c76a06e26776e4fc1b7236b5454f7f42d3c80ed4639d6224a041c8e214b2431dcd26a647'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'812f0f34d16472a305ad78b5b22f4d0ef0ac63e47e10700954f4e3374cfe25d596a9ef137ea48a421128d504affb653cf310bd3c33bc313d505924f8f392ad8f'


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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 15:29:29
  Author: bgyorgy
Revision: 657641

upgpkg: qgis 3.14.0-2: Add missing dependency (FS#67176)

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 14:47:06 UTC (rev 657640)
+++ PKGBUILD2020-07-03 15:29:29 UTC (rev 657641)
@@ -10,17 +10,16 @@
 
 pkgname=qgis
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=(GPL)
 arch=(x86_64)
-depends=(exiv2 gdal hicolor-icon-theme libzip protobuf python-qscintilla-qt5 
python-sip qca qt5-3d
+depends=(exiv2 gdal gsl hicolor-icon-theme libzip protobuf 
python-qscintilla-qt5 python-sip qca qt5-3d
  qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex)
-makedepends=(cmake fcgi gsl python-setuptools python-six qt5-tools txt2tags 
sip)
+makedepends=(cmake fcgi python-setuptools python-six qt5-tools txt2tags sip)
 optdepends=('fcgi: Map server'
 'gpsbabel: GPS Tools plugin'
-'gsl: Georeferencer plugin'
 'python-gdal: DB Manager plugin; Processing plugin'
 'python-jinja: MetaSearch plugin'
 'python-owslib: MetaSearch plugin'


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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 15:29:33
  Author: bgyorgy
Revision: 657642

archrelease: copy trunk to community-x86_64

Added:
  qgis/repos/community-x86_64/PKGBUILD
(from rev 657641, qgis/trunk/PKGBUILD)
Deleted:
  qgis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 15:29:29 UTC (rev 657641)
+++ PKGBUILD2020-07-03 15:29:33 UTC (rev 657642)
@@ -1,55 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Doug Newgard 
-# Contributor: XavierCLL 
-# Contributor: SaultDon 
-# Contributor: Lantald < lantald at gmx.com >
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Eric Forgeot < http://esclinux.tk >
-
-pkgname=qgis
-pkgver=3.14.0
-pkgrel=1
-pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
-url='https://qgis.org/'
-license=(GPL)
-arch=(x86_64)
-depends=(exiv2 gdal hicolor-icon-theme libzip protobuf python-qscintilla-qt5 
python-sip qca qt5-3d
- qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex)
-makedepends=(cmake fcgi gsl python-setuptools python-six qt5-tools txt2tags 
sip)
-optdepends=('fcgi: Map server'
-'gpsbabel: GPS Tools plugin'
-'gsl: Georeferencer plugin'
-'python-gdal: DB Manager plugin; Processing plugin'
-'python-jinja: MetaSearch plugin'
-'python-owslib: MetaSearch plugin'
-'python-psycopg2: DB Manager plugin; Processing plugin'
-'python-pygments: MetaSearch plugin'
-'python-numpy: Processing plugin'
-'python-yaml: Processing plugin')
-source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8')
-
-prepare() {
-  [[ -d build ]] || mkdir build
-}
-
-build() {
-  cd build
-  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_3D=TRUE \
--DWITH_SERVER=TRUE \
--DWITH_CUSTOM_WIDGETS=TRUE \
--DBINDINGS_GLOBAL_INSTALL=TRUE \
--DQGIS_MANUAL_SUBDIR=share/man \
--DWITH_QWTPOLAR=TRUE \
--DWITH_INTERNAL_QWTPOLAR=FALSE
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: qgis/repos/community-x86_64/PKGBUILD (from rev 657641, 
qgis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 15:29:33 UTC (rev 657642)
@@ -0,0 +1,54 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.14.0
+pkgrel=2
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=(GPL)
+arch=(x86_64)
+depends=(exiv2 gdal gsl hicolor-icon-theme libzip protobuf 
python-qscintilla-qt5 python-sip qca qt5-3d
+ qt5-serialport qt5-webkit qtkeychain qwtpolar spatialindex)
+makedepends=(cmake fcgi python-setuptools python-six qt5-tools txt2tags sip)
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin'
+'python-gdal: DB Manager plugin; Processing plugin'
+'python-jinja: MetaSearch plugin'
+'python-owslib: MetaSearch plugin'
+'python-psycopg2: DB Manager plugin; Processing plugin'
+'python-pygments: MetaSearch plugin'
+'python-numpy: Processing plugin'
+'python-yaml: Processing plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('1b76c5278def0c447c3d354149a2afe2562ac26cf0bcbe69b9e0528356d407b8')
+
+prepare() {
+  [[ -d build ]] || mkdir build
+}
+
+build() {
+  cd build
+  cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DWITH_INTERNAL_QWTPOLAR=FALSE
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 14:47:06
  Author: bgyorgy
Revision: 657640

archrelease: copy trunk to community-x86_64

Added:
  gnome-flashback/repos/community-x86_64/PKGBUILD
(from rev 657639, gnome-flashback/trunk/PKGBUILD)
  gnome-flashback/repos/community-x86_64/gnome-flashback.pam
(from rev 657639, gnome-flashback/trunk/gnome-flashback.pam)
Deleted:
  gnome-flashback/repos/community-x86_64/PKGBUILD
  gnome-flashback/repos/community-x86_64/gnome-flashback.pam

-+
 PKGBUILD|  114 --
 gnome-flashback.pam |   12 ++---
 2 files changed, 61 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 14:47:02 UTC (rev 657639)
+++ PKGBUILD2020-07-03 14:47:06 UTC (rev 657640)
@@ -1,59 +0,0 @@
-# Maintainer: Balló György 
-
-pkgname=gnome-flashback
-pkgver=3.36.3
-pkgrel=2
-pkgdesc="GNOME Flashback session"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/GnomeFlashback;
-license=('GPL')
-depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon' 'gnome-themes-extra' 'libibus' 'metacity')
-makedepends=('autoconf-archive' 'git' 'intltool' 'python')
-optdepends=('gnome-backgrounds: Default background'
-'gnome-control-center: System settings'
-'network-manager-applet: Network management')
-_commit=5036ec999d9f9ad8772e863e4cee2b679beb569f  # tags/3.36.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
-gnome-flashback.pam)
-sha256sums=('SKIP'
-'SKIP'
-'7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git submodule set-url gvc/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-
-  # Remove unneeded module
-  sed -i '/status_notifier_watcher/d' gnome-flashback/gf-application.c
-  sed -i '/libstatus-notifier-watcher/d' gnome-flashback/Makefile.am
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-schemas-compile --enable-compile-warnings=minimum
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  # Install pam file for the screensaver
-  install -Dm644 ../gnome-flashback.pam "$pkgdir/etc/pam.d/gnome-flashback"
-}

Copied: gnome-flashback/repos/community-x86_64/PKGBUILD (from rev 657639, 
gnome-flashback/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 14:47:06 UTC (rev 657640)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-flashback
+pkgver=3.36.3
+pkgrel=3
+pkgdesc="GNOME Flashback session"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/GnomeFlashback;
+license=('GPL')
+depends=('gnome-bluetooth' 'gnome-panel' 'gnome-session' 
'gnome-settings-daemon' 'gnome-themes-extra' 'libibus' 'metacity')
+makedepends=('autoconf-archive' 'git' 'intltool' 'python')
+optdepends=('gnome-backgrounds: Default background'
+'gnome-control-center: System settings'
+'network-manager-applet: Network management')
+_commit=5036ec999d9f9ad8772e863e4cee2b679beb569f  # tags/3.36.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-flashback.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;
+gnome-flashback.pam)
+sha256sums=('SKIP'
+'SKIP'
+'7148b3b1773fa312d6cd14798338cc70cffb6df7504ff1787687edd0363138d2')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule set-url gvc/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-schemas-compile --enable-compile-warnings=minimum
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  # Install pam file for the screensaver
+  install -Dm644 ../gnome-flashback.pam "$pkgdir/etc/pam.d/gnome-flashback"
+}

Deleted: gnome-flashback.pam
===
--- gnome-flashback.pam 2020-07-03 14:47:02 UTC (rev 657639)
+++ gnome-flashback.pam 2020-07-03 14:47:06 UTC (rev 657640)
@@ -1,6 +0,0 @@
-#%PAM-1.0
-auth   include system-auth
-auth   optional pam_gnome_keyring.so
-accountinclude system-auth
-password   include 

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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 14:47:02
  Author: bgyorgy
Revision: 657639

upgpkg: gnome-flashback 3.36.3-3: Reenable module, libappindicator has been 
fixed

Modified:
  gnome-flashback/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 14:39:44 UTC (rev 657638)
+++ PKGBUILD2020-07-03 14:47:02 UTC (rev 657639)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-flashback
 pkgver=3.36.3
-pkgrel=2
+pkgrel=3
 pkgdesc="GNOME Flashback session"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeFlashback;
@@ -31,10 +31,6 @@
   git submodule set-url gvc/gvc "$srcdir/libgnome-volume-control"
   git submodule update
 
-  # Remove unneeded module
-  sed -i '/status_notifier_watcher/d' gnome-flashback/gf-application.c
-  sed -i '/libstatus-notifier-watcher/d' gnome-flashback/Makefile.am
-
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 14:39:44
  Author: bgyorgy
Revision: 657638

archrelease: copy trunk to community-x86_64

Added:
  libappindicator/repos/community-x86_64/PKGBUILD
(from rev 657637, libappindicator/trunk/PKGBUILD)
  libappindicator/repos/community-x86_64/no-host.patch
(from rev 657637, libappindicator/trunk/no-host.patch)
Deleted:
  libappindicator/repos/community-x86_64/PKGBUILD
  libappindicator/repos/community-x86_64/no-python.patch

-+
 PKGBUILD|  157 +++---
 no-host.patch   |   65 ++
 no-python.patch |   73 -
 3 files changed, 145 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 14:39:41 UTC (rev 657637)
+++ PKGBUILD2020-07-03 14:39:44 UTC (rev 657638)
@@ -1,77 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Llewelyn Trahaearn 
-# Contributor: FadeMind 
-# Contributor: Maxime Gauduin 
-# Contributor: bitwave 
-# Contributor: willemw 
-# Contributor: Balló György 
-
-pkgbase=libappindicator
-pkgname=("${pkgbase}-gtk"{2,3})
-pkgver=12.10.0
-pkgrel=14
-pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, 
KDE or Systray'
-url='https://launchpad.net/libappindicator'
-arch=('x86_64')
-license=('LGPL2.1' 'LGPL3')
-makedepends=('dbus-glib' 'gobject-introspection' 'libdbusmenu-gtk'{2,3} 
'libindicator-gtk'{2,3} 'vala')
-options=('!emptydirs')
-source=(http://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}
-no-python.patch)
-sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a'
-'SKIP'
-
'0fd8ad2afa6ef25b9d006fb7c7fbbf1acd9b5af282a0373720f4ddc39d28bd5a9ae24b01f02c320593a543b316e5634d3a38dda6801aa9eff76a0b2fbc627fe0')
-validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E')  # Charles Kerr 

-
-prepare() {
-  (cd ${pkgbase}-${pkgver}
-patch -p1 < "${srcdir}/no-python.patch"
-sed -i 's/-Werror//' src/Makefile.am
-autoreconf -fi
-  )
-  cp -ra ${pkgbase}-${pkgver}{,-gtk2}
-}
-
-build() {
-  export CFLAGS="${CFLAGS} -Wno-deprecated-declarations"
-  export CSC='/usr/bin/mcs'
-
-  msg2 'Building gtk3...'
-  (cd ${pkgbase}-${pkgver}
-./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gtk=3
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-  )
-
-  msg2 'Building gtk2...'
-  (cd ${pkgbase}-${pkgver}-gtk2
-./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gtk=2
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
-  )
-}
-
-package_libappindicator-gtk2() {
-  pkgdesc+=' (GTK+ 2 library)'
-  depends=('libdbusmenu-gtk2' 'libindicator-gtk2')
-
-  cd ${pkgbase}-${pkgver}-gtk2
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/gtk-doc
-}
-
-package_libappindicator-gtk3() {
-  pkgdesc+=' (GTK+ 3 library)'
-  depends=('libdbusmenu-gtk3' 'libindicator-gtk3')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libappindicator/repos/community-x86_64/PKGBUILD (from rev 657637, 
libappindicator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 14:39:44 UTC (rev 657638)
@@ -0,0 +1,80 @@
+# Maintainer: Levente Polyak 
+# Contributor: Llewelyn Trahaearn 
+# Contributor: FadeMind 
+# Contributor: Maxime Gauduin 
+# Contributor: bitwave 
+# Contributor: willemw 
+# Contributor: Balló György 
+
+pkgbase=libappindicator
+pkgname=("${pkgbase}-gtk"{2,3})
+_bzrtag=12.10.0
+_bzrrev=296
+pkgver=${_bzrtag}.r${_bzrrev}
+pkgrel=1
+pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, 
KDE or Systray'
+url='https://launchpad.net/libappindicator'
+arch=('x86_64')
+license=('LGPL2.1' 'LGPL3')
+makedepends=('bzr' 'dbus-glib' 'gnome-common' 'gobject-introspection' 
'gtk-doc' 'libdbusmenu-gtk'{2,3} 'libindicator-gtk'{2,3} 'vala')
+options=('!emptydirs')
+source=(bzr+lp:libappindicator#revision=$_bzrrev
+no-host.patch)
+sha512sums=('SKIP'
+
'cfc9481ad26712063f9d1bfdd1f94327f579c0c58385cec8adb4e5f12398ef2eb4427a62e6580cda75434d967623235940562f826a909501ee52eef8135703fa')
+validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E')  # Charles Kerr 

+
+prepare() {
+  (cd ${pkgbase}
+
+# Fall back to tray icon when StatusNotifierHost is not available.
+# 
https://code.launchpad.net/~muktupavels/libappindicator/no-host/+merge/386817
+patch -p0 < "${srcdir}/no-host.patch"
+
+sed -i 's/-Werror//' src/Makefile.am
+./autogen.sh
+  )
+  cp -ra ${pkgbase}{,-gtk2}
+}
+
+build() {
+  msg2 'Building gtk3...'
+  (cd ${pkgbase}
+./configure 

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

2020-07-03 Thread Balló György via arch-commits
Date: Friday, July 3, 2020 @ 14:39:41
  Author: bgyorgy
Revision: 657637

upgpkg: libappindicator 12.10.0.r296-1: Update to the latest bzr snapshot in 
order to fix various problems (FS#65885)

Added:
  libappindicator/trunk/no-host.patch
Modified:
  libappindicator/trunk/PKGBUILD
Deleted:
  libappindicator/trunk/no-python.patch

-+
 PKGBUILD|   51 +++--
 no-host.patch   |   65 
 no-python.patch |   73 --
 3 files changed, 92 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 13:10:25 UTC (rev 657636)
+++ PKGBUILD2020-07-03 14:39:41 UTC (rev 657637)
@@ -8,52 +8,56 @@
 
 pkgbase=libappindicator
 pkgname=("${pkgbase}-gtk"{2,3})
-pkgver=12.10.0
-pkgrel=14
+_bzrtag=12.10.0
+_bzrrev=296
+pkgver=${_bzrtag}.r${_bzrrev}
+pkgrel=1
 pkgdesc='Allow applications to extend a menu via Ayatana indicators in Unity, 
KDE or Systray'
 url='https://launchpad.net/libappindicator'
 arch=('x86_64')
 license=('LGPL2.1' 'LGPL3')
-makedepends=('dbus-glib' 'gobject-introspection' 'libdbusmenu-gtk'{2,3} 
'libindicator-gtk'{2,3} 'vala')
+makedepends=('bzr' 'dbus-glib' 'gnome-common' 'gobject-introspection' 
'gtk-doc' 'libdbusmenu-gtk'{2,3} 'libindicator-gtk'{2,3} 'vala')
 options=('!emptydirs')
-source=(http://launchpad.net/${pkgbase}/${pkgver%.*}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz{,.asc}
-no-python.patch)
-sha512sums=('317a22a23c8ed84e74207b64b2e9683992d1fb7208176637a051dfe925974f966d1cfa31e650b45eaf839ab61641dee8fbebc8a07882a09b0dd766d88b8d5b9a'
-'SKIP'
-
'0fd8ad2afa6ef25b9d006fb7c7fbbf1acd9b5af282a0373720f4ddc39d28bd5a9ae24b01f02c320593a543b316e5634d3a38dda6801aa9eff76a0b2fbc627fe0')
+source=(bzr+lp:libappindicator#revision=$_bzrrev
+no-host.patch)
+sha512sums=('SKIP'
+
'cfc9481ad26712063f9d1bfdd1f94327f579c0c58385cec8adb4e5f12398ef2eb4427a62e6580cda75434d967623235940562f826a909501ee52eef8135703fa')
 validpgpkeys=('6FC05581A37D71FCECE165DB5BE41E162CD6358E')  # Charles Kerr 

 
 prepare() {
-  (cd ${pkgbase}-${pkgver}
-patch -p1 < "${srcdir}/no-python.patch"
+  (cd ${pkgbase}
+
+# Fall back to tray icon when StatusNotifierHost is not available.
+# 
https://code.launchpad.net/~muktupavels/libappindicator/no-host/+merge/386817
+patch -p0 < "${srcdir}/no-host.patch"
+
 sed -i 's/-Werror//' src/Makefile.am
-autoreconf -fi
+./autogen.sh
   )
-  cp -ra ${pkgbase}-${pkgver}{,-gtk2}
+  cp -ra ${pkgbase}{,-gtk2}
 }
 
 build() {
-  export CFLAGS="${CFLAGS} -Wno-deprecated-declarations"
-  export CSC='/usr/bin/mcs'
-
   msg2 'Building gtk3...'
-  (cd ${pkgbase}-${pkgver}
+  (cd ${pkgbase}
 ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
-  --with-gtk=3
+  --with-gtk=3 \
+  --enable-gtk-doc
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
+make -j1
   )
 
   msg2 'Building gtk2...'
-  (cd ${pkgbase}-${pkgver}-gtk2
+  (cd ${pkgbase}-gtk2
 ./configure --prefix=/usr \
   --sysconfdir=/etc \
   --localstatedir=/var \
-  --with-gtk=2
+  --with-gtk=2 \
+  --disable-introspection
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-make
+make -j1
   )
 }
 
@@ -61,9 +65,8 @@
   pkgdesc+=' (GTK+ 2 library)'
   depends=('libdbusmenu-gtk2' 'libindicator-gtk2')
 
-  cd ${pkgbase}-${pkgver}-gtk2
+  cd ${pkgbase}-gtk2
   make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/gtk-doc
 }
 
 package_libappindicator-gtk3() {
@@ -70,7 +73,7 @@
   pkgdesc+=' (GTK+ 3 library)'
   depends=('libdbusmenu-gtk3' 'libindicator-gtk3')
 
-  cd ${pkgbase}-${pkgver}
+  cd ${pkgbase}
   make DESTDIR="${pkgdir}" install
 }
 

Added: no-host.patch
===
--- no-host.patch   (rev 0)
+++ no-host.patch   2020-07-03 14:39:41 UTC (rev 657637)
@@ -0,0 +1,65 @@
+=== modified file 'src/app-indicator.c'
+--- src/app-indicator.c2020-04-08 18:39:30 +
 src/app-indicator.c2020-07-03 10:12:45 +
+@@ -213,6 +213,38 @@
+ G_DEFINE_TYPE (AppIndicator, app_indicator, G_TYPE_OBJECT);
+ 
+ static void
++check_is_host_registered (AppIndicator *self)
++{
++  GVariant *variant;
++  gboolean is_host_registered;
++
++  variant = g_dbus_proxy_get_cached_property (self->priv->watcher_proxy,
++  
"IsStatusNotifierHostRegistered");
++
++  is_host_registered = FALSE;
++  if (variant != NULL) {
++  is_host_registered = g_variant_get_boolean (variant);
++  g_variant_unref (variant);
++  }
++
++  if (!is_host_registered) {
++  start_fallback_timer (self, FALSE);
++  return;
++  }
++
++  

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

2020-07-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 3, 2020 @ 13:05:39
  Author: yan12125
Revision: 657632

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 657631, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 13:05:22 UTC (rev 657631)
+++ PKGBUILD2020-07-03 13:05:39 UTC (rev 657632)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=nvchecker
-pkgver=1.6.post1
-# The commit bumps version in setup.py, and it's not tagged
-_commit=bc2fcd148d460ec9c0f0c12bc77e0326adad5546
-pkgrel=2
-pkgdesc="New version checker for software releases"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker;
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'git' 'mercurial')
-optdepends=(
-  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
-  'bzr: for VCS sources'
-  'git: for VCS sources'
-  'mercurial: for VCS sources'
-  'subversion: for VCS sources'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/$_commit.tar.gz;)
-sha512sums=('476ec6bf8ef20255b685720fa501c0c672a0d6a32d0cd5bb1e6458a00236201dad8ff2a9d0d2a64365aebb4d3d2dc089a7cfc2bd84923f6ec9ecb7114322327c')
-
-build() {
-  cd nvchecker-$_commit
-  python setup.py build
-}
-
-check() {
-  cd nvchecker-$_commit
-  pytest
-}
-
-package() {
-  cd nvchecker-$_commit
-  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 657631, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 13:05:39 UTC (rev 657632)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=nvchecker
+pkgver=1.7
+pkgrel=1
+pkgdesc="New version checker for software releases"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker;
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-structlog' 'python-tornado' 
'python-pycurl')
+checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 
'python-flaky' 'git' 'mercurial')
+optdepends=(
+  'pyalpm: allow using "sort_version_key = vercmp" in configuration files'
+  'bzr: for VCS sources'
+  'git: for VCS sources'
+  'mercurial: for VCS sources'
+  'subversion: for VCS sources'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6243960747de33bd004bb3377109699f702bb64d65320e0c219f540546f33ace2d87be4eb2b18d988874eb98812176488fa5c98aec6f93cd218b8549b38482d0')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd nvchecker-$pkgver
+  pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
+  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in libreoffice-still/repos (10 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 13:05:33
  Author: felixonmars
Revision: 390790

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-still/repos/staging-x86_64/
  
libreoffice-still/repos/staging-x86_64/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
(from rev 390789, 
libreoffice-still/trunk/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch)
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 390789, libreoffice-still/trunk/PKGBUILD)
  
libreoffice-still/repos/staging-x86_64/adapt-o3tl-span-to-newer-libstdc++.patch
(from rev 390789, 
libreoffice-still/trunk/adapt-o3tl-span-to-newer-libstdc++.patch)
  libreoffice-still/repos/staging-x86_64/disable-latest-c++.diff
(from rev 390789, libreoffice-still/trunk/disable-latest-c++.diff)
  libreoffice-still/repos/staging-x86_64/libreoffice-poppler-0.86.patch
(from rev 390789, libreoffice-still/trunk/libreoffice-poppler-0.86.patch)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 390789, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 390789, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 390789, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/soffice-template.desktop.in
(from rev 390789, libreoffice-still/trunk/soffice-template.desktop.in)

+
 0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch |  621 +++
 PKGBUILD   |  392 +
 adapt-o3tl-span-to-newer-libstdc++.patch   |  254 ++
 disable-latest-c++.diff|  149 +++
 libreoffice-poppler-0.86.patch |   15 
 libreoffice-still.csh  |8 
 libreoffice-still.sh   |8 
 make-pyuno-work-with-system-wide-module-install.diff   |   18 
 soffice-template.desktop.in|7 
 9 files changed, 1472 insertions(+)

Copied: 
libreoffice-still/repos/staging-x86_64/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
 (from rev 390789, 
libreoffice-still/trunk/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch)
===
--- staging-x86_64/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch   
(rev 0)
+++ staging-x86_64/0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch   
2020-07-03 13:05:33 UTC (rev 390790)
@@ -0,0 +1,621 @@
+From 8f5dd7babe306a1c9dcdec93372a3d4378e09667 Mon Sep 17 00:00:00 2001
+From: Kohei Yoshida 
+Date: Mon, 12 Aug 2019 13:57:34 -0400
+Subject: [PATCH] Switch mdds to 1.5.0 and liborcus to 0.15.0.
+
+Change-Id: Ibff9a5e0f0771e4cf12b4dc3985661a01195e265
+Reviewed-on: https://gerrit.libreoffice.org/77482
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4)
+
+Correctly pack mdds 1.5.0.
+
+Turns out the earlier mdds 1.5.0 package was not correctly packaged.
+I've fixed that now, and re-published the 1.5.0 package, which does
+contain the patch from Lubos.
+
+Change-Id: I1ff7d6568568860f7cccd3be3bc29aaaebe7fd73
+Reviewed-on: https://gerrit.libreoffice.org/77483
+Tested-by: Jenkins
+Reviewed-by: Kohei Yoshida 
+(cherry picked from commit 1c59fed7c43654736775580799f1165e8b8740a0)
+
+Fix linking of newly created element in liborcus 0.15.0
+
+After 56ffe3c0a1261cd98a3d42b8b08d5f8eb013ead4 "Switch mdds to 1.5.0 and
+liborcus to 0.15.0", CppunitTest_sc_dataprovider started to fail in ASan builds
+with
+
+> ERROR: AddressSanitizer: new-delete-type-mismatch on 0x6060005b9340 in 
thread T4 (XML Fetch Threa):
+>   object passed to delete has wrong type:
+>   size of the allocated type:   56 bytes;
+>   size of the deallocated type: 16 bytes.
+>  #0 in operator delete(void*, unsigned long) at 
llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:172:3
+>  #1 in orcus::xml_map_tree::element::~element() at 
workdir/UnpackedTarball/liborcus/src/liborcus/xml_map_tree.cpp:238:13
+[...]
+>  #25 in std::unique_ptr >::~unique_ptr()
+>  #26 in orcus::orcus_xml::~orcus_xml() at 
workdir/UnpackedTarball/liborcus/src/liborcus/orcus_xml.cpp:530:26
+>  #27 in ScOrcusXMLContextImpl::importXML(ScOrcusImportXMLParam const&) at 
sc/source/filter/orcus/xmlcontext.cxx:286:5
+[...]
+> 0x6060005b9340 is located 0 bytes inside of 56-byte region 
[0x6060005b9340,0x6060005b9378)
+> allocated by thread T4 (XML Fetch Threa) here:
+>  #0 in operator new(unsigned long) at 
llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp:99:3
+>  #1 in orcus::xml_map_tree::element::element(char const*, orcus::pstring 
const&, orcus::xml_map_tree::element_type, 

[arch-commits] Commit in nvchecker/trunk (PKGBUILD pytest-asyncio-0.14.diff)

2020-07-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 3, 2020 @ 13:05:22
  Author: yan12125
Revision: 657631

upgpkg: nvchecker 1.7-1; go back to git tag, drop workaround for the issue 
fixed upstream

Modified:
  nvchecker/trunk/PKGBUILD
Deleted:
  nvchecker/trunk/pytest-asyncio-0.14.diff

--+
 PKGBUILD |   23 +++
 pytest-asyncio-0.14.diff |   13 -
 2 files changed, 7 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 13:02:45 UTC (rev 657630)
+++ PKGBUILD2020-07-03 13:05:22 UTC (rev 657631)
@@ -2,10 +2,8 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=nvchecker
-pkgver=1.6.post1
-# The commit bumps version in setup.py, and it's not tagged
-_commit=bc2fcd148d460ec9c0f0c12bc77e0326adad5546
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc="New version checker for software releases"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker;
@@ -19,28 +17,21 @@
   'mercurial: for VCS sources'
   'subversion: for VCS sources'
 )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/$_commit.tar.gz;
-"pytest-asyncio-0.14.diff")
-sha512sums=('476ec6bf8ef20255b685720fa501c0c672a0d6a32d0cd5bb1e6458a00236201dad8ff2a9d0d2a64365aebb4d3d2dc089a7cfc2bd84923f6ec9ecb7114322327c'
-
'442176e351ba1c3937fc98e2a97b8ceab59f340d438d9d59aa2c156b299061b945f2a6a5f07b125138d347ff1cc1db4623ee7043469eaf25634628aa0cb02320')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6243960747de33bd004bb3377109699f702bb64d65320e0c219f540546f33ace2d87be4eb2b18d988874eb98812176488fa5c98aec6f93cd218b8549b38482d0')
 
-prepare() {
-  cd nvchecker-$_commit
-  patch -Np1 -i ../pytest-asyncio-0.14.diff
-}
-
 build() {
-  cd nvchecker-$_commit
+  cd nvchecker-$pkgver
   python setup.py build
 }
 
 check() {
-  cd nvchecker-$_commit
+  cd nvchecker-$pkgver
   pytest
 }
 
 package() {
-  cd nvchecker-$_commit
+  cd nvchecker-$pkgver
   # use PYTHONHASHSEED=0 work around https://bugs.python.org/issue34722
   PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname

Deleted: pytest-asyncio-0.14.diff
===
--- pytest-asyncio-0.14.diff2020-07-03 13:02:45 UTC (rev 657630)
+++ pytest-asyncio-0.14.diff2020-07-03 13:05:22 UTC (rev 657631)
@@ -1,13 +0,0 @@
-diff --git a/tests/conftest.py b/tests/conftest.py
-index bddf44a..daae169 100644
 a/tests/conftest.py
-+++ b/tests/conftest.py
-@@ -54,7 +54,7 @@ async def get_version():
- 
-   return __call__
- 
--@pytest.fixture(scope="module")
-+@pytest.fixture(scope="session")
- def event_loop(request):
-   """Override pytest-asyncio's event_loop fixture,
-  Don't create an instance of the default event loop for each test case.


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 13:04:48
  Author: felixonmars
Revision: 390789

upgpkg: libreoffice-still 6.3.6-2: poppler 0.90.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 13:03:02 UTC (rev 390788)
+++ PKGBUILD2020-07-03 13:04:48 UTC (rev 390789)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=6.3.6.2
 pkgver=6.3.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:50:22
  Author: felixonmars
Revision: 657625

archrelease: copy trunk to community-x86_64

Added:
  deepin-control-center/repos/community-x86_64/PKGBUILD
(from rev 657624, deepin-control-center/trunk/PKGBUILD)
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch
(from rev 657624, 
deepin-control-center/trunk/deepin-control-center-build-fix.patch)
Deleted:
  deepin-control-center/repos/community-x86_64/PKGBUILD
  
deepin-control-center/repos/community-x86_64/deepin-control-center-build-fix.patch

---+
 PKGBUILD  |  144 
 deepin-control-center-build-fix.patch |  130 ++--
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 12:50:04 UTC (rev 657624)
+++ PKGBUILD2020-07-03 12:50:22 UTC (rev 657625)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-control-center
-pkgver=5.2.0.11
-pkgrel=1
-pkgdesc='New control center for linux deepin'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-control-center;
-license=('GPL3')
-depends=('desktop-file-utils' 'dtkwidget' 'deepin-account-faces' 'deepin-api' 
'geoip'
- 'geoip-database' 'geoip-database-extra' 'deepin-daemon' 'startdde' 
'networkmanager-qt'
- 'deepin-qt-dbus-factory' 'deepin-qt5integration' 
'deepin-network-utils')
-makedepends=('deepin-dock' 'cmake' 'qt5-tools')
-optdepends=('redshift: automatic color temperature support'
-'networkmanager-openconnect: for OpenConnect support'
-'networkmanager-openvpn: for OpenVPN support'
-'networkmanager-pptp: for PPTP support'
-'networkmanager-strongswan: for StrongSwan support'
-'networkmanager-vpnc: for VPNC support'
-'network-manager-sstp: for SSTP support')
-# Not packaged: network-manager-l2tp
-conflicts=('dde-control-center' 'dde-dock-applets')
-replaces=('dde-control-center' 'dde-dock-applets')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-control-center/archive/$pkgver.tar.gz;
-$pkgname-build-fix.patch
-
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
-
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('5476cf1f48e182810de6262ab44db369d7358dc5e3e9ef2bb545bbee637eb0411560479b39cf29aced2f215258b521d5a320f21f906496f2b502a15335062718'
-
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
-
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
-
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')
-
-prepare() {
-  patch -d dde-control-center-$pkgver -Np1 < 
$pkgname-systeminfo-deepin-icon.patch || :
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-no-user-experience.patch
-  patch -d dde-control-center-$pkgver -Np1 < $pkgname-build-fix.patch
-  mkdir -p build
-
-  cd dde-control-center-$pkgver
-  sed -i '/#include /a #include ' 
src/frame/widgets/basiclistdelegate.cpp 
src/frame/window/modules/update/updatehistorybutton.cpp \
-  
src/frame/window/modules/commoninfo/commonbackgrounditem.cpp 
src/frame/modules/accounts/useroptionitem.cpp \
-  
src/frame/window/modules/sync/pages/avatarwidget.cpp 
src/frame/window/modules/accounts/avataritemdelegate.cpp \
-  
src/frame/modules/accounts/avatarwidget.cpp 
src/frame/window/modules/accounts/accountswidget.cpp \
-  
src/frame/modules/datetime/timezone_dialog/popup_menu.cpp 
src/frame/modules/display/recognizedialog.cpp \
-  
src/frame/window/modules/personalization/roundcolorwidget.cpp 
src/frame/window/modules/unionid/pages/avatarwidget.cpp
-  sed -i '/#include /a #include ' 
src/frame/window/modules/personalization/personalizationgeneral.cpp
-
-  sed -i 's|/bin/restore-tool|/usr/bin/restore-tool|' 
src/frame/window/modules/systeminfo/backupandrestoreworker.cpp \
-  
com.deepin.controlcenter.restore.policy
-  sed -i 's| /bin| /usr/bin|' src/restore-tool/CMakeLists.txt
-
-  # remove after they obey -DDISABLE_SYS_UPDATE properly
-  sed -i '/new 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:49:33
  Author: felixonmars
Revision: 657623

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 657622, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 12:49:17 UTC (rev 657622)
+++ PKGBUILD2020-07-03 12:49:33 UTC (rev 657623)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=5.5.0.5
-pkgrel=2
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
- 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
- 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
- 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
-optdepends=('deepin-wm: Legacy 3D window manager'
-'deepin-metacity: Legacy 2D window manager'
-'deepin-kwin: Preferred window manager')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('9490ee8c784702be10d4483c07409f4db84936db1991dec230931a3f6226b0753a4fe774a14c2253097dbbf009e1e0443fcf1d9fc3d1428055ad5c20fe470ce1')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/cryptix/wav golang.org/x/xerrors
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Fix env file permission
-  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
-
-  # Don't rely on deepin-session's location
-  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
-  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
-  rmdir "$pkgdir"/etc/X11/Xsession.d
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 657622, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 12:49:33 UTC (rev 657623)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=5.5.0.6
+pkgrel=1
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-dock' 'deepin-polkit-agent' 
'deepin-file-manager'
+ 'deepin-session-shell' 'deepin-session-ui' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 
'golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir'
+ 'golang-deepin-lib' 'golang-deepin-dde-api' 'go' 'git' 'jq'
+ 'golang-golang-x-net' 'golang-github-linuxdeepin-go-x11-client')
+optdepends=('deepin-wm: Legacy 3D window manager'
+'deepin-metacity: Legacy 2D window manager'
+'deepin-kwin: Preferred window manager')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('17386f1228d46314a548aac94025aed4a4a0a09a2e840aeb044f289709cacf27f985dab451c4de0cec4bef923e16c1b99c52658bdd348e87359de702e4db2b13')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/cryptix/wav golang.org/x/xerrors
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Fix env file permission
+  chmod +x "$pkgdir"/etc/X11/Xsession.d/*
+
+  # Don't rely on deepin-session's location
+  install -dm755 "$pkgdir"/etc/X11/xinit/xinitrc.d
+  mv "$pkgdir"/etc/X11/Xsession.d/* "$pkgdir"/etc/X11/xinit/xinitrc.d/
+  rmdir "$pkgdir"/etc/X11/Xsession.d
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:50:04
  Author: felixonmars
Revision: 657624

upgpkg: deepin-control-center 5.2.0.13-1

Modified:
  deepin-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 12:49:33 UTC (rev 657623)
+++ PKGBUILD2020-07-03 12:50:04 UTC (rev 657624)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-control-center
-pkgver=5.2.0.11
+pkgver=5.2.0.13
 pkgrel=1
 pkgdesc='New control center for linux deepin'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 $pkgname-build-fix.patch
 
$pkgname-systeminfo-deepin-icon.patch::https://github.com/linuxdeepin/dde-control-center/commit/2b282b5271ff01741f062a6eb8a74b386e2ada48.patch
 
$pkgname-no-user-experience.patch::https://github.com/linuxdeepin/dde-control-center/commit/15a3b5101853ee0b1b62e5e7dde217cbf9a454bf.patch)
-sha512sums=('5476cf1f48e182810de6262ab44db369d7358dc5e3e9ef2bb545bbee637eb0411560479b39cf29aced2f215258b521d5a320f21f906496f2b502a15335062718'
+sha512sums=('b86a25942b0602f8f39600c9c471c751448a3724f125f0e8f0f6fbf8c4277a5e10f2e2c620bc535a9722b0a9645e70db6658868192e708ef36c564d036a97c38'
 
'9d0ed5452250a1360039c6dfd56312b1439e938bdbebcfbc924324780019b04aec552998b3f5a44ada78e9718c86a0b4912a4dd57530da7ea79108e4aeee'
 
'ca045eaf14079ce2fb8be264c0f5442c61a14ea54d3783d6275cd7da7ca258d21144349088caba8831fd7508cc429cb6f9507315b5446f00f9e1bbee446f02e5'
 
'692061ec6d5cce41a41239bcb75aec3ee1d002f5d6e9e86df795808edb080caf9978de2a23d267bad960a8436670252957c767aa30a19d4a702719e7d9a6f94f')


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:49:17
  Author: felixonmars
Revision: 657622

upgpkg: startdde 5.5.0.6-1

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 12:21:16 UTC (rev 657621)
+++ PKGBUILD2020-07-03 12:49:17 UTC (rev 657622)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=startdde
-pkgver=5.5.0.5
-pkgrel=2
+pkgver=5.5.0.6
+pkgrel=1
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde;
@@ -20,7 +20,7 @@
 replaces=('deepin-wm-switcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('9490ee8c784702be10d4483c07409f4db84936db1991dec230931a3f6226b0753a4fe774a14c2253097dbbf009e1e0443fcf1d9fc3d1428055ad5c20fe470ce1')
+sha512sums=('17386f1228d46314a548aac94025aed4a4a0a09a2e840aeb044f289709cacf27f985dab451c4de0cec4bef923e16c1b99c52658bdd348e87359de702e4db2b13')
 
 prepare() {
   export GOPATH="$srcdir/build:/usr/share/gocode"


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:21:16
  Author: felixonmars
Revision: 657621

archrelease: copy trunk to community-x86_64

Added:
  deepin-reader/repos/community-x86_64/PKGBUILD
(from rev 657620, deepin-reader/trunk/PKGBUILD)
Deleted:
  deepin-reader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 12:21:00 UTC (rev 657620)
+++ PKGBUILD2020-07-03 12:21:16 UTC (rev 657621)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-reader
-pkgver=5.6.14
-pkgrel=1
-pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-reader;
-license=('GPL3')
-depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('eeed11fdac59edfbc61c26fe006c2049d8456fdbdfbc97879023a952a9a06936deed1fae12c51137bb6124d0e28f96d75913e4e0506d4046090219de49d2fd7f')
-
-prepare() {
-  cd deepin-reader-$pkgver/src
-  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
-  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
- utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
- 
lpreviewControl/search/searchresdelegate.cpp
-  sed -i '/include /a #include ' document/model.h
-  sed -i '/include /a #include ' uiframe/DocSheet.h
-  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
-  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
-}
-
-build() {
-  cd deepin-reader-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-reader-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-reader/repos/community-x86_64/PKGBUILD (from rev 657620, 
deepin-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 12:21:16 UTC (rev 657621)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-reader
+pkgver=5.6.15
+pkgrel=1
+pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-reader;
+license=('GPL3')
+depends=('deepin-qt5integration' 'djvulibre' 'karchive' 'libspectre' 
'poppler-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
+sha512sums=('db8736df551ecceb4a5b128790a247448cb63e4b913f0fd4034a50c3b77f485851ee3b604d5cee20cf14774b03c22524ba8b1052bfa76ab38134222a07eeca60')
+
+prepare() {
+  cd deepin-reader-$pkgver/src
+  sed -i '/include /a #include ' 
pdfControl/docview/commonstruct.h
+  sed -i '/include /a #include ' 
CustomControl/RoundColorWidget.cpp 
lpreviewControl/bookmark/bookmarkdelegate.cpp \
+ utils/utils.cpp 
lpreviewControl/thumbnail/ThumbnailDelegate.cpp 
lpreviewControl/note/notesdelegate.cpp \
+ 
lpreviewControl/search/searchresdelegate.cpp
+  sed -i '/include /a #include ' document/model.h
+  sed -i '/include /a #include ' uiframe/DocSheet.h
+  sed -i '/include /a #include ' 
djvuControl/SheetBrowserDJVU.cpp
+  sed -i '/include /a #include ' 
widgets/SlideWidget.cpp
+}
+
+build() {
+  cd deepin-reader-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-reader-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 12:21:00
  Author: felixonmars
Revision: 657620

upgpkg: deepin-reader 5.6.15-1

Modified:
  deepin-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 12:00:51 UTC (rev 657619)
+++ PKGBUILD2020-07-03 12:21:00 UTC (rev 657620)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-reader
-pkgver=5.6.14
+pkgver=5.6.15
 pkgrel=1
 pkgdesc='A simple PDF reader, supporting bookmarks, highlights and annotations'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-reader/archive/$pkgver.tar.gz;)
-sha512sums=('eeed11fdac59edfbc61c26fe006c2049d8456fdbdfbc97879023a952a9a06936deed1fae12c51137bb6124d0e28f96d75913e4e0506d4046090219de49d2fd7f')
+sha512sums=('db8736df551ecceb4a5b128790a247448cb63e4b913f0fd4034a50c3b77f485851ee3b604d5cee20cf14774b03c22524ba8b1052bfa76ab38134222a07eeca60')
 
 prepare() {
   cd deepin-reader-$pkgver/src


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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 12:09:14
  Author: foutrelis
Revision: 390787

Grab another build fix for o3tl::span

Modified:
  libreoffice-still/trunk/PKGBUILD
  libreoffice-still/trunk/adapt-o3tl-span-to-newer-libstdc++.patch

--+
 PKGBUILD |3 
 adapt-o3tl-span-to-newer-libstdc++.patch |  205 +++--
 2 files changed, 198 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 11:24:06 UTC (rev 390786)
+++ PKGBUILD2020-07-03 12:09:14 UTC (rev 390787)
@@ -104,7 +104,7 @@
 '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
 '77214ebc425916990ed80e9508572fd1d565412e1f8c2289424457e3d9bcbc79'
 'f52ef5d64d7a74ca90bc96614260566720130d91f3764874eac673f6b3336b5e'
-'5e2c7a0a5acf033359253617ec19c076fc1d58e1664e92cd09ec539f35487f1e'
+'ee182026fe28bb1a1fc86c4a6ead2522e4d611326d65d3b9d6c686a36e073a6e'
 'fde9801d839028c1e9ce0403b0ad7625620fe1ee3d54cb439f4651f3ab9b886f')
 
 prepare() {
@@ -117,6 +117,7 @@
 # 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-4=f0b74640137f07ed74027f98fbf6d1c0d98939bf
 # prerequisite: 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9f77e87f3e6cabbb16dec5456f3bf2903b8
 patch -Np1 -i ../disable-latest-c++.diff
+# 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8e6865188242bccb3d8aa857ddc990d72a058d3d
 # 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=6fbfad6b00e8c35346ee59cd32a0d7ccc0d8c19c
 patch -Np1 -i ../adapt-o3tl-span-to-newer-libstdc++.patch
 

Modified: adapt-o3tl-span-to-newer-libstdc++.patch
===
--- adapt-o3tl-span-to-newer-libstdc++.patch2020-07-03 11:24:06 UTC (rev 
390786)
+++ adapt-o3tl-span-to-newer-libstdc++.patch2020-07-03 12:09:14 UTC (rev 
390787)
@@ -1,7 +1,194 @@
-From 81db91d8014cebca0c22e17ac46b175d4a92539b Mon Sep 17 00:00:00 2001
+From 99354a1c4b6f56871d50d07421ba1773fce0d928 Mon Sep 17 00:00:00 2001
 From: Stephan Bergmann 
+Date: Fri, 6 Dec 2019 16:36:01 +0100
+Subject: [PATCH 1/2] Adapt o3tl::span to P1872R0
+
+..."span should have size_type, not index_type"
+(), as
+implemented by libc++ since  "[libc++][P1872] span should have
+size_type, not index_type."
+
+All uses of index_type had been added to mitigate the previous std::span change
+from signed (ptrdiff_t) to unsigned (size_t) index_type, see
+6ef8420fdbf8dff16de13147c5ab833bc5e01121 "Adapt o3tl::span to updated C++2a
+std::span".  There is no easy solution to transparently support all three
+std::span variants currently out there (signed index_type, unsigned index_type,
+unsigned size_type), without causing compilation failures due to
+CPPUNIT_ASSERT_EQUAL with arguments of different types, or compiler warnings
+about mixed signed/unsigned comparisons.  So rule out the oldest std::span
+variant (signed index_type) in configure.ac (so that o3tl::span will use its
+own hand-rolled code in that case) and simplify the uses of index_type to
+std::size_t (as had already been mentioned in
+6ef8420fdbf8dff16de13147c5ab833bc5e01121).
+
+Change-Id: I6ddf424ffb7941da3f69ad66fd29ecd35f09afae
+Reviewed-on: https://gerrit.libreoffice.org/84652
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+
+(cherry picked from commit 8e6865188242bccb3d8aa857ddc990d72a058d3d)
+---
+ config_host/config_global.h.in   |  3 +++
+ configure.ac | 16 
+ include/o3tl/span.hxx| 14 --
+ o3tl/qa/test-span.cxx|  7 ---
+ sfx2/source/control/dispatch.cxx |  3 ++-
+ 5 files changed, 33 insertions(+), 10 deletions(-)
+
+diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
+index 2e986fbe24b6..0b44ad05373e 100644
+--- a/config_host/config_global.h.in
 b/config_host/config_global.h.in
+@@ -24,6 +24,9 @@ Any change in this header will cause a rebuild of almost 
everything.
+ /* Guaranteed copy elision (C++17), __cpp_guaranteed_copy_elision (C++2a): */
+ #define HAVE_CPP_GUARANTEED_COPY_ELISION 0
+ 
++// Useable C++2a :
++#define HAVE_CPP_SPAN 0
++
+ /* GCC bug  "move ctor 
wrongly chosen in return
+stmt (derived vs. base)": */
+ #define HAVE_GCC_BUG_87150 0
+diff --git a/configure.ac b/configure.ac
+index 052782189056..704fff55a7ec 100644
+--- a/configure.ac
 b/configure.ac
+@@ -6760,6 +6760,22 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([
+ CXXFLAGS=$save_CXXFLAGS
+ AC_LANG_POP([C++])
+ 
++AC_MSG_CHECKING([whether $CXX supports C++2a  with unsigned size_type])
++AC_LANG_PUSH([C++])

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

2020-07-03 Thread Ike Devolder via arch-commits
Date: Friday, July 3, 2020 @ 12:00:51
  Author: idevolder
Revision: 657619

archrelease: copy trunk to community-x86_64

Added:
  
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
(from rev 657618, 
waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
  waylandpp/repos/community-x86_64/PKGBUILD
(from rev 657618, waylandpp/trunk/PKGBUILD)
Deleted:
  
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
  waylandpp/repos/community-x86_64/PKGBUILD

+
 695c0881101435a57d24c84d04cbcb79eec49903.patch |   50 -
 PKGBUILD   |   67 ++-
 2 files changed, 56 insertions(+), 61 deletions(-)

Deleted: 695c0881101435a57d24c84d04cbcb79eec49903.patch
===
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch  2020-07-03 12:00:45 UTC 
(rev 657618)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch  2020-07-03 12:00:51 UTC 
(rev 657619)
@@ -1,25 +0,0 @@
-From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
-From: Rechi 
-Date: Sat, 18 Jan 2020 23:37:46 +0100
-Subject: [PATCH] [fix] add missing stdexcept include after 2d834a6
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-fixes error: ‘runtime_error’ is not a member of ‘std’

- include/wayland-util.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp
-index 9cf5d04..1609651 100644
 a/include/wayland-util.hpp
-+++ b/include/wayland-util.hpp
-@@ -28,6 +28,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include 
- #include 

Copied: 
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch 
(from rev 657618, 
waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
===
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch  
(rev 0)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch  2020-07-03 12:00:51 UTC 
(rev 657619)
@@ -0,0 +1,25 @@
+From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
+From: Rechi 
+Date: Sat, 18 Jan 2020 23:37:46 +0100
+Subject: [PATCH] [fix] add missing stdexcept include after 2d834a6
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+fixes error: ‘runtime_error’ is not a member of ‘std’
+---
+ include/wayland-util.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp
+index 9cf5d04..1609651 100644
+--- a/include/wayland-util.hpp
 b/include/wayland-util.hpp
+@@ -28,6 +28,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 12:00:45 UTC (rev 657618)
+++ PKGBUILD2020-07-03 12:00:51 UTC (rev 657619)
@@ -1,36 +0,0 @@
-# Maintainer: BlackIkeEagle 
-# Contributor: Nils Christopher Brause 
-pkgname=waylandpp
-pkgver=0.2.7
-pkgrel=2
-pkgdesc='Wayland C++ bindings'
-arch=('x86_64')
-url='https://github.com/NilsBrause/waylandpp'
-license=('MIT' 'GPL3')
-depends=(wayland 'pugixml')
-conflicts=(waylandpp-git)
-makedepends=(cmake egl-wayland)
-source=(
-"https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip;
-'695c0881101435a57d24c84d04cbcb79eec49903.patch'
-)
-sha512sums=('35ff3fd23af7b156fa2d7dcbf571661e5196c92e52d800ee1901ce75ea4eb2b83a5f51a6c6ec67eea886c7016f13a28035b3bb4ccc2c6323cc0126aa8ac59ab2'
-
'485272837f4d32b251678cd15a581b8f174ea01a58fd91aa78219b22470426734ce610ca397ff86ff1828d0757e0a66417e18f60b5380324afee14338d26df3e')
-
-build()
-{
-cd $pkgname-$pkgver
-patch -p1 -i "$srcdir/695c0881101435a57d24c84d04cbcb79eec49903.patch"
-[[ -d build ]] && rm -rf build
-mkdir build
-cd build
-# lib64 is a symlink to lib on archlinux.
-cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" .. 
-make
-}
-
-package()
-{
-cd $pkgname-$pkgver/build
-DESTDIR="$pkgdir" make install
-}

Copied: waylandpp/repos/community-x86_64/PKGBUILD (from rev 657618, 
waylandpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 12:00:51 UTC (rev 657619)
@@ -0,0 +1,31 @@
+# Maintainer: BlackIkeEagle 
+# Contributor: Nils Christopher Brause 
+pkgname=waylandpp
+pkgver=0.2.8
+pkgrel=1
+pkgdesc='Wayland C++ bindings'
+arch=('x86_64')
+url='https://github.com/NilsBrause/waylandpp'
+license=('MIT' 'GPL3')
+depends=(wayland 'pugixml')
+conflicts=(waylandpp-git)
+makedepends=(cmake egl-wayland)
+source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip;)

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

2020-07-03 Thread Ike Devolder via arch-commits
Date: Friday, July 3, 2020 @ 12:00:45
  Author: idevolder
Revision: 657618

upgpkg: waylandpp 0.2.8-1

Modified:
  waylandpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:56:53 UTC (rev 657617)
+++ PKGBUILD2020-07-03 12:00:45 UTC (rev 657618)
@@ -1,8 +1,8 @@
 # Maintainer: BlackIkeEagle 
 # Contributor: Nils Christopher Brause 
 pkgname=waylandpp
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
 pkgdesc='Wayland C++ bindings'
 arch=('x86_64')
 url='https://github.com/NilsBrause/waylandpp'
@@ -10,17 +10,12 @@
 depends=(wayland 'pugixml')
 conflicts=(waylandpp-git)
 makedepends=(cmake egl-wayland)
-source=(
-"https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip;
-'695c0881101435a57d24c84d04cbcb79eec49903.patch'
-)
-sha512sums=('35ff3fd23af7b156fa2d7dcbf571661e5196c92e52d800ee1901ce75ea4eb2b83a5f51a6c6ec67eea886c7016f13a28035b3bb4ccc2c6323cc0126aa8ac59ab2'
-
'485272837f4d32b251678cd15a581b8f174ea01a58fd91aa78219b22470426734ce610ca397ff86ff1828d0757e0a66417e18f60b5380324afee14338d26df3e')
+source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip;)
+sha512sums=('00cf7ec9cbd45a78d4b344d619746738a8a292a56ea7ca6a148d2e460d2c03baf49fac0de642e017f6d7226c80e3e4400469b764d2c7be4b42e90ada68263aa2')
 
 build()
 {
 cd $pkgname-$pkgver
-patch -p1 -i "$srcdir/695c0881101435a57d24c84d04cbcb79eec49903.patch"
 [[ -d build ]] && rm -rf build
 mkdir build
 cd build


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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 11:24:06
  Author: foutrelis
Revision: 390786

Adapt o3tl::span to removal of std::span::cbegin et al

Added:
  libreoffice-still/trunk/adapt-o3tl-span-to-newer-libstdc++.patch
Modified:
  libreoffice-still/trunk/PKGBUILD

--+
 PKGBUILD |4 +
 adapt-o3tl-span-to-newer-libstdc++.patch |   67 +
 2 files changed, 71 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 11:09:35 UTC (rev 390785)
+++ PKGBUILD2020-07-03 11:24:06 UTC (rev 390786)
@@ -58,6 +58,7 @@
libreoffice-still.sh libreoffice-still.csh
0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
libreoffice-poppler-0.86.patch
+   adapt-o3tl-span-to-newer-libstdc++.patch
disable-latest-c++.diff)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
@@ -103,6 +104,7 @@
 '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
 '77214ebc425916990ed80e9508572fd1d565412e1f8c2289424457e3d9bcbc79'
 'f52ef5d64d7a74ca90bc96614260566720130d91f3764874eac673f6b3336b5e'
+'5e2c7a0a5acf033359253617ec19c076fc1d58e1664e92cd09ec539f35487f1e'
 'fde9801d839028c1e9ce0403b0ad7625620fe1ee3d54cb439f4651f3ab9b886f')
 
 prepare() {
@@ -115,6 +117,8 @@
 # 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-4=f0b74640137f07ed74027f98fbf6d1c0d98939bf
 # prerequisite: 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9f77e87f3e6cabbb16dec5456f3bf2903b8
 patch -Np1 -i ../disable-latest-c++.diff
+# 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=6fbfad6b00e8c35346ee59cd32a0d7ccc0d8c19c
+patch -Np1 -i ../adapt-o3tl-span-to-newer-libstdc++.patch
 
# move external sources into place
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources

Added: adapt-o3tl-span-to-newer-libstdc++.patch
===
--- adapt-o3tl-span-to-newer-libstdc++.patch(rev 0)
+++ adapt-o3tl-span-to-newer-libstdc++.patch2020-07-03 11:24:06 UTC (rev 
390786)
@@ -0,0 +1,67 @@
+From 81db91d8014cebca0c22e17ac46b175d4a92539b Mon Sep 17 00:00:00 2001
+From: Stephan Bergmann 
+Date: Sat, 22 Feb 2020 17:29:15 +0100
+Subject: [PATCH] Adapt o3tl::span to removal of std::span::cbegin et al
+
+ "span::cbegin/cend methods produce
+different results than std::[ranges::]cbegin/cend", as implemented now in
+ "libstdc++: Remove 
std::span::cbegin
+and std::span::cend (LWG 3320)".
+
+Turns out we only used the removed member functions in o3tl/qa/test-span.cxx.
+
+Change-Id: I6c73797594b4e0e753a88840033d54961e271df5
+Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89261
+Tested-by: Jenkins
+Reviewed-by: Stephan Bergmann 
+
+(cherry picked from commit 6fbfad6b00e8c35346ee59cd32a0d7ccc0d8c19c)
+---
+ include/o3tl/span.hxx | 7 ---
+ o3tl/qa/test-span.cxx | 6 --
+ 2 files changed, 13 deletions(-)
+
+diff --git a/include/o3tl/span.hxx b/include/o3tl/span.hxx
+index 1618b86df897..1c24f165e726 100644
+--- a/include/o3tl/span.hxx
 b/include/o3tl/span.hxx
+@@ -60,18 +60,11 @@ public:
+ constexpr iterator begin() const noexcept { return data_; }
+ constexpr iterator end() const noexcept { return begin() + size(); }
+ 
+-constexpr const_iterator cbegin() const noexcept { return begin(); }
+-constexpr const_iterator cend() const noexcept { return end(); }
+-
+ reverse_iterator rbegin() const noexcept
+ { return reverse_iterator(end()); }
+ reverse_iterator rend() const noexcept
+ { return reverse_iterator(begin()); }
+ 
+-constexpr const_reverse_iterator crbegin() const noexcept
+-{ return rbegin(); }
+-constexpr const_reverse_iterator crend() const noexcept { return rend(); }
+-
+ constexpr index_type size() const noexcept { return size_; }
+ 
+ constexpr reference operator [](index_type pos) const {
+diff --git a/o3tl/qa/test-span.cxx b/o3tl/qa/test-span.cxx
+index 7ec67fa7fd91..eabe1a55cd6f 100644
+--- a/o3tl/qa/test-span.cxx
 b/o3tl/qa/test-span.cxx
+@@ -33,15 +33,9 @@ private:
+ CPPUNIT_ASSERT_EQUAL(1, *v.begin());
+ CPPUNIT_ASSERT_EQUAL(
+ o3tl::span::difference_type(3), v.end() - v.begin());
+-CPPUNIT_ASSERT_EQUAL(1, *v.cbegin());
+-CPPUNIT_ASSERT_EQUAL(
+-o3tl::span::difference_type(3), v.cend() - v.cbegin());
+ CPPUNIT_ASSERT_EQUAL(3, *v.rbegin());
+ CPPUNIT_ASSERT_EQUAL(
+ o3tl::span::difference_type(3), v.rend() - v.rbegin());
+-CPPUNIT_ASSERT_EQUAL(3, 

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

2020-07-03 Thread Antonio Rojas via arch-commits
Date: Friday, July 3, 2020 @ 11:09:35
  Author: arojas
Revision: 390785

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 390784, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
(from rev 390784, qt5-base/trunk/qt5-base-cflags.patch)
  qt5-base/repos/extra-x86_64/qtbug-74252.patch
(from rev 390784, qt5-base/trunk/qtbug-74252.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qt5-base-cflags.patch
  qt5-base/repos/extra-x86_64/qtbug-74252.patch

---+
 PKGBUILD  |  221 
 qt5-base-cflags.patch |   92 +--
 qtbug-74252.patch |  212 +++---
 3 files changed, 264 insertions(+), 261 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 11:09:20 UTC (rev 390784)
+++ PKGBUILD2020-07-03 11:09:35 UTC (rev 390785)
@@ -1,109 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_qtver=5.15.0
-pkgver=${_qtver/-/}
-pkgrel=3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'sqlite' 'unixodbc' 
'postgresql-libs' 'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn="${pkgbase/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;
-
"qt5-base-QTBUG-82910.patch::https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=54aa63be9b74e8de72db9efbe6809ab1a97b29a7;
- qt5-base-cflags.patch
- qtbug-74252.patch
- 
qtbug-78966.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=777f2a1c;)
-sha256sums=('9e7af10aece15fa9500369efde69cb220eee8ec3a6818afe01ce1e7d484824c5'
-'abb94453c9fe54fde4811bc5475b88796c8db1f5cd75ddc68918aff20139b1aa'
-'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
-'0c489d2faedd35670232a2c028c5c78a606ab81bb6f40f58e3cfe2bc6b6ac3b2'
-'d7d58b2cadd6e79c3dfb69da664ecac9c95a78d6e142cb8687fce68e24a10776')
-
-prepare() {
-  cd ${_pkgfqn}
-
-  patch -p1 -i ../qt5-base-QTBUG-82910.patch # 
https://codereview.qt-project.org/c/qt/qtbase/+/299182
-  patch -p1 -i ../qtbug-74252.patch # Fix displaying custom icons
-  patch -p1 -i ../qtbug-78966.patch # Fix QToolButton menus on multi-screen 
systems
-  patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--reduce-relocations
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  

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

2020-07-03 Thread Antonio Rojas via arch-commits
Date: Friday, July 3, 2020 @ 11:09:20
  Author: arojas
Revision: 390784

Fix deadlocks in some applications

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:56:31 UTC (rev 390783)
+++ PKGBUILD2020-07-03 11:09:20 UTC (rev 390784)
@@ -5,7 +5,7 @@
 pkgname=(qt5-base qt5-xcb-private-headers)
 _qtver=5.15.0
 pkgver=${_qtver/-/}
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -32,12 +32,14 @@
 
"qt5-base-QTBUG-82910.patch::https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=54aa63be9b74e8de72db9efbe6809ab1a97b29a7;
  qt5-base-cflags.patch
  qtbug-74252.patch
- 
qtbug-78966.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=777f2a1c;)
+ 
qtbug-78966.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=777f2a1c;
+ 
qtbug-84619.patch::"https://code.qt.io/cgit/qt/qtbase.git/patch/?id=9d2b474b;)
 sha256sums=('9e7af10aece15fa9500369efde69cb220eee8ec3a6818afe01ce1e7d484824c5'
 'abb94453c9fe54fde4811bc5475b88796c8db1f5cd75ddc68918aff20139b1aa'
 'cf707cd970650f8b60f8897692b36708ded9ba116723ec8fcd885576783fe85c'
 '0c489d2faedd35670232a2c028c5c78a606ab81bb6f40f58e3cfe2bc6b6ac3b2'
-'d7d58b2cadd6e79c3dfb69da664ecac9c95a78d6e142cb8687fce68e24a10776')
+'d7d58b2cadd6e79c3dfb69da664ecac9c95a78d6e142cb8687fce68e24a10776'
+'eec8234c7e4d5bb583f39f2cf735536be350296b93af8b469260424ad7ccdb04')
 
 prepare() {
   cd ${_pkgfqn}
@@ -45,6 +47,7 @@
   patch -p1 -i ../qt5-base-QTBUG-82910.patch # 
https://codereview.qt-project.org/c/qt/qtbase/+/299182
   patch -p1 -i ../qtbug-74252.patch # Fix displaying custom icons
   patch -p1 -i ../qtbug-78966.patch # Fix QToolButton menus on multi-screen 
systems
+  patch -p1 -i ../qtbug-84619.patch # Fix deadlock
   patch -p1 -i ../qt5-base-cflags.patch # Use system CFLAGS
 }
 


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:47:56
  Author: felixonmars
Revision: 657616

archrelease: copy trunk to community-x86_64

Added:
  deepin-launcher/repos/community-x86_64/PKGBUILD
(from rev 657615, deepin-launcher/trunk/PKGBUILD)
Deleted:
  deepin-launcher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 10:47:37 UTC (rev 657615)
+++ PKGBUILD2020-07-03 10:47:56 UTC (rev 657616)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-launcher
-pkgver=5.2.0.11
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Launcher module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-launcher;
-license=('GPL3')
-depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
- 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('dde-launcher')
-replaces=('dde-launcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('c97f239533e21867bc037d316b44f05ccfa7bfa59c121ea496689ccfcc3cc3d0d3a272c93acf40eb73ee06c4c583eec14f60367dbfdc520a5b9c31e5506d51aa')
-
-prepare() {
-  cd dde-launcher-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
-
-  sed -i '/include /a #include ' 
src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp 
src/widgets/miniframebutton.cpp
-}
-
-build() {
-  cd dde-launcher-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
-  make
-}
-
-package() {
-  cd dde-launcher-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-launcher/repos/community-x86_64/PKGBUILD (from rev 657615, 
deepin-launcher/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 10:47:56 UTC (rev 657616)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-launcher
+pkgver=5.2.0.12
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Launcher module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-launcher;
+license=('GPL3')
+depends=('gsettings-qt' 'qt5-svg' 'qt5-x11extras' 'startdde' 
'deepin-qt5integration' 'deepin-menu'
+ 'deepin-daemon' 'deepin-qt-dbus-factory' 'xdg-user-dirs')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('dde-launcher')
+replaces=('dde-launcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
+sha512sums=('94da0c79574a5994ec962c7ae3724557df0108d4f5b0cbc55159a8634e32ee3861a48c9944459ccda522d327eaf40d5921f821bad4521740cd8c78ba64a14707')
+
+prepare() {
+  cd dde-launcher-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 src/boxframe/*.cpp
+
+  sed -i '/include /a #include ' 
src/widgets/miniframenavigation.cpp src/widgets/avatar.cpp 
src/widgets/miniframebutton.cpp
+}
+
+build() {
+  cd dde-launcher-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DWITHOUT_UNINSTALL_APP=
+  make
+}
+
+package() {
+  cd dde-launcher-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libreoffice-still/trunk (PKGBUILD disable-latest-c++.diff)

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 10:48:03
  Author: foutrelis
Revision: 390782

Make -std=gnu++2a opt-in

Added:
  libreoffice-still/trunk/disable-latest-c++.diff
Modified:
  libreoffice-still/trunk/PKGBUILD

-+
 PKGBUILD|   11 ++-
 disable-latest-c++.diff |  149 ++
 2 files changed, 158 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:14:38 UTC (rev 390781)
+++ PKGBUILD2020-07-03 10:48:03 UTC (rev 390782)
@@ -57,7 +57,8 @@
soffice-template.desktop.in
libreoffice-still.sh libreoffice-still.csh
0001-Switch-mdds-to-1.5.0-and-liborcus-to-0.15.0.patch
-libreoffice-poppler-0.86.patch)
+   libreoffice-poppler-0.86.patch
+   disable-latest-c++.diff)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
@@ -101,7 +102,8 @@
 'c1e199f7767a4f42d9a95fc942cda4cf47737c7d67e6f334679c9b2e3e271dc2'
 '07c28ff8f5258abfe4338efccbdfb1dd35892bd00a2ed7f53b1fc2263f71a8b6'
 '77214ebc425916990ed80e9508572fd1d565412e1f8c2289424457e3d9bcbc79'
-'f52ef5d64d7a74ca90bc96614260566720130d91f3764874eac673f6b3336b5e')
+'f52ef5d64d7a74ca90bc96614260566720130d91f3764874eac673f6b3336b5e'
+'fde9801d839028c1e9ce0403b0ad7625620fe1ee3d54cb439f4651f3ab9b886f')
 
 prepare() {
 
@@ -109,6 +111,11 @@
 
 patch -p1 -i ../libreoffice-poppler-0.86.patch # Fix build with 
poppler 0.86
 
+# fix build with recent toolchain
+# 
https://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-6-4=f0b74640137f07ed74027f98fbf6d1c0d98939bf
+# prerequisite: 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=a9f77e87f3e6cabbb16dec5456f3bf2903b8
+patch -Np1 -i ../disable-latest-c++.diff
+
# move external sources into place
mkdir "${srcdir}"/ext_sources && pushd "${srcdir}"/ext_sources
for source in "${noextract[@]}"; do

Added: disable-latest-c++.diff
===
--- disable-latest-c++.diff (rev 0)
+++ disable-latest-c++.diff 2020-07-03 10:48:03 UTC (rev 390782)
@@ -0,0 +1,149 @@
+From a9f77e87f3e6cabbb16dec5456f3bf2903b8 Mon Sep 17 00:00:00 2001
+From: Stephan Bergmann 
+Date: Sun, 20 Oct 2019 14:42:56 +0200
+Subject: We do not need a C++ GNU dialect
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+1cf7ab61a71d4b7295942ff5c855896e60c15081 "use -std=gnu++0x rather than
+-std=c++0x" appears to have started this, but the only rationale it gives is
+that it keeps things in sync with GCC's default behavior when no -std= is 
given.
+But it apparently works fine to build with a -std=c++... standard dialect.
+
+This allows to get rid of the check introduced with
+50cd28e5728b6a64c1e605567540739ea6ef42ca "Ensure configuration that defines
+math_errhandling in ".
+
+(It kept bothering me to say "I observe this-and-this with -std=c++2a" when 
what
+configure.ac made me actually use was -std=gnu++2a.  And truthfully saying
+"-std=gnu++2a" would have been a distraction, as what is relevant for such an
+observation is most likely the "2a" and not the "gnu" part.)
+
+Change-Id: I7c213a702ffb7df6f4c2c4a421008e30e2712a51
+Reviewed-on: https://gerrit.libreoffice.org/81176
+Tested-by: Jenkins
+Reviewed-by: Luboš Luňák 
+---
+ configure.ac | 10 +-
+ 1 file changed, 1 insertion(+), 9 deletions(-)
+
+(limited to 'configure.ac')
+
+diff --git a/configure.ac b/configure.ac
+index 422efbdc7b46..9c8d512be07b 100644
+--- a/configure.ac
 b/configure.ac
+@@ -6432,7 +6432,7 @@ CXXFLAGS_CXX11=
+ if test "$COM" = MSC -a "$COM_IS_CLANG" != TRUE; then
+ CXXFLAGS_CXX11='-std:c++17 -Zc:__cplusplus'
+ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
+-my_flags='-std=gnu++2a -std=c++2a -std=gnu++17 -std=gnu++1z -std=c++17 
-std=c++1z'
++my_flags='-std=c++2a -std=c++17 -std=c++1z'
+ for flag in $my_flags; do
+ if test "$COM" = MSC; then
+ flag="-Xclang $flag"
+@@ -6475,7 +6475,6 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
+ ])
+ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
+ #include 
+-#include 
+ #include 
+ #include 
+ 
+@@ -6495,13 +6494,6 @@ elif test "$GCC" = "yes" -o "$COM_IS_CLANG" = TRUE; then
+ void f(std::vector & v, std::function fn) {
+ std::sort(v.begin(), v.end(), fn);
+ }
+-
+-// At least with glibc-headers-2.28-26.fc29.x86_64, when building 
for Linux x86 32-bit
+-// (via -m32) and passed-in CXXFLAGS setting -O1 (or higher; 
overriding -Os as set in
+-// 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:47:37
  Author: felixonmars
Revision: 657615

upgpkg: deepin-launcher 5.2.0.12-1

Modified:
  deepin-launcher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:11:13 UTC (rev 657614)
+++ PKGBUILD2020-07-03 10:47:37 UTC (rev 657615)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-launcher
-pkgver=5.2.0.11
+pkgver=5.2.0.12
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Launcher module'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 replaces=('dde-launcher')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-launcher/archive/$pkgver.tar.gz;)
-sha512sums=('c97f239533e21867bc037d316b44f05ccfa7bfa59c121ea496689ccfcc3cc3d0d3a272c93acf40eb73ee06c4c583eec14f60367dbfdc520a5b9c31e5506d51aa')
+sha512sums=('94da0c79574a5994ec962c7ae3724557df0108d4f5b0cbc55159a8634e32ee3861a48c9944459ccda522d327eaf40d5921f821bad4521740cd8c78ba64a14707')
 
 prepare() {
   cd dde-launcher-$pkgver


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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 10:14:21
  Author: foutrelis
Revision: 390779

archrelease: copy trunk to staging-x86_64

Added:
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 390778, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 390778, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 390778, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 390778, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/soffice-template.desktop.in
(from rev 390778, libreoffice-fresh/trunk/soffice-template.desktop.in)

--+
 PKGBUILD |  375 +
 libreoffice-fresh.csh|7 
 libreoffice-fresh.sh |7 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 soffice-template.desktop.in  |7 
 5 files changed, 414 insertions(+)

Copied: libreoffice-fresh/repos/staging-x86_64/PKGBUILD (from rev 390778, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-03 10:14:21 UTC (rev 390779)
@@ -0,0 +1,375 @@
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.4.5.2
+pkgver=6.4.5
+pkgrel=2
+arch=('x86_64')
+license=('LGPL3')
+url="https://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gst-plugins-base-libs' #'gtk2' 
+   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
+   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
+   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
+   'libffi'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="https://dev-www.libreoffice.org/src;
+_additional_source_url2="https://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/pdfium-3963.tar.bz2
+   ${_additional_source_url}/lxml-4.1.1.tgz
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/QR-Code-generator-1.4.0.tar.gz
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   

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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 10:14:13
  Author: foutrelis
Revision: 390778

upgpkg: libreoffice-fresh 6.4.5-2: poppler 0.90.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:09:26 UTC (rev 390777)
+++ PKGBUILD2020-07-03 10:14:13 UTC (rev 390778)
@@ -12,7 +12,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=6.4.5.2
 pkgver=6.4.5
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('LGPL3')
 url="https://www.libreoffice.org/;


[arch-commits] Commit in kitinerary/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 10:14:38
  Author: foutrelis
Revision: 390781

archrelease: copy trunk to staging-x86_64

Added:
  kitinerary/repos/staging-x86_64/
  kitinerary/repos/staging-x86_64/PKGBUILD
(from rev 390780, kitinerary/trunk/PKGBUILD)

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

Copied: kitinerary/repos/staging-x86_64/PKGBUILD (from rev 390780, 
kitinerary/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-03 10:14:38 UTC (rev 390781)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=20.04.2
+pkgrel=2
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kpkpass kcalendarcore kcontacts poppler libphonenumber 
zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('72b118a6e04a0645a0caf2c9166e41ff8978eec95980304bd5f5d9de2068f6bf'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 10:14:35
  Author: foutrelis
Revision: 390780

upgpkg: kitinerary 20.04.2-2: poppler 0.90.0 rebuild

Modified:
  kitinerary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 10:14:21 UTC (rev 390779)
+++ PKGBUILD2020-07-03 10:14:35 UTC (rev 390780)
@@ -2,7 +2,7 @@
 
 pkgname=kitinerary
 pkgver=20.04.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Data model and extraction system for travel reservation information"
 arch=(x86_64)
 url="https://kontact.kde.org;


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:11:13
  Author: felixonmars
Revision: 657614

archrelease: copy trunk to community-staging-x86_64

Added:
  scribus/repos/community-staging-x86_64/
  scribus/repos/community-staging-x86_64/PKGBUILD
(from rev 657613, scribus/trunk/PKGBUILD)
  scribus/repos/community-staging-x86_64/scribus-boost-1.71.patch
(from rev 657613, scribus/trunk/scribus-boost-1.71.patch)
  scribus/repos/community-staging-x86_64/scribus-poppler-0.86.patch
(from rev 657613, scribus/trunk/scribus-poppler-0.86.patch)

+
 PKGBUILD   |   86 +++
 scribus-boost-1.71.patch   |   12 ++
 scribus-poppler-0.86.patch |  186 +++
 3 files changed, 284 insertions(+)

Copied: scribus/repos/community-staging-x86_64/PKGBUILD (from rev 657613, 
scribus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-03 10:11:13 UTC (rev 657614)
@@ -0,0 +1,86 @@
+# Maintainer: Gaetan Bisson 
+# Maintainer: Bruno Pagani 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.5.5
+pkgrel=12
+pkgdesc="Desktop publishing software"
+arch=(x86_64)
+url="https://www.scribus.net/;
+license=(GPL)
+depends=(qt5-base harfbuzz-icu poppler python2 hunspell podofo openscenegraph
+ libcdr libfreehand libmspub libpagemaker libqxp libvisio libzmf) # 
graphicsmagick
+makedepends=(cmake boost mesa qt5-tools)
+optdepends=('tk: scripts based on tkinter'
+'hyphen-lang: hyphenation patterns for desired languages')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+ scribus-boost-1.71.patch
+ 
scribus-qt-5.15.patch::"https://github.com/scribusproject/scribus/commit/17d6a983.patch;
+ 
scribus-poppler-0.82.patch::"https://github.com/scribusproject/scribus/commit/6db15ec1.patch;
+ 
scribus-poppler-0.83.patch::"https://github.com/scribusproject/scribus/commit/b51c2bab.patch;
+ 
scribus-poppler-0.84.patch::"https://github.com/scribusproject/scribus/commit/37425599.patch;
+ scribus-poppler-0.86.patch)
+sha256sums=('7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71'
+'SKIP'
+'19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e'
+'0378bb9f945df0368fba4372c540440e39ecab7d7e102111419b0db871283922'
+'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f'
+'5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b'
+'7c0c13abec2682398591ee66e9ab4547b9e0da66f135dd2357f8977589403694'
+'ac660067894effdde20e92c2f32095336707a7f6f3f277316498999096f65445')
+validpgpkeys=(5086B8D68E70FDDF4C40045AEF7B95E7F60166DA  # Peter Linnell 

+  757F5E9B13DD648887AD50092D47C099E782504E  # The Scribus Team 
(www.scribus.net) 
+  6558BE84D27273A438A151198BEA48118AEBEE64) # Craig Bradney 

+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+# Fix python name
+sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scribus/plugins/scriptplugin/{samples,scripts}/*
+
+mkdir -p build
+
+patch -p1 -i ../scribus-boost-1.71.patch # Fix build with boost 1.71
+patch -p1 -i ../scribus-qt-5.15.patch # Fix build with Qt 5.15
+patch -p1 -i ../scribus-poppler-0.82.patch # Fix build with poppler 0.82
+patch -p1 -i ../scribus-poppler-0.83.patch # Fix build with poppler 0.83
+patch -p1 -i ../scribus-poppler-0.84.patch # Fix build with poppler 0.84
+patch -p1 -i ../scribus-poppler-0.86.patch # Fix build with poppler 0.86
+}
+
+build() {
+cd ${pkgname}-${pkgver}/build
+cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_SKIP_RPATH=ON
+# FS#59800
+#-DWANT_GRAPHICSMAGICK=1
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}/build
+
+make DESTDIR="${pkgdir}" install
+
+cd ..
+
+install -Dm644 scribus.desktop -t "${pkgdir}"/usr/share/applications
+
+for i in 16x16 32x32 128x128 256x256 512x512 1024x1024
+do
+install -Dm644 resources/iconsets/artwork/icon_${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}/apps/scribus.png
+done
+
+# Use system hyphen
+rm -rf "${pkgdir}"/usr/share/scribus/dicts/hyph
+ln -sf /usr/share/hyphen "${pkgdir}"/usr/share/scribus/dicts/hyph
+}

Copied: scribus/repos/community-staging-x86_64/scribus-boost-1.71.patch (from 
rev 657613, scribus/trunk/scribus-boost-1.71.patch)
===
--- community-staging-x86_64/scribus-boost-1.71.patch   
(rev 0)
+++ 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:10:47
  Author: felixonmars
Revision: 657613

upgpkg: scribus 1.5.5-12: poppler 0.90.0 rebuild

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:58:33 UTC (rev 657612)
+++ PKGBUILD2020-07-03 10:10:47 UTC (rev 657613)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.5.5
-pkgrel=11
+pkgrel=12
 pkgdesc="Desktop publishing software"
 arch=(x86_64)
 url="https://www.scribus.net/;


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:09:08
  Author: felixonmars
Revision: 390776

upgpkg: calligra 3.2.1-2: poppler 0.90.0 rebuild

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:40:36 UTC (rev 390775)
+++ PKGBUILD2020-07-03 10:09:08 UTC (rev 390776)
@@ -6,7 +6,7 @@
 pkgname=calligra
 pkgdesc="A set of applications for productivity and creative usage"
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.calligra-suite.org/'
 license=(FDL1.2 GPL2 LGPL)


[arch-commits] Commit in calligra/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 10:09:26
  Author: felixonmars
Revision: 390777

archrelease: copy trunk to staging-x86_64

Added:
  calligra/repos/staging-x86_64/
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 390776, calligra/trunk/PKGBUILD)

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

Copied: calligra/repos/staging-x86_64/PKGBUILD (from rev 390776, 
calligra/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-03 10:09:26 UTC (rev 390777)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Ronald van Haren 
+
+pkgname=calligra
+pkgdesc="A set of applications for productivity and creative usage"
+pkgver=3.2.1
+pkgrel=2
+arch=(x86_64)
+url='https://www.calligra-suite.org/'
+license=(FDL1.2 GPL2 LGPL)
+depends=(kcmutils knotifyconfig kross kactivities kdiagram libspnav 
kdelibs4support
+ gsl openexr kcontacts qca poppler-qt5 libodfgen khtml cauchy)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kinit libwpg okular 
eigen marble-common
+ boost pstoedit libvisio libetonyek libwps vc libgit2 
kcalendarcore akonadi)
+optdepends=('libwpg: Corel WordPerfect Graphics image importer'
+'libwps: Microsoft Works file word processor format import'
+'libvisio: Microsoft Visio import filter'
+'libetonyek: Apple Keynote import filter'
+'pstoedit: EPS to SVG filter'
+'poppler: PDF to SVG filter'
+'libgit2: Calligra Gemini git plugin'
+'kirigami2: for Calligra Gemini'
+'qt5-quickcontrols: for Calligra Gemini'
+'qt5-webengine: for Calligra Gemini')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b1f8a6eb8208543a2f908caa83d089075fcd1e530d00e19f5362b2f9cc371147'
+'SKIP')
+validpgpkeys=(05D00A8B73A686789E0A156858B9596C722EA3BD  # Boudewijn Rempt 

+  42A60D06F449E895F40F09C01638B8A616108B8A) # Dag Andersen 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-03 Thread Evangelos Foutras via arch-commits
Date: Friday, July 3, 2020 @ 09:58:33
  Author: foutrelis
Revision: 657612

Fix build with Qt 5.15

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:57:42 UTC (rev 657611)
+++ PKGBUILD2020-07-03 09:58:33 UTC (rev 657612)
@@ -19,6 +19,7 @@
 'hyphen-lang: hyphenation patterns for desired languages')
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc}
  scribus-boost-1.71.patch
+ 
scribus-qt-5.15.patch::"https://github.com/scribusproject/scribus/commit/17d6a983.patch;
  
scribus-poppler-0.82.patch::"https://github.com/scribusproject/scribus/commit/6db15ec1.patch;
  
scribus-poppler-0.83.patch::"https://github.com/scribusproject/scribus/commit/b51c2bab.patch;
  
scribus-poppler-0.84.patch::"https://github.com/scribusproject/scribus/commit/37425599.patch;
@@ -26,6 +27,7 @@
 sha256sums=('7908b21a6ce843269f58cedf5f8f791893257e6201cce5fbddc70daca2fe3f71'
 'SKIP'
 '19e20b11c0bce2dce07a845e31adb9ff1b680746698fa150d4572776513b243e'
+'0378bb9f945df0368fba4372c540440e39ecab7d7e102111419b0db871283922'
 'a948a5ee53842ffc8acc3f6720291819d55d2ff370c2b46ddffc1122cba07e7f'
 '5631f5a19565cdbd1290c4e1a2c5a87e56ca0af17017c191dc0c00c97a456b3b'
 '7c0c13abec2682398591ee66e9ab4547b9e0da66f135dd2357f8977589403694'
@@ -46,6 +48,7 @@
 mkdir -p build
 
 patch -p1 -i ../scribus-boost-1.71.patch # Fix build with boost 1.71
+patch -p1 -i ../scribus-qt-5.15.patch # Fix build with Qt 5.15
 patch -p1 -i ../scribus-poppler-0.82.patch # Fix build with poppler 0.82
 patch -p1 -i ../scribus-poppler-0.83.patch # Fix build with poppler 0.83
 patch -p1 -i ../scribus-poppler-0.84.patch # Fix build with poppler 0.84


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:57:07
  Author: felixonmars
Revision: 657610

upgpkg: deepin-daemon 5.11.0.13-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:56:12 UTC (rev 657609)
+++ PKGBUILD2020-07-03 09:57:07 UTC (rev 657610)
@@ -3,8 +3,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=5.11.0.12
-pkgrel=2
+pkgver=5.11.0.13
+pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-daemon;
@@ -28,7 +28,7 @@
 
source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 dde-daemon_5.9.4.2.diff
 'deepin-daemon.sysusers')
-sha512sums=('b05ffa55442f84567c0c0ea9dadf812a5352c205beb0c1571758e26365fc02b5bea080b6f082ddfa8397ffc32a820b1c78681fa238521ae1f8855724e7bd0caa'
+sha512sums=('f79eb73869a46eba1135c61b3a85424ba10654c6b0f839a37ce487157810714a5d71018b0981dfdc4c3620588d83101dc59c97fe63f77263668f471d6e84ea48'
 
'188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:57:42
  Author: felixonmars
Revision: 657611

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 657610, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff
(from rev 657610, deepin-daemon/trunk/dde-daemon_5.9.4.2.diff)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 657610, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 657610, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/dde-daemon_5.9.4.2.diff
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

-+
 PKGBUILD|  144 +++---
 dde-daemon_5.9.4.2.diff |  108 +-
 deepin-daemon.install   |6 -
 deepin-daemon.sysusers  |4 -
 4 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:57:07 UTC (rev 657610)
+++ PKGBUILD2020-07-03 09:57:42 UTC (rev 657611)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=5.11.0.12
-pkgrel=2
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'ddcutil' 'deepin-api' 'gvfs' 'iso-codes' 
'lsb-release'
- 'mobile-broadband-provider-info' 'deepin-polkit-agent'
- 'deepin-polkit-agent-ext-gnomekeyring' 'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'org.freedesktop.secrets' 'noto-fonts' 'imwheel')
-makedepends=('golang-github-linuxdeepin-go-dbus-factory' 'golang-deepin-gir' 
'golang-deepin-lib'
- 'golang-deepin-dde-api' 'golang-github-nfnt-resize' 
'golang-gopkg-yaml.v2' 'sqlite' 'deepin-gettext-tools'
- 'git' 'mercurial' 'python-gobject' 'networkmanager' 'bluez' 'go')
-optdepends=('networkmanager: for network management support'
-'bluez: for bluetooth support'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="$pkgname.install"
-source=("https://github.com/linuxdeepin/dde-daemon/archive/$pkgver/$pkgname-$pkgver.tar.gz;
-dde-daemon_5.9.4.2.diff
-'deepin-daemon.sysusers')
-sha512sums=('b05ffa55442f84567c0c0ea9dadf812a5352c205beb0c1571758e26365fc02b5bea080b6f082ddfa8397ffc32a820b1c78681fa238521ae1f8855724e7bd0caa'
-
'188bb74fc4deddd2d9cbc210ec487b45664178524294d9a98e47cd4c8a70e369fd3441697bc50b696a975cfbbbfa1d1798b1ae25469abee50eb84e4bef27'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_5.9.4.2.diff
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # golang-deepin-lib's dependency, remove when go packaging resumes
-  go get github.com/cryptix/wav
-
-  go get github.com/axgle/mahonia github.com/msteinert/pam 
github.com/gosexy/gettext github.com/rickb777/date \
- github.com/jinzhu/gorm github.com/kelvins/sunrisesunset 
github.com/mozillazg/go-pinyin github.com/teambition/rrule-go \
- golang.org/x/xerrors github.com/mattn/go-sqlite3
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" PAM_MODULE_DIR=usr/lib/security install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  mv "$pkgdir"{,/usr}/lib/udev
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 657610, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:57:42 UTC (rev 657611)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=5.11.0.13
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')

[arch-commits] Commit in deepin-session-shell/repos/community-x86_64 (4 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:56:12
  Author: felixonmars
Revision: 657609

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
(from rev 657608, deepin-session-shell/trunk/PKGBUILD)
  deepin-session-shell/repos/community-x86_64/icon-size.patch
(from rev 657608, deepin-session-shell/trunk/icon-size.patch)
Deleted:
  deepin-session-shell/repos/community-x86_64/PKGBUILD
  deepin-session-shell/repos/community-x86_64/icon-size.patch

-+
 PKGBUILD|   90 +-
 icon-size.patch |  184 +++---
 2 files changed, 137 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:55:47 UTC (rev 657608)
+++ PKGBUILD2020-07-03 09:56:12 UTC (rev 657609)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-shell
-pkgver=5.1.0.7
-pkgrel=1
-pkgdesc='Deepin desktop-environment - session-shell module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-shell;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
- 'startdde')
-makedepends=('cmake' 'qt5-tools')
-conflicts=('deepin-session-ui<5')
-provides=('lightdm-deepin-greeter')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
-icon-size.patch)
-sha512sums=('72572d67be8a9d5d0d0351552725bd07a3c2032bf421e70626c2e2d425d364cbb4ba7816925c0cb26b4a1a2694f488bf807b3c3d6f9372fe8670a6ee8f5db6c7'
-
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
-
-prepare() {
-  cd dde-session-shell-$pkgver
-  patch -p1 -i ../icon-size.patch
-  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
-  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
-  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
-
-  # We don't have common-auth on Arch
-  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
-}
-
-build() {
-  cd dde-session-shell-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-shell-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  chmod +x "$pkgdir"/usr/bin/deepin-greeter
-}

Copied: deepin-session-shell/repos/community-x86_64/PKGBUILD (from rev 657608, 
deepin-session-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:56:12 UTC (rev 657609)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-shell
+pkgver=5.1.0.8
+pkgrel=1
+pkgdesc='Deepin desktop-environment - session-shell module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-shell;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-qt5integration' 'deepin-wallpapers' 
'gsettings-qt' 'liblightdm-qt5'
+ 'startdde')
+makedepends=('cmake' 'qt5-tools')
+conflicts=('deepin-session-ui<5')
+provides=('lightdm-deepin-greeter')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
+icon-size.patch)
+sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
+
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
+
+prepare() {
+  cd dde-session-shell-$pkgver
+  patch -p1 -i ../icon-size.patch
+  sed -i '/darrowrectangle/d' CMakeLists.txt src/widgets/widgets.pri
+  sed -i 's/include "darrowrectangle.h"/include /' 
src/widgets/errortooltip.h
+  sed -i '/#include /a #include ' 
src/widgets/useravatar.cpp
+
+  # We don't have common-auth on Arch
+  sed -i 's/common-auth/system-login/' src/libdde-auth/authagent.cpp
+}
+
+build() {
+  cd dde-session-shell-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-shell-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  chmod +x "$pkgdir"/usr/bin/deepin-greeter
+}

Deleted: icon-size.patch
===
--- icon-size.patch 2020-07-03 09:55:47 UTC (rev 657608)
+++ icon-size.patch 2020-07-03 09:56:12 UTC (rev 657609)
@@ -1,92 +0,0 @@
-diff --git a/src/global_util/public_func.cpp b/src/global_util/public_func.cpp
-index 1875727..8d74073 100644
 a/src/global_util/public_func.cpp
-+++ b/src/global_util/public_func.cpp
-@@ -27,7 +27,7 @@
- #include 
- #include "constants.h"
- 
--QPixmap loadPixmap(const QString )
-+QPixmap loadPixmap(const QString , const 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:55:47
  Author: felixonmars
Revision: 657608

archrelease: copy trunk to community-staging-x86_64

Added:
  gambas3/repos/community-staging-x86_64/
  
gambas3/repos/community-staging-x86_64/0001-Fix-segfault-with-poppler-0.83.patch
(from rev 657606, gambas3/trunk/0001-Fix-segfault-with-poppler-0.83.patch)
  
gambas3/repos/community-staging-x86_64/0001-Packager-Fix-ArchLinux-packager.patch
(from rev 657606, gambas3/trunk/0001-Packager-Fix-ArchLinux-packager.patch)
  
gambas3/repos/community-staging-x86_64/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch
(from rev 657606, 
gambas3/trunk/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch)
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 657606, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas-poppler-0.86.patch
(from rev 657606, gambas3/trunk/gambas-poppler-0.86.patch)
  gambas3/repos/community-staging-x86_64/gambas-postgresql-12.patch
(from rev 657606, gambas3/trunk/gambas-postgresql-12.patch)

--+
 0001-Fix-segfault-with-poppler-0.83.patch|   29 
 0001-Packager-Fix-ArchLinux-packager.patch   |   29 
 0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch |   54 
 PKGBUILD | 1156 ++
 gambas-poppler-0.86.patch|   38 
 gambas-postgresql-12.patch   |   27 
 6 files changed, 1333 insertions(+)

Copied: 
gambas3/repos/community-staging-x86_64/0001-Fix-segfault-with-poppler-0.83.patch
 (from rev 657606, gambas3/trunk/0001-Fix-segfault-with-poppler-0.83.patch)
===
--- community-staging-x86_64/0001-Fix-segfault-with-poppler-0.83.patch  
(rev 0)
+++ community-staging-x86_64/0001-Fix-segfault-with-poppler-0.83.patch  
2020-07-03 09:55:47 UTC (rev 657608)
@@ -0,0 +1,29 @@
+From 36c093cb21d9dab3aae35f64d44e5883eefe020e Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Thu, 23 Jan 2020 18:02:44 +0100
+Subject: [PATCH] Fix segfault with poppler>0.83
+
+[GB.PDF]
+* BUG: Fix segfault with poppler > 0.83
+
+Signed-off-by: Laurent Carlier 
+---
+ gb.pdf/src/main.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gb.pdf/src/main.cpp b/gb.pdf/src/main.cpp
+index 2d7f02ca0..62923cc34 100644
+--- a/gb.pdf/src/main.cpp
 b/gb.pdf/src/main.cpp
+@@ -56,7 +56,7 @@ int EXPORT GB_INIT(void)
+   if (!globalParams)
+   {
+ #if POPPLER_VERSION_0_83
+-  globalParams = std::unique_ptr();
++  globalParams = std::unique_ptr(new 
GlobalParams());
+ #else
+   globalParams = new GlobalParams();
+ #endif
+-- 
+2.25.0
+

Copied: 
gambas3/repos/community-staging-x86_64/0001-Packager-Fix-ArchLinux-packager.patch
 (from rev 657606, gambas3/trunk/0001-Packager-Fix-ArchLinux-packager.patch)
===
--- community-staging-x86_64/0001-Packager-Fix-ArchLinux-packager.patch 
(rev 0)
+++ community-staging-x86_64/0001-Packager-Fix-ArchLinux-packager.patch 
2020-07-03 09:55:47 UTC (rev 657608)
@@ -0,0 +1,29 @@
+From 989a1266a20f360f1b2db3635a35cc5bbb95d763 Mon Sep 17 00:00:00 2001
+From: gambas 
+Date: Mon, 27 Jan 2020 08:24:52 +0100
+Subject: [PATCH] Packager: Fix ArchLinux packager.
+
+[DEVELOPMENT ENVIRONMENT]
+* BUG: Packager: Fix ArchLinux packager.
+
+Signed-off-by: Laurent Carlier 
+---
+ app/src/gambas3/.src/Packager/Package.module | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/app/src/gambas3/.src/Packager/Package.module 
b/app/src/gambas3/.src/Packager/Package.module
+index 2d2ecae5a..2f741237c 100644
+--- a/app/src/gambas3/.src/Packager/Package.module
 b/app/src/gambas3/.src/Packager/Package.module
+@@ -2467,7 +2467,7 @@ Private Function MakeArchPackage(sSys As String)
+   
+ Print #hFile, "  install -d ${pkgdir}/usr/bin"
+ Print #hFile, "  install -m755 " & $sName & ".gambas 
${pkgdir}/usr/bin" &/ $sName
+-If $sName <> sPackageName Then Print #hFile, "  ln -s " & 
Shell$($sName) & " \"$(pkgdir)\"/usr/bin" &/ Shell$(sPackageName)
++If $sName <> sPackageName Then Print #hFile, "  ln -s " & 
Shell$($sName) & " \"${pkgdir}\"/usr/bin" &/ Shell$(sPackageName)
+ Print #hFile, "  install -D .." &/ Project.Name & ".png \\"
+ Print #hFile, "${pkgdir}/usr/share/pixmaps" &/ Project.Name & 
".png"
+ Print #hFile, "  install -D .." &/ sPackageName & ".desktop \\"
+-- 
+2.25.0
+

Copied: 
gambas3/repos/community-staging-x86_64/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch
 (from rev 657606, 
gambas3/trunk/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch)

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:55:44
  Author: felixonmars
Revision: 657607

upgpkg: deepin-session-shell 5.1.0.8-1

Modified:
  deepin-session-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:53:54 UTC (rev 657606)
+++ PKGBUILD2020-07-03 09:55:44 UTC (rev 657607)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-shell
-pkgver=5.1.0.7
+pkgver=5.1.0.8
 pkgrel=1
 pkgdesc='Deepin desktop-environment - session-shell module'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-shell/archive/$pkgver.tar.gz;
 icon-size.patch)
-sha512sums=('72572d67be8a9d5d0d0351552725bd07a3c2032bf421e70626c2e2d425d364cbb4ba7816925c0cb26b4a1a2694f488bf807b3c3d6f9372fe8670a6ee8f5db6c7'
+sha512sums=('ab22853603d698053af8994d601ffeb564b25f0211b3f8e4116826931c38cc51ea37d98d1cc5144b307a4f533bc83114c3124196fb12064ed7cee09908983057'
 
'bfd3b15a5dce361eea2f8ced63a240edbbc19096a372963dc788d45faa372f841db2b2a6f29cb87aebadc00c921d56a99b21cec951e595acf220c8fc687395b6')
 
 prepare() {


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:53:54
  Author: felixonmars
Revision: 657606

upgpkg: gambas3 3.14.3-14: poppler 0.90.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:49:47 UTC (rev 657605)
+++ PKGBUILD2020-07-03 09:53:54 UTC (rev 657606)
@@ -27,7 +27,7 @@
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.14.3
-pkgrel=13
+pkgrel=14
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
 url="http://gambas.sourceforge.net/;


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:49:22
  Author: felixonmars
Revision: 657604

upgpkg: deepin-session-ui 5.2.0.10-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:48:29 UTC (rev 657603)
+++ PKGBUILD2020-07-03 09:49:22 UTC (rev 657604)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=5.2.0.9
+pkgver=5.2.0.10
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
  deepin-session-ui-qt5.15.patch)
-sha512sums=('0b89728035691563cd40e523f6cc6aa1772f18047a7d5d5c414959915bf40ae259fba6c9900720b03d8325ce1b452c60a53b8d717d2b938112d432ad9fa973b2'
+sha512sums=('5ff8d0505c621a3fa7ab5d05da9a8b72ec1486b1196000f1ff69b20ef18fb0d92e99a2ae02370e2e6b768bf4679ed564be7c877d1082309148cbdcd6bb4f1a7a'
 
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
 
 prepare() {


[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (4 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:49:47
  Author: felixonmars
Revision: 657605

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 657604, deepin-session-ui/trunk/PKGBUILD)
  deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch
(from rev 657604, deepin-session-ui/trunk/deepin-session-ui-qt5.15.patch)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
  deepin-session-ui/repos/community-x86_64/deepin-session-ui-qt5.15.patch

+
 PKGBUILD   |   84 +++
 deepin-session-ui-qt5.15.patch |   48 +++---
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:49:22 UTC (rev 657604)
+++ PKGBUILD2020-07-03 09:49:47 UTC (rev 657605)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=5.2.0.9
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'deepin-control-center' 'deepin-wallpapers')
-makedepends=('deepin-gettext-tools' 'qt5-tools')
-provides=('deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
- deepin-session-ui-qt5.15.patch)
-sha512sums=('0b89728035691563cd40e523f6cc6aa1772f18047a7d5d5c414959915bf40ae259fba6c9900720b03d8325ce1b452c60a53b8d717d2b938112d432ad9fa973b2'
-
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
-
-  sed -i '/include /a #include ' 
dde-notification-plugin/notifications/notificationswidget.cpp
-
-  patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 657604, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:49:47 UTC (rev 657605)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=5.2.0.10
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'deepin-control-center' 'deepin-wallpapers')
+makedepends=('deepin-gettext-tools' 'qt5-tools')
+provides=('deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;
+ deepin-session-ui-qt5.15.patch)
+sha512sums=('5ff8d0505c621a3fa7ab5d05da9a8b72ec1486b1196000f1ff69b20ef18fb0d92e99a2ae02370e2e6b768bf4679ed564be7c877d1082309148cbdcd6bb4f1a7a'
+
'846726964cac5005b0ac3a5043e5df914ff83faff68f98d2513d86494a9718a85ae4268776fd08ffe852e28ac0ae5878353d3c65db84fbd1509b2325e70fe8d6')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp
+
+  sed -i '/include /a #include ' 
dde-notification-plugin/notifications/notificationswidget.cpp
+
+  patch -p1 -i ../deepin-session-ui-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: deepin-session-ui-qt5.15.patch
===
--- deepin-session-ui-qt5.15.patch  2020-07-03 09:49:22 UTC (rev 657604)
+++ deepin-session-ui-qt5.15.patch  2020-07-03 09:49:47 UTC (rev 657605)
@@ -1,24 +0,0 @@
-diff --git a/dde-osd/common.cpp b/dde-osd/common.cpp
-index 0505ac60..ffa55e84 100644
 a/dde-osd/common.cpp
-+++ b/dde-osd/common.cpp
-@@ -25,6 +25,7 @@
- 
- #include "common.h"
- #include 
-+#include 
- 
- 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:48:07
  Author: felixonmars
Revision: 657602

upgpkg: deepin-compressor 5.6.16-1

Modified:
  deepin-compressor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:45:57 UTC (rev 657601)
+++ PKGBUILD2020-07-03 09:48:07 UTC (rev 657602)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-compressor
-pkgver=5.6.15
+pkgver=5.6.16
 pkgrel=1
 pkgdesc='A fast and lightweight application for creating and extracting 
archives'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
-sha512sums=('b7db1388ae550403ada7d9dde1a0d0d91880440fdc69be5af3a94884501d8f73c20aab5095104ab37e6ce79b8c87cc4a8df06f28aa5dbedc5a555699fdc79301')
+sha512sums=('5fe0c45efac72df388163e73c9a699ec16220d395892bf6485a6e97bbd7d648f9b7618468a8b98a925903c0a2baf5b18b9d8235c9626444314ab2158b28caab6')
 
 prepare() {
   cd deepin-compressor-$pkgver


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:48:29
  Author: felixonmars
Revision: 657603

archrelease: copy trunk to community-x86_64

Added:
  deepin-compressor/repos/community-x86_64/PKGBUILD
(from rev 657602, deepin-compressor/trunk/PKGBUILD)
Deleted:
  deepin-compressor/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:48:07 UTC (rev 657602)
+++ PKGBUILD2020-07-03 09:48:29 UTC (rev 657603)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-compressor
-pkgver=5.6.15
-pkgrel=1
-pkgdesc='A fast and lightweight application for creating and extracting 
archives'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-compressor;
-license=('GPL3')
-depends=('deepin-qt5integration' 'disomaster' 'karchive' 'kcodecs' 
'libarchive' 'libzip' 'minizip' 'udisks2-qt5')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
-sha512sums=('b7db1388ae550403ada7d9dde1a0d0d91880440fdc69be5af3a94884501d8f73c20aab5095104ab37e6ce79b8c87cc4a8df06f28aa5dbedc5a555699fdc79301')
-
-prepare() {
-  cd deepin-compressor-$pkgver
-  sed -i '/include /a #include ' 
deepin-compressor/source/src/openwithdialog/openwithdialog.cpp 
deepin-compressor/source/src/logviewheaderview.cpp
-}
-
-build() {
-  cd deepin-compressor-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-compressor-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-compressor/repos/community-x86_64/PKGBUILD (from rev 657602, 
deepin-compressor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:48:29 UTC (rev 657603)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-compressor
+pkgver=5.6.16
+pkgrel=1
+pkgdesc='A fast and lightweight application for creating and extracting 
archives'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-compressor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'disomaster' 'karchive' 'kcodecs' 
'libarchive' 'libzip' 'minizip' 'udisks2-qt5')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-compressor/archive/$pkgver.tar.gz;)
+sha512sums=('5fe0c45efac72df388163e73c9a699ec16220d395892bf6485a6e97bbd7d648f9b7618468a8b98a925903c0a2baf5b18b9d8235c9626444314ab2158b28caab6')
+
+prepare() {
+  cd deepin-compressor-$pkgver
+  sed -i '/include /a #include ' 
deepin-compressor/source/src/openwithdialog/openwithdialog.cpp 
deepin-compressor/source/src/logviewheaderview.cpp
+}
+
+build() {
+  cd deepin-compressor-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-compressor-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-system-monitor/repos/community-x86_64 (6 files)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:45:12
  Author: felixonmars
Revision: 657599

archrelease: copy trunk to community-x86_64

Added:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
(from rev 657598, deepin-system-monitor/trunk/PKGBUILD)
  
deepin-system-monitor/repos/community-x86_64/deepin-system-monitor-qt5.15.patch
(from rev 657598, 
deepin-system-monitor/trunk/deepin-system-monitor-qt5.15.patch)
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install
(from rev 657598, deepin-system-monitor/trunk/deepin-system-monitor.install)
Deleted:
  deepin-system-monitor/repos/community-x86_64/PKGBUILD
  
deepin-system-monitor/repos/community-x86_64/deepin-system-monitor-qt5.15.patch
  deepin-system-monitor/repos/community-x86_64/deepin-system-monitor.install

+
 PKGBUILD   |   82 -
 deepin-system-monitor-qt5.15.patch |  288 +--
 deepin-system-monitor.install  |   14 -
 3 files changed, 192 insertions(+), 192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:44:40 UTC (rev 657598)
+++ PKGBUILD2020-07-03 09:45:12 UTC (rev 657599)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-system-monitor
-pkgver=5.6.9
-pkgrel=1
-pkgdesc='A more user-friendly system monitor'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-system-monitor;
-license=('GPL3')
-depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'libcap')
-makedepends=('cmake' 'deepin-gettext-tools' 'qt5-tools')
-groups=('deepin')
-install=deepin-system-monitor.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;
-deepin-system-monitor-qt5.15.patch)
-sha512sums=('b74508cc46fc884fd6e727d979d74280e3e2eb137d1bd8df0184e78748c07c7a636de4cc6274f4afae2e1b80abe504ba6245bbe8836164eca99579b030b554cb'
-
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
-
-prepare() {
-  cd deepin-system-monitor-$pkgver
-  patch -p1 -i ../deepin-system-monitor-qt5.15.patch # Fix build with Qt 5.15
-  sed -i '//a #include ' src/process/stats_collector.cpp
-
-# Workaround build failure with GCC 10
-  sed -e 's|print_err|print_err_system|g' -i src/process/system_stat.cpp
-  sed -e 's|print_err|print_err_process|g' -i src/process/process_stat.cpp
-  sed -e 's|print_err|print_err_desktop|g' -i 
src/process/desktop_entry_stat.cpp
-}
-
-build() {
-  cd deepin-system-monitor-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-system-monitor-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-system-monitor/repos/community-x86_64/PKGBUILD (from rev 657598, 
deepin-system-monitor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:45:12 UTC (rev 657599)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-system-monitor
+pkgver=5.6.10
+pkgrel=1
+pkgdesc='A more user-friendly system monitor'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-system-monitor;
+license=('GPL3')
+depends=('deepin-qt5integration' 'dtkwm' 'procps-ng' 'libcap')
+makedepends=('cmake' 'deepin-gettext-tools' 'qt5-tools')
+groups=('deepin')
+install=deepin-system-monitor.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;
+deepin-system-monitor-qt5.15.patch)
+sha512sums=('3fcbb611f1bad9313fbae933031e2d65f17a9bd0ed44deadde77e794ee103ca609016460714ee0aeedefa492ac9436d6e9a3a2d4a7c09301ec74c609c7ccae60'
+
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
+
+prepare() {
+  cd deepin-system-monitor-$pkgver
+  patch -p1 -i ../deepin-system-monitor-qt5.15.patch # Fix build with Qt 5.15
+  sed -i '//a #include ' src/process/stats_collector.cpp
+
+# Workaround build failure with GCC 10
+  sed -e 's|print_err|print_err_system|g' -i src/process/system_stat.cpp
+  sed -e 's|print_err|print_err_process|g' -i src/process/process_stat.cpp
+  sed -e 's|print_err|print_err_desktop|g' -i 
src/process/desktop_entry_stat.cpp
+}
+
+build() {
+  cd deepin-system-monitor-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-system-monitor-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: deepin-system-monitor-qt5.15.patch
===
--- deepin-system-monitor-qt5.15.patch  2020-07-03 09:44:40 UTC (rev 657598)
+++ deepin-system-monitor-qt5.15.patch  2020-07-03 09:45:12 UTC (rev 657599)
@@ -1,144 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:45:57
  Author: felixonmars
Revision: 657601

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:45:34 UTC (rev 657600)
+++ PKGBUILD2020-07-03 09:45:57 UTC (rev 657601)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-calendar
-pkgver=5.6.11
-pkgrel=1
-pkgdesc='Calendar for Deepin Desktop Environment'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-calendar;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('1cdb455759aeae057dae8df3c5bf4fa1b77fdc47a1038c772ac28592ec0f36d8dc2f328143812f7aca1732a38435c19fb3772bb70246d1d0a2533104ba6551cd')
-
-prepare() {
-  cd dde-calendar-$pkgver
-  sed -i '/QMenuBar/a #include ' src/yearwindow.cpp
-  sed -i '//a #include ' src/daymonthview.cpp
-  sed -i '//a #include ' 
src/schcedulesearchview.cpp
-  sed -i '/include /a #include ' 
src/draginfographicsview.cpp
-  sed -i '/include /a #include ' 
src/schcedulesearchview.cpp src/daymonthview.cpp src/weekheadview.cpp 
src/customframe.cpp
-}
-
-build() {
-  cd dde-calendar-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd dde-calendar-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-calendar/repos/community-x86_64/PKGBUILD (from rev 657600, 
deepin-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:45:57 UTC (rev 657601)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-calendar
+pkgver=5.7.0.3
+pkgrel=1
+pkgdesc='Calendar for Deepin Desktop Environment'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-calendar;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
+sha512sums=('71e6d3973c6ad9f154b13993c269c16d74c04e626d13e61937cc703e7795afc9628fd37fbc3350babf733c39447dc85d59fd55816a828ecd56d6827542f71c8d')
+
+prepare() {
+  cd dde-calendar-$pkgver
+  sed -i '/QMenuBar/a #include ' src/yearwindow.cpp
+  sed -i '//a #include ' src/daymonthview.cpp
+  sed -i '//a #include ' 
src/schcedulesearchview.cpp
+  sed -i '/include /a #include ' 
src/draginfographicsview.cpp
+  sed -i '/include /a #include ' 
src/schcedulesearchview.cpp src/daymonthview.cpp src/weekheadview.cpp 
src/customframe.cpp
+}
+
+build() {
+  cd dde-calendar-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd dde-calendar-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:45:34
  Author: felixonmars
Revision: 657600

upgpkg: deepin-calendar 5.7.0.3-1

Modified:
  deepin-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:45:12 UTC (rev 657599)
+++ PKGBUILD2020-07-03 09:45:34 UTC (rev 657600)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-calendar
-pkgver=5.6.11
+pkgver=5.7.0.3
 pkgrel=1
 pkgdesc='Calendar for Deepin Desktop Environment'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'qt5-tools')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-calendar/archive/$pkgver.tar.gz;)
-sha512sums=('1cdb455759aeae057dae8df3c5bf4fa1b77fdc47a1038c772ac28592ec0f36d8dc2f328143812f7aca1732a38435c19fb3772bb70246d1d0a2533104ba6551cd')
+sha512sums=('71e6d3973c6ad9f154b13993c269c16d74c04e626d13e61937cc703e7795afc9628fd37fbc3350babf733c39447dc85d59fd55816a828ecd56d6827542f71c8d')
 
 prepare() {
   cd dde-calendar-$pkgver


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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:44:33
  Author: felixonmars
Revision: 657597

archrelease: copy trunk to community-x86_64

Added:
  deepin-calculator/repos/community-x86_64/PKGBUILD
(from rev 657596, deepin-calculator/trunk/PKGBUILD)
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch
(from rev 657596, deepin-calculator/trunk/deepin-calculator-qt5.15.patch)
Deleted:
  deepin-calculator/repos/community-x86_64/PKGBUILD
  deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch

+
 PKGBUILD   |   68 ++--
 deepin-calculator-qt5.15.patch |   72 +++
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-03 09:44:07 UTC (rev 657596)
+++ PKGBUILD2020-07-03 09:44:33 UTC (rev 657597)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-calculator
-pkgver=5.5.20
-pkgrel=1
-pkgdesc='An easy to use calculator for ordinary users'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-calculator;
-license=('GPL3')
-depends=('deepin-qt5integration')
-makedepends=('cmake' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz;
-deepin-calculator-qt5.15.patch)
-sha512sums=('3f3c68cb860d8f3912d53957f33dd17b84261d37969577de4b29205b54efa9c723f9e087279a9165b7568cc0dad7f71e1cbee886597aacf9c14da8be06bd5091'
-
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
-
-prepare() {
-  cd deepin-calculator-$pkgver
-  sed -i '//i #include ' src/core/session.h
-
-  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd deepin-calculator-$pkgver
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd deepin-calculator-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-calculator/repos/community-x86_64/PKGBUILD (from rev 657596, 
deepin-calculator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-03 09:44:33 UTC (rev 657597)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-calculator
+pkgver=5.5.21
+pkgrel=1
+pkgdesc='An easy to use calculator for ordinary users'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-calculator;
+license=('GPL3')
+depends=('deepin-qt5integration')
+makedepends=('cmake' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver.tar.gz;
+deepin-calculator-qt5.15.patch)
+sha512sums=('74747e7cf6ae172d9adf0e9ab4ebe6506c6a5476f0bb9a6b89806a390b809798bac93571020f227be1d81f11d9571abf54f36ba98ea12f3ae777c00fbdc4cd29'
+
'd38fed51d16655c4662bdea3a7e19cbcb27b2d04bccaad90e0089652068b6041b73a8512e717ff18c47426046dcfe188ba1535ef19fc21b74fae7dd4e4933e03')
+
+prepare() {
+  cd deepin-calculator-$pkgver
+  sed -i '//i #include ' src/core/session.h
+
+  patch -p1 -i ../deepin-calculator-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+  cd deepin-calculator-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd deepin-calculator-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: deepin-calculator-qt5.15.patch
===
--- deepin-calculator-qt5.15.patch  2020-07-03 09:44:07 UTC (rev 657596)
+++ deepin-calculator-qt5.15.patch  2020-07-03 09:44:33 UTC (rev 657597)
@@ -1,36 +0,0 @@
-diff --git a/src/modules/simplelistdelegate.cpp 
b/src/modules/simplelistdelegate.cpp
-index 40e30b3..ae1b028 100644
 a/src/modules/simplelistdelegate.cpp
-+++ b/src/modules/simplelistdelegate.cpp
-@@ -22,6 +22,7 @@
- #include 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- #include "simplelistmodel.h"
-diff --git a/src/widgets/memorybutton.cpp b/src/widgets/memorybutton.cpp
-index b316632..19ee0de 100644
 a/src/widgets/memorybutton.cpp
-+++ b/src/widgets/memorybutton.cpp
-@@ -2,6 +2,7 @@
- 
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 
-diff --git a/src/widgets/textbutton.cpp b/src/widgets/textbutton.cpp
-index 80a039d..0c8e37a 100644
 a/src/widgets/textbutton.cpp
-+++ b/src/widgets/textbutton.cpp
-@@ -20,6 +20,7 @@
- #include "textbutton.h"
- #include 
- #include 
-+#include 
- #include 
- #include "dthememanager.h"
- 

Copied: deepin-calculator/repos/community-x86_64/deepin-calculator-qt5.15.patch 
(from rev 657596, deepin-calculator/trunk/deepin-calculator-qt5.15.patch)
===
--- deepin-calculator-qt5.15.patch  (rev 0)
+++ 

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

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 09:44:40
  Author: felixonmars
Revision: 657598

upgpkg: deepin-system-monitor 5.6.10-1

Modified:
  deepin-system-monitor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 09:44:33 UTC (rev 657597)
+++ PKGBUILD2020-07-03 09:44:40 UTC (rev 657598)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-system-monitor
-pkgver=5.6.9
+pkgver=5.6.10
 pkgrel=1
 pkgdesc='A more user-friendly system monitor'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 install=deepin-system-monitor.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz;
 deepin-system-monitor-qt5.15.patch)
-sha512sums=('b74508cc46fc884fd6e727d979d74280e3e2eb137d1bd8df0184e78748c07c7a636de4cc6274f4afae2e1b80abe504ba6245bbe8836164eca99579b030b554cb'
+sha512sums=('3fcbb611f1bad9313fbae933031e2d65f17a9bd0ed44deadde77e794ee103ca609016460714ee0aeedefa492ac9436d6e9a3a2d4a7c09301ec74c609c7ccae60'
 
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
 
 prepare() {


  1   2   >